Gaddam, Narsa wrote:


        Frame frame =* **new* Frame();
It works fine on WSAD environment on test server when we run our application. But when we deployed EAR on websphere app server 5.0, we are getting HTTP 500 - Internal server error right at the frame() call, no exception thrown or any other error message.

My hunch is that an Exception (or Error) is being thrown. If you're not
seeing it in the logs, I'd guess it's either because it's being eaten
by an empty catch block, or the WAS logging configuration is setup in
such a way that it's not being logged.


Since this can be easily reproduced thought of posting here so that I can get some help. Please let me know, if anyone know what could be the problem here.

What operating system is your WAS server on? If it's any flavor of
Unix or Linux, I'd take a guess that you might be seeing the old
"Unable to connect to X Server" error, and would need to set the
JVM property for headless mode.  Otherwise, I'm not sure what might
be happening.


TTYL,


Phil
--
North Carolina - First In Freedom

Free America - Vote Libertarian
www.lp.org


_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to