[infinispan-issues] [JBoss JIRA] (ISPN-1626) New ComponentMetadataRepo should use proper ClassLoader for finding *.dat files
Tristan Tarrant (Commented) (JIRA)
jira-events at lists.jboss.org
Mon Dec 19 15:30:09 EST 2011
[ https://issues.jboss.org/browse/ISPN-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652112#comment-12652112 ]
Tristan Tarrant commented on ISPN-1626:
---------------------------------------
18:20:38,497 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service redhat.datagrid.endpoint.memcached.memcached-connector: org.jboss.msc.service.StartException in service redhat.datagrid.endpoint.memcached.memcached-connector: Failed to start MemcachedServer
at com.redhat.datagrid.endpoint.ProtocolServerService.start(ProtocolServerService.java:104)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
Caused by: java.lang.UnsupportedOperationException: This component is not manageable!
at org.infinispan.factories.components.ComponentMetadata.toManageableComponentMetadata(ComponentMetadata.java:185)
at org.infinispan.server.core.AbstractProtocolServer.startTransport(AbstractProtocolServer.scala:118)
at org.infinispan.server.core.AbstractProtocolServer.start(AbstractProtocolServer.scala:100)
at org.infinispan.server.memcached.MemcachedServer.start(MemcachedServer.scala:50)
at com.redhat.datagrid.endpoint.ProtocolServerService.startProtocolServer(ProtocolServerService.java:141)
at com.redhat.datagrid.endpoint.ProtocolServerService.start(ProtocolServerService.java:95)
... 5 more
18:20:38,499 INFO [com.redhat.datagrid.endpoint.ProtocolServerService] (MSC service thread 1-1) HotRodServer stopped in 0ms
18:20:38,501 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service redhat.datagrid.endpoint.hotrod.hotrod-connector: org.jboss.msc.service.StartException in service redhat.datagrid.endpoint.hotrod.hotrod-connector: Failed to start HotRodServer
at com.redhat.datagrid.endpoint.ProtocolServerService.start(ProtocolServerService.java:104)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
Caused by: java.lang.UnsupportedOperationException: This component is not manageable!
at org.infinispan.factories.components.ComponentMetadata.toManageableComponentMetadata(ComponentMetadata.java:185)
at org.infinispan.server.core.AbstractProtocolServer.startTransport(AbstractProtocolServer.scala:118)
at org.infinispan.server.hotrod.HotRodServer.startTransport(HotRodServer.scala:93)
at org.infinispan.server.core.AbstractProtocolServer.start(AbstractProtocolServer.scala:100)
at org.infinispan.server.hotrod.HotRodServer.start(HotRodServer.scala:85)
at com.redhat.datagrid.endpoint.ProtocolServerService.startProtocolServer(ProtocolServerService.java:141)
at com.redhat.datagrid.endpoint.ProtocolServerService.start(ProtocolServerService.java:95)
... 5 more
> New ComponentMetadataRepo should use proper ClassLoader for finding *.dat files
> -------------------------------------------------------------------------------
>
> Key: ISPN-1626
> URL: https://issues.jboss.org/browse/ISPN-1626
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, JMX, reporting and management
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Blocker
> Fix For: 5.1.0.CR2
>
>
> When using a modular class loader, the method used to find the metadata *.dat files is broken. We need to use the user-specified classloader.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list