Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Its on local disk. On Fri, Sep 11, 2015 at 12:31 PM, Mark Thomas wrote: > On 11/09/2015 19:50, prashant gothi wrote: > > Thanks Martijn and Markt for reply. > > > >> What happens if you do not use a symbolic link? > > Not tried, as issue is intermittent its would be hard to say. For upgrade > >

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
On 11/09/2015 19:50, prashant gothi wrote: > Thanks Martijn and Markt for reply. > >> What happens if you do not use a symbolic link? > Not tried, as issue is intermittent its would be hard to say. For upgrade > purpose we want to use symbolic link. > > Is there a known issue with symbolic link,

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread David kerber
On 9/11/2015 2:51 PM, prashant gothi wrote: Hi Mark, what is slow uploads? I google it couldn't find anything relevant. It means the process of copying the .war file to the appBase location is slow enough that TC tries to load it before the copy is done. Regards, Prashant On Fri, Sep 11

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Hi Mark, what is slow uploads? I google it couldn't find anything relevant. Regards, Prashant On Fri, Sep 11, 2015 at 1:11 AM, Mark Thomas wrote: > On 11/09/2015 08:38, Martijn Bos wrote: > > What happens if you do not use a symbolic link? > > Are you deploying with the manager web-app? > > Go

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Thanks Martijn and Markt for reply. > What happens if you do not use a symbolic link? Not tried, as issue is intermittent its would be hard to say. For upgrade purpose we want to use symbolic link. Is there a known issue with symbolic link, or symbolic link is discouraged? > Are you deploying wi

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
On 11/09/2015 08:38, Martijn Bos wrote: > What happens if you do not use a symbolic link? > Are you deploying with the manager web-app? Good questions. Slow uploads directly to the appBase can cause this sort of issue. Mark > > Best regards, > Martijn > > > > On 11-09-15 03:31, prashant go

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Martijn Bos
What happens if you do not use a symbolic link? Are you deploying with the manager web-app? Best regards, Martijn On 11-09-15 03:31, prashant gothi wrote: > Tomcat version: 8.0.24 > OS RHEL 6.6 > > > Just one war file (ascws.war) is deployed under it. We are seeing > intermittent failure whil

Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-10 Thread prashant gothi
Tomcat version: 8.0.24 OS RHEL 6.6 Just one war file (ascws.war) is deployed under it. We are seeing intermittent failure while deploying war file, tomcat logs indicates (zip file is empty) exception is mentioned below. We have verified file is correct (non zero), and only way to recover from er