- This topic has 10 replies, 4 voices, and was last updated 18 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
bashenerMembermyeclipse 5.0 +eclipse 3.2
when i add hibernate capabilities in my project ,there is error.
“the chosen operation is not currently available.”September 26, 2006 at 10:33 am #259265
Riyad KallaMemberCan you please 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 determine if this is an installation issue, a configuration problem, or a bug. Thanks. Please read the requirements carefully.
Also please let me know what kind of project this is that you are trying to add hibernate capabilities to.
September 27, 2006 at 10:07 pm #259423
johnnykapaluaMemberI’m in the same boat also on myeclipse 5.0 with eclipse 3.2
Running on an Intel iMac w/ OS X 10.4.7Running the hibernate demo from the myeclipseide.com web site
when I get to the step to “add hibernate capabilities”
I recieve an error message that says “The chosen operation is not currently available”September 28, 2006 at 4:01 am #259437
Brian FernandesModeratorMost likely you guys have a corrupted install, you could try restarting eclipse just once with the -clean flag to see if it fixes things. (eclipse.exe -clean).
If not, I really need you to respond to the questions by rkalla above for us to be able to provide any assistance; otherwise we do not have enough information to properly understand your problem.
Thanks,
Brian.September 28, 2006 at 3:24 pm #259510
johnnykapaluaMemberI’ve tried downloading and re-installing, i’ve also tried the clean option you mentioned (although it launched eclipse sans myeclipseide splash screen // I don’t know if that makes a difference?)
Anyway, same results.
Do you have any other suggestions? or is there more information I can provide?
September 28, 2006 at 3:31 pm #259513
johnnykapaluaMember*** Date: Thu Sep 28 10:29:47 HST 2006
*** System properties:
OS=mac os x
OS version=10.4.7
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse startup command=-os
macosx
-ws
carbon
-launcher
/Applications/eclipse/Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS/eclipse
-name
Eclipse
-showsplash
600
-exitdata
c0000
-keyring
/Users/iJohnny/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-vm
/usr/bin/javaSeptember 28, 2006 at 3:31 pm #259514
johnnykapaluaMember!ENTRY org.eclipse.equinox.registry 4 1 2006-09-28 10:22:43.951
!MESSAGE Plug-in com.genuitec.eclipse.hibernate was unable to load class com.genuitec.eclipse.hibernate.action.AddHibernateCapabilitiesActionDelegate.
!STACK 0
java.lang.ClassNotFoundException: com.genuitec.eclipse.hibernate.action.AddHibernateCapabilitiesActionDelegate
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:407)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:276)
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.PluginAction.createDelegate(PluginAction.java:120)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:225)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1496)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3312)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2941)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)September 29, 2006 at 9:06 am #259544
Riyad KallaMemberI believe Brian is right, if MyEclipse is complaining about not being able to find one of it’s own classes then there is something wrong with the install unfortunately.
September 29, 2006 at 4:56 pm #259608
johnnykapaluaMemberWell…. I’ve tried re-installing 3 times now, including re-downloading the myeclipseide installer. Still no luck, i’d suggest advertising that this feature does not work on OS X.
October 2, 2006 at 6:14 pm #259725
Riyad KallaMemberJohnny,
We’ve tried it on our test Mac machines and they worked, sorry for the delay in getting back to you I was waiting to hear back from the developers on this issue. We cannot reproduce the problem with a clean Eclipse 3.2 SDK and MyEclipse 5.0.1 install.October 5, 2006 at 2:41 pm #259968
Riyad KallaMemberJohnny,
Was this issue resolved? I haven’t heard back from you. -
AuthorPosts