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


 
Thread Tools Search this Thread
Operating Systems AIX X connection to localhost:10.0 broken (explicit kill or server shutdown)
# 1  
Old 01-22-2013
[Solved] 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 )

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

Please can anyone provide some solution, this will make big difference for my system.

---------- Post updated at 05:57 AM ---------- Previous update was at 03:52 AM ----------

I got my applet running on AIX .
After this error
Code:
X connection to localhost:10.0 broken (explicit kill or server shutdown).

I run below steps
step1: run xming application

step2: # ebmx

step3: #appletviewer myapplet.html

Last edited by radoulov; 01-22-2013 at 07:15 AM.. Reason: Marked as solved.
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. 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

3. IP Networking

server can't find localhost: NXDOMAIN

Can someone PLEASE explain to me and advise on fix with the following error message ? # nslookup localhost Server: 192.168.1.1 Address: 192.168.1.1#53 ** server can't find localhost: NXDOMAIN my /etc/hosts file contains the following: # cat /etc/hosts # Do not remove... (2 Replies)
Discussion started by: jxh461
2 Replies

4. 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

5. 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

6. Solaris

How to kill the TCP ESTABLISHED connection in netstat

Hello, Actually there are some bugs in application which does not close the TCP connection to other server though CORBA. We need to kill that ESTABLISHED connections as new connection are not happeneing as the allocated ports were used and showing as ESTABLISHED Is there any... (4 Replies)
Discussion started by: GIC1986
4 Replies

7. Shell Programming and Scripting

Kill connection and try again

I have a pretty hefty script that does some SSHing to different boxes. It's a pain in the butt if it gets so far and fails to connect to the last box. Is there a way of timing out on an ssh if it fails to connect and retrying? pseudo code: ssh $user@$server "dosomething; dosomethingelse"... (2 Replies)
Discussion started by: mrwatkin
2 Replies

8. UNIX for Advanced & Expert Users

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. (5 Replies)
Discussion started by: bache_gowda
5 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