Hi Shawn, I just removed the thread safety stuff from the head. Give it a whirl. We need a better solution for formula workbook context, but this should at least make us nice and able to run in single threaded contexts for the moment.
Thanks, Andy On Sat, 2002-07-06 at 11:08, Laubach, Shawn - TAFB/LAB NCC (SAIC) wrote: > Yes. I sometimes question their judgment on that. The current release > (which is out for everything but windows) is based off of tomcat so..... > > Shawn Laubach > SAIC - Web Developer > B-1B System Support Management Division > OC-ALC/LAB, Building 3001, Tinker AFB, Oklahoma > dsn: 336-2473 comm: 405-736-2473 mobile: 405-245-9562 > > > -----Original Message----- > From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 06, 2002 9:53 AM > To: POI Users List > Subject: RE: IllegalMonitorStateException > > > On Sat, 2002-07-06 at 10:05, Adam wrote: > > Just a question from the lurker pool, but why are you stuck using JServ? > > The whole point of using 9iAS is the OC4J container, which is a licensed > > version of the Orion server. JServ hasn't been updated in years. > > > > Just for clarification (from my understanding): > > JServ > | > | Planning starts for a JServ 2.0 - complete rewrite. > | > | > | Sun Donates Tomcat 3.0 > | (which was a white elephant of sorts) > | > | Plans for JServ 2.0 discontinued > | > | > | Tomcat 3.1 > | > | Tomcat 3.2 > | > | Plans for JServ 2.0 revised/reincarnated as Tomcat 4.0 > | > | Some dissenters from the Tomcat 4.0 (complete rewrite/redesign) > | create Tomcat 3.3 (refactoring, incremental improvement over 3.2) > | > | Tomcat 4.0 born > | > | Several bugfixes later you can even run Tomcat 4.04 and have it > | actuall work! > | > | Tomcat 4.1 development starts > > Oracle chose to not upgrade to Tomcat at any point in the last 4 years > > > > Adam Weed > > > > -----Original Message----- > > From: Laubach, Shawn - TAFB/LAB NCC (SAIC) > > [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, July 06, 2002 8:51 AM > > To: 'POI Users List' > > Subject: RE: IllegalMonitorStateException > > > > > > This is running under Oracle 9ias Rel. 1 so > > > > 1. A 1.2.1 version is what they say the are completely compatible with. > > 2. JServ 1.1 (Don't have a choice in this) > > 3. Win2k fully patched > > 4. P4 1.4 1gig 2x36gig SCSI Hardrives > > > > I went back to the 1.5 version of POI and it reacted the same. > > > > Shawn Laubach > > SAIC - Web Developer > > B-1B System Support Management Division > > OC-ALC/LAB, Building 3001, Tinker AFB, Oklahoma > > dsn: 336-2473 comm: 405-736-2473 mobile: 405-245-9562 > > > > > > -----Original Message----- > > From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Sent: Friday, July 05, 2002 10:34 PM > > To: POI Users List > > Subject: Re: IllegalMonitorStateException > > > > > > Thats a threading error. POI isn't threaded. That totally makes no > > sense. I bet its a cooincidence as to where its > > happening. Please provide: > > > > 1. JDK version > > 2. Servlet container version > > 3. OS version > > 4. Hardware statistics. > > > > -Andy > > > > Shawn Laubach wrote: > > > > >Inside a class being called by a servlet, I'm getting a > > >IllegalMonitorStateException thrown. I've narrowed it down to three > lines > > >of code where it is occuring. A row.createCell, cell.setCellValue, and > > >cell.setCellStyle calls. I haven't had time to narrow it down any > furthur. > > >What I'm curious about, is why it would be thrown anyways. I've just > > >started using the 1.8 dev release and I plan to try the 1.7 release next > > >chance to see if that works. > > > > > >BTW, it runs fine standalone and other similar code runs fine both > > >standalone and as a servlet. > > > > > >Shawn > > > > > > > > >-- > > >To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > >For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > http://www.superlinksoftware.com - software solutions for business > http://jakarta.apache.org/poi - Excel/Word/OLE 2 Compound Document in > Java > http://krysalis.sourceforge.net/centipede - the best build/project > structure > a guy/gal could have! - Make Ant simple on complex > Projects! > The avalanche has already started. It is too late for the pebbles to > vote. > -Ambassador Kosh > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- http://www.superlinksoftware.com - software solutions for business http://jakarta.apache.org/poi - Excel/Word/OLE 2 Compound Document in Java http://krysalis.sourceforge.net/centipede - the best build/project structure a guy/gal could have! - Make Ant simple on complex Projects! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
