java.net.ConnectException: Connection refused
Submitted by Wednesday, 25 March, 2009 - 02:36
on
I updated my Fedora 10 box yesterday and now cannot launch jEdit. At least, I'm assuming the update is responsible. There was nothing else that I can think of that might have changed. When it launches, I see only a white screen, no window at all. I can see my gnome panels, though.
The following is from activity.log:
java.version=1.5.0_14
java.vm.version=1.5.0_14-b03
java.runtime.version=1.5.0_14-b03
java.vendor=Sun Microsystems Inc.
java.compiler=null
os.name=Linux
os.version=2.6.27.19-170.2.35.fc10.i686
os.arch=i386
user.home=/home/audrey
java.home=/usr/lib/jvm/java-1.5.0-sun-1.5.0.14/jre
java.class.path=/home/audrey/jedit/4.3pre12/jedit.jar
An error occurred while connecting to the jEdit server instance.
This probably means that jEdit crashed and/or exited abnormally
the last time it was run.
If you don't know what this means, don't worry.
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at java.net.Socket.(Socket.java:367)
at java.net.Socket.(Socket.java:209)
at org.gjt.sp.jedit.jEdit.main(jEdit.java:247)
My yum.log shows the following were updated:
selinux-policy-targeted-3.5.13-49.fc10.noarch
postgresql-libs-8.3.7-1.fc10.i386
postgresql-8.3.7-1.fc10.i386
postgresql-server-8.3.7-1.fc10.i386
postgresql-plperl-8.3.7-1.fc10.i386
postgresql-plpython-8.3.7-1.fc10.i386
gtk2-2.14.7-7.fc10.i386
lcms-1.18-1.fc10.i386
lcms-libs-1.18-1.fc10.i386
libX11-devel-1.1.5-1.fc10.i386
libX11-1.1.5-1.fc10.i386
xorg-x11-drv-vesa-2.2.0-3.fc10.i386
I'm going to assume (I know--a lot of assumptions here) that Postgres and Little CMS have nothing to do with it. I know next to nothing about Java sockets or jEdit server. Could the gtk or x11/xorg updates possibly be at fault?
BTW, I did try to upgrade jEdit before posting here, but that's been a bit of a problem itself, and is the subject of the next post I'll be making. I figured I should keep them separate.