Hi Andrea, Running Tomcat 5.5.15 with jdk 1_5_0_06 on Red Hat Linux, on two load-balanced servers. The postGIS db currently resides on a single desktop machine in our network; we just this week have postgreSQL/postGIS on our production db servers and will be moving the db's soon.
I don't really have more of an error log since it was so huge last time I just deleted it instead of trying to open it. Thanks, Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrea Aime Sent: Thursday, January 25, 2007 3:37 AM To: Chris Holmes Cc: Stephen Crawford; [EMAIL PROTECTED]; [email protected] Subject: Re: [Geoserver-users] Null pointer exception Chris Holmes ha scritto: > Let's ping GeoTools, as I remember some discussions about such things > there. > > Do you have a longer stack trace at all? And what was the last > release candidate that was working for you? > > thanks, > > Chris > > Stephen Crawford wrote: >> All, >> >> Well, it's happening again. This message writes to the logs, over >> and over every few milliseconds, and the log files quickly become >> many GIGS in >> size: >> >> 535035713 [WARNING] WeakCollection - NullPointerException >> java.lang.NullPointerException >> at >> org.geotools.util.WeakCollectionCleaner.run(WeakCollectionCleaner.jav >> a:76) I've narrowed it down to happening when I try to shutdown >> Tomcat to update files/settings/etc. The proccess never shuts down >> unless we kill it. I see... somehow the java runtime is no more behaving properly during shutdown. If the call in weakcollectioncleaner does not block anymore as stated in the javadoc ("Removes the next reference object in this queue, blocking until one becomes available.") the weak collection cleaner thread runs an infinite loop without ever blocking, no wonder it generates a ton of logs... Can you give me some more details on the operating system and jdk (minor version too)? I know we have had issues with the jdk distributed along with Gentoo (apparently it's not a normal Sun jdk). Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geoserver-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
