- This topic has 17 replies, 6 voices, and was last updated 17 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
greenochMemberJust an FYI you can install using the Full Stack Installer on Vista by right clicking on the application and selecting properties, go to the Compatibility tab, check the “Run this program in compatibility mode for:” and select XP.
At least it worked for me!
walterw737ParticipantPlease help, after manually install 5.5M1, and installed sun application server PE9, they are both installed under the uses/myusername directory, but when I use Sun AppServer Connector to start Sun App Server, I got error:
[#|2007-03-03T00:33:58.286+1100|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b4cc8979-c258-4fa2-b498-9f535e477060;|Exception in thread “main” |#][#|2007-03-03T00:33:58.308+1100|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b4cc8979-c258-4fa2-b498-9f535e477060;|java.lang.ExceptionInInitializerError
at com.sun.enterprise.security.SecurityLifecycle.onInitialization(SecurityLifecycle.java:85)
at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:238)
at com.sun.enterprise.server.ondemand.OnDemandServer.onInitialization(OnDemandServer.java:93)
at com.sun.enterprise.server.PEMain.run(PEMain.java:316)
at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
Caused by: java.lang.IllegalStateException: Keystore was tampered with, or password was incorrect
at com.sun.enterprise.security.SecuritySupportImpl.loadStores(SecuritySupportImpl.java:98)
at com.sun.enterprise.security.SecuritySupportImpl.<init>(SecuritySupportImpl.java:66)
at com.sun.enterprise.security.SecuritySupportImpl.<init>(SecuritySupportImpl.java:61)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl.invoke(PluggableFeatureFactoryBaseImpl.java:71)
at $Proxy0.getSecuritySupport(Unknown Source)
at com.sun.enterprise.security.SecurityUtil.getSecuritySupport(SecurityUtil.java:356)
at com.sun.enterprise.security.SSLUtils.<clinit>(SSLUtils.java:89)
… 5 moreAny idea, all the parameters are default when I install sun one app server 9. keystore and password not touched.
Riyad KallaMemberEither try a new clean installation of Sun AS to a new dir, or you might have enter in the wrong dirs… what are you entire connector settings?
-
AuthorPosts