Hi,
I have tried to configure the Repository Server for IS Clustering. While running the shell script repoui.sh from IntegrationServer/reposerver/bin directory it is giving the following error.
/usr04/WebMIS6666/IntegrationServer/lib/swingall.jar:
/usr04/WebMIS6666/IntegrationServer/lib/mail.jar:
/usr04/WebMIS6666/IntegrationServer/lib/proxy.jar:
/usr04/WebMIS6666/IntegrationServer/lib/looks-all.jar:/usr04/WebMIS6666/IntegrationServer/lib/kunststoff.jar
-Djava.security.policy=repo.policy -Xms128M -Xmx256M
Exception in thread “main” 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.(X11GraphicsEnvironment.java:134)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at sun.awt.motif.MToolkit.(MToolkit.java:81)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.Toolkit$2.run(Toolkit.java:748)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:739)
at java.awt.SystemColor.updateSystemColors(SystemColor.java:417)
at java.awt.SystemColor.(SystemColor.java:409)
at com.webMethods.caffeine.utils.NonLocalizableConstants.(NonLocalizableConstants.java:55)
at com.webMethods.caffeine.i18n.Icons.(Icons.java:25)
at com.wm.app.repo.RepositoryServerUI.(RepositoryServerUI.java:54)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:163)
at com.wm.app.repo.RepoProxy.main(RepoProxy.java:59)
at com.wm.app.repo.RepoProxy.start(RepoProxy.java:46)
at com.wm.app.Application.start(Application.java:354)
at com.wm.app.Application.launch(Application.java:468)
at com.wm.app.repo.Main.main(Main.java:44)
Please explain the reason of the problem and also how to solve it.