Don't bother adding a bug reports, I did it and fixed it.

http://sourceforge.net/tracker/index.php?func=detail&aid=712542&group_id=228
66&atid=376685

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sacha Labourey
> Sent: dimanche, 30. mars 2003 17:18
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Farming on 3.0.6 w/ tomcat
> 
> 
> Hello,
> 
> This is a bug in the farm service (all jboss versions). Could 
> you please add
> a bug on SF and assign it to me.
> 
> Thank you. Cheeers,
> 
> 
>                       Sacha
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Christian Joelly
> > Sent: jeudi, 27. mars 2003 10:10
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] Farming on 3.0.6 w/ tomcat
> > 
> > 
> > Hello!
> > 
> > On Wed, Mar 26, 2003 at 04:00:49PM +0100, Sacha Labourey wrote:
> > > 
> > > > and why are the ear/war files deleted from the ./farm 
> > > > directory if they
> > > > are redeployed (or touched) during the 1st step, the 
> > > > undeployment? this
> > > > behavior isn't like this for normal deployment from the 
> > > > server/[config]/deploy directories...
> > > 
> > > What do you mean?
> > 
> > if i want to force jboss to redeploy a ear then i touch the 
> > ear file so
> > that the timestamp of the file changes. then jboss starts 
> to undeploy
> > the ear file, then deleting the file from the filesystem. a 
> > shot excerpt
> > from the jbos log follows:
> > 
> > 10:03:41,160 INFO  [MainDeployer] Deployed package: 
> > file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> > r/all/farm/cocoon.ear
> > 10:03:41,178 ERROR [STDERR] java.io.FileNotFoundException: 
> > /home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/server/all
> > /farm/cocoon.ear (No such file or directory)
> > 10:03:41,178 ERROR [STDERR]     at 
> > java.io.FileInputStream.open(Native Method)
> > 10:03:41,179 ERROR [STDERR]     at 
> > java.io.FileInputStream.<init>(FileInputStream.java:103)
> > 10:03:41,179 ERROR [STDERR]     at 
> > org.jboss.ha.framework.server.FarmMemberService.getFileContent
> > (FarmMemberService.java:314)
> > 10:03:41,179 ERROR [STDERR]     at 
> > org.jboss.ha.framework.server.FarmMemberService.deploy(FarmMem
> > berService.java:367)
> > 10:03:41,179 ERROR [STDERR]     at 
> > org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDepl
> > oymentScanner.java:561)
> > 10:03:41,179 ERROR [STDERR]     at 
> > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner
> > Thread.doScan(AbstractDeploymentScanner.java:212)
> > 10:03:41,179 ERROR [STDERR]     at 
> > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner
> > Thread.loop(AbstractDeploymentScanner.java:225)
> > 10:03:41,180 ERROR [STDERR]     at 
> > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner
> > Thread.run(AbstractDeploymentScanner.java:202)
> > 10:03:41,180 ERROR [FarmMemberService] 
> > java.io.FileNotFoundException: 
> > /home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/server/all
> > /farm/cocoon.ear (No such file or directory)
> > 10:03:46,198 INFO  [MainDeployer] Undeploying 
> > file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> > r/all/farm/cocoon.ear
> > 10:03:46,199 INFO  [EmbeddedCatalinaService41] undeploy, 
> > ctxPath=/cocoon, 
> > warUrl=file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.1
> 8/server/all/tmp/deploy/server/all/farm/cocoon.e>
> ar/29.cocoon.ear-contents/cocoon.war
> > 10:03:46,199 INFO  [Engine] StandardHost[localhost]: Removing 
> > web application at context path /cocoon
> > 10:03:46,391 INFO  [EARDeployer] Undeploying J2EE 
> > application, destroy step: 
> > file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> r/all/farm/cocoon.ear
> 10:03:46,411 WARN  [DeploymentInfo] Not deleting localUrl, it 
> is null or not
> a copy:
> file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> r/all/tmp/depl
> oy/server/all/farm/cocoon.ear/29.cocoon.ear-contents/cocoon.war
> 10:03:46,412 INFO  [MainDeployer] Undeployed
> file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> r/all/tmp/depl
> oy/server/all/farm/cocoon.ear/29.cocoon.ear-contents/cocoon.war
> 10:03:46,438 INFO  [DeploymentInfo] Cleaned Deployment:
> file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
> r/all/tmp/depl
> oy/server/all/farm/cocoon.ear/29.cocoon.ear
> 10:03:46,438 INFO  [MainDeployer] Undeployed
> file:/home/chris/Software/Java/jboss-3.0.6_tomcat-4.1.18/serve
r/all/farm/coc
oon.ear


thats happening when i touch a ear file. after that i have to copy the
file to that directory again to get it redeployed to the farm again...

thx, Chris

-- 
KNAPP Logistics Automation  http://www.knapp.com
Ing. Christian Jölly        Tel/FAX: (++43) 316 / 495 1926 / 495 394
Günter-Knapp-Straße 5-7     A-8075 Hart bei Graz

-- Support your government, give Echelon/Carnivore something to parse --
AMTAS ATMD ATSC Abdullah Allah  communist CIA DD2-N DISA DoD GRU Gregori
Irak  Iran KGB  Kurdish LSD  NATO NSTD  Natasha  ORD RTEM  Russia  STRAP
Saddam Hussein  TSP  Yugoslavia   attack  bank  bomb  classfield  cocain
compromise defense  democracy  destroy  destruct  detonator  directorate
elections enforce extasy force  foreign embassy government grass hashish
heroin   illegal  information   international  military systems  missile
million dollars   nuclear  policital   pot  power   presidental  project
restricted data  revolution  rule the world sensitive  smuggle spy steal
system  takeover  terrorist  top-secret  warmod  warrior-T  weapon  weed
------------------------------------------------------------------------




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to