- This topic has 1 reply, 1 voice, and was last updated 20 years, 2 months ago by Eric Lewis.
-
AuthorPosts
-
Eric LewisMemberHere is what I am getting when I try to start up the Sun Java Application server from within eclipse:
Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) …
Dec 1, 2004 7:27:26 PM com.sun.enterprise.server.PEMain main
SEVERE: Could not start S1AS PE 8 Server : Null or zero length argument
Dec 1, 2004 7:27:26 PM com.sun.enterprise.server.PEMain shutdown
SEVERE: 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:75)
at com.sun.enterprise.admin.event.ShutdownEvent.<init>(ShutdownEvent.java:32)
at com.sun.enterprise.server.PEMain.shutdown(PEMain.java:261)
at com.sun.enterprise.server.PEMain$ShutdownThread.run(PEMain.java:444)Sun Java Application Server Edition 8.1 (plugin)
Home Directory c:\java\AppServer
Configuration Directory: c:\Java\AppServer\config
Server Name: server
Domain Name: domain1
Domain Directory: C:\Java\AppServer\domains\domain1JVM points to the c:\java\jdk1.5.0 directory
– System Setup ——————————-
Operating System and version:
Eclipse version: 3.0.1
Eclipse build id:
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.8.2
Eclipse JDK version: JDK 1.5.0
Application Server JDK version: 8.0.0_01 (build b08-fcs)
Are there any exceptions in the Eclipse log file?– Message Body ——————————-
Eric LewisMemberNevermind I figured it out, I was using the wrong connector. I apologize for the post
-
AuthorPosts