[hibernate-issues] [Hibernate-JIRA] Closed: (HBX-590) Error when double clicking in console configuration view

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Thu Sep 14 12:43:25 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-590?page=all ]
     
Max Rydahl Andersen closed HBX-590:
-----------------------------------

    Fix Version: 3.2beta8
     Resolution: Fixed

fixed in svn

> Error when double clicking in console configuration view
> --------------------------------------------------------
>
>          Key: HBX-590
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-590
>      Project: Hibernate Tools
>         Type: Bug

>     Reporter: Markus Junginger
>      Fix For: 3.2beta8

>
>
> "ERROR main org.hibernate.hql.PARSER - <AST>:0:0: unexpected end of  subtree" shows up if no elements are available for "Session factory"  (double click in the "Hibernate Configuration" Eclipse view). Also "Session is closed" error in the log.
> !MESSAGE Exception while executing HQL Query
> !SUBENTRY 1 org.hibernate.eclipse.console 4 150 2006-02-13 11:13:42.116
> !MESSAGE org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree []
> !STACK 0
> org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree []
> 	at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:59)
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:225)
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:158)
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:105)
> 	at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:75)
> 	at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:54)
> 	at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:71)
> 	at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:134)
> 	at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:113)
> 	at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1601)
> 	at org.hibernate.console.HQLQueryPage.setSession(HQLQueryPage.java:77)
> 	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:292)
> 	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35)
> 	at org.hibernate.console.ConsoleConfiguration.executeHQLQuery(ConsoleConfiguration.java:287)
> 	at org.hibernate.console.ConsoleConfiguration.executeHQLQuery(ConsoleConfiguration.java:282)
> 	at org.hibernate.eclipse.console.views.KnownConfigurationsView$3.run(KnownConfigurationsView.java:133)
> 	at org.hibernate.eclipse.console.views.KnownConfigurationsView$1.doubleClick(KnownConfigurationsView.java:77)
> 	at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:720)
> 	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
> 	at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:718)
> 	at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:950)
> 	at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1057)
> 	at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
> 	at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
> 	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
> 	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(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	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)
> Caused by: <AST>:0:0: unexpected end of subtree
> 	at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:2943)
> 	at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:688)
> 	at org.hibernate.hql.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:544)
> 	at org.hibernate.hql.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:281)
> 	at org.hibernate.hql.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:229)
> 	at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:218)
> 	... 46 more
> !ENTRY org.eclipse.ui.workbench 4 0 2006-02-13 11:13:13.522
> !MESSAGE Session is closed!
> !STACK 0
> org.hibernate.SessionException: Session is closed!
> 	at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:50)
> 	at org.hibernate.impl.SessionImpl.contains(SessionImpl.java:1574)
> 	at org.hibernate.eclipse.console.views.properties.HibernatePropertySourceProvider.getPropertySource(HibernatePropertySourceProvider.java:35)
> 	at org.eclipse.ui.views.properties.PropertySheetEntry.getPropertySource(PropertySheetEntry.java:456)
> 	at org.eclipse.ui.views.properties.PropertySheetEntry.setValues(PropertySheetEntry.java:728)
> 	at org.eclipse.ui.views.properties.PropertySheetEntry.refreshValues(PropertySheetEntry.java:597)
> 	at org.eclipse.ui.views.properties.PropertySheetEntry.createChildEntries(PropertySheetEntry.java:241)
> 	at org.eclipse.ui.views.properties.PropertySheetEntry.getChildEntries(PropertySheetEntry.java:339)
> 	at org.eclipse.ui.views.properties.PropertySheetViewer.updateCategories(PropertySheetViewer.java:981)
> 	at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:1146)
> 	at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:877)
> 	at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:392)
> 	at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:212)
> 	at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
> 	at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
> 	at org.hibernate.eclipse.console.views.QueryPageTabView.fireSelectionChangedEvent(QueryPageTabView.java:151)
> 	at org.hibernate.eclipse.console.views.QueryPageTabView.fireSelectionChangedEvent(QueryPageTabView.java:165)
> 	at org.hibernate.eclipse.console.views.QueryPageTabView.rebuild(QueryPageTabView.java:108)
> 	at org.hibernate.eclipse.console.views.QueryPageTabView$1.contentsChanged(QueryPageTabView.java:52)
> 	at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
> 	at org.hibernate.console.QueryPageModel.remove(QueryPageModel.java:92)
> 	at org.hibernate.eclipse.console.actions.CloseQueryPageAction.run(CloseQueryPageAction.java:45)
> 	at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
> 	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
> 	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
> 	at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
> 	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(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	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)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list