[jboss-user] [Remoting] - RMI and port forwarding problem

2009-05-04 Thread aleksjej
Hi, I use JBoss 5.0.0 as a JEE server and swing application as a client and everything works fine when its on the same machine. When I try to use application outside I got an error: | javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused | to

[jboss-user] [Remoting] - RMI from JBoss 4.3 to JBoss 4.2

2009-03-25 Thread boniek
I'm trying to invoke in JBoss 4.3 eap hand compiled, remote method on my bean that is deployed on JBoss 4.2 as, but I get following error: anonymous wrote : 2009-03-25 14:46:54,309 ERROR [org.apache.catalina.core.ContainerBase] | Servlet.service() for servlet FileServlet threw exception | ja

[jboss-user] [Remoting] - RMI SSL

2007-12-06 Thread anupamkakade
Hi, I am using JBoss 4.0.5 Will u please help me to get a sample example for rmis to be deployed as .sar file . Thanks In Advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110809#4110809 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Remoting] - RMI over HTTP performance

2007-07-18 Thread caultonpos
Are there any performance tips you can share? I have RMI running over HTTP following http://wiki.jboss.org/wiki/Wiki.jsp?page=EJBOverHTTP with a clean version of 4.2.0 It is relatively slow, considering my connection and the client and server hardware. As a test case I have a single object wi

[jboss-user] [Remoting] - RMI call from JBoss Servlet : Security Exception

2007-07-09 Thread Lokeya
I am using JBoss as my Application server and trying to make an RMI call from that. Facing following exception. I googled and understood that its something to do with the Java 2 security issue. I tried to overcome that using the following lines of code in my servlet(RMI client) and RMI server

[jboss-user] [Remoting] - RMI : Boss Remoting heavy load

2007-06-18 Thread ecatum
Hi, here the situation : - A client make remoting call on a object using rmi via org.jboss.remoting.Client and org.jboss.remoting.InvokerLocator. - On the server side, we use ServerInvocationHandler and implement the method invoke(...). Using jetty, we add on jboss-service.xml this configura

[jboss-user] [Remoting] - RMI over the world wide web

2007-01-16 Thread aron-smith
Lets suppose I have a dedicated server, perhaps a virtual private server, hosted on the world wide web. If I opened up the firewall for the RMI port and wrote a Swing app which communicated using RMI. a) I assume that would work as long as I got the right ports and the client did not have a bl

[jboss-user] [Remoting] - RMI question - java.rmi.NoSuchObjectException

2006-08-02 Thread yair.zaslavsky
Good day all, I'm using JBoss 4.04GA and JBoss Remoting 1.4.1. I have a JEE application that has a client to a remote J2SE application. I wrote a code similar to the SimpleServer and SimpleClient in the examples provided, and used rmi as underlying transport. In some cases I receive the java.rmi.N

[jboss-user] [Remoting] - rmi registry

2006-07-21 Thread choozie
In the user docs for JBoss remoting, I find the sentence "registryPort - the port on which to create the RMI registry." Does this mean that there is a rmi registry somewhere that I can bind to? It says that default port is 3455, but doing LocateRegistry.getRegistry( 3455 ); only gives me

[jboss-user] [Remoting] - RMI

2006-07-21 Thread jactor
I am working with an old application which use RMI and am looking for a simple way to tunnel RMI over secure HTTP to avoid any hassle with firewalls. Is there an easy way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959847#3959847 Reply to the