For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 15 years, 10 months ago by
support-joy.
-
AuthorPosts
-
comtnswedeMemberI just downloaded myeclipse 8.6. I try running the myeclipse installer, and it fails telling me to look at the log file (/Library/Genuitec/Pulse Explorer/workspace/.metadata/.log)
The log file contains this:
!SESSION Fri Sep 24 21:39:13 MDT 2010 ——————————————
!ENTRY org.eclipse.equinox.launcher 4 0 2010-09-24 21:39:13.092
!MESSAGE Invalid splash path entry: platform\:/base/plugins/org.eclipse.platform
!SESSION 2010-09-24 21:39:13.075 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -noPulseUpdate
Command-line arguments: -os macosx -ws carbon -arch x86 -noPulseUpdate!ENTRY org.eclipse.osgi 4 0 2010-09-24 21:39:15.013
!MESSAGE Application error
!STACK 1
java.lang.ExceptionInInitializerError
at com.genuitec.pulse2.client.properties.PropertyCache.createXMLContext(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyCache.read(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyCache.readProperties(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyServices.fetchProperties(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyServices.getProperties(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyServices.getStringProperty(Unknown Source)
at com.genuitec.pulse2.client.properties.PropertyServices.getProperty(Unknown Source)
at com.genuitec.pulse2.client.common.launcher.model.BrandingServices.getProductId(Unknown Source)
at com.genuitec.pulse2.client.launcher.ui.product.LauncherApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@879860 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) (Caused by org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@879860 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category))
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
at org.exolab.castor.xml.XMLContext.<clinit>(XMLContext.java:41)
… 21 more
Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@879860 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:413)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
… 24 more
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.getConstructor(Class.java:1657)
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
… 25 more
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Category
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
… 30 moreAny idea what I’m doing wrong?
Thanks,
MattSeptember 27, 2010 at 3:32 am #311544
support-joyMemberMatt,
Sorry to hear you are running into this issue. Looks like there is a conflict with log4j. Can you take a look at this post – http://www.myeclipseide.org/PNphpBB2-viewtopic-t-24830-view-next.html ?
Let me know if this helps.September 27, 2010 at 10:12 pm #311575
comtnswedeMemberI removed the log4j jar from /Library/Java/Extensions and that fixed it. Thanks for the help.
September 28, 2010 at 1:14 am #311583
support-joyMemberGood to hear you are all set.
Best.
-
AuthorPosts
