Re: [Resin-interest] 4.0.21 release

2011-08-26 Thread Scott Ferguson

On 08/24/2011 01:05 PM, Scott Ferguson wrote:

On 08/24/2011 12:54 PM, Bill Au wrote:

How soon can we expect 4.0.22?


Early next week is the most likely.


FYI, I've put up a snapshot at 
http://caucho.com/download/resin-pro-4_0-snap.tar.gz


It'll probably be Tues or Wed before the 4.0.22 release (more QA to check).

-- Scott



I am wondering if I should want for that or go with 4.0.21 for the 
time being.  We just got hit by bug 4701 again.  I want to pick for 
the fix for that which is in 4.0.21 but I don't want the solution to 
be worse than the problem itself.  How wide-reaching is bug 4726?


It really depends on your libraries that parse the POST, but it was 
triggered by a java.io.BufferedInputStream calling 
ServletInputStream.available(), so it will certainly be more than just 
Jersey.


-- Scott



Bill

On Wed, Aug 24, 2011 at 3:14 PM, Scott Ferguson f...@caucho.com 
mailto:f...@caucho.com wrote:


On 08/24/2011 11:32 AM, Olaf Krische wrote:
 Hello,

 i have a WAR accounts.war. I move it into webapps of a fresh
installation of resin 4.0.21, and then i get this on a POST
request (GET works)

java.lang.UnsupportedOperationException:

com.caucho.vfs.JniStream@2542880d
  at
com.caucho.vfs.StreamImpl.getAvailable(StreamImpl.java:145)
  at
com.caucho.vfs.ReadStream.getAvailable(ReadStream.java:328)
 ...


Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4726.

We'll be releasing a quick 4.0.22 for this.

The issue, by the way, was introduced related to changes with the
async
end-of-socket detection, and the regression test to reproduce
this is a
bit more complicated than I'd have expected.

-- Scott

 And just to verify, i downloaded as well a fresh resin 4.0.20,
moved the same WAR into webapps, no problems at all.

 The full stacktrace is here:

 - http://www.ecopatz.de/jvm-default20110824.log

 Any idea?




___
resin-interest mailing list
resin-interest@caucho.com mailto:resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] 4.0.21 release

2011-08-24 Thread Olaf Krische
Hello,

i have a WAR accounts.war. I move it into webapps of a fresh installation of 
resin 4.0.21, and then i get this on a POST request (GET works)
   
java.lang.UnsupportedOperationException: com.caucho.vfs.JniStream@2542880d
at 
com.caucho.vfs.StreamImpl.getAvailable(StreamImpl.java:145)
at 
com.caucho.vfs.ReadStream.getAvailable(ReadStream.java:328)
...

And just to verify, i downloaded as well a fresh resin 4.0.20, moved the same 
WAR into webapps, no problems at all. 

The full stacktrace is here:

- http://www.ecopatz.de/jvm-default20110824.log

Any idea?

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] 4.0.21 release

2011-08-24 Thread Scott Ferguson
On 08/24/2011 11:32 AM, Olaf Krische wrote:
 Hello,

 i have a WAR accounts.war. I move it into webapps of a fresh installation 
 of resin 4.0.21, and then i get this on a POST request (GET works)
 
 java.lang.UnsupportedOperationException: com.caucho.vfs.JniStream@2542880d
  at 
 com.caucho.vfs.StreamImpl.getAvailable(StreamImpl.java:145)
  at 
 com.caucho.vfs.ReadStream.getAvailable(ReadStream.java:328)
 ...


Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4726.

We'll be releasing a quick 4.0.22 for this.

The issue, by the way, was introduced related to changes with the async 
end-of-socket detection, and the regression test to reproduce this is a 
bit more complicated than I'd have expected.

-- Scott

 And just to verify, i downloaded as well a fresh resin 4.0.20, moved the same 
 WAR into webapps, no problems at all.

 The full stacktrace is here:

 - http://www.ecopatz.de/jvm-default20110824.log

 Any idea?




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] 4.0.21 release

