[Bug 66] New: Cannot install eclipse plugin.

http://bugzilla.qos.ch/show_bug.cgi?id=66 Summary: Cannot install eclipse plugin. Product: Console Plugin Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: blocker Priority: P1 Component: interface AssignedTo: logback-dev@qos.ch ReportedBy: sanjeev@otto.co.kr Hi, I tried to install the eclipse (eclipse version 3.2 with jdk 1.4.2) plugin as per the documentation on the project site. But when I go to windows --> show view --> Logback --> logback view, I get the error as below: Unable to create view: Plug-in ch.qos.logback.eclipse was unable to load class ch.qos.logback.eclipse.views.LogbackView. java.lang.ClassNotFoundException: ch.qos.logback.eclipse.views.LogbackView at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69) -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=66 noreply.ceki@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from noreply.ceki@qos.ch 2007-04-16 22:09 ------- Hi, Unless you use the retrotraslated jars, logback requires JDK 1.5 whereas you seem to be using JDK 1.4. Moreover, the eclipse-plugin includes the regurlar logback jars which also require JDK 1.5. Could you please try using JDK 1.5? -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=66 sanjeev@otto.co.kr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sanjeev@otto.co.kr ------- Comment #2 from sanjeev@otto.co.kr 2007-04-17 01:59 ------- Hi Ceki, Thanks for your reply. Actually in our case, we are using Log4j (version 1.2.13)with jdk1.4/eclipse3.2/weblogic 8.1. I did not try with JDK1.5 as our current application (weblogic application server) requires jdk1.4. I am very interested to move to your new Logback project. So, is there no way in which I can port the eclipse plugin and the logback to jdk1.4? regards, Sanjeev (In reply to comment #1)
Hi,
Unless you use the retrotraslated jars, logback requires JDK 1.5 whereas you seem to be using JDK 1.4. Moreover, the eclipse-plugin includes the regurlar logback jars which also require JDK 1.5.
Could you please try using JDK 1.5?
-- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
bugzilla-daemon@pixie.qos.ch