Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Web Sphre startup Exception

1 view
Skip to first unread message

rajeev

unread,
Nov 5, 2002, 1:10:14 PM11/5/02
to
I get the following exception in the tracefile when i try to start WAS
on a aix machine
using the startupServer.sh script
[11/5/02 12:57:03:956 EST] 16564168 EJBEngine I WSVR0037I:
Starting EJB jar: Tasks
[11/5/02 12:57:06:986 EST] 16564168 ExceptionUtil X CNTR0020E:
Non-application exception occurred while processing method
getRemoteArchiveInfo on bean
BeanId(admin#repository.jar#FileBrowserService, f15558e69d):
java.rmi.ServerError: Error occurred in server thread; nested
exception is:
java.lang.InternalError: Can't connect to X11 window server
using ':0.0' as the value of the DISPLAY variable.
java.lang.InternalError: Can't connect to X11 window server using
':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:77)
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java(Compiled Code))
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)
at java.awt.Font.initializeFont(Font.java:285)
at java.awt.Font.<init>(Font.java:319)
at javax.swing.plaf.FontUIResource.<init>(FontUIResource.java:51)
at javax.swing.plaf.basic.BasicLookAndFeel.getFont(BasicLookAndFeel.java:245)
at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:264)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:204)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:73)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1082)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:408)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:435)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:895)
at javax.swing.UIManager.initialize(UIManager.java:991)
at javax.swing.UIManager.maybeInitialize(UIManager.java:974)
at javax.swing.UIManager.getDefaults(UIManager.java:495)
at javax.swing.UIManager.getString(UIManager.java:546)
at javax.swing.filechooser.UnixFileSystemView.<clinit>(FileSystemView.java:194)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java(Compiled Code))
at com.ibm.ejs.sm.agent.ActiveObjectLocator.findByPrimaryKey(ActiveObjectLocator.java:61)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:512)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:62)
at com.ibm.ejs.sm.agent._AdminAgent_Stub.invokeActiveObject(_AdminAgent_Stub.java:66)
at com.ibm.ejs.sm.beans.ServiceBaseImpl.invokeActiveObject(ServiceBaseImpl.java:50)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.invoke(FileBrowserServiceBean.java:451)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.getRemoteArchiveInfo(FileBrowserServiceBean.java:117)
at com.ibm.ejs.sm.beans.EJSRemoteStatefulFileBrowserService.getRemoteArchiveInfo(EJSRemoteStatefulFileBrowserService.java:277)
at com.ibm.ejs.sm.beans._FileBrowserService_Stub.getRemoteArchiveInfo(_FileBrowserService_Stub.java:872)
at com.ibm.ejs.security.Initializer.getDeploymentInfo(Initializer.java:734)
at com.ibm.ejs.security.Initializer.updateAdminAppAuthorizationTable(Initializer.java:555)
at com.ibm.ejs.security.Initializer.initialize(Initializer.java:216)
at com.ibm.ejs.security.Initializer.serverStarted(Initializer.java:133)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1995)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1988)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1144)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
----- Begin backtrace for detail
java.lang.InternalError: Can't connect to X11 window server using
':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:77)
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java(Compiled Code))
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)
at java.awt.Font.initializeFont(Font.java:285)
at java.awt.Font.<init>(Font.java:319)
at javax.swing.plaf.FontUIResource.<init>(FontUIResource.java:51)
at javax.swing.plaf.basic.BasicLookAndFeel.getFont(BasicLookAndFeel.java:245)
at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:264)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:204)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:73)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1082)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:408)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:435)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:895)
at javax.swing.UIManager.initialize(UIManager.java:991)
at javax.swing.UIManager.maybeInitialize(UIManager.java:974)
at javax.swing.UIManager.getDefaults(UIManager.java:495)
at javax.swing.UIManager.getString(UIManager.java:546)
at javax.swing.filechooser.UnixFileSystemView.<clinit>(FileSystemView.java:194)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java(Compiled Code))
at com.ibm.ejs.sm.agent.ActiveObjectLocator.findByPrimaryKey(ActiveObjectLocator.java:61)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:512)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:62)
at com.ibm.ejs.sm.agent._AdminAgent_Stub.invokeActiveObject(_AdminAgent_Stub.java:66)
at com.ibm.ejs.sm.beans.ServiceBaseImpl.invokeActiveObject(ServiceBaseImpl.java:50)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.invoke(FileBrowserServiceBean.java:451)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.getRemoteArchiveInfo(FileBrowserServiceBean.java:117)
at com.ibm.ejs.sm.beans.EJSRemoteStatefulFileBrowserService.getRemoteArchiveInfo(EJSRemoteStatefulFileBrowserService.java:277)
at com.ibm.ejs.sm.beans._FileBrowserService_Stub.getRemoteArchiveInfo(_FileBrowserService_Stub.java:872)
at com.ibm.ejs.security.Initializer.getDeploymentInfo(Initializer.java:734)
at com.ibm.ejs.security.Initializer.updateAdminAppAuthorizationTable(Initializer.java:555)
at com.ibm.ejs.security.Initializer.initialize(Initializer.java:216)
at com.ibm.ejs.security.Initializer.serverStarted(Initializer.java:133)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1995)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1988)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1144)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)

