ashwini1081 / jedai

Automatically exported from code.google.com/p/jedai
0 stars 0 forks source link

Error #2044 AsyncErrorEvent #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[jedai:93] Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: 
jedai.net.rpc.Red5Connection was unable to invoke callback setClientID. 
error=ReferenceError: Error 
#1069: Property setClientID not found on jedai.Red5BootStrapper and there is no 
default value.

Original issue reported on code.google.com by sybersn...@gmail.com on 7 Nov 2008 at 5:29

GoogleCodeExporter commented 9 years ago
This basically means that the client object of the Red5Connection is not set
properly. The Red5Connection is trying to invoke a method setClientID on the 
client
object of the connection, but if it can't find the method, it throws this error
event. You can add an event listener to the Red5Connection object to listen for 
and
prevent the AsyncErrorEvent. 

Original comment by rfkroc...@gmail.com on 7 Nov 2008 at 5:39

GoogleCodeExporter commented 9 years ago
setClientID is a callback required by the server for some reason.(legacy code 
dom had)  This will be checked 
between the client and the server side.  I will probably remove it for now and 
start a discussion on what we're 
looking for in terms of features on the server side.

Original comment by sybersn...@gmail.com on 8 Nov 2008 at 12:20

GoogleCodeExporter commented 9 years ago
Sybersnake,

Thanks for jedai projects, it is really powerfull.

This has been some times since I read this topic.
I am facing this issue and I would like to know how you plan to remove this 
callback...
I'm not really a java coder and I would be very pleased to help you in your 
investigations.

If you could tell me what I have to change in the Jedai server code to remove 
this 
issue that appears every time I have a client connecting, this would be 
wonderful.

You can contact me at: etiennebon@yahoo.fr.

Thanks.

Regards,
Etienne.

Original comment by etienne....@gmail.com on 25 May 2009 at 9:03