Question:

I get a java.net exception when using JMS what is the problem.

Answer:

There is something wrong with your network configuration.
1) On linux check /etc/hosts doesn't have 127.0.0.1 mapped to your host name
2) check your ip address is reachable from the client
3) Add the folllowing jndi.properties to the client which will produce a log
showing where the client thinks it is connecting to

  | log4j.rootCategory=INFO, Default
  | 
  | log4j.appender.Default=org.apache.log4j.FileAppender
  | log4j.appender.Default.File=jbossmq.log
  | log4j.appender.Default.layout=org.apache.log4j.PatternLayout
  | log4j.appender.Default.layout.ConversionPattern=%d %-5p [%c(1)] {%t} %m%n
  | log4j.appender.Default.Append=false
  | 
  | log4j.category.org.jboss.mq=TRACE#org.jboss.logging.XLevel
  | 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828236


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to