[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException - no security manage

2009-01-16 Thread altes-kind
Ok - found a solution. My Callback class has to extends from 
java.rmi.server.UnicastRemoteObject.

public class Callback extends UnicastRemoteObject   
  |implements BCServiceProxy { 
  |.
  |.
  |.
  | }


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4202585#4202585

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202585
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2008-04-29 Thread mkgtvm
Hi,

Any body resolved this, please let me know. We are also facing this issue.

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4147483#4147483

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147483
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2008-04-29 Thread afmarsal
start jboss with run -b 0.0.0.0
That will make jboss bind to all available addresses. Otherwise it only binds 
to localhost.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4147497#4147497

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147497
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2008-01-08 Thread linezfanatix
I also faced this issue of communication exception: Request times out while 
accessing an EJB deployed on Jboss 4.0.2. 

The solution to this problem is to open the JMX-Console and click on the 
service=Naming to view the MBean view of the Naming service. Check if the port 
used is still 1099. In my case (to my surprise) the port was 1299.
Changed the URL to jnp://localhost:1299, the client could communicate with the 
EJB.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4118033#4118033

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118033
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-08-04 Thread jaikiran
Post the exception stacktrace that you are seeing and also more details about 
your application

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070838#4070838

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070838
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-08-02 Thread Hauptlorenz
Hi,

do you have solved your issue?
I've the same problem.

Thank you,
Frank

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=407#407

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=407
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-06-20 Thread adoorsarath
I understood the problem.JBoss serever was down

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055988#4055988

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055988
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException: Receive timed out

2006-07-23 Thread jaikiran
Post the code through which you are doing the lookup. Also, post the contents 
of the jndi.properties file(if at all you are using one)




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3960233#3960233

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960233
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user