CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Mesh Generation & Pre-Processing Software > Pointwise & Gridgen

Installation of Pointwise on Debian linux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 20, 2013, 08:01
Unhappy Installation of Pointwise on Debian linux
  #1
New Member
 
Jack B.
Join Date: Apr 2009
Posts: 24
Rep Power: 17
Turbulent is on a distinguished road
Hello,

I've a problem installing Pointwise 64bit on Debain linux. I know that Debian isn't officially supported by Pointwise but I guess someone can help me with this. When I run Pointwise .sh installation file as root I get the following output:

Quote:
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
java.lang.NoClassDefFoundError: java.awt.Container
at com.install4j.runtime.installer.frontend.headless. AbstracHeadlessScreenExecutor.init(Unknown Source)
at com.install4j.runtime.installer.frontend.headless. ConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.frontend.headless. InstallerConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.Installer.getScree nExecutor(Unknown Source)
at com.install4j.runtime.installer.frontend.headless. InstallerConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.Installer.runInPro cess(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unk nown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unkno wn Source)
Could not display the GUI. This application needs access to an X Server.
**************************************************
You can also run this application in console mode without
access to an X server by passing the argument -c
**************************************************
I've tried to run it with xterm but it didn't help.
My JAVA version:

java version "1.7.0_45"
Java(TM) SE Runtime Enviroment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Any help will be appreciated.
Thanks

Jack
Turbulent is offline   Reply With Quote

Old   October 21, 2013, 07:09
Default
  #2
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
Quote:
Originally Posted by Turbulent View Post
Hello,

I've a problem installing Pointwise 64bit on Debain linux. I know that Debian isn't officially supported by Pointwise but I guess someone can help me with this. When I run Pointwise .sh installation file as root I get the following output:



I've tried to run it with xterm but it didn't help.
My JAVA version:

java version "1.7.0_45"
Java(TM) SE Runtime Enviroment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Any help will be appreciated.
Thanks

Jack
Jack it looks like the installer either doesn't like your java version or the wrong version is installed (I think the PW installer needs 32-bit java).

Either way the easy solution is to grab the PW installer that works when the system doesn't even have java installed. The installers are located here:

http://www.pointwise.com/support/dload_pw_nojre.shtml
cnsidero is offline   Reply With Quote

Old   June 6, 2015, 10:07
Default
  #3
New Member
 
Boping M.
Join Date: Aug 2014
Location: China
Posts: 11
Rep Power: 11
BopngMa is on a distinguished road
Quote:
Originally Posted by cnsidero View Post
Jack it looks like the installer either doesn't like your java version or the wrong version is installed (I think the PW installer needs 32-bit java).

Either way the easy solution is to grab the PW installer that works when the system doesn't even have java installed. The installers are located here:

http://www.pointwise.com/support/dload_pw_nojre.shtml
It didn't work.
I've downloaded 'pwflex-V11.11.0-linux_x86_64-jre.sh' from the website you posted, and when i execute with 'sh ./pwflex-V11.11.0-linux_x86_64-jre.sh', the same error occured. The screen shows
sh ./pwflex-V11.11.0-linux_x86_64-jre.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
java.lang.NoClassDefFoundError: java.awt.Container
at com.install4j.runtime.installer.frontend.headless. AbstractHeadlessScreenExecutor.init(Unknown Source)
at com.install4j.runtime.installer.frontend.headless. ConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.frontend.headless. InstallerConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.Installer.getScree nExecutor(Unknown Source)
at com.install4j.runtime.installer.Installer.runInPro cess(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unk nown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.UnixLauncher.main(U nknown Source)
Could not display the GUI. This application needs access to an X Server.
************************************************** *****************
You can also run this application in console mode without
access to an X server by passing the argument -c
************************************************** *****************
What should I do now?

notes: I was trying to install 'pw-V17.3R2-linux_x86_64-jre.sh' by execute 'sh ./pw-V17.3R2-linux_x86_64-jre.sh', and the screen showed the same error with @Turbulent posted.
My OS is Ubuntu 14.04 LTS 64-bit.
Thanks.
BopngMa is offline   Reply With Quote

Old   June 6, 2015, 10:10
Default
  #4
New Member
 
Boping M.
Join Date: Aug 2014
Location: China
Posts: 11
Rep Power: 11
BopngMa is on a distinguished road
Quote:
Originally Posted by Turbulent View Post
Hello,

I've a problem installing Pointwise 64bit on Debain linux. I know that Debian isn't officially supported by Pointwise but I guess someone can help me with this. When I run Pointwise .sh installation file as root I get the following output:



I've tried to run it with xterm but it didn't help.
My JAVA version:

java version "1.7.0_45"
Java(TM) SE Runtime Enviroment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Any help will be appreciated.
Thanks

Jack
Have you solved the problem you posted? How? Thanks.
BopngMa is offline   Reply With Quote

Old   June 6, 2015, 10:10
Default
  #5
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
Based on the install name, you're still installing the wrong one. You need to install the the "nojre" version. Go to the link I posted and download the installer for your platform.
cnsidero is offline   Reply With Quote

Old   June 6, 2015, 12:12
Default
  #6
New Member
 
Boping M.
Join Date: Aug 2014
Location: China
Posts: 11
Rep Power: 11
BopngMa is on a distinguished road
Quote:
Originally Posted by cnsidero View Post
Based on the install name, you're still installing the wrong one. You need to install the the "nojre" version. Go to the link I posted and download the installer for your platform.
Yeah, I didn't notice that. I was thinking I need to install the software from the website you posted first, then I can install the first one. Working on it now.

But I wonder what's the difference between these two softwares which both labeled linux-64-bit. Is it possible to install the without 'nojre' version in my OS?

I checked my Java version, it says
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

Thanks.
BopngMa is offline   Reply With Quote

Old   June 6, 2015, 14:08
Default
  #7
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
There's no difference between the software. The difference is in the installer. The "nojre" does not have a Java Runtime Environment in the package and thus won't conflict with the version you have installed.
cnsidero is offline   Reply With Quote

Old   April 4, 2016, 08:51
Default
  #8
New Member
 
anonymous
Join Date: Oct 2015
Posts: 1
Rep Power: 0
Tobyskernel is on a distinguished road
Today I got the error and I solved it through the guide here:
http://stackoverflow.com/questions/1...-awt-container

It needs 32 bit version of libxtst on ubuntu 14.04+.

apt-get install libxtst6:i386

You must already went through it. And I post these here just in case that some other people will confront the same problem
Tobyskernel is offline   Reply With Quote

Old   April 4, 2016, 17:05
Default
  #9
Senior Member
 
Travis Carrigan
Join Date: Jul 2010
Location: Arlington, TX
Posts: 161
Rep Power: 15
tcarrigan is on a distinguished road
You can also run the installer in console mode. To do this, execute the installer like normal, but append with "-c" for console mode. This will run the installer in the terminal and prompt you for each step.
__________________
Travis Carrigan
Manager, Business Development
Pointwise, Inc.
tcarrigan is offline   Reply With Quote

Old   June 28, 2016, 22:39
Default
  #10
New Member
 
Boping M.
Join Date: Aug 2014
Location: China
Posts: 11
Rep Power: 11
BopngMa is on a distinguished road
Quote:
Originally Posted by BopngMa View Post
Yeah, I didn't notice that. I was thinking I need to install the software from the website you posted first, then I can install the first one. Working on it now.

But I wonder what's the difference between these two softwares which both labeled linux-64-bit. Is it possible to install the without 'nojre' version in my OS?

I checked my Java version, it says
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

Thanks.
sudo apt-get install libgtk2.0-0:i386 libxtst6:i386 will work!
BopngMa is offline   Reply With Quote

Reply

Tags
installation, java, jre, pointwise


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANSYS Workbench on "Uncertified" Linux Distros hsr CFX 289 April 20, 2023 09:23
[Commercial meshers] Native OpenFOAM interface in Pointwise cnsidero OpenFOAM Meshing & Mesh Conversion 41 May 20, 2012 18:30
Install openFOAM 1.6 on debian 32bit - blockMesh: command not found fossy OpenFOAM Installation 1 August 28, 2009 04:06
Native OpenFOAM interface in Pointwise Chris Sideroff Main CFD Forum 0 January 16, 2009 12:37
How to install binary pack in Debian 31 Linux navaladi OpenFOAM Installation 4 February 8, 2007 08:18


All times are GMT -4. The time now is 18:21.