[jboss-jira] [JBoss JIRA] (AS7-5537) Reopened - Remote store config errors in AS7

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Sep 11 16:10:33 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717687#comment-12717687 ] 

Brian Stansberry commented on AS7-5537:
---------------------------------------

See the last few comments on AS7-4426 for why this was opened.
                
> Reopened - Remote store config errors in AS7
> --------------------------------------------
>
>                 Key: AS7-5537
>                 URL: https://issues.jboss.org/browse/AS7-5537
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.1.1.Final
>         Environment: Windows
>            Reporter: rang s
>            Assignee: Radoslav Husar
>            Priority: Critical
>             Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
>
>
> When remote-store is configured in domain.xml, on server startup following errors :-
> [Server:server-one] 17:00:00,889 ERROR [org.jboss.msc.service.fail] (pool-13-thread-1) MSC00001: Failed to start service jboss.infinispan.web.repl: org.jboss.msc.servic
> e.StartException in service jboss.infinispan.web.repl: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.loaders.CacheLoaderManagerImpl.
> start() on object
>  
> [Server:server-one]     at org.jboss.as.clustering.msc.AsynchronousService$1.run(AsynchronousService.java:62) [jboss-as-clustering-common-7.1.1.Final.jar:7.1.1.Final]
>  
> [Server:server-one] Caused by: org.infinispan.CacheConfigurationException: Unable to instantiate class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFacto
> ry
>  
>  
> [Server:server-one] Caused by: java.lang.ClassNotFoundException: org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
> Looks like some issue in locating the jar which contains this class file. I could resolve this issue by :-
> Adding the following :-
>         <module name="org.infinispan.client.hotrod"/>
>  
> in %JBOSS_HOME%/modules/org/infinispan/main/module.xml
> This seems to be a bug as it should work out of the box. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list