For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 9 replies, 4 voices, and was last updated 20 years, 6 months ago by
rbisaccia.
-
AuthorPosts
-
rbisacciaMemberI have installed 4.0.3 with eclipse 3.1.1 on windows. i am hitting a variety of problems. most recently, the tapestry specification editor won’t open, reporting the following error:
java.lang.NoClassDefFoundError: net/sf/solareclipse/ui/preferences/ChainedPreferenceStore
at net.sf.solareclipse.xml.internal.ui.preferences.XMLSyntaxPreferencePage.initializeDefaultPreferences(XMLSyntaxPreferencePage.java:641)
at com.iw.plugins.spindle.PreferenceInitializer.initializeDefaultPreferences(PreferenceInitializer.java:66)
at org.eclipse.core.internal.preferences.DefaultPreferences.runInitializer(DefaultPreferences.java:153)
at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:192)
at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(DefaultPreferences.java:315)
at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:311)
at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:306)
at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:549)
at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:683)
at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:39)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(ScopedPreferenceStore.java:231)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(ScopedPreferenceStore.java:262)
at org.eclipse.ui.preferences.ScopedPreferenceStore.contains(ScopedPreferenceStore.java:318)
at com.iw.plugins.spindle.ui.util.PreferenceStoreWrapper.contains(PreferenceStoreWrapper.java:93)
at org.eclipse.ui.texteditor.ChainedPreferenceStore.getVisibleStore(ChainedPreferenceStore.java:528)
at org.eclipse.ui.texteditor.ChainedPreferenceStore.getBoolean(ChainedPreferenceStore.java:170)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.isPrefQuickDiffAlwaysOn(AbstractDecoratedTextEditor.java:637)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1305)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:262)
at com.iw.plugins.spindle.editors.Editor.doSetInput(Editor.java:284)
at com.iw.plugins.spindle.editors.spec.SpecEditor.doSetInput(SpecEditor.java:359)
at org.eclipse.ui.texteditor.AbstractTextEditor$16.run(AbstractTextEditor.java:2360)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:624)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:621)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2134)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2378)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2405)
at com.iw.plugins.spindle.editors.Editor.init(Editor.java:178)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:778)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:785)
at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:771)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:119)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:126)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:84)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:660)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3138)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1922)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)however, when i look inthe myeclipse plugins, i can find the jar with this class…
December 21, 2005 at 2:21 pm #243543
glongmanMemberLooks to me like the install didn’t go right.
Try a clean install of Eclipse and ME.
pls ensure also that Spindle from SF is not also installed.
Geoff
December 23, 2005 at 4:01 pm #243658
Scott AndersonParticipantBefore a reinstall, you might also try starting with -clean first:
eclipse.exe -cleanRefreshing the plugin cache has been known to fix a variety of ills.
December 27, 2005 at 5:54 pm #243750
rbisacciaMemberi actually tried both the -clean and a complete reinstall(twice) and neither one worked….
any other ideas would be appreciated 😕
December 30, 2005 at 11:25 am #243821
Scott AndersonParticipantDo you have any other plugins installed? Can you delete the log (<workspace>/.metadata/.log) then restart with -clean (eclipse.exe -clean) and then post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can dig a bit deeper. Something is definately not right with the install; that much is certain.
January 18, 2006 at 5:39 am #244741
rbisacciaMemberHere is the results from the log file after following your instructions:
!SESSION 2006-01-18 06:27:58.938 ———————————————–
eclipse.buildId=M20050929-0840
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.core.runtime 4 0 2006-01-18 06:29:05.964
!MESSAGE The extensions and extension-points from the bundle “update@../MyEclipse/eclipse/plugins/com.genuitec.eclipse.sqlexplorer.oracle_3.8.3/” are ignored. The bundle is not marked as singleton.Also, below are the answers to the remaining posting guidelines questions:
What operating system and version are you running? – Windows XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform) – Version: 3.1.1 Build id: M20050929-0840
– Was Eclipse freshly installed for MyEclipse? – yes
– If not, was it upgraded to its current version using the update manager? – na
– Are any other external plugins installed? – no
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* –
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) – see above
What JDK version are you using to run Eclipse? (java -version) – 1.5
What JDK version are you using to launch your application server? – 1.5
What steps did you take that resulted in the issue? – reinstalled eclipse twice; started with (-clean); begged on the forum
What application server are you using? – tomcat
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) – noJanuary 18, 2006 at 5:45 am #244742
rbisacciaMemberby the way…in addition to the tapestry problems above…
the xml editor opens to a grey screen with no information so is unusable;
the tld editor does the same;
the jsp editor takes 20 seconds to open a file ( usually the first time it opens)January 18, 2006 at 5:47 am #244743
rbisacciaMemberfor the additional problems the error in the log file is:
!ENTRY org.eclipse.ui 4 0 2006-01-18 06:44:45.635
!MESSAGE com.genuitec.eclipse.core.ViperCore.Ä“(Z)Z
!STACK 0
java.lang.NoSuchMethodError: com.genuitec.eclipse.core.ViperCore.Ä“(Z)Z
at org.xmen.ui.text.XMLTextEditor.init(Unknown Source)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:778)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:239)
at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:88)
at org.eclipse.ui.internal.presentations.PresentablePart.setFocus(PresentablePart.java:137)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:92)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:272)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.handleMouseDown(AbstractTabFolder.java:342)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder$3.mouseDown(AbstractTabFolder.java:79)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:133)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)February 3, 2006 at 10:17 am #246023
Riyad KallaMemberrbisaccia,
First let me appologize that this hasn’t been resolved yet, let’s try some really basic stuff here just to rule out any dumb little thing that could be causing this.I’m going to outline some steps below, please follow them to the letter even though it might seem completely unnecessary, or you already did it or redundant. What I’m trying to do here is create *our* test environment on your machine, and if that doesn’t work then we know something funky is going on. If it does work, then we can move up from there focusing on getting you set back up with the envinroment you need.
First let me say that this exception:
java.lang.NoSuchMethodError: com.genuitec.eclipse.core.ViperCore.Ä“(Z)Z
Is text-book wonky install indicator, so what I’d like you to try is the following:
** NOTE: in my instructions below when installing Eclipse/MyEclipse do not select an existing eclipse or myeclipse directory to install ontop of, always use a new clean directory.
1) Please download and install the 1.5.0_06 release of Sun JDK from Sun’s site here: http://java.sun.com/j2se/1.5.0/download.jsp
** NOTE you can uncheck the “Public JRE” if you don’t want the installer to mess with your system settings at all and just basically unzip the JDK.2) After that please reboot (I know, seems unnecesary but I want to rule out everything)
3) Now download Eclipse 3.1.2 SDK from here: http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-SDK-3.1.2-win32.zip
4) After downloading it, unzip it to a new location, say C:\Java\eclipse-3.1.
5) Now edit the eclipse.ini file in the C:\Java\eclipse-3.1\eclipse directory, and add a line that looks like:
-vm C:\<Path to your new 1.5.0_06 JDK’s Directory>\bin\javaw.exewhere the stuff in the middle is wherever you installed the JDK directory, it’s usually something like:
-vm C:\Program Files\Java\jdk1.5.0_06\bin\javaw.exe6) Now save that file, exit and run eclipse.exe, *AND SELECT A NEW WORKSPACE*, this is important, do not use your old workspace. Did it startup correctly and show you the welcome screen? Good, close Eclipse, not done just yet.
7) Now download MyEclipse 4.1 GA from our site (again might seem redundant, please humor me) and install it to a new location like C:\Java\myeclipse-4.1. When asked to select your Eclipse 3.1 install location, be sure to choose the directory where you unzipped the new copy of Eclipse: C:\Java\eclipse-3.1\eclipse (or whever you unzipped the new version)
8) After the install is done, run Eclipse.exe again. Now in your clean workspace create a new Web Project called “Test”. Open the web.xml file, does it look OK now? (no gray square?). Also try and create a temp JSP file in the WebRoot dir and open it, does it open OK?
9) Now using File > Import > Existing Project, import your old tapestry project from your OLD workspace that you were having problems with… is it working now?
February 22, 2006 at 8:08 am #247178
rbisacciaMemberRiyad,
That appears to have worked. Thanks.
-Ron
-
AuthorPosts
