[seam-issues] [JBoss JIRA] Moved: (JBSEAM-4584) JBDS, TestNG and Seam requires an internet connection to www.jboss.org

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Thu Mar 4 12:33:10 EST 2010


     [ https://jira.jboss.org/jira/browse/JBSEAM-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen moved JBDS-1125 to JBSEAM-4584:
---------------------------------------------------

          Project: Seam  (was: Developer Studio (JBoss Developer Studio))
              Key: JBSEAM-4584  (was: JBDS-1125)
      Component/s: Core
                   Tools
                       (was: runtime)
                       (was: Upstream)
    Fix Version/s:     (was: 3.0.1.GA)


> JBDS, TestNG and Seam requires an internet connection to www.jboss.org
> ----------------------------------------------------------------------
>
>                 Key: JBSEAM-4584
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4584
>             Project: Seam
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Gary Lamperillo
>            Assignee: Max Rydahl Andersen
>
> Please see the stack trace which shows a connection is needed per JBoss Embedded to wwwjboss.org:
> ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Parse: name=vfsfile:/home/glamperi/workspace/JBDS3.0CR2/test1/CustomerTree-test/bin/ state=Not Installed mode=Manual requiredState=Parse
> org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfsfile:/home/glamperi/workspace/JBDS3.0CR2/test1/CustomerTree-test/bin/
> 	at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
> 	at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:232)
> 	at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:199)
> 	at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:162)
> 	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
> 	at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
> 	at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
> 	at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
> 	at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
> 	at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
> 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
> 	at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
> 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
> 	at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
> 	at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
> 	at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
> 	at org.jboss.embedded.DeploymentGroup.process(DeploymentGroup.java:127)
> 	at org.jboss.embedded.Bootstrap.deployResourceBases(Bootstrap.java:289)
> 	at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:15)
> 	at org.jboss.seam.mock.AbstractSeamTest.startJbossEmbeddedIfNecessary(AbstractSeamTest.java:1024)
> 	at org.jboss.seam.mock.AbstractSeamTest.startSeam(AbstractSeamTest.java:915)
> 	at org.jboss.seam.mock.SeamTest.startSeam(SeamTest.java:58)
> 	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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580)
> 	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398)
> 	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145)
> 	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82)
> 	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:278)
> 	at org.testng.SuiteRunner.run(SuiteRunner.java:198)
> 	at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
> 	at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
> 	at org.testng.TestNG.run(TestNG.java:708)
> 	at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:73)
> 	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:124)
> Caused by: javax.xml.bind.UnmarshalException
>  - with linked exception:
> [java.net.UnknownHostException: www.jboss.org]
> 	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:213)
> 	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:190)
> 	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:241)
> 	at org.jboss.resource.deployers.ManagedConnectionFactoryParserDeployer.parse(ManagedConnectionFactoryParserDeployer.java:121)
> 	at org.jboss.resource.deployers.ManagedConnectionFactoryParserDeployer.parse(ManagedConnectionFactoryParserDeployer.java:59)
> 	at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:112)
> 	at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:225)
> 	... 35 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

        


More information about the seam-issues mailing list