Re: jaas security

2007-10-26 Thread ttmdev
Yup, I am using with no problem. Can you post your complete activemq.xml? Try commenting out your commandAgent like this Joe lancedv wrote: > > Hi Joe, > > Yup it solved that problem but im now gettin these errors: > > javax.jms.JMSException: User name or password is invalid. >

Re: jaas security

2007-10-25 Thread lancedv
Hi Joe, Yup it solved that problem but im now gettin these errors: javax.jms.JMSException: User name or password is invalid. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) Caused by: java.lang.SecurityException: User name or password is invalid.

Re: jaas security

2007-10-25 Thread ttmdev
Clear out your brokers data directory (i.e., ../activemq-data/). I believe the exception is being hurled because there is a destination in the data directory that was previously created w/out the security credentials that you're now trying to use. I was getting the same exception and clearing ou

Re: jaas security

2007-10-25 Thread lancedv
Hi Tom Thanks for taking time to help me out. Here's a snippet of my config:

Re: jaas security

2007-10-24 Thread Tom Samplonius
- "lancedv" <[EMAIL PROTECTED]> wrote: > Hi guys, > > Im trying to use jaas in my activemq instance and have followed the > instructions in the security page and some hints in this forum but im > getting this error when starting activemq: > > ERROR BrokerService - Failed to