- This topic has 7 replies, 2 voices, and was last updated 17 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
bjormzMemberHi
I just installed myeclipse on my brand new box. Install was a bit strange:
o First I installed eclipse 3.2.1. No problems, works fine. I’m installing
on a disk called “H:”.[/list]o Then I installed “MyEclipseEnterpriseWorkbenchInstaller_5.1.0GA_E3.2.1”, and that
was sort of strange:
o After clicking on the self-exctractor, it extracts itself and then asks for
a location to store itself. This process repeats, for each iteration it creates
a directory with a name like “I1168510704”. If i click “cancel” it will remove
the directory it created last.
o The I1168510704 directory contains a “windows” directory, and inside that
directory there is an executable called
“MyEclipseEnterpriseWorkbenchInstaller_5.1.0GA_E3.2.1”
(it is a “Macrovision launch anywhere” file).
I start that executable, and what appears to be a normal install happens.
o When starting myEclipse, everything looks normal.o I then try to upgrade using Help>Software updates> <<anything>>
_whatever_ I try to upgrade results in the error message:“Resulting configuration does not contain the platform”
I just don’t understand this. I don’t know what I’ve done wrong, and I certainly don’t know
what caused this behavior. Can you help me?Yours sincerely
Bjørn Remseth
Installation summary:
*** Date:
Thursday, January 11, 2007 2:42:51 PM CET** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
H:\iLabs\javaDevel\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
514_f0
-product
com.genuitec.myeclipse.product.ide
-vm
H:\WINDOWS\system32\javaw.exe
Riyad KallaMemberThe installer sounds like it went screwey… how bit was it? It should be around 210MB in size.
bjormzMember217 MB
Riyad KallaMemberHmm that’s all correct but the rest of what happens just sounds strange.
Does MyEclipse seem to be working, can you see the preferences under Window > Prefs > MyEclipse alright?
Can you check your log file (<workspace dir>\.metadata\.log) for exceptions during startup to see what might be causing the conflict? (hint: you can shut down ME, erase the log file, then start it back up. A new log file will be created).
bjormzMember> Does MyEclipse seem to be working, can you see the preferences under Window > Prefs > MyEclipse alright?
Looks fine.
Log file looks a bit weird. After deletion of old file and startup, it looks like this
=================================================================
!SESSION 2007-01-15 10:38:40.843 ———————————————–eclipse.buildId=M20060921-0945
java.version=1.6.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_NO
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.mye
clipse.product.ide!ENTRY org.eclipse.update.configurator 2007-01-15 10:38:46.203
!MESSAGE Unable to access file “plugins/org.eclipse.gef_3.2.1.v20060921.jar!META
-INF/MANIFEST.MF”.
=================================================================After trying to run an update, these two lines are added ooks like this:
=================================================================
!ENTRY org.eclipse.update.core 4 0 2007-01-15 10:45:26.265
!MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://
download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response cod
e: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5D!ENTRY org.eclipse.update.core 4 0 2007-01-15 10:45:38.140
!MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://
download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response cod
e: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5D
=================================================================Does this help you in finding a diagnosis?
Riyad KallaMemberjava.version=1.6.0
We don’t test with Java 6 just yet, but this should mostly work.
!ENTRY org.eclipse.update.configurator 2007-01-15 10:38:46.203
!MESSAGE Unable to access file “plugins/org.eclipse.gef_3.2.1.v20060921.jar!META
-INF/MANIFEST.MF”.Do you have another copy of GEF under your <Eclipse dir>\plugins dir, or is this file only available under <MyEclipse dir>\eclipse\plugins dir? You want to make sure you have atleast your MyEclipse version of GEF working.
!ENTRY org.eclipse.update.core 4 0 2007-01-15 10:45:26.265
!MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://
download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response cod
e: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5D!ENTRY org.eclipse.update.core 4 0 2007-01-15 10:45:38.140
!MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://
download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response cod
e: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5DNot sure what is going on here… maybe something wrong with the Eclipse update sites?
bjormzMemberTried to reinstall using JDK 5, and that worked much better. Now myEclipse run through the installation
without errors (the unpacking of the installer still fails, but the actuall install runs without any error
messages), and is able to find updates. I even managed to get one of my projects out of CVS into
a workspace. This was very encuraging.However, when exiting myeclipse and restarting i, things go badly:
The package explorer gives an error message “Unable to create view: Invalid code atrribute name index 0 in class file org/eclipse/jdt/i/actions/FormatAllAction”. Viewing details gives me this stacktrace:
java.lang.ClassFormatError: Invalid code attribute name index 0 in class file org/eclipse/jdt/ui/actions/FormatAllAction
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:468)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
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:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.eclipse.jdt.ui.actions.GenerateActionGroup.<init>(GenerateActionGroup.java:293)
at org.eclipse.jdt.ui.actions.GenerateActionGroup.<init>(GenerateActionGroup.java:244)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.<init>(PackageExplorerActionGroup.java:121)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.makeActions(PackageExplorerPart.java:919)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl(PackageExplorerPart.java:634)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:332)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
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:394)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:601)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:658)
at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:795)
at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1437)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1435)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1399)
at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1397)
at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:708)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)The installation details are:
*** Date:
Thursday, January 18, 2007 11:02:01 AM CET** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_10*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
H:\iLabs\javaDevel\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
e88_f0
-product
com.genuitec.myeclipse.product.ide
-vm
H:\Program Files\Java\jdk1.5.0_10\bin\javaw.exeHeeelp 🙂
Riyad KallaMemberOk we need to take a step back here, this is proving to be much harder than it should due to incomplete and corrupted installs and downloaded files.
Let’s try this:
1) Please go to our download section and download the All-In-One installer for Windows
2) Run it, install to a *new* directory
3) Run the installed MyEclipse, Open your workspace
4) CelebrateThe all-in-one installer is a preconfigured setup of JDK, Eclipse and MyEclipse all optimized to run together. No monkey business, just install and go.
-
AuthorPosts