[JBoss JIRA] Created: (JBDS-1425) Exception instead of Dialog Message
by Dmitry Geraskov (JIRA)
Exception instead of Dialog Message
-----------------------------------
Key: JBDS-1425
URL: https://jira.jboss.org/browse/JBDS-1425
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: teiid
Affects Versions: 4.0.0.Beta2
Reporter: Dmitry Geraskov
Assignee: Barry LaFond
Open new Teiid Instance wizard and pressed "Test" button.
EXPECTED: Something like "Connection Failed" dialog message
ACTUAL:
java.lang.RuntimeException: Cannot construct a Teiid server because all Teiid properties are not valid
at org.teiid.designer.runtime.ui.ServerPage.getServer(ServerPage.java:370)
at org.teiid.designer.runtime.ui.ServerPage.handleTestConnection(ServerPage.java:406)
at org.teiid.designer.runtime.ui.ServerPage$5.widgetSelected(ServerPage.java:275)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.teiid.designer.runtime.ui.NewServerAction.run(NewServerAction.java:93)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBDS-1130) SeamValidatorsAllTests fail intermittently, causing 38 tests to appear/disappear
by Nick Boldt (JIRA)
SeamValidatorsAllTests fail intermittently, causing 38 tests to appear/disappear
--------------------------------------------------------------------------------
Key: JBDS-1130
URL: https://jira.jboss.org/jira/browse/JBDS-1130
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 3.0.0.CR3
Reporter: Nick Boldt
Comparing the test output from JBT 3.1.0 builds:
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.0.CR3/53/tes... (2264 tests, run on soa3-RHEL5-x86)
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.0.CR3/56/tes... (2226 tests, run on on vmg18-rhel5-x86_64)
In both cases the SVN source revisions input to the build are the same; however, in build #53, 38 more tests are run than in build #56.
Similarly for JBDS:
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.0.0.CR3/45/test... (2264 tests, run on hudson1-rhel5-x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.0.0.CR3/46/test... (2226 tests, run on hudson1-rhel5-x86_64)
Again, the SVN source revisions input to the build are the same; however, once again we have a discrepancy of 38 tests between builds.
--
The difference between these two in both cases is that the SeamValidatorsAllTests suite (38 tests) does not return any results because it times out before it can complete.
Can this test suite be broken up into smaller pieces so that it will run consistently on all hudson slaves? Note that it's apparently not a 32- vs. 64-bit issue because both #45 and #46 ran on the same slave node.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7262) NPE during new Seam Web Project creation
by Vitali Yemialyanchyk (JIRA)
NPE during new Seam Web Project creation
----------------------------------------
Key: JBIDE-7262
URL: https://jira.jboss.org/browse/JBIDE-7262
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta1
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
1) stacktrace1:
java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.project.facet.SeamFacetPreInstallDelegate.execute(SeamFacetPreInstallDelegate.java:84)
at org.eclipse.wst.common.project.facet.core.events.internal.LegacyEventHandlerAdapter.handleEvent(LegacyEventHandlerAdapter.java:69)
at org.eclipse.wst.common.project.facet.core.events.internal.ProjectListenerRegistry.notifyListeners(ProjectListenerRegistry.java:76)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.notifyListeners(FacetedProject.java:1328)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:431)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1182)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1118)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5.run(FacetedProject.java:1100)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChanges(FacetedProject.java:1110)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.commitChanges(FacetedProjectWorkingCopy.java:2020)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:400)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:282)
at org.jboss.tools.seam.ui.wizard.SeamProjectWizard.performFinish(SeamProjectWizard.java:346)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:331)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:345)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
2) stacktrace2:
java.lang.RuntimeException: java.lang.NullPointerException
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:388)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:299)
at org.jboss.tools.seam.ui.wizard.SeamProjectWizard.performFinish(SeamProjectWizard.java:336)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
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.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
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:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
Caused by: java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.project.facet.AntCopyUtils.copyFiles(AntCopyUtils.java:218)
at org.jboss.tools.seam.ui.wizard.SeamProjectWizard.performFinish(SeamProjectWizard.java:418)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:331)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:345)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
I can't provide exact steps to reproduce - just admit:
I have here D:\Bin\jbdevstudio_4.0_M2\ - then I uninstall M2 and install beta1 in D:\Bin\jbdevstudio_beta1\
then I reconfig paths for Seam and for Server,
then I try to create new Seam Web Project with default settings
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBDS-1342) JBDS 4.0M2 AS6M5
by Burr Sutter (JIRA)
JBDS 4.0M2 AS6M5
----------------
Key: JBDS-1342
URL: https://jira.jboss.org/browse/JBDS-1342
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: seam
Affects Versions: 4.0.0.M2
Reporter: Burr Sutter
New Seam Project fails to deploy to AS6M5
when it does fail, then the server will continue to throw up error messages because it is trying to load the failing .war from the workspace deploy directory
workspace4m2\.metadata\.plugins\org.jboss.ide.eclipse.as.core
The only workaround that I have found so far is to delete the server and the runtime, recreate both. And on the second setup, change the server settings to use the default/deploy instead of the workspace deploy
Deleting the workspace deploy dir
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7358) org.jboss.tools.seamXYZ.core.test failures
by Alexey Kazakov (JIRA)
org.jboss.tools.seamXYZ.core.test failures
------------------------------------------
Key: JBIDE-7358
URL: https://jira.jboss.org/browse/JBIDE-7358
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.0.Beta2
[INFO] org.jboss.tools.seam211GA.core.test ............... FAILURE [1:28.272s]
[INFO] org.jboss.tools.seam211GA.ui.test ................. SUCCESS [2:13.619s]
[INFO] org.jboss.tools.seam212GA.core.test ............... FAILURE [1:34.175s]
[INFO] org.jboss.tools.seam212GA.ui.test ................. SUCCESS [2:17.992s]
[INFO] org.jboss.tools.seam220CR1.core.test .............. FAILURE [1:35.400s]
[INFO] org.jboss.tools.seam220CR1.ui.test ................ SUCCESS [2:19.175s]
[INFO] org.jboss.tools.seam220GA.core.test ............... FAILURE [1:41.661s]
[INFO] org.jboss.tools.seam220GA.ui.test ................. SUCCESS [2:19.599s]
[INFO] org.jboss.tools.seam221CR1.core.test .............. FAILURE [8:58.997s]
[INFO] org.jboss.tools.seam221CR1.ui.test ................ SUCCESS [2:29.271s]
[INFO] org.jboss.tools.seam221CR2.core.test .............. FAILURE [4.099s]
[INFO] org.jboss.tools.seam221CR2.ui.test ................ FAILURE [3.345s]
[INFO] org.jboss.tools.seamfp.core.test .................. FAILURE [30:56.259s]
junit.framework.AssertionFailedError: Did not find [mvel14.jar] in F/warprj/WebContent/WEB-INF/lib
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.assertOnlyContainsTheseFiles(Seam2FacetInstallDelegateTest.java:302)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.testWarLibs(Seam2FacetInstallDelegateTest.java:155)
testEarLibs(org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest) Time elapsed: 0.77 sec <<< FAILURE!
junit.framework.AssertionFailedError: Did not find [mvel14.jar] in F/earprj-ear/EarContent/lib
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.assertOnlyContainsTheseFiles(Seam2FacetInstallDelegateTest.java:302)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.testEarLibs(Seam2FacetInstallDelegateTest.java:223)
org.jboss.tools.seam212GA.core.test/target/work/data/warprj/WebContent/WEB-INF/lib
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.assertOnlyContainsTheseFiles(Seam2FacetInstallDelegateTest.java:307)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.testWarLibs(Seam2FacetInstallDelegateTest.java:155)
testEarLibs(org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest) Time elapsed: 0.779 sec <<< FAILURE!
junit.framework.AssertionFailedError: Found additional files ([jboss-seam-excel.jar, itext-rtf.jar, jxl.jar] in F/earprj/WebContent/WEB-INF/lib at /home/igels/Projects/trunk/seam/tests/org.jboss.tools.seam212GA.core.test/target/work/data/earprj/WebContent/WEB-INF/lib
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.assertOnlyContainsTheseFiles(Seam2FacetInstallDelegateTest.java:307)
at org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest.testEarLibs(Seam2FacetInstallDelegateTest.java:235)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7405) SeamXMLModelTest.testDebugAttribute failure.
by Alexey Kazakov (JIRA)
SeamXMLModelTest.testDebugAttribute failure.
--------------------------------------------
Key: JBIDE-7405
URL: https://jira.jboss.org/browse/JBIDE-7405
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.Beta2
Running org.jboss.tools.seam.xml.test.SeamXMLAllTests
[ResourceUtils]:Target Import Location: /Test
[ResourceUtils]:Full path to source: /home/igels/Projects/trunk/seam/tests/org.jboss.tools.seam.xml.test/projects/Test/
[ResourceUtils]:Protocol: file
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.413 sec <<< FAILURE!
testDebugAttribute(org.jboss.tools.seam.xml.test.SeamXMLModelTest) Time elapsed: 0.616 sec <<< FAILURE!
junit.framework.AssertionFailedError: Validator failed to report an error in component org.jboss.seam.core.init1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.xml.test.SeamXMLModelTest.testDebugAttribute(SeamXMLModelTest.java:117)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months