Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250097 - net-p2p/frostwire-4.13.5-r1: refuses to load; sun-jdk-1.6 connection problem
Summary: net-p2p/frostwire-4.13.5-r1: refuses to load; sun-jdk-1.6 connection problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-06 23:59 UTC by chris
Modified: 2008-12-22 21:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris 2008-12-06 23:59:13 UTC
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.
Comment 1 Mike Weissman 2008-12-22 16:46:02 UTC
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
Comment 2 chris 2008-12-22 21:36:53 UTC
I emerged dev-java/sun-jdk-1.6.0.10 (the most recent version I could pull in) and everything works great now...