connection to localhost:10.0 host broken (explicit kill or server shutdown)


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users connection to localhost:10.0 host broken (explicit kill or server shutdown)
# 1  
Old 01-09-2008
connection to localhost:10.0 host broken (explicit kill or server shutdown)

Hi All,

We use tomcat web server and it will get terminated with below error:

connection to localhost:10.0 host broken (explicit kill or server shutdown)

Please let me know how to fix this error.
# 2  
Old 01-09-2008
This is generic error message, I've seen it when dealing with X, but there's nothing, I guess, you can do to fix the error, this most probably means that the server has been overloaded, and got powered off, or rebooted.
# 3  
Old 05-16-2008
I have this problem too! It happens every time I shut a putty or ssh window. Worse still is it shuts down Tomcat. I have 14 servers total all with the same configuration, but this problem only occurs on 2. I don't know why, and I can't seem to solve it. With the current behavior, they're just bricks. Help Anyone??
# 4  
Old 05-16-2008
Hm, old thread resurrected. I still can't answer the question with exact precision, what I'd do in such situation (when "the roof is on fire"): examine all logs, or as much as I can, make sure that there isn't an application that may be causing this, ensure that I'm the only one, or if any other trusted person, to access the server with root or other privileges, examine the possibilities of upgrading this server to the latest software (that helps sometimes), or last resort - clean install of the whole server - start with the OS and then the used software. Contact respective vendors, if applicable. Do a hardware troubleshooting (memory, disks, controllers). Be extremely cautious when doing something like this on a production server.
# 5  
Old 06-27-2008
What worked for me

I just run into this exact problem. I was installing tomcat and an application for radiological image transfer and whenever an image was processed tomcat would fail with the same error message.
I was remotely logged in to the server running tomcat using ssh -Y, to redirect the display to my local computer. I exited ssh and reconnected this time without the -Y option, I restarted tomcat and everything just worked.
I am not sure what happened, tomcat seemed to be trying to display something on the remote display and that failed?
I hope that helps.
# 6  
Old 06-28-2008
This looks like tomcat is trying to open a GUI in X and you do not have X forwarded properly or not at all. The "-Y" switch just enables trusted X11 forwarding however you still need an X running on the client and the client must be "trusted". You may have to run "xhost +" or "xhost + <servername>" on the server (not client) to allow X to be attached to from a remote server/session.

Have you tried VNC rather than ssh to run this application?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SuSE

Connection is broken because of underlying network issues

Hi Guys, I have two databases where I copy archivelog files from server A to server B frequently...yesterday we did the VM upgrade now...I am struggling to copy/ship the files from server A to server B... I manually tested the file transfer but the big files, e.g 46M, stall. I can copy small... (2 Replies)
Discussion started by: Phuti
2 Replies

2. AIX

X connection to localhost:10.0 broken (explicit kill or server shutdown)

I want to run applet on AIX 6 machine. I already have setup $DISPLAY variable for putty session by selecting X11 option. I got below error for any X related commands (xclock, X, applet viewer ) X connection to localhost:10.0 broken (explicit kill or server shutdown). Please can anyone... (0 Replies)
Discussion started by: kailas.girase
0 Replies

3. UNIX Desktop Questions & Answers

Listening on localhost - cannot connect to host using port 3010

Hi Guys, my issue is - I have people connecting to my hosts from the outside world (for POC testing). There application listens on a port 3010 which is bound to the localhost. Using netstat -an | grep LISTEN it is the only port that is bound - ie: ftp, ssh etc listen on all interfaces. I need... (1 Reply)
Discussion started by: brian112
1 Replies

4. Infrastructure Monitoring

clstat X connection ... broken ?

Hi. Could you help me with this problem ? When I run clstat then I got this error message: 1:root@test1:/root # clstat X connection to localhost:10.0 broken (explicit kill or server shutdown). I got the same error for both nodes. If I would run xclstat I would understand that there... (5 Replies)
Discussion started by: phobus
5 Replies

5. Cybersecurity

IPF pass in connection to port 21 even with no explicit rule

I'm running IPF on solaris 10 bash-3.00# ipf -V #display ipf version ipf: IP Filter: v4.1.9 (592) Kernel: IP Filter: v4.1.9 Running: yes Log Flags: 0 = none set Default: pass all, Logging: available Active list: 1 Feature mask: 0x107 with the following rules bash-3.00# ipfstat -o -i... (0 Replies)
Discussion started by: h@foorsa.biz
0 Replies

6. UNIX for Dummies Questions & Answers

localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA

hardware = raq550 running on strongbolt2. my sendmail log is littered with this entry all through the day: localhost did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA it occurrs every 15 minutes. I don't have any problem sending or receiving mail. I did a search on google but couldn't... (0 Replies)
Discussion started by: tonj
0 Replies

7. UNIX for Dummies Questions & Answers

ssh_exchange_identification: Connection closed by remote host Connection closed

Hi Everyone, Good day. Scenario: 2 unix servers -- A (SunOS) and B (AIX) I have an ftp script to sftp 30 files from A to B which happen almost instantaneously i.e 30 sftp's happen at the same time. Some of these sftp's fail with the following error: ssh_exchange_identification: Connection... (1 Reply)
Discussion started by: jeevan_fimare
1 Replies

8. Solaris

PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10

Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$ usr/sbin/ping localhost ... (4 Replies)
Discussion started by: Przemek
4 Replies

9. UNIX for Advanced & Expert Users

Recover X Forwarding after broken connection

Hello, today I logged in on a remote machine via "ssh -X ..." and started a screen session. In this i started OpenOffice.org writer by writing "oowriter". After some time the connection got lost (The network here is quite unstable). Now I logged in again via "ssh -X ...". The screen session is... (1 Reply)
Discussion started by: schola
1 Replies

10. UNIX for Advanced & Expert Users

rc scripts, do i need to kill them on shutdown?

We have a bunch of tools, that run on linux and on unix, I've got start up scripts that bring up their license managers when the unix box boots, do I need kill scripts for when the box is shutting down? I've not seen much documentation on this, just on getting the license managers started, but... (1 Reply)
Discussion started by: kymberm
1 Replies
Login or Register to Ask a Question