Version 1

    Hi all,

     

    I just installed the JBoss jboss-eap-4.3.0.GA_CP02.zip on RedHat LINUX but as I try to start the Jboss AS it failed and I got many exceptions in boot.log such as:

     

    11:39:51,436 DEBUG [SARDeployer] create operation failed for package file:/opt/jboss/MTEXT/server/mtext/conf/jboss-service.xml
    org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
            at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
            at org.jboss.system.ServiceController.install(ServiceController.java:226)
            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:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)

     

    ":/opt/jboss/MTEXT" is the %JBOSS_HOME% and "mtext" is the name of the Jboss-Instance.

     

    I did the same in the last days on other Linux machines and it was successful. I am not sure if there is a problem by LINUX or some where else.

     

    Can someone help?