- This topic has 6 replies, 2 voices, and was last updated 15 years ago by support-joy.
-
AuthorPosts
-
Alan HayMemberI’m having trouble intalling the PDS plugins.
I have directory structure as follows:
– dropins
— plugins
— org.pentaho.designstudio.editors.actionsequence_3.0.0.37993
— org.pentaho.designstudio.editors.core_3.0.0.37994I have some log output complaining about a missing manifest file under plugins. Both plugin directories contain a META-INF\MANIFEST.MF file.
!MESSAGE An error occurred while generating manifest for C:\Users\alanhay\AppData\Local\Genuitec\MyEclipse 7.5\dropins\plugins.; artifact folder at C:\Users\alanhay\AppData\Local\Genuitec\MyEclipse 7.5\dropins\plugins has files: org.pentaho.designstudio.editors.actionsequence_3.0.0.37993(dir), org.pentaho.designstudio.editors.core_3.0.0.37994(dir)
!STACK 0
org.eclipse.osgi.service.pluginconversion.PluginConversionException: Could not find a META-INF/MANIFEST.MF, plugin.xml or a fragment.xml in C:\Users\alanhay\AppData\Local\Genuitec\MyEclipse 7.5\dropins\plugins.
at org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:107)
at org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:707)
at org.eclipse.equinox.internal.provisional.p2.metadata.generator.BundleDescriptionFactory.convertPluginManifest(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.metadata.generator.BundleDescriptionFactory.loadManifest(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.metadata.generator.BundleDescriptionFactory.getBundleDescription(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.processBundle(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.process(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.added(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.added(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.processFile(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.scanDirectories(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.poll(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
Alan HayMemberSeems to be a firly common problem for whatever reason. Haven’t been able to find any definitive answer.
http://www.myeclipseide.com/PNphpBB2-printview-t-23205-start-0.html
support-joyMemberalanhay,
I don’t have visibility to your system. Can you answer few questions –
1. Copy and paste your installation details here. You can get it from MyEclipse IDE menu options click on MyEclipse > Installation Summary > Installation Details.
2. How did you install ME 7.5? Have you installed a fresh copy using all-in-one installer / using pulse / using archived update site?
3. Or have you upgraded to ME 7.5 from a previous version, if yes, what was the previous version?
4. Can you give me the link of this 3rd party plugin and its versionThere are many reasons you could be facing this issue. I will try to list some of them below –
1. Incomplete or corrupted download of plugin
2. Plugin version not supporting the base eclipse version. Since you are on ME 7.5, please verify the version of your plugin is compatible to the base eclipse 3.5
3. Dependency conflicts. You can use pulse to fix dependency conflicts.
a) From MyEclipse menu click on Help > Software Updates > Manage in Pulse explorer. This will open pulse explorer and by default will list your current MyEclipse profile. Right click on “MyEclipse 7.5” and from the context menu click on [Re-install and run].
b) If you are not able to open MyEclipse IDE, open pulse explorer manually, look for the file here ~\Genuitec\Pulse Explorer\pulse-explorer.exe. You can login anonymously. This will redirect you to the explorer. Expand “My Profiles”. It will list you all your MyEclipse profiles. Select “MyEclipse 7.5”. Notice right hand pane will list you base, personal and shared software. Personal software will list you all your 3rd party plugins and features. Next, right click on “MyEclipse 7.5” and from context menu click on [Re-install and run].Let me know how this works for you.
Alan HayMember@support-joy wrote:
alanhay,
3. Dependency conflicts. You can use pulse to fix dependency conflicts.
a) From MyEclipse menu click on Help > Software Updates > Manage in Pulse explorer. This will open pulse explorer and by default will list your current MyEclipse profile. Right click on “MyEclipse 7.5” and from the context menu click on [Re-install and run]..
Okay, this seems to have addressed the issue.
I did have Flex Builder 3 installed which I have now lost sop don’t know if that was cauing any issues. Will try to reinstall and see what happens.
support-joyMemberalanhay,
Please try the above steps and let me know whether that fixed your issue.
Alan HayMemberThis message has not been recovered.
support-joyMemberThis message has not been recovered.
-
AuthorPosts