When I run Frostwire as root or regular user I get : Dec 6, 2008 3:45:30 PM com.limegroup.gnutella.io.NIODispatcher process WARNING: IOX processing java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) at com.limegroup.gnutella.io.NIODispatcher.processConnect(NIODispatcher.java:440) at com.limegroup.gnutella.io.NIODispatcher.process(NIODispatcher.java:730) at com.limegroup.gnutella.io.NIODispatcher.process(NIODispatcher.java:666) at com.limegroup.gnutella.io.NIODispatcher.run(NIODispatcher.java:824) at java.lang.Thread.run(Thread.java:619) at com.limegroup.gnutella.util.ManagedThread.managedRun(ManagedThread.java:64) at com.limegroup.gnutella.util.ManagedThread.run(ManagedThread.java:53) Reproducible: Always Steps to Reproduce: 1. login as regular user, startx 2. type frostwire at terminal <enter> 3. Actual Results: dumps errors to terminal and frostwire logo hangs in x11 Expected Results: should connect and load frostwire this occurs with : Sun JDK 1.6.0.07 [sun-jdk-1.6] , which is automatically merged on my gentoo system with frostwire. I'm assuming that there is some block on java itself to a port or just the specific port frostwire is trying to use. I figured I would post this as a frostwire bug since the solution should probably noted in post emerge notes.
can you try this with dev-java/sun-jdk-1.6.0.11? Also if it happens again can you post the entire stack trace along with 'emerge --info' Thanks -Mike
I emerged dev-java/sun-jdk-1.6.0.10 (the most recent version I could pull in) and everything works great now...