[JBoss JIRA] Created: (TEIIDDES-127) Trying to export DDL gets NoClassDefFoundError: com/metamatrix/modeler/ddl/DdlPlugin
by Paul Nittel (JIRA)
Trying to export DDL gets NoClassDefFoundError: com/metamatrix/modeler/ddl/DdlPlugin
------------------------------------------------------------------------------------
Key: TEIIDDES-127
URL: https://jira.jboss.org/jira/browse/TEIIDDES-127
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 6.0.0
Environment: Fedora 10, teiid_designer_TEST_032409
Reporter: Paul Nittel
I created a small relational source model and tried to export it as DDL. I received this exception:
Error 2009-03-24 15:25:02.01 Unhandled event loop exception
java.lang.NoClassDefFoundError: com/metamatrix/modeler/ddl/DdlPlugin
at com.metamatrix.modeler.internal.ui.wizards.ExportDdlWizard.init(ExportDdlWizard.java:220)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:185)
at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:104)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:100)
at org.eclipse.ui.internal.dialogs.ImportExportPage.getNextPage(ImportExportPage.java:431)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:97)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:116)
at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
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:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.teiid.designer.ddl (247).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:368)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:441)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 53 more
Caused by: org.osgi.framework.BundleException: The activator com.metamatrix.modeler.ddl.DdlPlugin for bundle org.teiid.designer.ddl is invalid
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:146)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:980)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
... 63 more
Caused by: java.lang.NoClassDefFoundError: com/metamatrix/core/xslt/Style
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.newInstance0(Class.java:326)
at java.lang.Class.newInstance(Class.java:308)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141)
... 68 more
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.teiid.designer.core.xslt (246).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:368)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:441)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 74 more
Caused by: org.osgi.framework.BundleException: The activator com.metamatrix.core.xslt.CoreXsltPlugin for bundle org.teiid.designer.core.xslt is invalid
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:146)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:980)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
... 84 more
Caused by: java.lang.ClassCastException: com.metamatrix.core.xslt.CoreXsltPlugin cannot be cast to org.osgi.framework.BundleActivator
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141)
... 89 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (TEIIDDES-128) Entering descriptions for bindings is not supported and generates excessive exceptions (1/character typed)
by Paul Nittel (JIRA)
Entering descriptions for bindings is not supported and generates excessive exceptions (1/character typed)
----------------------------------------------------------------------------------------------------------
Key: TEIIDDES-128
URL: https://jira.jboss.org/jira/browse/TEIIDDES-128
Project: Teiid Designer
Issue Type: Bug
Components: Views
Affects Versions: 6.0.0
Environment: fedora 10, 3/25/09 test version
Reporter: Paul Nittel
While working with connector bindings, I was able to get the description text field ENABLED and so entered a description. For each character I entered, I received an exception, part of which is shown below. If the field is DISABLED, you still get the exceptions.
java.util.MissingResourceException: Can't find bundle for base name org.teiid.designer.ui.common.i18n, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:733)
at com.metamatrix.ui.text.StyledTextEditor$ContextMenuAction.getFindAction(StyledTextEditor.java:927)
at com.metamatrix.ui.text.StyledTextEditor$ContextMenuAction.isFindEnabled(StyledTextEditor.java:938)
at com.metamatrix.ui.text.StyledTextEditor$ContextMenuAction.setEnabledState(StyledTextEditor.java:988)
at com.metamatrix.ui.text.StyledTextEditor.getAction(StyledTextEditor.java:410)
at com.metamatrix.ui.text.StyledTextEditor.keyReleased(StyledTextEditor.java:635)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:162)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (TEIIDDES-133) SOAP Relational connector throws NPE when binding is created in Designer as part of import.
by John Doyle (JIRA)
SOAP Relational connector throws NPE when binding is created in Designer as part of import.
-------------------------------------------------------------------------------------------
Key: TEIIDDES-133
URL: https://jira.jboss.org/jira/browse/TEIIDDES-133
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 6.0.0
Reporter: John Doyle
A binding is create for the model at the end of the execution of the SOAP-Relational importer. An NPE is being thrown when the binding is created because the ExecutionContext passed to the connector is null.
The NPE is swallowed, so the user never sees it, but there is no binding there.
XMLConnectionImpl.<init>(CachingConnector, ExecutionContext, ConnectorEnvironment) line: 65
SOAPConnectorState(HTTPConnectorState).getConnection(CachingConnector, ExecutionContext, ConnectorEnvironment) line: 444
XMLConnector.getConnection(ExecutionContext) line: 63
ConnectorWrapper.getConnectionDirect(ExecutionContext) line: 64
ConnectorWrapper.getConnection(ExecutionContext) line: 59
ConnectorWrapper.getStatus() line: 96
ConnectorManager.getStatus() line: 286
EmbeddedDataService.getConnectorBindingState(String) line: 300
DQPConfigAdminImpl(BaseAdmin).convertConnectorType(ConnectorBinding, Object) line: 321
DQPConfigAdminImpl(BaseAdmin).convertToAdminObject(Object, Object) line: 198
DQPConfigAdminImpl(BaseAdmin).convertToAdminObjects(Object, Object) line: 191
DQPConfigAdminImpl(BaseAdmin).convertToAdminObjects(Object) line: 155
DQPConfigAdminImpl.addConnectorBinding(String, String, Properties, AdminOptions) line: 295
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
Method.invoke(Object, Object...) line: 597
EmbeddedConnection$1.invoke(Object, Method, Object[]) line: 111
$Proxy9.addConnectorBinding(String, String, Properties, AdminOptions) line: not available
WorkspaceExecutor.addConnectorBinding(ConnectorBinding) line: 323
WorkspaceExecutor$BindingListener.handleConnectorBindingEvent(ConfigurationChangeEvent, ConfigurationManager, String) line: 460
WorkspaceExecutor$BindingListener.stateChanged(ConfigurationChangeEvent) line: 439
ConfigurationManagerImpl.fireChangeEvent(ConfigurationChangeEvent) line: 510
ConfigurationManagerImpl.saveConfigLocal(ConfigurationChangeEvent) line: 143
ConfigurationManagerImpl.addBinding(ConnectorBinding) line: 221
SoapBindingInfo.createConnectorBinding(String, String) line: 116
RelationalModelBuilder.createModel(Collection, String, IContainer) line: 90
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years