2 Replies Latest reply on Oct 18, 2002 10:53 AM by thhal

    Problems starting JBoss on a Linux System

    jmanuel-1979

      I havent been able to start JBoss due the next messages. They make me think I need to configure the java.naming.provider.url in some jnid.properties file but I dont know how it should be done or if ther could be another case. This are the messages I got:
      ........................
      19:25:20,607 INFO [NamingService] Starting
      19:25:20,611 INFO [NamingService] Starting jnp server
      19:25:20,937 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
      19:25:21,016 WARN [NamingService] Context.PROVIDER_URL in server jndi.properties, url=
      19:25:21,101 ERROR [Server] start failed
      org.jboss.deployment.DeploymentException: Could not create deployment: file:/usr/local/jboss-3.0.2/server/default/conf/jboss-service.xml; - nested throwable: (java.lang.NoClassDefFoundError: javax/transaction/Transaction)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:822)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      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:536)
      Caused by: java.lang.NoClassDefFoundError: javax/transaction/Transaction
      at tyrex.naming.EnvContext.getBindings(EnvContext.java:686)
      at tyrex.naming.EnvContext.lookup(EnvContext.java:181)
      at tyrex.naming.java.JavaContext.lookup(JavaContext.java:147)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at org.jboss.naming.NamingService.startService(NamingService.java:189)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:164)
      at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at

      Please, There is someone could help me????