Re: Basic Java questions

2009-05-14 Thread André Warnier
Dave Filchak wrote: So, I think I want to remove all instances on java and tomcat and re-install. Any suggestions about how to remove all of this stuff cleanly? I'm sorry to say, but I think that system is way past any attempt at doing things cleanly. It looks like you have at least 3 ver

RE: Basic Java questions

2009-05-14 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Basic Java questions > > the path is actually /opt/java/bin as java is a symlink to > /opt/jdk1.6.0_13 I'm not following that; please restate. Also, what directory were you in when you did the ls: > -rwxr-x

Re: Basic Java questions

2009-05-14 Thread Ken Bowen
Well, sometimes things hang around. Maybe a conservative start would be to reboot your system and then examine things. If everything looks quiescent, then try to start your exodus app and see what happens. On May 14, 2009, at 4:26 PM, Dave Filchak wrote: Ken Bowen wrote: Below... On May

Re: Basic Java questions

2009-05-14 Thread Dave Filchak
Ken Bowen wrote: Hard to say about everything. But /opt/java/bin/java in your path is very suspicious. Check whether that is in fact the executable itself by just trying to execute /opt/java/bin/java It might be that you need /opt/java/bin in the path instead. This has been fixed. I als

RE: Basic Java questions

2009-05-14 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Basic Java questions > > OK, my path now reads: > > /opt/java/bin/:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/us > r/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/opt/java/jdk1 > .6

Re: Basic Java questions

2009-05-14 Thread Dave Filchak
Ken Bowen wrote: Below... On May 14, 2009, at 2:49 PM, Dave Filchak wrote: ls -l /opt/java/bin/java -rwxr-xr-x 1 root root 50810 Mar 9 15:37 /opt/java/bin/java Per my earlier message, this is (part of) your problem. /opt/java/bin/java is an executable, but what should be on your path is

Re: Basic Java questions

2009-05-14 Thread Ken Bowen
Below... On May 14, 2009, at 2:49 PM, Dave Filchak wrote: ls -l /opt/java/bin/java -rwxr-xr-x 1 root root 50810 Mar 9 15:37 /opt/java/bin/java Per my earlier message, this is (part of) your problem. /opt/java/bin/ java is an executable, but what should be on your path is a directory whe

Re: Basic Java questions

2009-05-14 Thread Dave Filchak
André Warnier wrote: Dave Filchak wrote: In trying to troubleshoot my ongoing issues with deploying a Tomcat app, I have been trying to track down any duplicate java/tomcat installs. I made some changes I thought would work and now when I issue the command: which java, I get: /usr/bin/which

Re: Basic Java questions

2009-05-14 Thread André Warnier
Dave Filchak wrote: In trying to troubleshoot my ongoing issues with deploying a Tomcat app, I have been trying to track down any duplicate java/tomcat installs. I made some changes I thought would work and now when I issue the command: which java, I get: /usr/bin/which: no java in (/opt/jav

Re: Basic Java questions

2009-05-14 Thread Ken Bowen
Hard to say about everything. But /opt/java/bin/java in your path is very suspicious. Check whether that is in fact the executable itself by just trying to execute /opt/java/bin/java It might be that you need /opt/java/bin in the path instead. I also would cd to /opt/java/jdk1.6.0_13/

Basic Java questions

2009-05-14 Thread Dave Filchak
In trying to troubleshoot my ongoing issues with deploying a Tomcat app, I have been trying to track down any duplicate java/tomcat installs. I made some changes I thought would work and now when I issue the command: which java, I get: /usr/bin/which: no java in (/opt/java/bin/java:/usr/kerbe