RE: Orion doesn't work.

2001-02-16 Thread Jeff Schnitzer

Kaffe is the Open Source implementation of Java that is shipped with
most flavors of Linux.  It looks like the Kaffe version of the java
command is higher up in the path than the Sun JDK java command, thus you
are running the wrong JVM.

I suggest "rpm --erase kaffe".  That should solve your problem.

Jeff

>-Original Message-
>From: Geoff Marshall [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, February 15, 2001 3:10 PM
>To: Orion-Interest
>Subject: Orion doesn't work.
>
>
>
>I've surfed and surfed, and can't find any info on the problem 
>I'm having.
>HELP!
>
>
>All brand new:
>Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5
>
>[geoff@daphne orion]$cd /usr/local/orion
>[geoff@daphne orion]$ java -jar orion.jar
>java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
>at java.lang.reflect.Method.invoke(Method.java:native)
>at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
>at kaffe.jar.ExecJar.main(ExecJar.java:59)
>
>
>Obviously, I'm missing some class, but where/what is it?  The 
>JDK/SDK seems
>to be working fine i.e. I can compile and run java 
>applications, etc.  Does
>some .jar file need to be expanded???
>
>HELP!
>-- 
>
>-Geoff Marshall, Director of Development
>
>...
>t e r r a s c o p e  (415) 951-4944
>54 Mint Street, Suite 110 direct (415) 625-0349
>San Francisco, CA  94103 fax (415) 625-0306
>...
>-- 
>
>-Geoff Marshall, Director of Development
>
>...
>t e r r a s c o p e  (415) 951-4944
>54 Mint Street, Suite 110 direct (415) 625-0349
>San Francisco, CA  94103 fax (415) 625-0306
>...
>
>
>




RE: Orion doesn't work.

2001-02-16 Thread Andre Vanha

For Orion to work you shouldn't have to modify your classpath since it uses
the JDK1.2 extension mechanism (Classpath specified in the jar manifest).
If it's not working its most likely a jvm issue.  When you type java
-version what do you get?

Andre

-Original Message-
From: SureTicket.com [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 6:35 AM
To: Orion-Interest
Subject: RE: Orion doesn't work.


You need to make sure you setup your CLASSPATH right, if it is
then you unziped all over your computer ;) I mean distibution is
half assed. download and reinstall/reconfigure



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Marshall
Sent: Thursday, February 15, 2001 6:10 PM
To: Orion-Interest
Subject: Orion doesn't work.



I've surfed and surfed, and can't find any info on the problem I'm having.
HELP!


All brand new:
Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5

[geoff@daphne orion]$cd /usr/local/orion
[geoff@daphne orion]$ java -jar orion.jar
java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)


Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
to be working fine i.e. I can compile and run java applications, etc.  Does
some .jar file need to be expanded???

HELP!
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...







RE: Orion doesn't work.

2001-02-16 Thread SureTicket.com

You need to make sure you setup your CLASSPATH right, if it is
then you unziped all over your computer ;) I mean distibution is
half assed. download and reinstall/reconfigure



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Marshall
Sent: Thursday, February 15, 2001 6:10 PM
To: Orion-Interest
Subject: Orion doesn't work.



I've surfed and surfed, and can't find any info on the problem I'm having.
HELP!


All brand new:
Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5

[geoff@daphne orion]$cd /usr/local/orion
[geoff@daphne orion]$ java -jar orion.jar
java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)


Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
to be working fine i.e. I can compile and run java applications, etc.  Does
some .jar file need to be expanded???

HELP!
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...







Re: Orion doesn't work.

2001-02-16 Thread Joseph B. Ottinger


See below...

On Thu, 15 Feb 2001, Geoff Marshall wrote:

> I've surfed and surfed, and can't find any info on the problem I'm having.
> HELP!
> 
> 
> All brand new:
> Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5
> 
> [geoff@daphne orion]$cd /usr/local/orion
> [geoff@daphne orion]$ java -jar orion.jar
> java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
> at java.lang.reflect.Method.invoke(Method.java:native)
> at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
> at kaffe.jar.ExecJar.main(ExecJar.java:59)

Whoops! kaffe.jar... ouch! Kaffe isn't a JVM that can run Orion. You'll
have to get either blackdown, IBM, or Sun. 

> 
> Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
> to be working fine i.e. I can compile and run java applications, etc.  Does
> some .jar file need to be expanded???
> 
> HELP!
> -- 
> 
> -Geoff Marshall, Director of Development
> 
> ...
> t e r r a s c o p e  (415) 951-4944
> 54 Mint Street, Suite 110 direct (415) 625-0349
> San Francisco, CA  94103 fax (415) 625-0306
> ...
> 
> 

---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://epesh.com/ IT Consultant





RE: Orion doesn't work.

2001-02-15 Thread Adamson, Scott

Looks like you need to add the directory containing 'com/evermind/.'  to
the classpath

-Original Message-
From: Geoff Marshall [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 8:39 AM
To: Orion-Interest
Subject: Orion doesn't work.


I've surfed and surfed, and can't find any info on the problem I'm having.
HELP!


All brand new:
Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5

[geoff@daphne orion]$cd /usr/local/orion
[geoff@daphne orion]$ java -jar orion.jar
java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)


Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
to be working fine i.e. I can compile and run java applications, etc.  Does
some .jar file need to be expanded???

HELP!
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...





RE: Orion doesn't work.

2001-02-15 Thread Tim Drury
Title: RE: Orion doesn't work.





> java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
> at java.lang.reflect.Method.invoke(Method.java:native)
> at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
> at kaffe.jar.ExecJar.main(ExecJar.java:59)


 ^


You appear to be running the Kaffe JVM and not the Sun
JVM.  Kaffe is a standard RedHat/Mandrake install product.
If you don't want it remove it "rpm -e kaffe".  Else make
sure JAVA_HOME (or whatever orion uses to find java) is
pointing to the Sun jdk.


-tim





Orion doesn't work.

2001-02-15 Thread Geoff Marshall


I've surfed and surfed, and can't find any info on the problem I'm having.
HELP!


All brand new:
Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5

[geoff@daphne orion]$cd /usr/local/orion
[geoff@daphne orion]$ java -jar orion.jar
java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)


Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
to be working fine i.e. I can compile and run java applications, etc.  Does
some .jar file need to be expanded???

HELP!
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...





Orion doesn't work.

2001-02-15 Thread Geoff Marshall

I've surfed and surfed, and can't find any info on the problem I'm having.
HELP!


All brand new:
Red Hat Linux v7, Sun J2EE 1.2.1, Sun JDK1.3, Orion 1.4.5

[geoff@daphne orion]$cd /usr/local/orion
[geoff@daphne orion]$ java -jar orion.jar
java.lang.NoClassDefFoundError: com/evermind/gui/server/ServiceConsole
at java.lang.reflect.Method.invoke(Method.java:native)
at kaffe.jar.ExecJarName.main(ExecJarName.java:70)
at kaffe.jar.ExecJar.main(ExecJar.java:59)


Obviously, I'm missing some class, but where/what is it?  The JDK/SDK seems
to be working fine i.e. I can compile and run java applications, etc.  Does
some .jar file need to be expanded???

HELP!
-- 

-Geoff Marshall, Director of Development

...
t e r r a s c o p e  (415) 951-4944
54 Mint Street, Suite 110 direct (415) 625-0349
San Francisco, CA  94103 fax (415) 625-0306
...