Joined: Mon Jun 12, 2006 4:57 am Posts: 1 Location: Jerusalem
|
When I use the Hibernate Code Generation Eclipse plugin, I get this error:
Problems occurred when invoking code from plug-in: "org.eclipse.core.filebuffers".
I tried changing the Exporters selected, but this didn't help.
Thanks in advance for any help.
daniel kern
Hibernate version: 3.1.3
Full stack trace of any exception that occurs: Problems occurred when invoking code from plug-in: "org.eclipse.core.filebuffers".
java.lang.IllegalStateException at org.eclipse.jface.text.AbstractDocument.startRewriteSession(AbstractDocument.java:1477) at org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation.startRewriteSession(TextFileBufferOperation.java:123) at org.eclipse.core.filebuffers.manipulation.TextFileBufferOperation.run(TextFileBufferOperation.java:102) at org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner.performOperation(FileBufferOperationRunner.java:172) at org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner.performOperation(FileBufferOperationRunner.java:188) at org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner.access$3(FileBufferOperationRunner.java:183) at org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner$2.run(FileBufferOperationRunner.java:121) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.core.filebuffers.manipulation.FileBufferOperationRunner$1.run(FileBufferOperationRunner.java:116) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761) 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(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: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)
Name and version of the database you are using: Mysql 4.1
|
|