|
From: Colin S. <col...@ex...> - 2004-04-16 20:48:20
|
Darren,
Have you ever run the autobuild stuff successfully on Windows with JBoss?
I had to fix up the autobuild.bat file first a bit. It wasn't that big a
deal (now checked in) but wasn't in a working state either, which makes
me think this stuff was never run on windows. Can you confirm that?
After that, running
autobuild jpetstore jboss3
builds ok, but fails to properly run the jboss instance, with the
following exception:
[java] 16:39:36,798 ERROR [TrapEmitter] Accessing resource
"/managers.xml"
[java] java.lang.NullPointerException
[java] at java.io.Reader.<init>(Reader.java:61)
[java] at
java.io.InputStreamReader.<init>(InputStreamReader.java:55)
[java] at
org.jboss.jmx.adaptor.snmp.agent.TrapEmitter.load(TrapEmitter
.java:228)
[java] at
org.jboss.jmx.adaptor.snmp.agent.TrapEmitter.start(TrapEmitte
r.java:108)
[java] at
org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService.startServic
e(SnmpAgentService.java:254)
[java] at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSuppor
...
and so on. The jboss instance works ok from command line manual running
in the bin directory.
I presume this is all working ok under Linux?
Regards,
Colin
|