You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Blevins <da...@visi.com> on 2006/06/15 19:16:13 UTC

Re: [VOTE] 1.1 Release -- known issues

On Jun 15, 2006, at 8:23 AM, Aaron Mulder wrote:

> OK, so I just want to recap some of the "known issues" that have come
> up in the last few days, some of which have been diagnosed and some of
> which have not yet:
>
> * WAR in an EAR cannot use a database pool by including a dependency
> on it (the EAR must declare the dependency)
>
> * Manifest Class-Path for WAR in EAR was respected in 1.0, is  
> ignored in 1.1
>
> * Cannot create an EJB reference to an EJB in another module
>
> * In-place deployment does not work for EJB modules
>
> * "java.lang.IllegalStateException: Timer already cancelled"
> exception happens when acquiring a connection from a database pool

All but this last one seem documentable and livable till 1.1.1 comes  
out.  Does this last one mean that you can't get a DB connection from  
a pool, or just that your logs will fill up with that message?

-David

> Thanks,
>    Aaron
>
> On 6/15/06, Davanum Srinivas <da...@gmail.com> wrote:
>> +1 from me.
>>
>> -- dims
>>
>> On 6/15/06, Matt Hogstrom <ma...@hogstrom.org> wrote:
>> > All,
>> >
>> > I have created what I hope is the final release of Geronimo  
>> 1.1.  There has been a lot of work that
>> > has gone into this release (please review the RELEASE-NOTES).   
>> Here are the final release candidates
>> > for your review.
>> >
>> > *DayTrader Application*
>> > http://people.apache.org/~hogstrom/1.1-final/daytrader-ear-1.1.ear
>> >
>> > I'm working on a website and documentation to help folks out but  
>> the deliverable is the ear above.
>> >
>> > *Geronimo 1.1 Version*
>> >
>> >    *Source*
>> >      http://people.apache.org/~hogstrom/1.1-final/ 
>> geronimo-1.1_src.tar.gz
>> >      http://people.apache.org/~hogstrom/1.1-final/ 
>> geronimo-1.1_src.zip
>> >
>> >    *Full J2EE Jetty Version*
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo-jetty- 
>> j2ee-1.1.tar.gz
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo-jetty- 
>> j2ee-1.1.zip
>> >
>> >    *Minimal Jetty Version*
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo-jetty- 
>> minimal-1.1.tar.gz
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo-jetty- 
>> minimal-1.1.zip
>> >
>> >    *Full Tomcat Version*
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo- 
>> tomcat-j2ee-1.1.tar.gz
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo- 
>> tomcat-j2ee-1.1.zip
>> >
>> >    *Minimal Tomcat Version*
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo- 
>> tomcat-minimal-1.1.tar.gz
>> >      http://people.apache.org/~hogstrom/1.1-final/geronimo- 
>> tomcat-minimal-1.1.zip
>> >
>> >
>> > *Geronimo 1.1 Source Code*
>> >    http://people.apache.org/~hogstrom/1.1-final/ 
>> org.apache.geronimo.specs.tar.gz
>> >    http://people.apache.org/~hogstrom/1.1-final/ 
>> org.apache.geronimo.specs.zip
>> >
>> > Please remember that only PMC votes are binding but they will  
>> ultimately make their decision based
>> > on your feedback.
>> >
>> > Thanks to everyone who has spent long hours working on this.
>> >
>> > A special thanks to Jencks, Sisson and Miller who spent long  
>> days working on getting the final
>> > release right with License issues, last minute release note  
>> changes, etc.
>> >
>> > I look forward to a positive outcome and a unanimous vote by  
>> Sunday.  Assuming all goes well by
>> > Sunday night I will propogate the jars to the mirrors on Sunday  
>> and declare the release official on
>> > Tuesday.
>> >
>> > Cross your fingers, grab your beverage of choice and let's close  
>> this release out.
>> >
>> > Matt
>> >
>>
>>
>> --
>> Davanum Srinivas : http://wso2.com/blogs/
>>
>


Re: [VOTE] 1.1 Release -- known issues

