[ 
https://issues.apache.org/jira/browse/AMQ-6788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118087#comment-16118087
 ] 

Christian Schneider commented on AMQ-6788:
------------------------------------------

As a workaround I found that I can do:
broker.setPersistent(false);

Still I think this is a bug.

> ClassNotFoundException PListStoreImpl when trying to start an embedded broker 
> with memory persistence
> -----------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-6788
>                 URL: https://issues.apache.org/jira/browse/AMQ-6788
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.15.0
>         Environment: Ubuntu Linux, ActiveMQ 5.15.0
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 5.15.1
>
>
> I try to start an embedded broker:
>         broker = new BrokerService();
>         broker.setPersistenceAdapter(new MemoryPersistenceAdapter());
>         broker.start();
> java.lang.RuntimeException: java.lang.ClassNotFoundException: 
> org.apache.activemq.store.kahadb.plist.PListStoreImpl
> For details see:
> https://apaste.info/vIkj



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to