-
1. Re: Problem while Starting up Jboss 2.4.3
Adrian Brock Jan 7, 2002 2:57 AM (in response to Narinder Singh Deonia)What is your value of JAVA_HOME?
Does this have ioser12.dll in jre\bin?
Regards,
Adrian -
2. Re: Problem while Starting up Jboss 2.4.3
Narinder Singh Deonia Jan 7, 2002 5:53 AM (in response to Narinder Singh Deonia)i have defined following
JAVA_HOME=C:\jdk1.3
My system path contains C:\jdk1.3\bin;C:\jdk1.3\jre\bin;
Also if i give the command 'java -jar run.jar' the JBoss shows
java.lang.NoClassDefFoundError: org/xml/sax/SAXException
at java.lang.Class.getConstructors0(Native Method)
at java.lang.Class.getConstructors(Class.java:775)
at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:95)
at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:507)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:523)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
at org.jboss.Main.(Main.java:193)
at org.jboss.Main$1.run(Main.java:127)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:123)
[Default] javax.management.InstanceNotFoundException: DefaultDomain:service=Configuration
[Default] at com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1678)
[Default]
[Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1522)
[Default]
[Default] at org.jboss.Main.(Main.java:213)
[Default]
[Default] at org.jboss.Main$1.run(Main.java:127)
[Default]
[Default] at java.security.AccessController.doPrivileged(Native Method)
[Default]
[Default] at org.jboss.Main.main(Main.java:123) -
3. Re: Problem while Starting up Jboss 2.4.3
Adrian Brock Jan 7, 2002 7:07 AM (in response to Narinder Singh Deonia)Have a look at run.bat
You have to configure JAXP with some -D parameters
for your second method.
Regards,
Adrian -
4. Re: Problem while Starting up Jboss 2.4.3
Narinder Singh Deonia Jan 7, 2002 8:56 AM (in response to Narinder Singh Deonia)I have solved it..
I had to make an environment variable
JBOSS_CLASSPATH=C:\jdk1.3\lib\tools.jar;C:\jdk1.3\jre\bin\ioser12.dll
Thanks for your valuable suggestions Adrian
Can you also tel me how to configure a database pool
in JBoss 2.4.3
I want to use Oracle 8.0.5
Regards
Narinder. -
5. Re: Problem while Starting up Jboss 2.4.3
Juergen Heidak Jan 7, 2002 1:58 PM (in response to Narinder Singh Deonia)Even though your problem is solved I've got another hint.
I get this error when a use the j2ee.jar file supplied from Sun in the j2ee sdk instead of the j2ee.jar file from jboss.
Using the right jarfile solves this problem without the need to set an enviroment variable. -
6. Re: Problem while Starting up Jboss 2.4.3
Narinder Singh Deonia Jan 7, 2002 11:27 PM (in response to Narinder Singh Deonia)
yes you are right Juergen.....
that also solve the problem and that too without defining a variable...
Thanks for your help
Regards
Narinder.