Exception on Java 8 "Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi"

2015-08-02 Thread Kevin Burton
I’m wondering if anyone has seen this yet. We’re migrating to Java 8 and our integration tests now give this exception intermittently. Not sure why.. java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi at

javax.naming.NameNotFoundException

2010-01-05 Thread ssharma6
JMS ADAPTER ERROR : ERROR IN GETTING THE QUEUE.: javax.naming.NameNotFoundException: activemq/queue/example.A -- View this message in context: http://old.nabble.com/javax.naming.NameNotFoundException-tp27026787p27026787.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

javax.naming.NameNotFoundException

2010-01-05 Thread ssharma6
JMS ADAPTER ERROR : ERROR IN GETTING THE QUEUE.: javax.naming.NameNotFoundException: activemq/queue/example.A -- View this message in context: http://old.nabble.com/javax.naming.NameNotFoundException-tp27026786p27026786.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: javax.naming.NameNotFoundException in Unix

2009-03-12 Thread Andreas Gies
could be found for logger (org.apache.activemq.transport.WireFormatNegotiator). log4j:WARN Please initialize the log4j system properly. log4j:ERROR Error while activating options for appender named [jmsException]. javax.naming.NameNotFoundException: AdminJMSQueue at org .apache.activemq.j

Re: javax.naming.NameNotFoundException in Unix

2009-03-11 Thread kimjames
>> due to >> log4j setting. >> but failed, >> >> I 've got Exception blow >> >> --- >> log4j:WARN No appenders could be found for logger >> (org.apache.activemq.transport.WireFormatNegotiator). >> log4j:WARN Please initialize the log4

Re: javax.naming.NameNotFoundException in Unix

2009-03-11 Thread Andreas Gies
d for logger (org.apache.activemq.transport.WireFormatNegotiator). log4j:WARN Please initialize the log4j system properly. log4j:ERROR Error while activating options for appender named [jmsException]. javax.naming.NameNotFoundException: AdminJMSQueue at org.apache.activemq.jndi.ReadOnlyContext.l

javax.naming.NameNotFoundException in Unix

2009-03-08 Thread kimjames
ogger (org.apache.activemq.transport.WireFormatNegotiator). log4j:WARN Please initialize the log4j system properly. log4j:ERROR Error while activating options for appender named [jmsException]. javax.naming.NameNotFoundException: AdminJMSQueue at org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.jav

Re: javax.naming.NameNotFoundException - JNDI

2007-04-26 Thread tonyc
t. > > I tried to follow the instructions in JNDI support to use JNDI names but > had no luck, I keep getting a javax.naming.NameNotFoundException error. > have included the error message below. > > I created a jndi.properties file based on the example shown. have also > include

Re: javax.naming.NameNotFoundException - JNDI

2007-04-25 Thread Anthrope
JNDI support to use JNDI names but >> had >> no luck, I keep getting a javax.naming.NameNotFoundException error. have >> included the error message below. >> >> I created a jndi.properties file based on the example shown. have also >> included the contents below. >> I tried placing th

javax.naming.NameNotFoundException - JNDI

2007-04-25 Thread tonyc
Hi, I just downloaded activeMQ 4.1.1 to learn something about message queues. I started the message broker and used example code to run a JMS client. I tried to follow the instructions in JNDI support to use JNDI names but had no luck, I keep getting a javax.naming.NameNotFoundException

Re: javax.naming.NameNotFoundException - JNDI

2007-04-25 Thread James Strachan
I keep getting a javax.naming.NameNotFoundException error. have included the error message below. I created a jndi.properties file based on the example shown. have also included the contents below. I tried placing the jndi.properties file in my own jar file "jndi.jar" which i refer to in