-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: Plug-in org.hibernate.eclipse.console was unable to load cla
PostPosted: Tue May 17, 2005 2:24 pm 
Newbie

Joined: Tue May 17, 2005 1:57 pm
Posts: 4
Hello

I'm new with hibernate tools, and i am having this problem when i try to generate the Hibernate Configutarion File (cfg.xml) :

"The Select Wizard Could Not Be Started

Reason:
Plug-in org.hibernate.eclipse.console was unable to load class
org.hibernate.eclipse.console.wizards.NewConfigurationWizard.
"

If anyone could help me with anything I'd be happy.

Thanks.

Brasil


hibernate 3.0.1
Eclipse
Version: 3.1.0 M7
Build id: I20050513-1415

JBossIDE-1.4.1-jre1.5-e31.zip
hibernate-tools-3.0alpha1.tar.gz


Firebird 1.5


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 17, 2005 3:56 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
dont use 3.1M7 with that release use 3.1M5 for safe run, 3.1M6 should also work.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Re: Plug-in org.hibernate.eclipse.console was unable to load
PostPosted: Tue May 17, 2005 5:42 pm 
Newbie

Joined: Mon May 16, 2005 5:00 pm
Posts: 5
Location: Indianapolis
************************************************
I would like to help you inorder to get work done.
Make sure that you dont have Hibernate.jar or in your classpath &
Place only the database drivers in your classpath. and try.


**********************************************

Brasil - M0 wrote:
Hello

I'm new with hibernate tools, and i am having this problem when i try to generate the Hibernate Configutarion File (cfg.xml) :

"The Select Wizard Could Not Be Started

Reason:
Plug-in org.hibernate.eclipse.console was unable to load class
org.hibernate.eclipse.console.wizards.NewConfigurationWizard.
"

If anyone could help me with anything I'd be happy.

Thanks.

Brasil


hibernate 3.0.1
Eclipse
Version: 3.1.0 M7
Build id: I20050513-1415

JBossIDE-1.4.1-jre1.5-e31.zip
hibernate-tools-3.0alpha1.tar.gz


Firebird 1.5

_________________
SAHEE99


Top
 Profile  
 
 Post subject: Re: Plug-in org.hibernate.eclipse.console was unable to load
PostPosted: Tue May 17, 2005 5:45 pm 
Newbie

Joined: Mon May 16, 2005 5:00 pm
Posts: 5
Location: Indianapolis
SAHEE99 wrote:
************************************************
Finally I got it work done :
C:\Jboss-Eclipse\eclipse\eclipse.exe -vmargs -Xms750M -Xmx750M
Make sure that you mention minimum size & Maximum size inorder to run the JVM.----SAHEE99

**********************************************

Brasil - M0 wrote:
Hello

I'm new with hibernate tools, and i am having this problem when i try to generate the Hibernate Configutarion File (cfg.xml) :

"The Select Wizard Could Not Be Started

Reason:
Plug-in org.hibernate.eclipse.console was unable to load class
org.hibernate.eclipse.console.wizards.NewConfigurationWizard.
"

If anyone could help me with anything I'd be happy.

Thanks.

Brasil


hibernate 3.0.1
Eclipse
Version: 3.1.0 M7
Build id: I20050513-1415

JBossIDE-1.4.1-jre1.5-e31.zip
hibernate-tools-3.0alpha1.tar.gz


Firebird 1.5

_________________
SAHEE99


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 18, 2005 5:40 pm 
Newbie

Joined: Tue May 17, 2005 1:57 pm
Posts: 4
Thanks for helps, but don't work.

I instal the Eclipse 3.1 M5, and put the firebirdsql-full.jar, copy all hibernate's jar in \Java\jdk1.5.0\jre\lib\ext and execute the eclipse with "eclipse.exe -vmargs -Xms750M -Xmx750M ", but don't function.
Every wizards give me errors, the same error, change only the class of the wizard.

Ex:

"The Select Wizard Could Not Be Started

Reason:
Plug-in org.hibernate.eclipse.console was unable to load class
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.
"


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 18, 2005 5:47 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
i have no idea why you would ever put jdbc drivers in your ext directory.

and you need to show the remaining stacktrace - its in the error log view.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 10:25 am 
Newbie

Joined: Tue May 17, 2005 1:57 pm
Posts: 4
Is this ? the class exists and the package is install in \eclipse\plugins\org.hibernate.eclipse.console_3.0.0.alpha

Thanks
Brasil


java.lang.ClassNotFoundException: org.hibernate.eclipse.console.wizards.NewConfigurationWizard
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:359)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:94)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:271)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1238)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:139)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:221)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:217)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:118)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createWizard(WorkbenchWizardElement.java:275)
at org.eclipse.ui.internal.dialogs.NewWizardNewPage$6.createWizard(NewWizardNewPage.java:736)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.run(WorkbenchWizardNode.java:145)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:128)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:125)
at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:101)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:92)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:741)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:338)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:543)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:718)
at org.eclipse.jface.window.Window.open(Window.java:696)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:173)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:1003)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:557)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:507)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:421)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150)
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:268)
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 10:33 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
yes that class exists.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 11:13 am 
Newbie

Joined: Tue May 17, 2005 1:57 pm
Posts: 4
Is relation with the CLASSPATH ??

Brasil


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.