JBoss Community

Re: JBoss start Connection Exception

created by P Mishra in JBoss AS7 Development - View the full discussion

Thanks for replying. My company chose to use the standalone and am trying to get the applictaion deployed in there I am getting the exception below. I am using iBatis in the persistence layer ... is the exception related to that ?

 

hc-sysmgmt-sample.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."hc-sysmgmt-sample.war".INST
ALL: Failed to process phase INSTALL of deployment "hc-sysmgmt-sample.war"
        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
        at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_20]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_20]
        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
Caused by: java.lang.NullPointerException
        at org.jboss.as.jpa.processor.PersistenceUnitDeploymentProcessor.addProviderProperties(PersistenceUnitDeploymentProcessor.
java:346)
        at org.jboss.as.jpa.processor.PersistenceUnitDeploymentProcessor.addPuService(PersistenceUnitDeploymentProcessor.java:253)

        at org.jboss.as.jpa.processor.PersistenceUnitDeploymentProcessor.handleWarDeployment(PersistenceUnitDeploymentProcessor.ja
va:164)
        at org.jboss.as.jpa.processor.PersistenceUnitDeploymentProcessor.deploy(PersistenceUnitDeploymentProcessor.java:94)
        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
        ... 5 more



Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community