[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2435) SeamTest doesn't run when jboss.org is down

Christian Bauer (JIRA) jira-events at lists.jboss.org
Sat Dec 29 19:35:43 EST 2007


SeamTest doesn't run when jboss.org is down
-------------------------------------------

                 Key: JBSEAM-2435
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2435
             Project: JBoss Seam
          Issue Type: Bug
          Components: Test Harness
            Reporter: Christian Bauer
            Priority: Blocker


This is my ds.xml file (same as all other Seam examples):

<!DOCTYPE datasources
    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">

Tonight jboss.org was down. SeamTest.init() either hangs or throws this fantastic exception:

   [testng] ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Parse: name=vfsfile:/Users/turin/work/remote/jboss/public/jboss-seam/examples/wiki/build/testclasses/ state=Not Installed mode=Manual requiredState=Parse
   [testng] org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfsfile:/Users/turin/work/remote/jboss/public/jboss-seam/examples/wiki/build/testclasses/wiki-ds.xml
   [testng]     at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
   [testng]     at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:232)
   [testng]     at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:199)
   [testng]     at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:162)
   [testng]     at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
   [testng]     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
   [testng]     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:906)
   [testng]     at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
   [testng]     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
   [testng]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
   [testng]     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
   [testng]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
   [testng]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
   [testng]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
   [testng]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
   [testng]     at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
   [testng]     at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
   [testng]     at org.jboss.embedded.DeploymentGroup.process(DeploymentGroup.java:127)
   [testng]     at org.jboss.embedded.Bootstrap.deployResourceBases(Bootstrap.java:289)
   [testng]     at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:16)
   [testng]     at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1005)
   [testng]     at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:929)
   [testng]     at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
   [testng]     at org.jboss.seam.wiki.test.util.DBUnitSeamTest.init(DBUnitSeamTest.java:139)
   [testng]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [testng]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   [testng]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   [testng]     at java.lang.reflect.Method.invoke(Method.java:585)
   [testng]     at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604)
   [testng]     at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394)
   [testng]     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)
   [testng]     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79)
   [testng]     at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165)
   [testng]     at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103)
   [testng]     at org.testng.TestRunner.runWorkers(TestRunner.java:678)
   [testng]     at org.testng.TestRunner.privateRun(TestRunner.java:624)
   [testng]     at org.testng.TestRunner.run(TestRunner.java:495)
   [testng]     at org.testng.SuiteRunner.runTest(SuiteRunner.java:300)
   [testng]     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295)
   [testng]     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275)
   [testng]     at org.testng.SuiteRunner.run(SuiteRunner.java:190)
   [testng]     at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792)
   [testng]     at org.testng.TestNG.runSuitesLocally(TestNG.java:765)
   [testng]     at org.testng.TestNG.run(TestNG.java:699)
   [testng]     at org.testng.TestNG.privateMain(TestNG.java:824)
   [testng]     at org.testng.TestNG.main(TestNG.java:802)
   [testng] Caused by: javax.xml.bind.UnmarshalException
   [testng]  - with linked exception:
   [testng] [org.xml.sax.SAXParseException: The markup declarations contained or pointed to by the document type declaration must be well-formed.]
   [testng]     at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
   [testng]     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:506)
   [testng]     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:215)
   [testng]     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:190)
   [testng]     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:241)
   [testng]     at org.jboss.resource.deployers.ManagedConnectionFactoryParserDeployer.parse(ManagedConnectionFactoryParserDeployer.java:100)
   [testng]     at org.jboss.resource.deployers.ManagedConnectionFactoryParserDeployer.parse(ManagedConnectionFactoryParserDeployer.java:47)
   [testng]     at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:112)
   [testng]     at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:225)
   [testng]     ... 44 more
   [testng] Caused by: org.xml.sax.SAXParseException: The markup declarations contained or pointed to by the document type declaration must be well-formed.
   [testng]     at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
   [testng]     at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLDTDScannerImpl.scanDecls(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLDTDScannerImpl.scanDTDExternalSubset(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
   [testng]     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
   [testng]     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   [testng]     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   [testng]     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   [testng]     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   [testng]     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
   [testng]     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:211)
   [testng]     ... 50 more


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

        



More information about the seam-issues mailing list