[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread karpinsn
Yes I have both of the messaging properties files, which look exactly like what 
you posted.  Also my login-config contains the messaging policy and it too 
looks exactly like what you posted.

- Nik

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132860#4132860

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132860
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-28 Thread karpinsn
I have gone though the install without using the JEMS installer, and now JBoss 
Messaging is working.  I am able to run the examples, along with creating, 
posting, and reading new topics.  Now I'm going to attempt to switch the DB to 
an Oracle DB so hopefully that will go a bit smoother.  Thanks for the help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132944#4132944

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132944
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Problem with JEMS JMS install: User is NOT authenticated

2008-02-27 Thread karpinsn
Hi,

I'm trying to install a simple setup of JBoss with JBoss messaging.  I used 
JEMS 1.2.1.CR4 to install a JMS setup with everything default except for the 
configuration which I have named messaging.  From this point I can start JBoss 
at a command line issuing run -c messaging from the %JBOSS_HOME%/bin 
directory.  JBoss starts just fine and starts up messaging.

Now the problem I am having is when I run examples that are included in the 
JBoss Messaging 1.4.0.SP3.  If I try and run the topic example I get an error 
that User null is NOT authenticated.  Listed below is the stack trace that I get

anonymous wrote : 
  | D:\Download\jboss-messaging-1.4.0.SP3\examples\topicant
  | Buildfile: build.xml
  | 
  | identify:
  |  [echo] 

  | ###
  |  [echo] #   Running the TOPIC example
  |   #
  |  [echo] 

  | ###
  |  [echo] The topic:  testTopic
  |  [echo] The client jar: ../..//jboss-messaging-client.jar
  | 
  | sanity-check:
  | 
  | init:
  | 
  | compile:
  | 
  | run:
  |  [java] Topic /topic/testTopic exists
  |  [java] javax.jms.JMSSecurityException: User null is NOT authenticated
  |  [java] at 
org.jboss.jms.server.security.SecurityMetadataStore.authentic
  | ate(SecurityMetadataStore.java:202)
  |  [java] at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint
  | .createConnectionDelegateInternal(ServerConnectionFactoryEndpoint.java:222)
  |  [java] at 
org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint
  | .createConnectionDelegate(ServerConnectionFactoryEndpoint.java:162)
  |  [java] at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvise
  | 
d.org$jboss$jms$server$endpoint$advised$ConnectionFactoryAdvised$createConnectio
  | nDelegate$aop(ConnectionFactoryAdvised.java:108)
  |  [java] at 
org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvise
  | d.createConnectionDelegate(ConnectionFactoryAdvised.java)
  |  [java] at 
org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDel
  | 
egateRequest.serverInvoke(ConnectionFactoryCreateConnectionDelegateRequest.java:
  | 91)
  |  [java] at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invo
  | ke(JMSServerInvocationHandler.java:143)
  |  [java] at 
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:76
  | 9)
  |  [java] at 
org.jboss.remoting.transport.socket.ServerThread.processInvoc
  | ation(ServerThread.java:573)
  |  [java] at 
org.jboss.remoting.transport.socket.ServerThread.dorun(Server
  | Thread.java:387)
  |  [java] at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerTh
  | read.java:166)
  |  [java] at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemot
  | eClientInvoker.java:163)
  |  [java] at org.jboss.remoting.Client.invoke(Client.java:1634)
  |  [java] at org.jboss.remoting.Client.invoke(Client.java:548)
  |  [java] at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate
  | 
.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionD
  | elegate$aop(ClientConnectionFactoryDelegate.java:167)
  |  [java] at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate
  | 
$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactor
  | yDelegate$createConnectionDelegate_N3019492359065420858.java)
  |  [java] at 
org.jboss.jms.client.container.StateCreationAspect.handleCrea
  | teConnectionDelegate(StateCreationAspect.java:83)
  |  [java] at 
org.jboss.aop.advice.org.jboss.jms.client.container.StateCrea
  | tionAspect0.invoke(StateCreationAspect0.java)
  |  [java] at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate
  | 
$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactor
  | yDelegate$createConnectionDelegate_N3019492359065420858.java)
  |  [java] at 
org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate
  | .createConnectionDelegate(ClientConnectionFactoryDelegate.java)
  |  [java] at 
org.jboss.jms.client.JBossConnectionFactory.createConnectionI
  | nternal(JBossConnectionFactory.java:205)
  |  [java] at 
org.jboss.jms.client.JBossConnectionFactory.createConnection(
  | JBossConnectionFactory.java:87)
  |  [java] at 
org.jboss.jms.client.JBossConnectionFactory.createConnection(
  | JBossConnectionFactory.java:82)
  |  [java] at 
org.jboss.example.jms.topic.TopicExample.example(TopicExample
  | .java:67)
  |  [java] at 
org.jboss.example.jms.common.ExampleSupport.run(ExampleSuppor
  | t.java:147)
  |  [java] at 
org.jboss.example.jms.topic.TopicExample.main(TopicExample.ja
  | va:132)
  |  [java]
  |  [java] #
  |