2 Replies Latest reply on Apr 22, 2013 5:07 AM by nickarls

    Getting ERROR on startup with shell cmd in ubunto linux

    rahulkr

      Hi All ,

       

      I'm very new to JBOSS and for our development and deployment we are using jbossv6.1.

      initially i gothrough the instalation guide properly and configure successfully but now when i start my jboss through shell cmd it show errors.

      others information related to this is belowed:

      JDK 1.6

      OS: UBUNTO V 5.0

       

      so finally the errors are:

       

       

       

      10:31:49,352 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1

      10:31:50,602 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA

      10:31:50,746 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015899: JBoss EAP 6.1.0.Alpha1 (AS 7.2.0.Alpha1-redhat-4) starting

      10:31:51,650 ERROR [org.jboss.as.server] (Controller Boot Thread) JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration

                at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]

                at org.jboss.as.server.ServerService.boot(ServerService.java:308) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]

                at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:188) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]

                at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]

      Caused by: java.io.FileNotFoundException: /home/utiitsl/Desktop/jbossfile/jboss-eap-6.1.0.Alpha/jboss-eap-6.1/standalone/configuration/standalone.xml (No such file or directory)

                at java.io.FileInputStream.open(Native Method) [rt.jar:1.6.0_24]

                at java.io.FileInputStream.<init>(FileInputStream.java:137) [rt.jar:1.6.0_24]

                at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:129) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]

                ... 3 more

       

       

      10:31:51,663 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.

      10:31:51,690 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015950: JBoss EAP 6.1.0.Alpha1 (AS 7.2.0.Alpha1-redhat-4) stopped in 1ms

       

      so plz help me out to resoplve this errors.

       

      Thanks in Advance