Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
15:40:57,444 ERROR [org.jboss.as.controller] operation ("add") failed - address: ([
("operation" => "add"),
("address" => "[(\"subsystem\" => \"resourceadapters\")]"),
("resourceadapter" => "ra16out.rar")
]): java.lang.IllegalArgumentException: Invalid value specification
at org.jboss.as.controller.PathElement.<init>(PathElement.java:91)
at org.jboss.as.controller.PathAddress.pathAddress(PathAddress.java:93)
at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:211)
at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:204)
at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:188)
at org.jboss.as.server.ServerControllerService.start(ServerControllerService.java:182)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18]
at java.lang.Thread.run(Thread.java:636) [:1.6.0_18]
final SubsystemRegistration registration = context.registerSubsystem(RESOURCEADAPTERS);
registration.registerXMLElementWriter(ResourceAdapterSubsystemParser.INSTANCE);
// Remoting subsystem description and operation handlers
final ModelNodeRegistration subsystem = registration.registerSubsystemModel(SUBSYSTEM);
subsystem.registerOperationHandler(ADD, NewResourceAdaptersSubSystemAdd.INSTANCE, SUBSYSTEM_ADD_DESC, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.