java.rmi.ServerException: RemoteException occurred in server thread;
nested exception is:
java.rmi.ServerError: Error occurred in server thread; nested
exception is:
java.lang.InternalError: Can't connect to X11 window server
using ':0.0' as the value of the DISPLAY variable.
java.rmi.ServerError: Error occurred in server thread; nested
exception is:
java.lang.InternalError: Can't connect to X11 window server
using ':0.0' as the value of the DISPLAY variable.
java.lang.InternalError: Can't connect to X11 window server using
':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:77)
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java(Compiled Code))
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:72)
at java.awt.Font.initializeFont(Font.java:285)
at java.awt.Font.<init>(Font.java:319)
at javax.swing.plaf.FontUIResource.<init>(FontUIResource.java:51)
at javax.swing.plaf.basic.BasicLookAndFeel.getFont(BasicLookAndFeel.java:245)
at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:264)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:204)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:73)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1082)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:408)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:435)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:895)
at javax.swing.UIManager.initialize(UIManager.java:991)
at javax.swing.UIManager.maybeInitialize(UIManager.java:974)
at javax.swing.UIManager.getDefaults(UIManager.java:495)
at javax.swing.UIManager.getString(UIManager.java:546)
at javax.swing.filechooser.UnixFileSystemView.<clinit>(FileSystemView.java:194)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java(Compiled Code))
at com.ibm.ejs.sm.agent.ActiveObjectLocator.findByPrimaryKey(ActiveObjectLocator.java:61)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:512)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java(Compiled
Code))
at com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:62)
at com.ibm.ejs.sm.agent._AdminAgent_Stub.invokeActiveObject(_AdminAgent_Stub.java:66)
at com.ibm.ejs.sm.beans.ServiceBaseImpl.invokeActiveObject(ServiceBaseImpl.java:50)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.invoke(FileBrowserServiceBean.java:451)
at com.ibm.ejs.sm.beans.FileBrowserServiceBean.getRemoteArchiveInfo(FileBrowserServiceBean.java:117)
at com.ibm.ejs.sm.beans.EJSRemoteStatefulFileBrowserService.getRemoteArchiveInfo(EJSRemoteStatefulFileBrowserService.java:277)
at com.ibm.ejs.sm.beans._FileBrowserService_Stub.getRemoteArchiveInfo(_FileBrowserService_Stub.java:872)
at com.ibm.ejs.security.Initializer.getDeploymentInfo(Initializer.java:734)
at com.ibm.ejs.security.Initializer.updateAdminAppAuthorizationTable(Initializer.java:555)
at com.ibm.ejs.security.Initializer.initialize(Initializer.java:216)
at com.ibm.ejs.security.Initializer.serverStarted(Initializer.java:133)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1995)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1988)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1144)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
[11/5/02 12:57:08:476 EST] 16564168 Initializer X Failed to retrieve
admin application attributes
java.lang.NullPointerException
at com.ibm.ejs.security.Initializer.updateAdminAppAuthorizationTable(Initializer.java:559)
at com.ibm.ejs.security.Initializer.initialize(Initializer.java:216)
at com.ibm.ejs.security.Initializer.serverStarted(Initializer.java:133)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1995)
at com.ibm.ws.runtime.Server.fireServerStarted(Server.java:1988)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1144)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
[11/5/02 12:57:08:565 EST] 16564168 Server A WSVR0023I: Server
__adminServer open for e-business


---------------------------------------------------------------------------

I understand that its looking for a xwindows application to load some
graphics or some window.....
If i export my display variable with a correct IP address... I can
start the server fine
but i dont want to do that
instead i woudl like to find out what is causing WAs to ask for my X11
applicaiton properties....

any help is greatly appreciated
cheers
rajeev
mail me at rajee...@hotmail.com

0 new messages