[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-06-09 Thread josey
${jboss.bind.address} can be set using the -b param with run.sh E.g., ./run.sh -c all -b 192.111.78.256 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950228#3950228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395022

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-18 Thread josey
Just to be clear, in deploy/jms/uil2-service.xml I set BindAddress to the actual IP address (it was set to ${jboss.bind.address}). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944792#3944792 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-18 Thread josey
I found out the issue. In the file deploy/jms/uil2-service.xml, the parameter ${jboss.bind.address} resolves to the loopback address; by setting this to the actual IP address of the server the problem disappears (meaning I can now access the Queue/TopicConnection remotely so the message produce

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-17 Thread josey
Connection code: 1. To get the InitialContext: | protected InitialContext getContext() throws NamingException { | Hashtable env = new Hashtable(); | | //commented out because found unnecessary | //env.put(Context.SECURITY_PRINCIPAL, "guest"); | //env.put(Context.SEC

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-17 Thread akbdas
let me know the JMS Connection Code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944221#3944221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944221 --- Using

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-16 Thread josey
The producer is unable to send messages to the JMS server unless it is located on the same server; this is my primary concern (not the DEBUG statement). I do not understand why it does not allow the connection. There is one line that looks a bit fishy in the trace output below: 17:24:46,828 TR

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-16 Thread jaikiran
Is any of the functionality breaking because of this, or is it just this log message that you are worried about? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943991#3943991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-16 Thread josey
correction: AS version is jboss-4.0.4.CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943982#3943982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943982 --- Usi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-05-16 Thread jaikiran
anonymous wrote : 15:25:00,906 DEBUG NestedThrowable: org.jboss.util.NestedThrowable.detectDuplicateNesting=true This looks like just a DEBUG message and NOT an ERROR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943986#3943986 Reply to the post : http:/