Re: [jboss-user] [JBoss Messaging] - User: null is NOT authenticated

2010-07-16 Thread Marco Brizi
Marco Brizi [http://community.jboss.org/people/mbrizi] replied to the discussion

"User: null is NOT authenticated"

To view the discussion, visit: http://community.jboss.org/message/553028#553028

--
I have exactly the same problem and the same questions.
In my opinion the exception starts coming after Jaas Security Cache Timeout 
(see  in jboss-service.xml) that, in my 
case, is setted to 5 mins.
I've tried to disable security cache (DefaultCacheTimeout=0) but with this 
configuration the problem appears immediately.
Does anyone how to solve this error?

--

Reply to this message by going to Community
[http://community.jboss.org/message/553028#553028]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - User null is NOT authenticated

2009-03-03 Thread rnicholson10
On AS5.0.0.GA we occasionally get an error when we startup jboss on two 
different boxes when there is a bridge between them.

Here's the course of events:

1) Start both JBoss instances (on physically different boxes, no clustering)
2) Redeploy the bridge on one server (bug in this release)
3) and we get the ERROR below.

The strange thing is that the only way to get this error to go away is to 
restart both servers and deploy the bridge again.

If we remove the bridge file so it's not there on startup and deploy once 
startup is complete, we will never get the error below.

Just making you guys aware of this.


  | 2009-03-03 12:11:18,423 WARN  [org.jboss.jms.server.bridge.Bridge] 
jboss.messaging:name=TestBridge,service=Bridge Failed to set up connections
  | javax.jms.JMSSecurityException: User null is NOT authenticated
  | at 
org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore.authenticate(JBossASSecurityMetadataStore.java:223)
  | at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(Unknown 
Source)
  | at javax.management.StandardMBean.invoke(Unknown Source)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy110.authenticate(Unknown Source)
  | at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegateInternal(ServerConnectionFactoryEndpoint.java:233)
  | at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegate(ServerConnectionFactoryEndpoint.java:171)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.org$jboss$jms$server$endpoint$advised$ConnectionFactoryAdvised$createConnectionDelegate$aop(ConnectionFactoryAdvised.java:108)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.createConnectionDelegate(ConnectionFactoryAdvised.java)
  | at 
org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest.serverInvoke(ConnectionFactoryCreateConnectionDelegateRequest.java:91)
  | at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
  | at 
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
  | at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
  | at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:549)
  | at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
  | at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:206)
  | at org.jboss.remoting.Client.invoke(Client.java:1708)
  | at org.jboss.remoting.Client.invoke(Client.java:612)
  | at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:171)
  | at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeTarget(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
  | at 
org.jboss.jms.client.container.StateCreationAspect.handleCreateConnectionDelegate(StateCreationAspect.java:81)
  | at 
org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect_z_handleCreateConnectionDelegate_5452358.invoke(StateCreationAspect_z_handleCreateConnectionDelegate_5452358.java)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
  | at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createConnectionDelegate(ClientConnectionFactoryDelegate.java)
  | at 
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:205)
  | at 
org.jboss.jms.client.JBossConnectionFactory.createXAConnection(JBossConnectionFactory.java:128)
  | at 
org.jboss.jms.client.JBossConnectionFactory.createXAConnection(JBossConnectionFactory.java:123)
  | at 
org.jboss.jms.server.bridge.Bridge.createConnection(Bridge.java:859)
  | at 
org.jboss.jms.server.bridge.Bridge.setupJMSObjects(Bridge.java:958)
  | at 
org.jboss.jms.server.bridge.Bridge.setupJMSObjectsWithRetry(Bridge.java:1166)
  | at org.jboss.jms.serv

[jboss-user] [JBoss Messaging] - User: null is NOT authenticated

2008-11-23 Thread svr.vin
Hi 

  I am migrating my project from jboss 2.0 to jboss-4.2.3.GA, At the time 
server startup, i am trying to create the queueConnction, the following  error 
message is throwing.

  
javax.jms.JMSSecurityException: User: null is NOT authenticated.

any baody can give some suggestions to overcome this error.

 thanks in adv.

Srinivas

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191608#4191608

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191608
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user