[jboss-user] [Beginners Corner] - Re: Start-Error under UNIX

Ceene do-not-reply at jboss.com
Mon Feb 16 03:43:42 EST 2009


With Java 1.5 on AIX I get the following console-output

09:40:14,690 INFO  [Server] Starting JBoss (MX MicroKernel)...
09:40:14,692 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
09:40:14,696 INFO  [Server] Home Dir: /disc5/jboss-4.2.3.GA
09:40:14,696 INFO  [Server] Home URL: file:/disc5/jboss-4.2.3.GA/
09:40:14,723 INFO  [Server] Patch URL: null
09:40:14,724 INFO  [Server] Server Name: default
09:40:14,724 INFO  [Server] Server Home Dir: /disc5/jboss-4.2.3.GA/server/default
09:40:14,724 INFO  [Server] Server Home URL: file:/disc5/jboss-4.2.3.GA/server/default/
09:40:14,725 INFO  [Server] Server Log Dir: /disc5/jboss-4.2.3.GA/server/default/log
09:40:14,725 INFO  [Server] Server Temp Dir: /disc5/jboss-4.2.3.GA/server/default/tmp
09:40:14,726 INFO  [Server] Root Deployment Filename: jboss-service.xml
09:40:15,726 INFO  [ServerInfo] Java version: 1.5.0,IBM Corporation
09:40:15,727 INFO  [ServerInfo] Java VM: IBM J9 VM 2.3,IBM Corporation
09:40:15,727 INFO  [ServerInfo] OS-System: AIX 5.2,ppc64
09:40:17,026 INFO  [Server] Core system initialized
09:40:25,144 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
09:40:25,148 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
09:40:26,967 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
09:40:26,968 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
09:40:27,678 INFO  [TransactionManagerService] Starting recovery manager
09:40:28,015 INFO  [TransactionManagerService] Recovery manager started
09:40:28,015 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
09:40:36,903 INFO  [EJB3Deployer] Starting java:comp multiplexer
09:40:41,261 ERROR [MainDeployer] Could not initialise deployment: file:/disc5/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/
java.lang.NoClassDefFoundError: javax.ejb.Stateless
        at org.jboss.ejb3.EJB3Util.isStateless(EJB3Util.java:42)
        at org.jboss.ejb3.EJB3Deployer.hasEjbAnnotation(EJB3Deployer.java:219)
        at org.jboss.ejb3.EJB3Deployer.accepts(EJB3Deployer.java:271)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:618)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy34.accepts(Unknown Source)


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210253#4210253

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210253



More information about the jboss-user mailing list