Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1913

CMIS web application fails to restart in EAP 6.1.0.Alpha1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 3.3.0.Final
    • 3.2.0.Final
    • Web Application
    • None
    • Hide

      1) Start an EAP 6.1.0.Alpha1 installation which has ModeShape installed, using standalone-modeshape.xml
      2) Start the EAP CLI via bin/jboss-cli.sh
      3) Connect to the server and enter :reload

      The server attempts to restart, but fails with the exception mentioned in the description.

      Show
      1) Start an EAP 6.1.0.Alpha1 installation which has ModeShape installed, using standalone-modeshape.xml 2) Start the EAP CLI via bin/jboss-cli.sh 3) Connect to the server and enter :reload The server attempts to restart, but fails with the exception mentioned in the description.

    Description

      When restarting an EAP 6.1.0.A1 server which contains the ModeShape kit, the following exception is raised:

      13:58:26,063 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-6) JBWS024061: Adding service endpoint metadata: id=org.apache.chemistry.opencmis.server.impl.webservices.PolicyService
       address=http://localhost:8080/modeshape-cmis/PolicyService
       implementor=org.apache.chemistry.opencmis.server.impl.webservices.PolicyService
       serviceName={http://webservices.impl.server.opencmis.chemistry.apache.org/}PolicyServiceService
       portName={http://webservices.impl.server.opencmis.chemistry.apache.org/}PolicyServicePort
       annotationWsdlLocation=null
       wsdlLocationOverride=null
       mtomEnabled=true
      13:58:26,075 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-6) Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}RepositoryServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.RepositoryServicePor
      13:58:26,455 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-6) Setting the server's publish address to be http://localhost:8080/modeshape-cmis/RepositoryService
      13:58:26,480 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."modeshape-cmis.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."modeshape-cmis.war".INSTALL: JBAS018733: Failed to process p
              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
              at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
      Caused by: java.lang.IllegalStateException
              at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
              at org.jboss.as.webservices.config.ServerConfigImpl.getServerEnvironment(ServerConfigImpl.java:80)
              at org.jboss.as.webservices.config.ServerConfigImpl.getServerDataDir(ServerConfigImpl.java:58)
              at org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:161)
              at org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher.publishWsdlFiles(WSDLFilePublisher.java:69)
              at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.publishContractToFilesystem(EndpointImpl.java:132)
              at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:72)
              at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:250)
              at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:536)
              at org.jboss.wsf.stack.cxf.configuration.NonSpringBusHolder.configure(NonSpringBusHolder.java:116)
              at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.startDeploymentBus(BusDeploymentAspect.java:128)
              at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:67)
              at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:74)
              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
              ... 5 more
      
      13:58:26,524 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "modeshape-webdav.war" (runtime-name : "modeshape-webdav.war")
      13:58:26,592 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "modeshape-cmis.war" (runtime-name : "modeshape-cmis.war")
      13:58:26,593 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "modeshape-rest.war" (runtime-name : "modeshape-rest.war")
      13:58:26,595 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."modeshape-cmis.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."modeshape-cmis.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "modeshape-cmis.war"
      

      Attachments

        Issue Links

          Activity

            People

              hchiorean Horia Chiorean (Inactive)
              hchiorean Horia Chiorean (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: