[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-06-21 Thread balajiv
Hi, Did you guys get the answer for this thread?. Basically, we were running RMI outside JBoss and we were using the JBoss for some webservice functionality. To make our life simpler, we want to run everything in one place and so we decided to run our rmi within JBoss server (rmiport 1098).

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-04-29 Thread dsecondymail
[EMAIL PROTECTED] wrote : jboss does not use RMI/IIOP by default. It also does not provide an RMI registry. The 1099 port is a socket based JNDI implementation that supports access via an RMI/JRMP protocol by default. See the RMI Registry Service Provider section of the jdk javadoc for ways to

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread rdanner
rdanner wrote : I know j2ee servers run RMI/IIOP but my understandding is that it is compatiple with RMI/JRMP. | | I deployed an application in to JBoss today that was compiled with the standard RMIC and when it attempts to bind to the RMI port running on jboss (1098) I get the following

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread rdanner
rdanner wrote : rdanner wrote : I know j2ee servers run RMI/IIOP but my understandding is that it is compatiple with RMI/JRMP. | | | | I deployed an application in to JBoss today that was compiled with the standard RMIC and when it attempts to bind to the RMI port running on jboss

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread rdanner
Well... I just looked at my server policy and it seems to indicate that it's not a policy issue :) grant { // Allow everything for now permission java.security.AllPermission; }; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918920#3918920 Reply to the

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread rdanner
Ugh :) on Naming.bing(x,x) I get: error marshalling arguments Software caused connection abort: socket write error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918923#3918923 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread rdanner
rdanner wrote : Ugh :) | | on Naming.bing(x,x) I get: | | error marshalling arguments | Software caused connection abort: socket write error Ok I am basically out of ideas, I am running the JBOSS server in default mode which seems to be running RMI/IIOP. I have changed by

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-01-22 Thread [EMAIL PROTECTED]
jboss does not use RMI/IIOP by default. It also does not provide an RMI registry. The 1099 port is a socket based JNDI implementation that supports access via an RMI/JRMP protocol by default. See the RMI Registry Service Provider section of the jdk javadoc for ways to bind into a non-RMI