]
James Perkins closed WFLY-4998.
-------------------------------
Resolution: Cannot Reproduce Bug
I probably should have tested before I filed this bug.
Domain deployment batch subsystem resources throw an NPE when an
attempting to read the resource
------------------------------------------------------------------------------------------------
Key: WFLY-4998
URL:
https://issues.jboss.org/browse/WFLY-4998
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: James Perkins
Assignee: James Perkins
Jobs should likely not be allowed to be read from this address, but an NPE should not be
thrown.
{code}
2015-07-23 10:54:23,469 ERROR [org.jboss.as.controller.management-operation]
(ServerService Thread Pool – 154) WFLYCTL0013: Operation ("read-attribute")
failed - address: ([
("deployment" => "alploy-loyaltybe.ear"),
("subdeployment" => "loyalty-bundle.jar"),
("subsystem" => "batch"),
("job" => "RESOURCE_BUNDLE_JOB")
]): java.lang.NullPointerException
at
org.wildfly.extension.batch.deployment.JobOperationStepHandler.execute(JobOperationStepHandler.java:45)
at
org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecuteInternal(ReadAttributeHandler.java:174)
[wildfly-controller-1.0.0.Final.jar:1.0.0.Final]
at
org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecute(ReadAttributeHandler.java:137)
[wildfly-controller-1.0.0.Final.jar:1.0.0.Final]
{code}