GUI Installer Error


 
Thread Tools Search this Thread
Operating Systems AIX GUI Installer Error
# 1  
Old 06-03-2011
GUI Installer Error

Hey

I'm getting the below error when trying to launch the GUI installer.

I contacted the application owner and they asked me to remove JAVA_HOME env variable, I removed it but still get this error.

As the error message said, tried with -console and it didnt work too. nothing happened, it went to back to prompt after few mins.

Any one have faced this problem?

Code:
The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.
Exception in thread "main" java.lang.UnsatisfiedLinkError: nativeDeleteFilesAfterExit
        at com.ibm.wizard.platform.aix.AixSystemUtilServiceImpl.deleteFilesAfterExit(AixSystemUtilServiceImpl.java:949)
        at com.installshield.wizard.service.system.PureJavaSystemUtilServiceImpl.deleteLockedFiles(Unknown Source)
        at com.installshield.util.FileUtils.deleteTempFiles(Unknown Source)
        at com.installshield.wizard.Wizard.startup(Unknown Source)
        at com.installshield.boot.BootMain.boot(Unknown Source)
        at run.main(Unknown Source)


Last edited by pludi; 06-03-2011 at 08:29 AM..
# 2  
Old 06-03-2011
You may want to visit this link at java.sun.com and read the paragraph titled "Troubleshooting".

In short they suggest setting the DISPLAY-variable correctly and to make sure "xhost" ist configured on your local system to allow external clients - basic Xserver configuration stuff.

I hope this helps.

bakunin
# 3  
Old 06-03-2011
Thank for reply bakunin.

I'm using Citrix to connect to the network and then putty to connect to the server.

Hence provided the localhost as the Citrix server name.

export DISPLAY=[citrix Server]:0.0

then tried to set the xhost but got the below error.

xhost +[citrix Server]:0.0
1356-200 xhost unable to open display "[citrix Server]:0.0:0.0"

What do you think? am doing it right?
# 4  
Old 06-03-2011
Quote:
Originally Posted by rocker_me2002
then tried to set the xhost but got the below error.

xhost +[citrix Server]:0.0
1356-200 xhost unable to open display "[citrix Server]:0.0:0.0"
You do not "set the xhost". "xhost" is a utility used on a Xserver to allow certain Xclients to access the servers functions (i.i. display a window with the clients output on the servers display). You have to issue the "xhost" command on the system where the X-server runs, naturally.

For a brief interoduction into X-Windows concepts and the meaning of "Xserver" and "Xclient" you may want to refer to this posting or this one.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Installer issue

Hi, I have a little problem with an Installer. In my script I have a section that place a keyboard shortcut: #!/usr/bin/perl ################################################################################ # # Create Desktop shortcut for Swedish Menu Commands Document #... (1 Reply)
Discussion started by: peli
1 Replies

2. UNIX for Advanced & Expert Users

LibGL error when opening GUI version of MATLAB

Hi all, Today, I have a question regarding a libGL error. Currently, I access linux server by using the terminal application in MAC. However, when I try to use GUI version of MATLAB, I have faced an error message as shown below. libGL error: No matching fbConfigs or visuals found libGL... (1 Reply)
Discussion started by: syg3434
1 Replies

3. UNIX for Dummies Questions & Answers

Oracle 12c installer - error "DISPLAY not set"

Good evening to all! :-) Need some help from experinced Oracle users. I am trying to install Oracle 12c to Redhat. sudo -u oracle ./runInstaller But installer answered me: Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY... (5 Replies)
Discussion started by: scj2012
5 Replies

4. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

5. SuSE

HELP for Newbie: Unable to run GUI installer (Ubuntu client connected to SLES server)

Hello All, I'm using my Ubuntu 10.04 client connected via SSH to a SuSE Linux server (SuSE Linux Enterprise Server 11 (x86_64) version 11 patchlevel=1). I'm trying to run an install of WebSphere Portal but can't seem to be able to run the GUI installer. Running xclock as root returns this... (7 Replies)
Discussion started by: kartrait
7 Replies

6. Solaris

OpenSolaris Installer error

Hi, Whenever i try to install OpenSolaris, I am getting the error "There was an error launching the application. Detail: Failed to fork child process (Not enough space)" I am using the image 2009.06. I have 512 mb ram and 100 gb hard drive with Red Hat and Windows Xp installed. Please... (1 Reply)
Discussion started by: krabu
1 Replies

7. Shell Programming and Scripting

Shell Installer GUI

Hey guys, I just can't seem to find any hints on this topic (or maybe I just don't find the correct search terms to use :rolleyes: ). My company developed an application which requires harsh configuration to run it on a server. So I wrote a LOT of shell scripts which take care of the... (2 Replies)
Discussion started by: fatfingerjoe
2 Replies

8. Shell Programming and Scripting

Running a GUI without GUI

I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question. Thanks (3 Replies)
Discussion started by: Legend986
3 Replies

9. Shell Programming and Scripting

Installer script -- function not found error

I am writing an installation script on AIX. This involves typical checks of some pre requisites like java, oracle, some version checks, disk space etc. It is a long script. I am facing a strange problem. There are a no of functions used in the script. What I see is that the installer complains of... (1 Reply)
Discussion started by: asutoshch
1 Replies

10. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question