Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cosmos-dev] Dependency issue?


Also worth trying, if moving to the Sun JRE 1.5.0_13 alone doesn't fix the problem, is putting xalan.jar and/or serializer.jar on the path.  Item #9 on the following page, and the org.apache.* classes found in your exception stack, seem to suggest this might be relevant:

http://java.sun.com/j2se/1.5.0/compatibility.html

David
 


Sheldon Lee-Loy <sleeloy@xxxxxxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

12/17/2007 02:42 PM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>
cc
Subject
Re: [cosmos-dev] Dependency issue?






Can you try
Sun JRE 1.5.0_13 since this is jre that COSMOS depends on.    This is stated on the build pages http://www.eclipse.org/cosmos/downloads/?buildId=COSMOS-1.0.0-200706281537.  Talking with David is seems that JRE 1.5.0_13 fixed some parser problems they were having with JRE 1.5.0_12.

Also do you know what xerces jars you are loading in your classpath?  Wondering if you might be picking up different xerces jars.


Joel or Hubert what JRE are you running?  Wondering if you ran into this problem.


Thanks,

Sheldon
______________________________________
Sheldon Lee-Loy
Tivoli Autonomic Computing, IBM Toronto Lab
email: sleeloy@xxxxxxxxxx
phone: 905.413.2610


"Todd, John A" <John.Todd@xxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

17/12/2007 01:41 PM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
Subject
[cosmos-dev] Dependency issue?







Hi, I’m trying to start the i7 DC from eclipse using source I got from
http://download.eclipse.org/technology/cosmos/1.0.0/i7/cosmos_dc_i7.psf
I’m using JRE 1.5.0_11, but when I start OSGi I get

IncompatibleClassChangeError

at org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(Unknown Source)

     at org.apache.xml.serialize.BaseMarkupSerializer.serialize(Unknown Source)

 
Is there a dependency on a specific JRE of 1.5 (Using SUN), or the bundle version where this xml method came from?

 
- John

_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev

_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev


Back to the top