Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

install PTC workgroup manager on AIX

Status
Not open for further replies.

proeaix53

Technical User
Jul 9, 2009
2
US
Hi,

I am a Pro-E user who has been reassigned to admin of our PDM and DB servers (both AIX) and have no background in this sort of stuff. I am learning though. Please excuse me if I ask completely low level questions, but I am a beginner.

Now to the question.

I am trying to install PTC ECAD workgroup manager on our AIX server and am having some trouble. The instructions I am trying to follow, located here, (ftp://ftp.software.ibm.com/software/plm/resources/windchill_v9_install_aix.pdf)
tell me to cd to this dir

/ptc/Install/PTC_solution/installer_090_m040 (on our setup)

and then issue this command

./setup

this is supposed to bring up a gui type install interface but I am getting an error as follows

The DISPLAY variable is not set
Either set it or use the -help option for more information.

so then I do #./setup -help and get this

Usage: ./setup [ -display unix:0 ] [ LAX_VM /path/to/suitable/java.1.5.x/jre/bin/java ]

I know this is very low level stuff, so please be gentle.
 
ok so I entered
#./setup -display unix:0 and got this
setting DISPLAY to: 'unix:0'

Starting: /ptc/Install/PTC_solution_installer_090_M040/Disk1/InstData/GenericUnix/NoVM/setup.
Starting installer in the background. Please wait...
root@pdm /ptc/Install/PTC_solution_installer_090_M040 # Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

'SWING' UI not supported by VM. Reverting to AWT.
Invocation of this Java Application has caused an InvocationTargetException. This application

Stack Trace:
java.lang.NoClassDefFoundError: sun.awt.X11GraphicsEnvironment (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:130)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:
at java.awt.Window.init(Window.java:297)
at java.awt.Window.<init>(Window.java:345)
at java.awt.Frame.<init>(Frame.java:452)
at java.awt.Frame.<init>(Frame.java:417)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
at java.lang.reflect.Method.invoke(Method.java:615)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Caused by: java.lang.InternalError: Can't connect to X11 window server using 'unix:0' as the
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$000(X11GraphicsEnvironment.java:95)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:184)
at java.security.AccessController.doPrivileged(AccessController.java:193)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:173)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:
at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:137)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:130)
at java.awt.Toolkit$2.run(Toolkit.java:864)
at java.security.AccessController.doPrivileged(AccessController.java:193)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:847)
at ZeroGah.<clinit>(DashoA8113)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
at ZeroGh.b(DashoA8113)
at ZeroGh.a(DashoA8113)
at ZeroGh.a(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.b(DashoA8113)
... 8 more
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an Inv
InvocationTargetException

any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top