RE: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Maarten van der Hoeven

Did you copy tools.jar in $ORION_HOME/lib?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Robert Virkus
Sent: zaterdag 16 februari 2002 15:05
To: Orion-Interest
Subject: orion 1.5.4 not compatible with java 1.4


Hi everybody,

does anyone know, why the orion 1.5.4 is not fully compatible with the
jdk 1.4.0?
My servlets run just fine, but while using jsp, I get following
exception:

500 Internal Server Error
Error parsing JSP page /main.jsp

Syntax error in source
error: Invalid class file format in
d:\j2sdk1.4.0\jre\lib\rt.jar(java/lang/Object.class).  The major.minor
version '48.0' is too recent for this tool to understand.
/main.jsp.java:0: Class java.lang.Object not found in class
com.orionserver.http.OrionHttpJspPage.
import javax.servlet.*;
^
2 errors

does anyone know a solution for this?
thanks in advance!

greetings
  Robert Virkus
  Director Mobile Solutions

--
Robert Virkus
scaraboo GmbH
mobile Entertainment
Georg-Wulf-Str.4-6
28199 Bremen
Germany
phone  +49 - (0)421 - 59 67 549
fax+49 - (0)421 - 59 67 567
mobile +49 - (0)171 - 35 31 635
[EMAIL PROTECTED]
www.scaraboo.de
wap.scaraboo.de


Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene
Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung
reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten
Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung,
Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet
ist. Diese Nachricht ist ausschliesslich fuer den bezeichneten Adressaten
oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat
dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem
Absender der E-Mail in Verbindung zu setzen.

For legal and security reasons the information provided in this e-mail is
not legally binding. Upon request we would be pleased to provide you with a
legally binding confirmation in written form. Any form of unauthorised use,
publication, reproduction, copying or disclosure of the content of this
e-mail is not permitted. This message is exclusively for the person
addressed or their representative. If you are not the intended recipient of
this message and its contents, please notify the sender immediately.









Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Brian Smith

This same question and answer appeared on the otn.oracle.com Oracle9iAS 
J2EE forum. Here is an answer for OC4J; maybe it works on Orion too?


In oc4j, you need to edit global-web-application.xml and add 
 element in servlet calle "jsp".

javacmd
/your-jdk-1.4-java-home/javac


Best Regards,
Brian





Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Tim Endres

My guess would be that your tools.jar file is from from JDK1.3, and it
properly complains that the java.lang.Object.class file, from JDK1.4,
has a version number more recent than what the compiler understands.

tim.

> Hi everybody,
> 
> does anyone know, why the orion 1.5.4 is not fully compatible with the
> jdk 1.4.0?
> My servlets run just fine, but while using jsp, I get following
> exception:
> 
> 500 Internal Server Error
> Error parsing JSP page /main.jsp
> 
> Syntax error in source
> error: Invalid class file format in 
>d:\j2sdk1.4.0\jre\lib\rt.jar(java/lang/Object.class).  The major.minor version '48.0' 
>is too recent for this tool to understand.
> /main.jsp.java:0: Class java.lang.Object not found in class 
>com.orionserver.http.OrionHttpJspPage.
> import javax.servlet.*;
> ^
> 2 errors
> 
> does anyone know a solution for this?
> thanks in advance!
> 
> greetings
>   Robert Virkus
>   Director Mobile Solutions
> 
> -- 
> Robert Virkus





Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Ray Harrison

Yes - you need to copy the tools.jar from the jdk directory to the orion directory.


--- Robert Virkus <[EMAIL PROTECTED]> wrote:
> Hi everybody,
> 
> does anyone know, why the orion 1.5.4 is not fully compatible with the
> jdk 1.4.0?
> My servlets run just fine, but while using jsp, I get following
> exception:
> 
> 500 Internal Server Error
> Error parsing JSP page /main.jsp
> 
> Syntax error in source
> error: Invalid class file format in 
>d:\j2sdk1.4.0\jre\lib\rt.jar(java/lang/Object.class).  The
> major.minor version '48.0' is too recent for this tool to understand.
> /main.jsp.java:0: Class java.lang.Object not found in class
> com.orionserver.http.OrionHttpJspPage.
> import javax.servlet.*;
> ^
> 2 errors
> 
> does anyone know a solution for this?
> thanks in advance!
> 
> greetings
>   Robert Virkus
>   Director Mobile Solutions
> 
> -- 
> Robert Virkus
> scaraboo GmbH
> mobile Entertainment
> Georg-Wulf-Str.4-6
> 28199 Bremen
> Germany
> phone  +49 - (0)421 - 59 67 549
> fax+49 - (0)421 - 59 67 567
> mobile +49 - (0)171 - 35 31 635
> [EMAIL PROTECTED]
> www.scaraboo.de
> wap.scaraboo.de
> 
> 
> Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene
> Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung
> reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten
> Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung,
> Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet
> ist. Diese Nachricht ist ausschliesslich fuer den bezeichneten Adressaten
> oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat
> dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem
> Absender der E-Mail in Verbindung zu setzen.
> 
> For legal and security reasons the information provided in this e-mail is
> not legally binding. Upon request we would be pleased to provide you with a
> legally binding confirmation in written form. Any form of unauthorised use,
> publication, reproduction, copying or disclosure of the content of this
> e-mail is not permitted. This message is exclusively for the person
> addressed or their representative. If you are not the intended recipient of
> this message and its contents, please notify the sender immediately.
> 
> 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Robert Virkus

Hi everybody,

does anyone know, why the orion 1.5.4 is not fully compatible with the
jdk 1.4.0?
My servlets run just fine, but while using jsp, I get following
exception:

500 Internal Server Error
Error parsing JSP page /main.jsp

Syntax error in source
error: Invalid class file format in 
d:\j2sdk1.4.0\jre\lib\rt.jar(java/lang/Object.class).  The major.minor version '48.0' 
is too recent for this tool to understand.
/main.jsp.java:0: Class java.lang.Object not found in class 
com.orionserver.http.OrionHttpJspPage.
import javax.servlet.*;
^
2 errors

does anyone know a solution for this?
thanks in advance!

greetings
  Robert Virkus
  Director Mobile Solutions

-- 
Robert Virkus
scaraboo GmbH
mobile Entertainment
Georg-Wulf-Str.4-6
28199 Bremen
Germany
phone  +49 - (0)421 - 59 67 549
fax+49 - (0)421 - 59 67 567
mobile +49 - (0)171 - 35 31 635
[EMAIL PROTECTED]
www.scaraboo.de
wap.scaraboo.de


Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene
Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung
reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten
Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung,
Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet
ist. Diese Nachricht ist ausschliesslich fuer den bezeichneten Adressaten
oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat
dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem
Absender der E-Mail in Verbindung zu setzen.

For legal and security reasons the information provided in this e-mail is
not legally binding. Upon request we would be pleased to provide you with a
legally binding confirmation in written form. Any form of unauthorised use,
publication, reproduction, copying or disclosure of the content of this
e-mail is not permitted. This message is exclusively for the person
addressed or their representative. If you are not the intended recipient of
this message and its contents, please notify the sender immediately.