[JBoss JIRA] Created: (JBIDE-7318) NullPointerException occurreswhile running JUnit test org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testSeamELContentAssist
by Victor Rubezhny (JIRA)
NullPointerException occurreswhile running JUnit test org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testSeamELContentAssist
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7318
URL: https://jira.jboss.org/browse/JBIDE-7318
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.0.Beta1
Reporter: Victor Rubezhny
Assignee: Alexey Kazakov
Fix For: 3.2.0.Beta2
!ENTRY org.eclipse.wst.sse.ui 2 0 2010-10-12 17:58:46.336
!MESSAGE The ''org.jboss.tools.jst.jsp.proposalComputer.xhtmlEL'' proposal computer from the ''org.jboss.tools.jst.jsp'' plug-in did not complete normally. The extension has thrown a runtime exception.
!STACK 0
java.lang.NullPointerException
at org.jboss.tools.common.el.core.ca.AbstractELCompletionEngine.getProposals(AbstractELCompletionEngine.java:106)
at org.jboss.tools.jst.web.kb.PageProcessor.getProposals(PageProcessor.java:164)
at org.jboss.tools.jst.web.kb.PageProcessor.getProposals(PageProcessor.java:61)
at org.jboss.tools.jst.jsp.contentassist.computers.XmlELCompletionProposalComputer.addELPredicateProposals(XmlELCompletionProposalComputer.java:357)
at org.jboss.tools.jst.jsp.contentassist.computers.XmlELCompletionProposalComputer.addAttributeValueProposals(XmlELCompletionProposalComputer.java:143)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeAttributeValueProposals(AbstractXMLCompletionProposalComputer.java:594)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeCompletionProposals(AbstractXMLCompletionProposalComputer.java:399)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeCompletionProposals(AbstractXMLCompletionProposalComputer.java:169)
at org.jboss.tools.jst.jsp.contentassist.computers.AbstractXmlCompletionProposalComputer.computeCompletionProposals(AbstractXmlCompletionProposalComputer.java:81)
at org.jboss.tools.jst.jsp.contentassist.computers.FaceletsELCompletionProposalComputer.computeCompletionProposals(FaceletsELCompletionProposalComputer.java:85)
at org.eclipse.wst.sse.ui.internal.contentassist.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:284)
at org.eclipse.wst.sse.ui.internal.contentassist.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:294)
at org.eclipse.wst.sse.ui.contentassist.StructuredContentAssistProcessor.collectProposals(StructuredContentAssistProcessor.java:455)
at org.eclipse.wst.sse.ui.contentassist.StructuredContentAssistProcessor.computeCompletionProposals(StructuredContentAssistProcessor.java:252)
at org.eclipse.wst.sse.ui.internal.contentassist.CompoundContentAssistProcessor.computeCompletionProposals(CompoundContentAssistProcessor.java:126)
at org.jboss.tools.jst.jsp.test.TestUtil.collectProposals(TestUtil.java:133)
at org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testSeamELContentAssist(SeamELContentAssistTestCase.java:574)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
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.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
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(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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
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-7607) Error in coverage report for org.jboss.tools.esb.validator.test.ESBValidatorAllTests
by Denis Golovin (JIRA)
Error in coverage report for org.jboss.tools.esb.validator.test.ESBValidatorAllTests
------------------------------------------------------------------------------------
Key: JBIDE-7607
URL: https://jira.jboss.org/browse/JBIDE-7607
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: ejb3, testing
Affects Versions: 3.2.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.2.0.Beta2
Running org.jboss.tools.esb.validator.test.ESBValidatorAllTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.558 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
Could not instrument all bundles as they were not in the bundle context: null
Exception in thread "State Saver" java.lang.NullPointerException
at org.eclipse.osgi.internal.baseadaptor.BaseStorage.saveBundleDatas(BaseStorage.java:575)
at org.eclipse.osgi.internal.baseadaptor.BaseStorage.saveAllData(BaseStorage.java:447)
at org.eclipse.osgi.internal.baseadaptor.BaseStorage.access$1(BaseStorage.java:435)
at org.eclipse.osgi.internal.baseadaptor.BaseStorage$StateSaver.run(BaseStorage.java:1227)
at java.lang.Thread.run(Thread.java:619)
[INFO] All tests passed!
--
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: (JBIDE-6819) Guvnor repository view can not display snapshots list
by Denny Xu (JIRA)
Guvnor repository view can not display snapshots list
-----------------------------------------------------
Key: JBIDE-6819
URL: https://jira.jboss.org/browse/JBIDE-6819
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.2.0.M1
Environment: Drools-Guvnor runtime: drools-guvnor.5.1.0
Reporter: Denny Xu
Assignee: Denny Xu
create a guvnor repository connection such as : localhost:8080/drools-5.1.0-guvnor/org.drools.guvnor.Guvnor/webdav/, when trying to expand the 'snapshots' tree item, it occurs error :
org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:239)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:283)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
at org.guvnor.tools.utils.webdav.StreamProcessingUtils.parseListing(StreamProcessingUtils.java:57)
at org.guvnor.tools.utils.webdav.WebDavClient.listDirectory(WebDavClient.java:110)
at org.guvnor.tools.views.model.TreeParent.listDirectory(TreeParent.java:122)
at org.guvnor.tools.views.model.TreeParent.fetchDeferredChildren(TreeParent.java:97)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
the error only appear for drools-guvnor.5.1.0.
--
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