Webagent install error in Sun Webserver 6.1

Hi,

I am getting the following error towards the end of the end agent installation.

i am using .setup -nodisplay option.

Exception in thread "Thread-1" java.awt.HeadlessException:

No X11 DISPLAY variable was set, but this program performed an operation which requires it.

at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)

at java.awt.Label.<init>(Label.java:133)

at java.awt.Label.<init>(Label.java:115)

at com.iplanet.install.panels.common.VerifyPanel.createProgressPanel(VerifyPanel.j ava:249)

at com.iplanet.install.panels.common.VerifyPanel.beginDisplay(VerifyPanel.java:210 )

at com.sun.wizards.core.IteratorLayout.setCurrentLeaf(IteratorLayout.java:580)

at com.sun.wizards.core.IteratorLayout.next(IteratorLayout.java:783)

at com.sun.wizards.core.WizardTreeManager.nextButtonPressed(WizardTreeManager.java :1198)

at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:148)

at java.lang.Thread.run(Thread.java:595)

Any idea why i am getting such an error ?

Thanks

[1125 byte] By [Subhodeepa] at [2007-11-27 8:48:42]
# 1

It was a known issue. You need to have x-server running. If no x server available, try like this if Solaris is the os:

1. pkgadd -d . SUNWames6

2. cd /opt/SUNWam/agents/es6/bin/

3. invoke config script there: ./config . This configures you web server instance, setup AMAgent.properties and debug directories etc.

4. Restart web server instance.

Thanks,

Subba

Subba_Evania at 2007-7-12 20:56:22 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Alternatively, export the DISPLAY variable to a place where X is running and will accept connections (like XManager / Exceed on a Windows box).Ankush
ankushkapoora at 2007-7-12 20:56:22 > top of Java-index,Web & Directory Servers,Directory Servers...