Re: UIMA DUCC java.lang.SecurityException

2016-10-10 Thread Jaroslaw Cwiklik
Wahed, I just reconfigured my ducc with a one line change in DUCC_HOME/resources/default.ducc.properties from: ducc.broker.configuration = conf/activemq-ducc.xml to: ducc.broker.configuration = conf/activemq-ducc-unsecure.xml I can deploy services with no errors. Jerry On Mon, Oct 10, 2016

Re: UIMA DUCC java.lang.SecurityException

2016-10-10 Thread Jaroslaw Cwiklik
Wahed, actually this is not a bug. Ducc by default runs with a secure broker. Meaning that all destinations (queues, topics) are password protected. The exception you are seeing is coming from a service unable to authenticate. I am not sure if this is documented, but to use services you need to

Re: UIMA DUCC java.lang.SecurityException

2016-10-10 Thread Wahed Hemati
Thanks Jerry, i rebuild it from trunk but still get the same error. when i run ./admin/ducc_statedump -p 61617 i get the following: javax.jms.JMSSecurityException: User name [null] or password is invalid. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:52)