Skip to main content

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


Xerces is supposed to be part of J2SE 5.0, according to #9 on this site:
http://java.sun.com/j2se/1.5.0/compatibility.html

Perhaps you should remove xerces 2.8.0 from your path, and then selectively add Xalan or serializer.jar if necessary.

David



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

12/17/2007 02:45 PM

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

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





I started with 6, tried 14 with no luck, will try 13 to see if that helps.
I’m using xerces 2 8 0
 
- John
 



From: cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Lee-Loy
Sent:
Monday, December 17, 2007 2:43 PM
To:
Cosmos Dev
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