[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-05-16 Thread djr667
JIRA issue

http://jira.jboss.com/jira/browse/JBAS-3215

Dave

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943545#3943545

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943545


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-05-10 Thread mbeyer73
djr667 wrote : A better solution would be for the scanner to add a 'grace 
period' of a few seconds before attempting to read the new WAR file. Setting 
this period to 0 will give you the current behaviour.
  | 
  | Dave

Sounds great! Did you add that as a feature request? Can you please post the 
id/link here?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942410#3942410

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942410


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-05-03 Thread djr667
I do not see how changing the scan period will help.

If you happen to start copying a file just as the scanner starts scanning you 
will get the same problem.

A better solution would be for the scanner to add a 'grace period' of a few 
seconds before attempting to read the new WAR file. Setting this period to 0 
will give you the current behaviour.

Dave

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940889#3940889

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940889


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-04-28 Thread zzztimbo
i sometimes get this problem as well. i have to resort to stopping JBoss and 
the restarting. not convenient at all.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940246#3940246

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940246


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-04-28 Thread j2ee_junkie
To re-iterate, the Deployer is starting to deploy the application before the 
completed war has been copied to the deploy directory.  If your system can't 
copy (or jar) the war into the deploy directory in the interval of time it 
takes to the deployer to notice the change, then change the interval of time 
the deployer uses.  This amounts to changing the ScanPeriod attribute of the 
jboss.system:services=MainDeployer (URLDeploymentScanner) mbean.

see if that doesn't help, cgriffith

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3940263#3940263

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3940263


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-03-28 Thread [EMAIL PROTECTED]
Its a race condition between the deployment scanner at the ant task. To limit 
this possibility create a war and then move it to the deploy directory instead 
of trying to create it there.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933158#3933158

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933158


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-03-28 Thread djr667
Scott

The WAR is created in a temporary directory on my machine and then copied to 
'deploy' on the server (over a not always as-fast-as-it-should-be network 
connection).

Could the deployment scanner be trying to deploy a partially copied file? I 
would of expected windows to have a lock on the file while it is still being 
copied.

Would explicitly deleting the old file from 'deploy' then copying the new 
version help matters?

Dave

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933274#3933274

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933274


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user