- This topic has 3 replies, 3 voices, and was last updated 20 years ago by Riyad Kalla.
-
AuthorPosts
-
ladamsMemberAm able to start app server using asadmin.bat but when trying to start from my eclipse I get the following error:
[#|2004-10-19T06:12:00.203-0700|INFO|sun-appserver-pe8.1|javax.enterprise.system.core|_ThreadID=10;|IdentityManager Data: User:null|#]Starting Sun Java System Application Server Platform Edition 8.1 (build b28-beta) …
[#|2004-10-19T06:12:00.375-0700|SEVERE|sun-appserver-pe8.1|javax.enterprise.system.core|_ThreadID=10;|Could not start S1AS PE 8 Server : Null or zero length argument|#][#|2004-10-19T06:12:00.375-0700|SEVERE|sun-appserver-pe8.1|javax.enterprise.system.core|_ThreadID=11;|CORE5071: An error occured during initialization
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at javax.management.Notification.<init>(Notification.java:202)
at com.sun.enterprise.admin.event.AdminEvent.<init>(AdminEvent.java:102)
at com.sun.enterprise.admin.event.ShutdownEvent.<init>(ShutdownEvent.java:32)
at com.sun.enterprise.server.PEMain.shutdown(PEMain.java:314)
at com.sun.enterprise.server.PEMain$ShutdownThread.run(PEMain.java:470)
|#]I have the following configuration”
Sun One Server: Enable
Home Directory: C:\Sun8\AppServer
Configuration Directory: C:\Sun8\AppServer\config
Server Name: server
Domain Name: domain1
Domain Directory: C:\Sun8\AppServer\domains\domain1JDK: jdk1.5
After reading some of the posts added these – still didnt work
Paths:
Prepend: C:\Sun8\AppServer\domains\domain1
Append to Classpath: C:\Sun8\AppServer\domains\domain1What did I miss. … Thanks.
Riyad KallaMemberThis is a know problem with the Sun 8 connector, we looked into this and aparently they changed quite a bit about their launch model between 8.0 and 8.1, for the time being you will need to use the command line to start the server and optionally use the Eclipse remote debugger for debugging classes (not JSP files). Sorry for the inconvenience, we are looking into releasing a quickfix for this.
edwardotisMemberAny news on the quick fix?
Riyad KallaMemberYes, it was released a while back and we ended up adding a Sun 8.1 Connector: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-4498.html
-
AuthorPosts