Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-25 Thread Scott M Stark
So the jbossmq login configuration still exists then. Create a bug report on sourceforge with more info on what your doing so we can try to look into what could be going on. -- Scott Stark Chief Technology Officer JBoss Group, LLC Panagiotis Korros

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-25 Thread Panagiotis Korros
:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 7:26 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Go into the jmx-console when the error occurs and go to the jboss.security:service=XMLLoginConfig mbean and invoke the displa

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-21 Thread Scott M Stark
Go into the jmx-console when the error occurs and go to the jboss.security:service=XMLLoginConfig mbean and invoke the displayAppConfig operation passing in the jbossmq string. The exception indicates that the jbossmq configuration has been removed. This msg: > 2003-10-02 13:00:26,125 TRACE [org.jb

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-19 Thread Panagiotis Korros
I am using JBoss 3.2.2 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) At org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur ityInter

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Panagiotis Korros
03, 2003 2:45 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Its seems to be occuring after the authentication cache is timing out. Is this the 3.2.2RC4 release available from SF or a cvs snapshot? Can you describe the runtime env a b

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Scott M Stark
Its seems to be occuring after the authentication cache is timing out. Is this the 3.2.2RC4 release available from SF or a cvs snapshot? Can you describe the runtime env a bit more in terms of how many senders/receivers there are and how many msgs are being exchanged? --

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Panagiotis Korros
ut the guest identity when it invalidates the cache? -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' On Thu, 2003-10-02 at 1

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Adrian Brock
On Thu, 2003-10-02 at 11:46, Panagiotis Korros wrote: > 2003-10-02 13:00:26,125 DEBUG > [org.jboss.security.plugins.JaasSecurityManager.jbossmq] Login failure > javax.security.auth.login.LoginException: No LoginModules configured for > jbossmq > at > javax.security.auth.login.LoginContext.ini

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-02 Thread Panagiotis Korros
: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 6:37 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Do you see anything in log/server.log when it fails, just before the exception you posted. If not, try enab

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-10-01 Thread Panagiotis Korros
6:37 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Do you see anything in log/server.log when it fails, just before the exception you posted. If not, try enabling TRACE logging in conf/log4j.xml for the following categories to see

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Adrian Brock
-Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 4:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT > authenticated' > > > The topic security config is irrelev

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Panagiotis Korros
ation. Regards, Panagiotis -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 4:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' The topic security config is irrelevent at this sta

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Adrian Brock
The topic security config is irrelevent at this stage, you haven't got to the authorization step. You are still trying to authenticate the user. First, post the conf/login-config.xml snippet for jbossmq, it should have an unauthenticated identity, the default setting is "guest". Regards, Adrian

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-30 Thread Panagiotis Korros
I am using JBoss 3.2.2RC4 / 3.2.1 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSec

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Adrian Brock
> > > > create="true"/> > > > > In my mbean definition? > > -Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2003 2:39 PM > To: [EMAIL

RE: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Panagiotis Korros
TED] Sent: Wednesday, September 10, 2003 2:39 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated' Have you made any other changes to the config? There should be an "unathenticated identity" for jbossmq in conf/login-config.xml T

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-10 Thread Adrian Brock
Have you made any other changes to the config? There should be an "unathenticated identity" for jbossmq in conf/login-config.xml The default is "guest" Regards, Adrian On Wed, 2003-09-10 at 07:23, Panagiotis Korros wrote: > > I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error:

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-09 Thread Panagiotis Korros
I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error: javax.jms.JMSSecurityException: User: null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java: 215) at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecur ityI

[JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-09-09 Thread Panagiotis Korros
Title: Message    I am using JBoss 3.2.1 with JDK 1.4.2 and i get the following error:javax.jms.JMSSecurityException: User: null is NOT authenticatedat org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(