Bugs item #784870, was opened at 2003-08-07 09:36
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=784870&group_id=22866

Category: JBossMQ
Group: v3.2
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Srivatsan (srivatsanp)
Assigned to: Nobody/Anonymous (nobody)
Summary: FilePersistenceManager cannot be used

Initial Comment:
org.jboss.mq.pm.file.PersistenceManager does not
implement org.jboss.mq.pm.CacheStore.
Because of this, ClassCastException is thrown when
jbossmq-service.xml is configured to use File
PersistenceManager.

Version JBoss3.2.1


2003-08-07 22:06:36,617 ERROR
[org.jboss.mq.server.MessageCache] Starting failed
java.lang.ClassCastException
    at
org.jboss.mq.server.MessageCache.startService(MessageCache.java:432)
    at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
    at
sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
    at $Proxy13.start(Unknown Source)
    at
org.jboss.system.ServiceController.start(ServiceController.java:392)
    at
sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.start(Unknown Source)
    at
org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at
org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
    at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
    at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
    at
sun.reflect.GeneratedMethodAccessor24.invoke(Unknown
Source)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2003-08-07 11:31

Message:
Logged In: YES 
user_id=175228

Read the org.jboss.mq.server.MessageCache service comment:
 |
 | ATTENTION: When the "file" or "rollinglogged" Persistence
Manager is used
 | you have to set the "CacheStore" to the CacheStore (the
commented out line)
 | and not to the PM itself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=784870&group_id=22866


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to