[jbosstools-issues] [JBoss JIRA] (JBTIS-95) teiid designer: SEVERE: Failed to get validation property

Paul Leacu (JIRA) jira-events at lists.jboss.org
Mon Jul 22 16:03:26 EDT 2013


    [ https://issues.jboss.org/browse/JBTIS-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791520#comment-12791520 ] 

Paul Leacu commented on JBTIS-95:
---------------------------------


Tieed component in composites upgraded to 8.2.0-Alpha2:

https://github.com/jbosstools/jbosstools-integration-stack/commit/acef71b23db5fa6a7df62eb86ba16dcc540d07e3

http://download.jboss.org/jbosstools/updates/integration/kepler/integration-stack/aggregate/4.1.0/
                
> teiid designer: SEVERE: Failed to get validation property
> ---------------------------------------------------------
>
>                 Key: JBTIS-95
>                 URL: https://issues.jboss.org/browse/JBTIS-95
>             Project: JBoss Tools Integration Stack
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: teiid
>    Affects Versions: 4.0.1, 4.1.0.Beta1
>            Reporter: Paul Leacu
>            Assignee: Paul Richardson
>
> Hey Paul -
>     Didn't know when Barry would be back so I thought I'd start this with you. 
> With both:
>  - JBTIS 4.0.1/Juno teiid designer 8.1.0.Final 
>  - JBTIS 4.1.0/Kepler teiid designer 8.2.0.Alpha1
> File->New->Project->Teiid Designer->Teiid Model Project
> Next
> Project Name: cat
> Next
> Referenced projects:
>  x RemoteSystemTempFiles
> Next
> Finish
>   You get - Juno:
> Jun 14, 2013 3:33:29 PM org.savara.tools.common.properties.PropertyDefinitions isValidationEnabled
> SEVERE: Failed to get validation property
> org.eclipse.core.internal.resources.ResourceException: Resource '/cat' is not open.
> 	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:150)
> 	at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:221)
> 	at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1204)
> 	at org.savara.tools.common.properties.PropertyDefinitions.isValidationEnabled(PropertyDefinitions.java:55)
> 	at org.savara.tools.common.osgi.Activator.isChangeRelevant(Activator.java:261)
> 	at org.savara.tools.common.osgi.Activator$1$1.visit(Activator.java:116)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:69)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:80)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49)
> 	at org.savara.tools.common.osgi.Activator$1.resourceChanged(Activator.java:109)
> 	at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
> 	at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
> 	at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:395)
> 	at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1530)
> 	at org.eclipse.core.internal.resources.Project.close(Project.java:212)
> 	at org.teiid.designer.ui.wizards.NewModelProjectWizard.performFinish(NewModelProjectWizard.java:157)
> 	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
> 	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
> 	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> 	at org.eclipse.jface.window.Window.open(Window.java:801)
> 	at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
> 	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
> 	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> 	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> 	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1053)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)
> 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> 	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:616)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
>    Similar on kepler:
> Jun 14, 2013 3:30:24 PM org.savara.tools.common.properties.PropertyDefinitions isValidationEnabled
> SEVERE: Failed to get validation property
> org.eclipse.core.internal.resources.ResourceException: Resource '/cat' is not open.
> 	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:150)
> 	at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:221)
> 	at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1204)
> 	at org.savara.tools.common.properties.PropertyDefinitions.isValidationEnabled(PropertyDefinitions.java:55)
> 	at org.savara.tools.common.osgi.Activator.isChangeRelevant(Activator.java:261)
> 	at org.savara.tools.common.osgi.Activator$1$1.visit(Activator.java:116)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:69)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:80)
> 	at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49)
> 	at org.savara.tools.common.osgi.Activator$1.resourceChanged(Activator.java:109)
> 	at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
> 	at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
> 	at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:396)
> 	at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1531)
> 	at org.eclipse.core.internal.resources.Project.close(Project.java:212)
> 	at org.teiid.designer.ui.wizards.NewModelProjectWizard.performFinish(NewModelProjectWizard.java:157)
> ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list