]
Darran Lofthouse updated AS7-1993:
----------------------------------
Git Pull Request: (was:
Shutting down an AS7 instance using XTS config results in
IndexOutOfBoundsException from EndpointPublishService
---------------------------------------------------------------------------------------------------------------
Key: AS7-1993
URL:
https://issues.jboss.org/browse/AS7-1993
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Environment: This error is reported from code checkout out from git today,
Reporter: Darran Lofthouse
Assignee: Alessio Soldano
17:56:18,660 WARN [org.jboss.msc.service.fail] MSC00004: Failure during stop of service
jboss.ws.endpoint-publish.ws-c11: java.lang.RuntimeException:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at
org.jboss.as.webservices.service.EndpointPublishService.stop(EndpointPublishService.java:100)
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1909)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1872)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[:1.6.0_27]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[:1.6.0_27]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.LinkedList.entry(LinkedList.java:365) [:1.6.0_27]
at java.util.LinkedList.get(LinkedList.java:315) [:1.6.0_27]
at
org.jboss.as.webservices.publish.EndpointPublisherImpl.destroy(EndpointPublisherImpl.java:172)
at
org.jboss.as.webservices.service.EndpointPublishService.stop(EndpointPublishService.java:98)
... 5 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: