- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: java crashes on hp-ux 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 10:56 AM
07-24-2008 10:56 AM
Not sure how to check the version.
./java -version
Illegal instruction(coredump)
Here is the software installed on it:
tmp#: swlist | grep -i java
B9788AA 1.3.1.17.00 Java2 1.3 SDK for HP-UX
B9789AA 1.3.1.15.01 Java2 1.3 RTE for HP-UX
T1456AA 1.4.2.07.02 Java2 1.4 SDK for HP-UX
T1456AAaddon 1.4.2.07.02 Java2 1.4 SDK -AA addon for HP-UX
T1457AA 1.4.2.07.02 Java2 1.4 RTE for HP-UX
T1457AAaddon 1.4.2.07.02 Java2 1.4 RTE -AA addon for HP-UX
Jdk13 1.3.1.15.01 Java2 1.3 SDK
Here is how it should work, an identical machine:
#: ./java -version
java version "1.5.0.02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.02-_14_oct_2005_17_51) Java HotSpot(TM) Server VM (build 1.5.0.02 jinteg:10.14.05-23:46 IA64, mixed mode)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 11:48 AM
07-24-2008 11:48 AM
Re: java crashes on hp-ux 11.23
which directory are you in when you are executing ./java -version ???
Also, if you want java 1.5.xx as shown in your other example then you need to install it.
I am assuming whichever directory you are in the java exec you are using is no good. reinstall or upgrade..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 01:14 PM
07-24-2008 01:14 PM
Re: java crashes on hp-ux 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 01:14 PM
07-24-2008 01:14 PM
Re: java crashes on hp-ux 11.23
Here are log files, one from a non-working machine where java dumps core and the second one from a working machine.
You can see the difference, look at the line:
checking: "1.5.0.02" against "1.4+": passed
BAD:
^[[7m========= Analyzing UNIX Environment =================================^[[0m
Setting UNIX (hp-ux) flavor specifics.
Importing UNIX environment into LAX properties.
Checking for POSIX awk.
^[[7m========= Analyzing LAX ==============================================^[[0m
LAX found............................ OK.
LAX properties read.................. OK.
^[[1mWARNING! DISPLAY variable not set. Will attempt to run installer in CONSOLE mode.^[[0m
^[[7m========= Finding VM =================================================^[[0m
^[[1mValid VM types.......................... 1.4+^[[0m Absolute LAX_VM path.................... /home/oracle/orasoft/Quest/Itanium/install.dir.18626/HPUX/resour
ce/jre/bin/java
^[[1mExpanded Valid VM types................. 1.4+ ^[[0m
checking: "" against "1.4+": failed (wrong version)
GOOD:
^[[7m========= Analyzing UNIX Environment =================================^[[0m
Setting UNIX (hp-ux) flavor specifics.
Importing UNIX environment into LAX properties.
Checking for POSIX awk.
^[[7m========= Analyzing LAX ==============================================^[[0m
LAX found............................ OK.
LAX properties read.................. OK.
^[[1mWARNING! DISPLAY variable not set. Will attempt to run installer in CONSOLE mode.^[[0m
^[[7m========= Finding VM =================================================^[[0m
^[[1mValid VM types.......................... 1.4+^[[0m Absolute LAX_VM path.................... /home/oracle/orasoft/Quest/Itanium/install.dir.126
4/HPUX/resource/jre/bin/java
^[[1mExpanded Valid VM types................. 1.4+ ^[[0m
checking: "1.5.0.02" against "1.4+": passed
* Using VM.....(lax.nl.current.vm)...... /home/oracle/orasoft/Quest/Itanium/install.dir.126
4/HPUX/resource/jre/bin/java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 12:16 AM
07-25-2008 12:16 AM
Re: java crashes on hp-ux 11.23
java1.5 if for 64bit engines only - can you verify this? (I don't know 11.23)
Is the swlist the same for both maschines?
Can you give us:
'uname -a'
'file /stand/vmunix'
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 03:24 AM
07-25-2008 03:24 AM
Re: java crashes on hp-ux 11.23
There are both 32 and 64 bit version of java.
>file /stand/vmunix
This is useless. All kernels on 11.23 and later are 64 bit. And "uname -a" would give more info.
>DMVamsi: Applying this new patch - PHCO_27375 (s700_800 11.00 cumulative SAM/ObAM patch)
Not hardly. It won't install on 11.23.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 06:47 AM
07-25-2008 06:47 AM
Re: java crashes on hp-ux 11.23
tmp#: swlist | grep -i java
B9788AA 1.3.1.17.00 Java2 1.3 SDK for HP-UX
B9789AA 1.3.1.15.01 Java2 1.3 RTE for HP-UX
T1456AA 1.4.2.07.02 Java2 1.4 SDK for HP-UX
T1456AAaddon 1.4.2.07.02 Java2 1.4 SDK -AA addon for HP-UX
T1457AA 1.4.2.07.02 Java2 1.4 RTE for HP-UX
T1457AAaddon 1.4.2.07.02 Java2 1.4 RTE -AA addon for HP-UX
Jdk13 1.3.1.15.01 Java2 1.3 SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 07:25 AM
07-25-2008 07:25 AM
Re: java crashes on hp-ux 11.23
^[[1mExpanded Valid VM types................. 1.4+ ^[[0m
checking: "" against "1.4+": failed (wrong version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 07:50 AM
07-25-2008 07:50 AM
Re: java crashes on hp-ux 11.23
Ok - I've seen this only at 11.0, but it looks like when you look with swinstall in a depot where are not the right version of patches ... you see nothing.
Dennis - could it be?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 07:53 AM
07-25-2008 07:53 AM
Re: java crashes on hp-ux 11.23
Try to install java1.5 from hp source:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME
Put it or a link where quest want it.
Else you have to check why the script failed ...
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 12:40 PM
07-25-2008 12:40 PM
Re: java crashes on hp-ux 11.23
That is an idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 07:24 PM
07-25-2008 07:24 PM
Re: java crashes on hp-ux 11.23
swlist should list all version but swinstall will only show/install the ones compatible the machine.