Posted by Kevan Miller <ke...@gmail.com>.
On Jun 15, 2006, at 1:27 PM, David Jencks wrote:

>
> On Jun 15, 2006, at 10:18 AM, Aaron Mulder wrote:
>
>> On 6/15/06, David Blevins <da...@visi.com> wrote:
>> ...
>>> > * "java.lang.IllegalStateException: Timer already cancelled"
>>> > exception happens when acquiring a connection from a database pool
>>>
>>> All but this last one seem documentable and livable till 1.1.1 comes
>>> out.  Does this last one mean that you can't get a DB connection  
>>> from
>>> a pool, or just that your logs will fill up with that message?
>>
>> I don't know -- it was reported to the mailing list but I don't know
>> what causes it or how often it happens.  We may want to diagnose it
>> before making the decision on 1.1.
>
> My understanding is that it turned out to be caused by an OOM error  
> and was fixed by starting geronimo with more memory.  Certainly  
> since daytrader works we have some evidence that some db pools can  
> be used :-)

That's correct. The user reported that w/ an increased heap size,  
they didn't encounter any problems. An uncaught RuntimeException/ 
Error thrown by a TimerTask will cause a Timer to be cancelled. We  
should try to report these runtime errors. I think all of this  
information has been recorded in the Jira for this issue...

--kevan

Re: [VOTE] 1.1 Release -- known issues

Posted by "Jay D. McHugh" <ja...@joyfulnoisewebdesign.com>.
David Jencks wrote:
>
> On Jun 15, 2006, at 10:18 AM, Aaron Mulder wrote:
>
>> On 6/15/06, David Blevins <da...@visi.com> wrote:
>> ...
>>> > * "java.lang.IllegalStateException: Timer already cancelled"
>>> > exception happens when acquiring a connection from a database pool
>>>
>>> All but this last one seem documentable and livable till 1.1.1 comes
>>> out.  Does this last one mean that you can't get a DB connection from
>>> a pool, or just that your logs will fill up with that message?
>>
>> I don't know -- it was reported to the mailing list but I don't know
>> what causes it or how often it happens.  We may want to diagnose it
>> before making the decision on 1.1.
>
> My understanding is that it turned out to be caused by an OOM error 
> and was fixed by starting geronimo with more memory.  Certainly since 
> daytrader works we have some evidence that some db pools can be used :-)
>
> thanks
> david jencks
>
>>
>> Thanks,
>>    Aaron
>
>
>
>
I was the one who reported it.

It did turn out to be a memory issue that I was able to work around by 
increasing the heap size (Thanks Kevan).

Jay

Re: [VOTE] 1.1 Release -- known issues

Posted by David Jencks <da...@yahoo.com>.
On Jun 15, 2006, at 10:18 AM, Aaron Mulder wrote:

> On 6/15/06, David Blevins <da...@visi.com> wrote:
> ...
>> > * "java.lang.IllegalStateException: Timer already cancelled"
>> > exception happens when acquiring a connection from a database pool
>>
>> All but this last one seem documentable and livable till 1.1.1 comes
>> out.  Does this last one mean that you can't get a DB connection from
>> a pool, or just that your logs will fill up with that message?
>
> I don't know -- it was reported to the mailing list but I don't know
> what causes it or how often it happens.  We may want to diagnose it
> before making the decision on 1.1.

My understanding is that it turned out to be caused by an OOM error  
and was fixed by starting geronimo with more memory.  Certainly since  
daytrader works we have some evidence that some db pools can be used :-)

thanks
david jencks

>
> Thanks,
>    Aaron


Re: [VOTE] 1.1 Release -- known issues

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
On 6/15/06, David Blevins <da...@visi.com> wrote:
...
> > * "java.lang.IllegalStateException: Timer already cancelled"
> > exception happens when acquiring a connection from a database pool
>
> All but this last one seem documentable and livable till 1.1.1 comes
> out.  Does this last one mean that you can't get a DB connection from
> a pool, or just that your logs will fill up with that message?

I don't know -- it was reported to the mailing list but I don't know
what causes it or how often it happens.  We may want to diagnose it
before making the decision on 1.1.

Thanks,
    Aaron