Chun Tat David Chu
2008-Dec-01 20:12 UTC
[Fedora-directory-users] Couldn''t launch the Administration Server Console
Hi All, I am having a problem opening the "Administration Server Console" from the "Fedora Management Console". When I highlighted "Administration Server" under the "Server Group" and clicked on the "Open" button. After I clicked the "Open" button, all I see is "Opening server window" message on the lower left status bar of the "Fedora Management Console". I do not see any JAVA exception in my terminal where I launch the Fedora Management Console. Can anyone give me any suggestion on how to resolve or debug this problem? I''m currently using Fedora Directory 1.0.2 Thanks, David
Rich Megginson
2008-Dec-01 20:46 UTC
Re: [Fedora-directory-users] Couldn''t launch the Administration Server Console
Chun Tat David Chu wrote:> Hi All, > > I am having a problem opening the "Administration Server Console" from > the "Fedora Management Console". > > When I highlighted "Administration Server" under the "Server Group" > and clicked on the "Open" button. > > After I clicked the "Open" button, all I see is "Opening server > window" message on the lower left status bar of the "Fedora Management > Console". > > I do not see any JAVA exception in my terminal where I launch the > Fedora Management Console. > > Can anyone give me any suggestion on how to resolve or debug this problem?startconsole -D 9 -f console.log> > I''m currently using Fedora Directory 1.0.2 > > Thanks, > > David > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Chun Tat David Chu
2008-Dec-01 21:17 UTC
Re: [Fedora-directory-users] Couldn''t launch the Administration Server Console
Hi Rich,
Thanks for your information. I ran with debug enabled and now I see the
following JAVA stacktrace.
ResourceSet: found
loader1321488068:com.netscape.management.client.console.console
Framework: location set: java.awt.Point[x=147,y=38]
TaskPage.pageSelected:
parent=com.netscape.management.client.Framework[frame1,147,38,948x855,invalid,hidden,layout=java.awt.BorderLayout,title=Administration
Server,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
at
java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1031)
at sun.awt.X11.XFramePeer.setIconImage(XFramePeer.java:247)
at sun.awt.X11.XFramePeer.postInit(XFramePeer.java:104)
at sun.awt.X11.XBaseWindow.init(XBaseWindow.java:146)
at sun.awt.X11.XBaseWindow.<init>(XBaseWindow.java:179)
at sun.awt.X11.XWindow.<init>(XWindow.java:114)
at sun.awt.X11.XComponentPeer.<init>(XComponentPeer.java:128)
at sun.awt.X11.XPanelPeer.<init>(XPanelPeer.java:55)
at sun.awt.X11.XWindowPeer.<init>(XWindowPeer.java:75)
at sun.awt.X11.XDecoratedPeer.<init>(XDecoratedPeer.java:58)
at sun.awt.X11.XFramePeer.<init>(XFramePeer.java:70)
at sun.awt.X11.XToolkit.createFrame(XToolkit.java:380)
at java.awt.Frame.addNotify(Frame.java:524)
at java.awt.Window.show(Window.java:539)
at com.netscape.management.client.Framework.<init>(Unknown Source)
at com.netscape.management.admserv.AdminServer.createFramework(Unknown
Source)
at com.netscape.management.admserv.AdminServer.run(Unknown Source)
at com.netscape.management.admserv.AdminServer.run(Unknown Source)
at
com.netscape.management.client.topology.AbstractServerObject$ServerRunThread.run(Unknown
Source)
AbstractServerObject.ServerRunThread java.lang.IllegalArgumentException:
Width (0) and height (0) cannot be <= 0
AbstractServerObject.StatusThread: waiting for chanage listeners to register
AbstractServerObject.StatusThread: waiting for chanage listeners to register
Any idea on top of your head that could cause this problem?
I don''t think this matters, but I do have SSL enabled on the Directory
Server.
Thanks,
David
On Mon, Dec 1, 2008 at 3:46 PM, Rich Megginson <rmeggins@redhat.com>
wrote:
> Chun Tat David Chu wrote:
>
>> Hi All,
>>
>> I am having a problem opening the "Administration Server
Console" from the
>> "Fedora Management Console".
>>
>> When I highlighted "Administration Server" under the
"Server Group" and
>> clicked on the "Open" button.
>>
>> After I clicked the "Open" button, all I see is "Opening
server window"
>> message on the lower left status bar of the "Fedora Management
Console".
>>
>> I do not see any JAVA exception in my terminal where I launch the
Fedora
>> Management Console.
>>
>> Can anyone give me any suggestion on how to resolve or debug this
problem?
>>
> startconsole -D 9 -f console.log
>
>>
>> I''m currently using Fedora Directory 1.0.2
>>
>> Thanks,
>>
>> David
>>
------------------------------------------------------------------------
>>
>> --
>> Fedora-directory-users mailing list
>> Fedora-directory-users@redhat.com
>> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>>
>>
>
>
> --
> Fedora-directory-users mailing list
> Fedora-directory-users@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>
>
Rich Megginson
2008-Dec-01 21:27 UTC
Re: [Fedora-directory-users] Couldn''t launch the Administration Server Console
Chun Tat David Chu wrote:> Hi Rich, > > Thanks for your information. I ran with debug enabled and now I see > the following JAVA stacktrace. > > ResourceSet: found > loader1321488068:com.netscape.management.client.console.console > Framework: location set: java.awt.Point[x=147,y=38] > TaskPage.pageSelected: > parent=com.netscape.management.client.Framework[frame1,147,38,948x855,invalid,hidden,layout=java.awt.BorderLayout,title=Administration > Server,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true] > java.lang.IllegalArgumentException: Width (0) and height (0) cannot be > <= 0 > at > java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1031) > at sun.awt.X11.XFramePeer.setIconImage(XFramePeer.java:247) > at sun.awt.X11.XFramePeer.postInit(XFramePeer.java:104) > at sun.awt.X11.XBaseWindow.init(XBaseWindow.java:146) > at sun.awt.X11.XBaseWindow.<init>(XBaseWindow.java:179) > at sun.awt.X11.XWindow.<init>(XWindow.java:114) > at sun.awt.X11.XComponentPeer.<init>(XComponentPeer.java:128) > at sun.awt.X11.XPanelPeer.<init>(XPanelPeer.java:55) > at sun.awt.X11.XWindowPeer.<init>(XWindowPeer.java:75) > at sun.awt.X11.XDecoratedPeer.<init>(XDecoratedPeer.java:58) > at sun.awt.X11.XFramePeer.<init>(XFramePeer.java:70) > at sun.awt.X11.XToolkit.createFrame(XToolkit.java:380) > at java.awt.Frame.addNotify(Frame.java:524) > at java.awt.Window.show(Window.java:539) > at com.netscape.management.client.Framework.<init>(Unknown Source) > at > com.netscape.management.admserv.AdminServer.createFramework(Unknown > Source) > at com.netscape.management.admserv.AdminServer.run(Unknown Source) > at com.netscape.management.admserv.AdminServer.run(Unknown Source) > at > com.netscape.management.client.topology.AbstractServerObject$ServerRunThread.run(Unknown > Source) > AbstractServerObject.ServerRunThread > java.lang.IllegalArgumentException: Width (0) and height (0) cannot be > <= 0 > AbstractServerObject.StatusThread: waiting for chanage listeners to > register > AbstractServerObject.StatusThread: waiting for chanage listeners to > register > > Any idea on top of your head that could cause this problem?No. Did this ever work? If so, what changed? I can''t remember where this information is stored in 1.0.2 - look for ~/.idm* or ~/.fedora*> > I don''t think this matters, but I do have SSL enabled on the Directory > Server. > > Thanks, > > David > > On Mon, Dec 1, 2008 at 3:46 PM, Rich Megginson <rmeggins@redhat.com > <mailto:rmeggins@redhat.com>> wrote: > > Chun Tat David Chu wrote: > > Hi All, > > I am having a problem opening the "Administration Server > Console" from the "Fedora Management Console". > > When I highlighted "Administration Server" under the "Server > Group" and clicked on the "Open" button. > > After I clicked the "Open" button, all I see is "Opening > server window" message on the lower left status bar of the > "Fedora Management Console". > > I do not see any JAVA exception in my terminal where I launch > the Fedora Management Console. > > Can anyone give me any suggestion on how to resolve or debug > this problem? > > startconsole -D 9 -f console.log > > > I''m currently using Fedora Directory 1.0.2 > > Thanks, > > David > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > <mailto:Fedora-directory-users@redhat.com> > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > <mailto:Fedora-directory-users@redhat.com> > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >