Hi every one, I just downloaded Jboss-3.0.2 and unzip it. But I can't start Jboss server by running run.bat. I got exceptions. I previous downloaded Jboss-2.4.1, that is OK for me. But I don't know why I can't start new version. Do I need to set up system environment? Hope any one can help me! Thx! Carol
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
posted
0
Can you describe the errors in any more detail? If you execute the run script from the bin/ directory, all the environment should take care of itself. Is the Java not starting, or just the server initialization failing? If java gets started, the logfiles (in server/default/log) might provide some insight.
sripad_devaraju
Greenhorn
Joined: May 15, 2002
Posts: 13
posted
0
have you jdk1.3
sripad devaraju
Carol Chen
Greenhorn
Joined: Jun 10, 2001
Posts: 19
posted
0
I downloaded the jboss-3.0.0_tomcat-4.0.3, it is OK to start server. The version Jboss-3.0.2 still can't be started. The exception is as followings: 16:54:12,560 INFO [ServiceConfigurator] Problem configuring service jboss:type=Service,name=SystemProperties org.jboss.deployment.DeploymentException: No property editor for attribute: Properties; type=class java.util.Properties at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:328) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:187) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130) at org.jboss.system.ServiceController.install(ServiceController.java:224) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) at $Proxy3.install(Unknown Source) at org.jboss.deployment.SARDeployer.create(SARDeployer.java:209) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:755) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) at org.jboss.Main.boot(Main.java:142) at org.jboss.Main$1.run(Main.java:375) at java.lang.Thread.run(Thread.java:484) 16:54:12,761 INFO [ServiceConfigurator] Problem configuring service jboss.system:type=Log4jService,service=Logging org.jboss.deployment.DeploymentException: No property editor for attribute: ConfigurationURL; type=class java.net.URL at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:328) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:187) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130) at org.jboss.system.ServiceController.install(ServiceController.java:224) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) at $Proxy3.install(Unknown Source) at org.jboss.deployment.SARDeployer.create(SARDeployer.java:209) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:755) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) at org.jboss.Main.boot(Main.java:142) at org.jboss.Main$1.run(Main.java:375) at java.lang.Thread.run(Thread.java:484) I have no idea with the exception. I do have jdk 1.3. Hope anyone can help me. Thanks, Carol Chen
sripad_devaraju
Greenhorn
Joined: May 15, 2002
Posts: 13
posted
0
could you put your complete system configurations, like Operating System
Carol Chen
Greenhorn
Joined: Jun 10, 2001
Posts: 19
posted
0
The Operation System which I use is Windows2000 advanced server, and I set the JBOSS_DIST, JAVA_HOME. For Jboss-3.0.2, I don't change anything, only the JBOSS_DIST, but it doesn't work. Thx, Carol Chen [ September 09, 2002: Message edited by: Carol Chen ]
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
posted
0
The relavent configuration seems to be in conf/jboss-service.xml. In the 'default' server, it looks something like this:
Does yours look any different? (Notice that some stuff is commented out).