Eclipse JBoss 6 Web应用部署错误

Eclipse JBoss 6 Web应用部署错误,eclipse,jboss,Eclipse,Jboss,我正试图建立一个开发环境来处理现有的web应用程序,但似乎无法通过JBoss部署war文件。我相当肯定我已经在生产环境中准确地复制了这些技术,但不幸的是,我无法访问它来进行背对背的比较。我正在使用Eclipse和JBoss工具插件来生成一个JBoss6优化版本的war。以下是我的错误输出: java.lang.RuntimeException: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of

我正试图建立一个开发环境来处理现有的web应用程序,但似乎无法通过JBoss部署war文件。我相当肯定我已经在生产环境中准确地复制了这些技术,但不幸的是,我无法访问它来进行背对背的比较。我正在使用Eclipse和JBoss工具插件来生成一个JBoss6优化版本的war。以下是我的错误输出:

    java.lang.RuntimeException: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "jboss.web.deployment:war=/newyork" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.x_Runtime_Server1353365065325/deploy/newyork.war/ deployment failed

        at org.jboss.profileservice.management.client.upload.StreamingDeploymentTarget.invoke(StreamingDeploymentTarget.java:320)
        at org.jboss.profileservice.management.client.upload.StreamingDeploymentTarget.start(StreamingDeploymentTarget.java:197)
        at org.jboss.profileservice.management.client.upload.DeploymentProgressImpl.start(DeploymentProgressImpl.java:232)
        at org.jboss.profileservice.management.client.upload.DeploymentProgressImpl.run(DeploymentProgressImpl.java:89)
        at org.rhq.plugins.jbossas5.util.DeploymentUtils.run(DeploymentUtils.java:155)
        at org.rhq.plugins.jbossas5.AbstractManagedDeploymentComponent.invokeOperation(AbstractManagedDeploymentComponent.java:162)
        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.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "jboss.web.deployment:war=/newyork" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.x_Runtime_Server1353365065325/deploy/newyork.war/ deployment failed

        at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1370)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1316)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:968)
        at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:82)
        at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.checkComplete(ProfileControllerContext.java:138)
        at org.jboss.profileservice.plugins.deploy.actions.DeploymentStartAction.doPrepare(DeploymentStartAction.java:104)
        at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:101)
        at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87)
        at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234)
        at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213)
        at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150)
        at org.jboss.profileservice.plugins.deploy.AbstractDeployHandler.startDeployments(AbstractDeployHandler.java:168)
        at org.jboss.profileservice.management.upload.remoting.DeployHandlerDelegate.startDeployments(DeployHandlerDelegate.java:74)
        at org.jboss.profileservice.management.upload.remoting.DeployHandler.invoke(DeployHandler.java:156)
        at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:898)
        at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
        at org.jboss.remoting.Client.invoke(Client.java:1961)
        at org.jboss.remoting.Client.invoke(Client.java:804)
        at org.jboss.profileservice.management.client.upload.StreamingDeploymentTarget.invoke(StreamingDeploymentTarget.java:312)
        ... 15 more

它所说的每一处(参见前面的错误了解详细信息)都可以发布完整的堆栈跟踪吗?很好,我猜相关信息在堆栈的顶部。原来这是JDBC的问题,我会更新这个问题。哈哈。。当然一旦你做了,给我留个标签评论