For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 20 years, 1 month ago by
JochenSoldner.
-
AuthorPosts
-
JochenSoldnerMemberHi!
Apparently I have some problems configuring my Sun Application Server. Launching the Server from myEclipse I get the following console output:
[#|2006-07-12T16:22:34.892+0200|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b48) …|#]
[#|2006-07-12T16:22:35.736+0200|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]
[#|2006-07-12T16:22:35.799+0200|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]
[#|2006-07-12T16:22:36.158+0200|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]
[#|2006-07-12T16:22:36.972+0200|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]
[#|2006-07-12T16:22:38.473+0200|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=075c955b-b8e4-4118-967e-36f39377fd00;|Exception in thread “main” |#]
[#|2006-07-12T16:22:38.504+0200|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=075c955b-b8e4-4118-967e-36f39377fd00;|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: \config\keystore.jks (Das System kann den angegebenen Pfad nicht finden)
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:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
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 more
|#]I am working with Eclipse SDK Version: 3.2.0, myEclipse 5.0, Sun Application Server PE 9.0 on a Windows System.
Can anybody give me a hand fixing this problem or tell me what might cause it?
Thank you very much in advance –
Jochen
July 12, 2006 at 10:25 am #254650
Scott AndersonParticipantJochen,
Caused by: java.lang.IllegalStateException: \config\keystore.jks (Das System kann den angegebenen Pfad nicht finden)
It looks like an installation problem or a corruption of the keystore used to keep server admin keys. When you installed Sun 9,
did you tell it to require a password to start? I believe it’s one of the questions asked in their installation wizard. If you did, can
you try to reinstall and this time specify that no password is necessary? Afterall, it’s a local server on your development machine,
not a production installation. 🙂Also, please be sure you’re launching the server with JDK 1.5, not 1.4.2 or prior, since that is the level required.
July 13, 2006 at 4:07 am #254699
JochenSoldnerMemberHello!
I reinstalled the Application Server and tried to proceed without entering an admin password. Unfortunately I had to enter it – but I enabled radio button “don’t prompt for password…” or something like that.
The JDK is I specified is: Java 2 Platform Standard Edition Development Kit 5.0 JDK 5.0 (came with Sun Application Server).
So – I still got the same problem…Is there anything else I can do?
-
AuthorPosts
