Created attachment 921929 [details] service.log Description of problem: When restarting the EAP Service, the following exception occured: 16:29:56,341 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.1.Final-redhat-10.jar:7.2.1.Final-redhat-10] at org.jboss.as.server.ServerService.boot(ServerService.java:308) [jboss-as-server-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:188) [jboss-as-controller-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45] Caused by: java.io.FileNotFoundException: /home/hudson/jon-server-3.2.0.GA/jbossas/standalone/configuration/standalone.xml (No such file or directory) at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_45] at java.io.FileInputStream.<init>(FileInputStream.java:146) [rt.jar:1.7.0_45] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:129) [jboss-as-controller-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10] Version-Release number of selected component (if applicable): EAP6 Plugin Patch 01 How reproducible: Steps to Reproduce: 1. Schedule an EAP Service "Restart" Operation 2. 3. Actual results: Expected results: Additional info:
Update the title of the bug to be less confusing. This is a problem limited to the JON server as per description. The restart code needs to be fixed to use the correct configuration file.
*** This bug has been marked as a duplicate of bug 1032039 ***