I GOT THE FOLLOWING EXCEPTION WHEN USING JBoss2.2.2,
jboss.home = E:\JBoss2.2.2\jboss
Using JAAS LoginConfig: file:/E:/JBoss2.2.2/jboss/conf/default/auth.conf
Using configuration "default"
[Info] Java version: 1.3.1,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.1-b24,Sun Microsystems
Inc.
[Info] System: Windows 2000 5.0,x86
[Shutdown] Shutdown hook added
[Service Control] Registered with server
java.io.FileNotFoundException: Unable to identify logging directory!
at org.jboss.logging.FileLogging.openLogFile(FileLogging.java:154)
at org.jboss.logging.FileLogging.preRegister(FileLogging.java:122)
at com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.java:2245)
at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:765)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
at org.jboss.Main.<init>(Main.java:187)
at org.jboss.Main$1.run(Main.java:121)
at java.security.AccessController.doPrivileged(Native
Method)
at org.jboss.Main.main(Main.java:117)
at com.adventnet.nms.ejb.jboss.JbossStarter.startup(JbossStarter.java:31)
at com.adventnet.nms.ejb.jboss.JbossStarter.main(JbossStarter.java:59)
[Configuration] Could not create MBean DefaultDomain:service=Naming(org.jboss.naming.NamingService)
[Configuration] javax.management.RuntimeErrorException: Error thrown
in the MBean's empty constructor
[Configuration] at
com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServerImpl.java:2125)
[Configuration] at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:509)
[Configuration] at
org.jboss.configuration.ConfigurationService.create(ConfigurationService.java:340)
[Configuration] at
org.jboss.configuration.ConfigurationService.loadConfiguration(ConfigurationService.java:27
I hava checked that log.properties file is present under log directory. But got the exception..
Thanks,
Chithuu