Hello,

- are you sure that "localhost" resolves correctly on your host?
- does "telnet localhost 1099" is successful (i.e. establish a connection)?

the error you get indicates that JNP is unable to establish a connection
with JBoss on localhost:1099 and then tries to discover it dynamically
through broadcasting. Thus, the message you get is a consequence of a
previous problem, not the actual problem.

cheers,


                        Sacha

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Damon
> Hamacha
> Envoyé : lundi, 22 juillet 2002 16:27
> À : [EMAIL PROTECTED]
> Objet : RE: [JBoss-user] jndi / jboss question
>
>
> the attached file includes
> the example source code and property file.
> the initialcontext connection is established, however, it fails
> at the stage of storing the objects.
> thanks
>
>
> -----Original Message-----
> From: Sacha Labourey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 22, 2002 2:56 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] jndi / jboss question
>
>
> show us your code.
>
> Are you sure your JNDI properties are correctly set?
>
>
>
> > -----Message d'origine-----
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Damon
> > Hamacha
> > Envoyé : lundi, 22 juillet 2002 15:39
> > À : [EMAIL PROTECTED]
> > Objet : RE: [JBoss-user] jndi / jboss question
> >
> >
> > hi,
> > i started jboss calling the bellow:
> > %jboss_installation%/bin/run - c minimal
> > however, if i tried to bind objects to jboss jndi the bellow
> > exception's get generated,
> > it seems like the jndi context binding service has been
> > started,however, i am not able to bind object to its jndi. [the
> > same test works fine if i run jboss with its default configuration]
> > do you know what i need to add to get jboss to bind object to its
> > jndi,in event [running jboss with minimal setting].
> > the first 3 statements are printed in event of successful context
> > connection.
> > 1- >>Started Binding
> > 2- >>Reading properties from startup.properties
> > 3- >>Successfully Created Initial Context
> > Error Bindingjavax.naming.CommunicationException: Receive timed
> > out [Root except
> > ion is java.net.SocketTimeoutException: Receive timed out]
> > javax.naming.CommunicationException: Receive timed out.  Root
> > exception is java.
> > net.SocketTimeoutException: Receive timed out
> >         at java.net.PlainDatagramSocketImpl.receive(Native Method)
> >         at java.net.DatagramSocket.receive(Unknown Source)
> >         at
> > org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:91
> > 9)
> >         at
> > org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:997)
> >         at
> org.jnp.interfaces.NamingContext.rebind(NamingContext.java:341)
> >         at
> org.jnp.interfaces.NamingContext.rebind(NamingContext.java:334)
> >         at javax.naming.InitialContext.rebind(Unknown Source)
> >         at
> > jms.SpiritJNDIBinder.storeConnectionFactory(SpiritJNDIBinder.java:64)
> >
> >         at jms.SpiritJNDIBinder.<init>(SpiritJNDIBinder.java:43)
> >         at jms.SpiritJNDIBinder.main(SpiritJNDIBinder.java:111)
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> > ________________________________________________________________________
> >
> > This email has been scanned for all viruses by MessageLabs
> > ________________________________________________________________________
> >
> > This message contains confidential information and is intended
> > only for the named individual and may not be disseminated without
> > prior permission.  If you are not the named addressee, you should
> > not disseminate, distribute or copy this e-mail. Please notify
> > the sender immediately by e-mail if you have received this
> > message in error and delete this e-message from your system.
> > E-mail transmission cannot be guaranteed to be secure or
> > error-free as information could be intercepted, corrupted, lost,
> > destroyed, delayed in transmission, incomplete, or may contain
> > viruses. The sender therefore does not accept liability for any
> > errors or omissions in the contents of this Message which arise
> > as a result of e-mail transmission.  If verification is required
> > please request a hard-copy version. This message is provided for
> > informational purposes and should not be construed as a
> > solicitation or offer to buy or sell any software or services.
> >
> > ________________________________________________________________________
> > This email has been scanned for all viruses by the MessageLabs SkyScan
> > service. http://www.messagelabs.com
> > ________________________________________________________________________
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
> ________________________________________________________________________
>
> This email has been scanned for all viruses by MessageLabs
> ________________________________________________________________________
>
>
> This message contains confidential information and is intended
> only for the named individual and may not be disseminated without
> prior permission.  If you are not the named addressee, you should
> not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this
> message in error and delete this e-message from your system.
> E-mail transmission cannot be guaranteed to be secure or
> error-free as information could be intercepted, corrupted, lost,
> destroyed, delayed in transmission, incomplete, or may contain
> viruses. The sender therefore does not accept liability for any
> errors or omissions in the contents of this Message which arise
> as a result of e-mail transmission.  If verification is required
> please request a hard-copy version. This message is provided for
> informational purposes and should not be construed as a
> solicitation or offer to buy or sell any software or services.
>
> ________________________________________________________________________
> This email has been scanned for all viruses by the MessageLabs SkyScan
> service. http://www.messagelabs.com
> ________________________________________________________________________



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to