[JBoss-user] [JNDI/Naming/Network] - RMI and JBoss

2006-01-23 Thread rdanner
Ok I have searched the web and doc for my answer so I dont feel too bad asking, but I really need some clearification on the matter. I see that JBoss supports RMI over many protocols (JRMP/IIOP/HTTP) I am assuming that by default IIOP is port 1098 JRMP is port If I have a traditional set

[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

[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=bb&op=viewtopic&p=3918923#3918923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[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=bb&op=viewtopic&p=3918920#3918920 Reply to th

[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 p

[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

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

2006-01-22 Thread rdanner
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 error. 07:50:00,234 ERROR