[JBoss-user] [Installation & Configuration] - Re: JVM_Bind problem but no port indicated in stacktrace

2004-11-10 Thread joshlam
Hi Scott, Thanks for your reply. I changed the ServerBindPort of the PooledInvoker and now it worked. Not sure why as I have not changed this before. Anyway, thanks again for the hint on where to look. -- Josh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Authenticating To 3rd Party JMS Provider Probem

2004-06-18 Thread joshlam
Hi Adrian, Sorry to follow up with a question on this previous question but I am just trying to understand the mechanisms behind the JMS authentication on jBoss. I commented out the following in the jms-ds.xml file: | | | | dude | dud

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Authenticating To 3rd Party JMS Provider Probem

2004-06-01 Thread joshlam
Hi Adrian, You are right on and it had something to do with JNDI access. I had to add the following to the conf/jndi.properties file: | java.naming.security.principal=dude | java.naming.security.credentials=dude | That did the trick. Thanks for your help! Just out of curiosity though,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Authenticating To 3rd Party JMS Provider Probem

2004-05-28 Thread joshlam
Sorry Adrian, but here it comes: 15:40:10,140 ERROR [DLQHandler] Initialization failed javax.jms.JMSException: Error creating the dlq connection: Not permitted: invali d name or password at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:16 9) at org.jboss.system

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Authenticating To 3rd Party JMS Provider Probem

2004-05-28 Thread joshlam
Hi Adrian, Just downloaded jBoss 3.2.3 and still getting the problem: 15:40:10,140 ERROR [DLQHandler] Initialization failed javax.jms.JMSException: Error creating the dlq connection: Not permitted: invalid name or password Here's my standardjboss.xml file: | | message-driv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Authenticating To 3rd Party JMS Provider Probem

2004-05-28 Thread joshlam
Thanks Adrian. That gives us a good reason to move to 3.2.3. :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836743#3836743 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836743 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Authenticating To 3rd Party JMS Provider Probem

2004-05-28 Thread joshlam
I got jBoss 3.2.1 to connect to TIBCO JMS without authentication but I have problems trying to get it working with authentication.I am getting the following error while starting jBoss: 13:42:18,296 INFO [DLQHandler] Creating 13:42:18,453 ERROR [DLQHandler] Initialization failed javax.jms.JM

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to Configure the # of instances of an MDB

2004-02-27 Thread joshlam
"[EMAIL PROTECTED]" wrote : There are two settings: | | jboss.xml/invoker-proxy-bindings/invoker-proxy-binding/proxy-factory-config/MaximumSize | controls the number of concurrent jms sessions (default 15) | | jboss.xml/container-configuations/container-configuration/container-pool-co