Hi,

First of all: Keep up the great work! Red5 rocks!

I am struggeling with red5's remoting feature. I can provide you some source
code to illustrate how I try to connect to the service I created and
successfully deployed to Red5:

<code>
                RemotingClient client = new
RemotingClient("http://localhost:5080/myWebapp";);
                Object[] params = new Object[0]; // the remote function
accepts no parameters
                RemotingCallback callBack = new RemotingCallback();
                client.invokeMethod("loadService.test", new Object[0],
callBack);
</code>

But I consequently receive the Error message:

ERROR [main] (SLF4JLog.java:171) - Error while invoking remoting method.
java.lang.RuntimeException: Didn't receive success from remoting server.
        at
org.red5.server.net.remoting.RemotingClient.invokeMethod(RemotingClient.java
:284)
        at com.singparty.mrtg.Main.main(Main.java:71)


It would be great to receive some hints about that, as I am trying to solve
this issue now for a while :(

Greetings,
        Martin




_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to