Uploaded image for project: 'JBoss Enterprise SOA Platform'
  1. JBoss Enterprise SOA Platform
  2. SOA-3375

NPE thrown when deploying ESB application from web admin console

    XMLWordPrintable

    Details

    • Release Notes Text:
      Hide
      https://issues.jboss.org/browse/SOA-3375

      When the user tried to deploy an ESB application from the Web Administration Console, they would encounter this error:
      "Failed to create Resource Quickstart_helloworld.esb - cause: java.lang.NullPointerException:null". This happened because the DeploymentName was null. It is now added automatically so users will no longer encounter this problem.
      Show
      https://issues.jboss.org/browse/SOA-3375 When the user tried to deploy an ESB application from the Web Administration Console, they would encounter this error: "Failed to create Resource Quickstart_helloworld.esb - cause: java.lang.NullPointerException:null". This happened because the DeploymentName was null. It is now added automatically so users will no longer encounter this problem.
    • Release Notes Docs Status:
      Documented as Resolved Issue

      Description

      When deploying ESB Applocatin from web admin console (JBoss SOA-P 5 -> JBoss ESB -> Deployments -> Add a new resource) web console shows:

      "Failed to create Resource Quickstart_helloworld.esb - cause: java.lang.NullPointerException:null"

      But ESB Application is successfully deployed.

      There is also ERROR in server console:

      ERROR [LocalDeployer] Error deploying application for request [CreateResourceReport: ResourceType=[ResourceType[id=0, category=Service, name=Deployment, plugin=JBossESB5]], ResourceKey=[null]].
      java.lang.NullPointerException
      at org.rhq.plugins.jbossas5.deploy.AbstractDeployer.deploy(AbstractDeployer.java:131)
      at org.jbosson.plugins.jbossesb.ESB5Component.createResource(ESB5Component.java:202)
      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.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:662)

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  tcunning Tom Cunningham
                  Reporter:
                  rbalent Robert Balent
                  Writer:
                  David Le Sage
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  5 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: