The example does continue to run, but there is a problem with the logging which prevents the example output from being logged to the console. It would appear the the NoInitialContextException is a problem b/c nothing else is logged. Debugging revealed that the logger being used is a GeronimoLogger, but I am not sure how to resolve the issue. Any help would be appreciated.
gnodet wrote: > > This ERROR won't prevent the examples to run, and should not > occur when running the server from the distribution itself. > The reason is that the examples do not set up a JNDI tree, but you > should just skip this log and go on. > > On 11/25/06, Katz <[EMAIL PROTECTED]> wrote: >> >> I am having a similar problem, though i am using the windows binary >> download. >> >> Any help would be appriciated. >> >> >> branko wrote: >> > >> > Hi, >> > >> > I'm trying to run the basic example and am getting the message below. I >> > built the files from the source. The build went fine. >> > >> > >> -------------------------------------------------------------------------------------------------------------------- >> > 2006-11-15 16:23:13,203 [main ] INFO BrokerService >> > - ActiveMQ 4.0.2 JMS Message Broker (localhost) is starting >> > 16:23:13,203 INFO [BrokerService] ActiveMQ 4.0.2 JMS Message Broker >> > (localhost) is starting >> > 2006-11-15 16:23:13,203 [main ] INFO BrokerService >> > - For help or more information please see: >> > http://incubator.apache.org/activemq/ >> > 16:23:13,203 INFO [BrokerService] For help or more information please >> > see: http://incubator.apache.org/activemq/ >> > 2006-11-15 16:23:13,281 [JMX connector ] INFO ManagementContext >> > - JMX consoles can connect to >> > service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi >> > 16:23:13,281 INFO [ManagementContext] JMX consoles can connect to >> > service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi >> > 2006-11-15 16:23:13,359 [main ] INFO >> > TransportServerThreadSupport - Listening for connections at: >> > tcp://myhost:61616 >> > 16:23:13,359 INFO [TransportServerThreadSupport] Listening for >> > connections at: tcp://myhost:61616 >> > 2006-11-15 16:23:13,359 [main ] INFO TransportConnector >> > - Connector tcp://localhost:61616 Started >> > 16:23:13,359 INFO [TransportConnector] Connector tcp://localhost:61616 >> > Started >> > 2006-11-15 16:23:13,359 [main ] INFO BrokerService >> > - ActiveMQ JMS Message Broker (localhost, >> > ID:myhost-1360-1163636592937-1:0) started >> > 16:23:13,359 INFO [BrokerService] ActiveMQ JMS Message Broker >> (localhost, >> > ID:myhost-1360-1163636592937-1:0) started >> > 2006-11-15 16:23:14,093 [main ] ERROR ClientFactory >> > - Cound not start ClientFactory: >> javax.naming.NoInitialContextException: >> > Need to specify class name in environment or system property, or as an >> > applet parameter, or in an application resource file: >> > java.naming.factory.initial >> > 16:23:14,093 ERROR [ClientFactory] Cound not start ClientFactory: >> > javax.naming.NoInitialContextException: Need to specify class name in >> > environment or system property, or as an applet parameter, or in an >> > application resource file: java.naming.factory.initial >> > >> -------------------------------------------------------------------------------------------------------------------- >> > >> > Can someone help me? >> > >> > Thanks, >> > Branko >> > >> >> -- >> View this message in context: >> http://www.nabble.com/problem-running-basic-example-tf2640020s12049.html#a7535340 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/problem-running-basic-example-tf2640020s12049.html#a7698868 Sent from the ServiceMix - User mailing list archive at Nabble.com.