2011-08-24 Thread Bill Au
How soon can we expect 4.0.22?  I am wondering if I should want for that or
go with 4.0.21 for the time being.  We just got hit by bug 4701 again.  I
want to pick for the fix for that which is in 4.0.21 but I don't want the
solution to be worse than the problem itself.  How wide-reaching is bug
4726?

Bill

On Wed, Aug 24, 2011 at 3:14 PM, Scott Ferguson f...@caucho.com wrote:

 On 08/24/2011 11:32 AM, Olaf Krische wrote:
  Hello,
 
  i have a WAR accounts.war. I move it into webapps of a fresh
 installation of resin 4.0.21, and then i get this on a POST request (GET
 works)
 
 java.lang.UnsupportedOperationException: com.caucho.vfs.JniStream@2542880d
   at
 com.caucho.vfs.StreamImpl.getAvailable(StreamImpl.java:145)
   at
 com.caucho.vfs.ReadStream.getAvailable(ReadStream.java:328)
  ...
 

 Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4726.

 We'll be releasing a quick 4.0.22 for this.

 The issue, by the way, was introduced related to changes with the async
 end-of-socket detection, and the regression test to reproduce this is a
 bit more complicated than I'd have expected.

 -- Scott

  And just to verify, i downloaded as well a fresh resin 4.0.20, moved the
 same WAR into webapps, no problems at all.
 
  The full stacktrace is here:
 
  - http://www.ecopatz.de/jvm-default20110824.log
 
  Any idea?
 



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] 4.0.21 release

2011-08-24 Thread Scott Ferguson

On 08/24/2011 12:54 PM, Bill Au wrote:

How soon can we expect 4.0.22?


Early next week is the most likely.

I am wondering if I should want for that or go with 4.0.21 for the 
time being.  We just got hit by bug 4701 again.  I want to pick for 
the fix for that which is in 4.0.21 but I don't want the solution to 
be worse than the problem itself.  How wide-reaching is bug 4726?


It really depends on your libraries that parse the POST, but it was 
triggered by a java.io.BufferedInputStream calling 
ServletInputStream.available(), so it will certainly be more than just 
Jersey.


-- Scott



Bill

On Wed, Aug 24, 2011 at 3:14 PM, Scott Ferguson f...@caucho.com 
mailto:f...@caucho.com wrote:


On 08/24/2011 11:32 AM, Olaf Krische wrote:
 Hello,

 i have a WAR accounts.war. I move it into webapps of a fresh
installation of resin 4.0.21, and then i get this on a POST
request (GET works)

java.lang.UnsupportedOperationException:

com.caucho.vfs.JniStream@2542880d
  at
com.caucho.vfs.StreamImpl.getAvailable(StreamImpl.java:145)
  at
com.caucho.vfs.ReadStream.getAvailable(ReadStream.java:328)
 ...


Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4726.

We'll be releasing a quick 4.0.22 for this.

The issue, by the way, was introduced related to changes with the
async
end-of-socket detection, and the regression test to reproduce this
is a
bit more complicated than I'd have expected.

-- Scott

 And just to verify, i downloaded as well a fresh resin 4.0.20,
moved the same WAR into webapps, no problems at all.

 The full stacktrace is here:

 - http://www.ecopatz.de/jvm-default20110824.log

 Any idea?




___
resin-interest mailing list
resin-interest@caucho.com mailto:resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] 4.0.21 release

2011-08-23 Thread Scott Ferguson
We've just put up 4.0.21 for download at http://caucho.com/download.

For the next few releases we'll be trying for faster releases (2 week 
target) so reduce the wait time for bug report fixes.

The main changes are bug fixes (thanks for the reports and keep them 
coming!)

Also, the PDF report generation has been enhanced to include heap dump, 
thread dump, CPU profile and JMX dump. These are available from the 
command-line as

   bin/resin.sh pdf-report

Or from /resin-admin summary page (there are PDF links.) Or from the 
postmortem report.

The new PDF report will make it easier for support, since it will gather 
as much information as possible from Resin. So we'd suggest sending that 
PDF report with any support/issue related to performance or restart issues.

-- Scott



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest