Ok watching active ports I see 9999 get connected and then it suddenly drops off and after a huge timeout it returns a failed connection in jconsole. We're using the java service wrapper with these configs, it was initially setup with ssl but thats ommitted for now. It would be good if it was logging somehow.
# Security wrapper.java.additional.1=-Djava.security.manager -Djava.security.policy=../conf/red5.policy # Memory Tweaks wrapper.java.additional.2=-Xrs -Xms512M -Xmx768M -Xss128K -XX:PermSize=256M -XX:MaxPermSize=512M # Extra Tweaks wrapper.java.additional.3=-XX:NewRatio=2 -XX:MinHeapFreeRatio=20 -XX:+AggressiveHeap -XX:+DisableExplicitGC -XX:ParallelGCThreads=2 -XX:+UseParallelOldGC -XX:+MaxFDLimit -Dsun.rmi.dgc.client.gcInterval=990000 -Dsun.rmi.dgc.server.gcInterval=990000 -Djava.net.preferIPv4Stack=true -Xverify:none # JMX wrapper.java.additional.4=-Dcom.sun.management.jmxremote Dan Rossi wrote: > Ok with the active ports application, I can see a connection active when > connecting via telnet but when connecting via jconsole its not > connecting very odd. > > > Dan Rossi wrote: > >> Hmm I just took a look using the app lenny recommended, there is no port >> activity on 9999 unless its connected locally. Its odd either the >> registry is blocking external connections or its being blocked further up. >> >> Mondain wrote: >> >> >>> I think you would have to look for data coming into the server on your >>> RMI port, never done this before myself so I cant comment. In my >>> opinion, the problem is most likely a blocked port or some other port >>> related issue. >>> >>> Paul >>> >>> On 6/26/07, *Dan Rossi* <[EMAIL PROTECTED] >>> <mailto:[EMAIL PROTECTED]>> wrote: >>> >>> Hi for some strange reason our server is impossible to connect to >>> either >>> via non-ssl or ssl connections. I am able to connect via localhost but >>> when trying to access remotely jconsole wont connect. Is there any way >>> to debug this on the server it doesnt really tell me much. >>> >>> _______________________________________________ >>> Red5 mailing list >>> [email protected] <mailto:[email protected]> >>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >>> >>> >>> >>> -- >>> It is difficult to free fools from the chains they revere. - Voltaire >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Red5 mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >>> >>> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
