Re: one step closer
Re: one step closer
- Subject: Re: one step closer
- From: Don Lindsay <email@hidden>
- Date: Sat, 10 May 2008 13:43:51 -0400
Hello Jamie;
You have multiple versions of jar files on your classpath.
If you are doing this on windows do
dir /s javaxml.jar on each drive
On unix
find / -name javaxml.jar
See if you have multiple jars on your drive. If you do, check your
class path for the application.
Don
On May 10, 2008, at 12:51 PM, Jaime Magiera wrote:
Ok, I've finally gotten to the point of at least being able to
launch my app from the command line successfully. Thanks for the
help. Now, there are a few errors/warnings of concern, and the app
fails when I try to load components that use WO extensions. The
following errors/warning appear on launch. The last one seems to be
the show stopper.
At this point, I'm kinda of unsure if this in an Eclipse or 5.4
things. Any input appreciated. thanks.
Jaime
....
May 10 12:42:55 test[18001] (ERXApplication.java:497) INFO
er.extensions.ERXApplication$JarChecker - The following packages
appear multiple times:
com/ibm/->( /System/Library/Frameworks/JavaXML.framework/Resources/
Java/javaxml.jar,
...
May 10 12:42:56 test[18001] (ERXApplication.java:513) WARN
er.extensions.ERXApplication$JarChecker - The following packages
have different versions, you should remove the version you don't want:
com/webobjects/appserver/xml/_private->(4853->/Library/Frameworks/
ERExtensions.framework/Resources/Java/ERExtensions.jar, 4663->/
System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/
javawebobjects.jar)
com/webobjects/eocontrol->(5225->/System/Library/Frameworks/
JavaEOControl.framework/Resources/Java/javaeocontrol.jar, 4298->/
Library/Frameworks/ERExtensions.framework/Resources/Java/
ERExtensions.jar)
javax/xml/namespace->(2744->/Library/WebObjects/Extensions/
jaxrpc.jar, 2181->/System/Library/Frameworks/JavaXML.framework/
Resources/Java/javaxml.jar)
...
May 10 12:42:56 test[18001] (ERXApplication.java:649) INFO
er.extensions.ERXApplication - JavaWOExtensions is not loaded, so
WOAnyField will not be patched.
...
May 10 12:42:57 test[18001] (ERXModelGroup.java:1057) INFO
er.extensions.ERXModelGroup - ThoughtConduitWO8 references a
prototype entity named EOJDBCMySQLPrototypes which is not yet loaded.
...
May 10 12:43:06 test[18001] (ERXNSLogLog4jBridge.java:41) WARN
NSLog - WOBundle.lookForClassInAllBundles(WOKeyValueConditional)
failed!
Jaime Magiera
Sensory Research
http://www.sensoryresearch.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden