Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [Tycho Users] java.lang.ClassNotFoundException: com.ibm.icu.text.Bidi when running tests with Tycho..

"mvn -X ..." is expected will show actual compile classpath.


PS: please use tycho-user@xxxxxxxxxxx mailing list

--
Regards,
Igor

On 11-04-01 10:55 AM, Max Rydahl Andersen wrote:

On Apr 1, 2011, at 15:41, Igor Fedorenko wrote:

Max,

What exact 3.7 version do you use? I can't match the stack trace to 3.7M6.

This should be a eclipse 3.7M5 target platform. M6 target platform is being baked so will try that later.

Also, what JVM is that? We have similar problem with SLF4J and IBM JVM [1].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=338252

this should just be a "plain" vanilla Sun JDK - it fails with similar stacktrace on my OSX runs too.

need to run for tonight will dig deeper next week.

Is there a good way to actually see which set of of specific jars a tycho build is running against ?
(beyond matching up target file with what is in the ~/.m2/repository/p2 content ?

/max


--
Regards,
Igor


On 11-04-01 07:20 AM, Max Rydahl Andersen wrote:
Hi,

We are moving to Eclipse 3.7 in jboss tools and I've started having problems during test runs with ClassNotFoundException com.ibm.icu.text.Bidi.

I thought I remembered someone mentioning this on this list and had a solution/explanation but my search haven't found it yet.

Anyone got an idea ?

Root exception:
java.lang.NoClassDefFoundError: com/ibm/icu/text/Bidi
         at org.eclipse.ui.internal.WorkbenchPlugin.checkBidiSDK_NLSPacks(WorkbenchPlugin.java:949)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
         at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Caused by: java.lang.NoClassDefFoundError: com/ibm/icu/text/Bidi
         at org.eclipse.ui.internal.WorkbenchPlugin.checkBidiSDK_NLSPacks(WorkbenchPlugin.java:949)
         at org.eclipse.ui.internal.WorkbenchPlugin.checkCommandLineLocale(WorkbenchPlugin.java:978)
         at org.eclipse.ui.internal.WorkbenchPlugin.getDefaultOrientation(WorkbenchPlugin.java:938)
         at org.eclipse.ui.internal.WorkbenchPlugin.start(WorkbenchPlugin.java:889)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
         ... 34 more
Caused by: java.lang.ClassNotFoundException: com.ibm.icu.text.Bidi
         at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 41 more

/max
http://about.me/maxandersen




/max
http://about.me/maxandersen





Back to the top