- This topic has 7 replies, 2 voices, and was last updated 19 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
rogerparkinsonMemberWhen I start my appserver (Sun Java Application Server Edition 8) from inside Eclipse using the Run/Stop server icon it seems to start okay.
But when I open up the admin web page I see “java.lang.IllegalArgumentException: C”If I start it outside eclipse I don’t see this.
Is it something to do with my path entries in Preferences\Application Servers? They all start with C (eg C:\Sun\AppServer). I tried file://C:/… but it didn’t like that.Thanks for any help
Roger
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
rogerparkinsonMember😳
OS=WIN2K build 2195 sp4
Eclipse 3.0.1 Build id: 200409161125
Upgraded from 3.0.0
Other plugins: SYSDEO tomcat launcher plus one of my own (neither are being invoked during this operation, though)pde:
org.eclipse.pde.build_3.0.0
org.eclipse.pde.build_3.0.1
org.eclipse.pde.core_3.0.0
org.eclipse.pde.core_3.0.1
org.eclipse.pde.doc.user_3.0.0
org.eclipse.pde.junit.runtime_3.0.0
org.eclipse.pde.runtime_3.0.0
org.eclipse.pde.runtime_3.0.1
org.eclipse.pde.source_3.0.0
org.eclipse.pde.source_3.0.1
org.eclipse.pde.ui_3.0.0
org.eclipse.pde.ui_3.0.1myeclipse 3.8.4
C:\j2sdk1.4.2\bin>java -version
java version “1.4.2”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
(same is used for app server)
Sun appserver 8.0There are no ecxeptions in the log.
Riyad KallaMemberCan you dump the entire startup log from Sun App server here for me to look at as well while it tries to startup?
rogerparkinsonMemberSure thing….
Starting Sun Java System Application Server Platform Edition 8.0 (build b57-fcs) …
[#|2005-03-01T17:06:08.860+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2] from [Sun Microsystems Inc.]|#][#|2005-03-01T17:06:10.242+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
[#|2005-03-01T17:06:10.482+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
[#|2005-03-01T17:06:12.024+1300|INFO|sun-appserver-pe8.0|javax.enterprise.resource.jms|_ThreadID=10;|JMS5029: Successfully attached to an existing Message Queue broker. Instance Name = imqbroker|#]
[#|2005-03-01T17:06:13.466+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
[#|2005-03-01T17:06:13.506+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
[#|2005-03-01T17:06:13.537+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2005-03-01T17:06:16.921+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
[#|2005-03-01T17:06:19.786+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies…|#]
[#|2005-03-01T17:06:20.266+1300|INFO|sun-appserver-pe8.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
[#|2005-03-01T17:06:22.630+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
[#|2005-03-01T17:06:24.472+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
[#|2005-03-01T17:06:26.325+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
[#|2005-03-01T17:06:26.325+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
[#|2005-03-01T17:06:26.565+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
[#|2005-03-01T17:06:27.126+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [/web1]|#]
[#|2005-03-01T17:06:27.447+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [/asadmin]|#]
[#|2005-03-01T17:06:27.447+1300|WARNING|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
[#|2005-03-01T17:06:27.477+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [/com_sun_web_ui]|#]
[#|2005-03-01T17:06:27.517+1300|INFO|sun-appserver-pe8.0|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
[#|2005-03-01T17:06:27.517+1300|INFO|sun-appserver-pe8.0|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
[#|2005-03-01T17:06:27.777+1300|INFO|sun-appserver-pe8.0|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
[#|2005-03-01T17:06:34.897+1300|INFO|sun-appserver-pe8.0|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
[#|2005-03-01T17:06:38.162+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 8080|#]
[#|2005-03-01T17:06:38.232+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 8080|#]
[#|2005-03-01T17:06:38.613+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 1043|#]
[#|2005-03-01T17:06:38.633+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 1043|#]
[#|2005-03-01T17:06:38.703+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 4848|#]
[#|2005-03-01T17:06:38.733+1300|INFO|sun-appserver-pe8.0|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 4848|#]
[#|2005-03-01T17:06:38.963+1300|INFO|sun-appserver-pe8.0|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\AppServer\imq\bin].|#]
[#|2005-03-01T17:06:39.013+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1109649999013|#]
[#|2005-03-01T17:06:39.023+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
[#|2005-03-01T17:06:39.023+1300|INFO|sun-appserver-pe8.0|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
Riyad KallaMemberDamn I was hoping for something more telling than a perfect startup… have you checked the forums.java.sun.com for the same TYPE of error, so someone can maybe help say “Oh you need XYZ on your classpath” then I can tell you what you need to do with MYEclipse… but right now, since the app server is starting, and since my local copies of Sun APp 8 and 8.1 both start/run fine, I really don’t know what to suggest.
Try and see if you can find someone else having the same problem and see what the problem is, then I can help you duplicate the fix in ME.
rogerparkinsonMemberThere’s nothing obvious. I think I will switch to JBOSS.
Thanks for your help, though. It is nice to have such rapid replies.
Riyad KallaMemberGood call, that tends to work out of the box for most people.
-
AuthorPosts