Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

why is this error comes. I started the jboss server and when i try to open the application in IE i am getting this error

share|improve this question
What does your application do? Does it do any printing (on the server side) or image processing? – Jack Leow Feb 10 '10 at 1:50

4 Answers

I just had this exact problem because I was connected to my linux jboss server with putty and X forwarding activated. In putty, I unchecked the option "Connection > SSH > X11 > Enable X11 forwarding" and now it works. Hope this will help someone.

share|improve this answer

I had this problem as well. It seems to have been reported to jboss: https://jira.jboss.org/jira/browse/EMBJOPR-65

I have this problem consistently when I connect with X11 forwarding and try and access the admin console with the X11 forwarding connection open. If I exit the user's shell session, then when I access the admin console it doesn't kill jboss.

share|improve this answer
This fixed the same issue in a WebLogic through a Putty session with X11 forwarding enabled. – Jeff Ancel Dec 20 '11 at 3:31

Seeme like your wine is not configured correctly, and can't connect to X server.

If you are not usind Linux or X server, disregard this answer.

share|improve this answer

Another related report: http://community.jboss.org/message/202074#202074

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.