Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Weird in war file deployment exception
Weird in war file deployment exception [message #851878] Sat, 21 April 2012 12:11 Go to next message
karthik elavan is currently offline karthik elavanFriend
Messages: 70
Registered: August 2011
Location: Chennai
Member
Hello Friends,

I am facing a weird issue in war file deployment - I have been deploying bundle war file in virgo server for a year and am facing this issue for the first time

(I) Today I have deployed my war file in my testing virgo server and I have been working with the urls and everything works fine, After that when I checked the splash admin console bundles where my bundled war file has been missing however my application is working fine (I have cleared my browser after that also everything works, I have not cached anything) clearly it works with the help of that deployed war file only, Also when I checked the log file below that.

Log.file
-----------
[2012-04-21 16:58:00.385] deployer-recovery <DE0200E> Recovery of artifact from URI 'file:/opt/virgo-3.0.2/virgo-tomcat-server-3.0.2.RELEASE/work/org.eclipse.virgo.apps.admin.core_3.0.2.RELEASE/upload/sample-web.war' failed. org.eclipse.virgo.kernel.deployer.core.DeploymentException: InstallArtifact bundle 'sample-web.war' version '0.0.0' in scope 'null' was installed when bundle 'sample-web.war' version '0.0.0' in scope 'null' was installed
at org.eclipse.virgo.kernel.install.artifact.internal.TreeRestrictingInstallArtifactLifecycleListener.onInstalling(TreeRestrictingInstallArtifactLifecycleListener.java:67)
at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onInstalling(StandardArtifactStateMonitor.java:105)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.beginInstall(AbstractInstallArtifact.java:100)
at org.eclipse.virgo.kernel.install.artifact.internal.bundle.StandardBundleInstallArtifact.beginInstall(StandardBundleInstallArtifact.java:238)
at org.eclipse.virgo.kernel.deployer.core.internal.Plumber$1.operate(Plumber.java:100)
at org.eclipse.virgo.kernel.install.pipeline.stage.visit.internal.VisitationStage.doProcessNode(VisitationStage.java:51)
at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.doProcessTree(AbstractPipelineStage.java:68)
at org.eclipse.virgo.kernel.install.pipeline.stage.visit.internal.VisitationStage.doProcessTree(VisitationStage.java:58)
at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)
at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessTree(StandardPipeline.java:62)
at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:285)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.recoverDeployment(PipelinedApplicationDeployer.java:267)
at org.eclipse.virgo.kernel.deployer.core.internal.recovery.RecoveryAgent$1.run(RecoveryAgent.java:71)
at java.lang.Thread.run(Thread.java:

----------------------------------------------------

(II) sometime i update any specification in my application after that i start on virgo server the web bundle startup failed exception came to me.

If there any information let me know

Note: project environment : java/j2ee :- spring osgi bundle project

Thanks
karthik
Re: Weird in war file deployment exception [message #867325 is a reply to message #851878] Tue, 01 May 2012 08:32 Go to previous message
Glyn Normington is currently offline Glyn NormingtonFriend
Messages: 1222
Registered: July 2009
Senior Member
TreeRestrictingInstallArtifactLifecycleListener throws this exception when it detects that the install artefact graph would become a DAG rather than a tree if the current deployment was allowed to proceed. This restriction is lifted in Virgo 3.5.0 which should ship around the middle of this year. Meanwhile, can you reproduce the problem reliably with a simple testcase? If so, you are welcome to raise a bug and attach the source and binary testcase and detail the steps required to reproduce the problem.
Previous Topic:trouble changing the greenpages sample to use hibernate
Next Topic:Error configuring application listener
Goto Forum:
  


Current Time: Sat Apr 27 03:18:43 GMT 2024

Powered by FUDForum. Page generated in 0.02852 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top