problem in starting j2EE RI server
I am getting this error when i try to start j2EE server. it is a J2EE RI installed with sunONE studio 4 update 1 edition.
Can someone tell me what is the problem ?
C:\Program Files\s1studio\ee\j2sdkee1.3.1\bin>j2ee -verbose
No local string for j2ee.listenPort
J2EE server listen port: 1050
No local string for j2ee.naming
Naming service started: 1050
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for idle_resource_threshold_error
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
java.lang.ClassNotFoundException: com.pointbase.xa.xaDataSource
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at com.sun.enterprise.repository.JdbcXAResource.createDataSource(JdbcXAResource.ja va:65)
at com.sun.enterprise.resource.ResourceInstaller.installJdbcXADataSources(Resource Installer.java:458)
at com.sun.enterprise.resource.ResourceInstaller.installJdbcDataSources(ResourceIn staller.java:349)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:264)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
No local string for poolmgr.datasourceerror
Error in creating data source object
No local string for jms.start
Starting JMS service...
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for jms.start.failed
Couldn't start JMS service...
javax.jms.JMSException: Can't start JMSService
at com.sun.jms.service.JMSManagerImpl.startJMSService(JMSManagerImpl.java:86)
at com.sun.enterprise.jms.JmsUtil.startJmsService(JmsUtil.java:169)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:268)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
javax.jms.JMSException: Can't start JMSService
at com.sun.jms.service.JMSManagerImpl.startJMSService(JMSManagerImpl.java:86)
at com.sun.enterprise.jms.JmsUtil.startJmsService(JmsUtil.java:169)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:268)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
java.lang.RuntimeException: Can't start JMSService
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
J2EE server reported the following error: Can't start JMSService
Error executing J2EE server ...
java.lang.NoClassDefFoundError: com/pointbase/jdbc/jdbcDataSource
at com.sun.jms.service.JMSServiceImpl.stop(JMSServiceImpl.java:1329)
at com.sun.jms.service.JMSServiceImpl.stop(JMSServiceImpl.java:1308)
at com.sun.jms.service.JMSServiceImpl$1.run(JMSServiceImpl.java:102)

