LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-15-2018, 05:10 PM   #1
jgoeller
LQ Newbie
 
Registered: Sep 2006
Posts: 9

Rep: Reputation: 1
Running java program issue


Ok I'm running this on a cento6.4 but it doesn't matter because I get teh same results when running on a 5.11 and 7.4
where i want to run it from
nfs Mount on a server Genesis I have full R/W Access
Code:
[aducimo@oates:~]$ /vendor_lib/arm/gf/130bcdlite/sram_sp_hdf_rvt_rvt/r0p1/bin/sram_sp_hdf_rvt_rvt
Error: no `client' JVM at `/vendor_lib/arm/gf/130bcdlite/sram_sp_hdf_rvt_rvt/r0p1/lib/linux/jre/lib/i386/client/libjvm.so'.
[aducimo@oates:~]$ df -h  /vendor_lib/arm/
Filesystem            Size  Used Avail Use% Mounted on
genesis:/data/db/vendors/arm
                      6.2T  3.5T  2.7T  57% /vendor_lib/arm
[aducimo@oates:~]$
but if I copy it o my Home directory also an NFS mount but on another machine it works ?

Code:
[aducimo@oates:~]$ /home/aducimo/r0p1/bin/sram_sp_hdf_rvt_rvt
Loading, please wait...
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct

[aducimo@oates:~]$
[aducimo@oates:~]$ df -h .
Filesystem            Size  Used Avail Use% Mounted on
boston:/data/home/aducimo
                      6.8T  5.7T  738G  89% /home/aducimo
[aducimo@oates:~]$
any ideas ?
 
Old 03-16-2018, 11:48 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
My 2¢. Is this rw mount also exec?
 
Old 03-17-2018, 03:36 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by jgoeller View Post
Ok I'm running this on a cento6.4 but it doesn't matter because I get teh same results when running on a 5.11 and 7.4
since the 7.4 is the only one still supported, please reproduce and discuss the problem on that version.
 
Old 03-19-2018, 09:02 AM   #4
jgoeller
LQ Newbie
 
Registered: Sep 2006
Posts: 9

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Emerson View Post
My 2¢. Is this rw mount also exec?
Yes it is , Both NFS mounts are shared/Mounted the same way .

Quote:
Originally Posted by ondoho View Post
since the 7.4 is the only one still supported, please reproduce and discuss the problem on that version.
the same exact thing happens when running it on a 7.4 machine, so it does not appear to be an OS version issue.
 
Old 03-20-2018, 01:21 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by jgoeller View Post
the same exact thing happens when running it on a 7.4 machine, so it does not appear to be an OS version issue.
yet you post output from a much older system.
also, exactly the same?
sorry, but i won't take your word for it.
i think you should re-run and reproduce all the output you provided on your only still-supported centos version and post it here.

edit:
ok, i can see that your problem spreads across different machines and hard drives, and probably really isn't version specific.
yet i question why you run 2 computers with unsupported and outdated operating systems. this could well be contributing to your problem, although misconfiguration (or discrepancy in configuration) is more likely.

Last edited by ondoho; 03-20-2018 at 01:25 AM.
 
Old 03-20-2018, 03:32 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Quote:
Originally Posted by jgoeller View Post
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct
looks like improperly specified font for me.

JVM not found can be a java related path issue too, I agree with ondoho, it looks like misconfiguration.
 
Old 03-23-2018, 02:55 PM   #7
jgoeller
LQ Newbie
 
Registered: Sep 2006
Posts: 9

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ondoho View Post
yet you post output from a much older system.
also, exactly the same?
sorry, but i won't take your word for it.
i think you should re-run and reproduce all the output you provided on your only still-supported centos version and post it here.

edit:
ok, i can see that your problem spreads across different machines and hard drives, and probably really isn't version specific.
yet i question why you run 2 computers with unsupported and outdated operating systems. this could well be contributing to your problem, although misconfiguration (or discrepancy in configuration) is more likely.
a couple of reasons time & Money being a big one , in the process of phasing out the 5's but we can't get rid of the 6's we have software critial to a customer that will only run on 6.


anyway I found a work around and that was to in the script that that calls , I hard coded /usr/bin/java instead of letting it use the version that came with the product ( java 1.4)
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
howto output on screen? running Java program fhleung Programming 7 07-07-2013 07:14 AM
running java program at startup in background Maverick1182 Linux - Newbie 4 09-19-2006 06:09 PM
running java program through cron manu82 Linux - Software 2 02-28-2006 10:35 PM
Running a Java Program from XWindows kilobravo Linux - General 4 01-16-2003 02:36 PM
Running Java Socket Program in a shell during bootup TomCruise2002 Linux - Newbie 1 10-15-2002 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration