This is a strange one, I am on Java 6 so that may be it (the program is called FirstProject from demo/example and it reprojects a shapefile) > Exception while removing reference: > java.util.concurrent.RejectedExecutionException > java.util.concurrent.RejectedExecutionException > at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) > at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) > at sun.awt.shell.Win32ShellFolder2$ComTask.execute(Unknown Source) > at sun.awt.shell.Win32ShellFolder2$FolderDisposer.dispose(Unknown > Source) > at sun.java2d.Disposer.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > java.util.concurrent.RejectedExecutionException > at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) > at java.util.concurrent.AbstractExecutorService.submit(Unknown Source) > at sun.awt.shell.Win32ShellFolder2$ComTask.execute(Unknown Source) > at sun.awt.shell.Win32ShellFolder2$FolderDisposer.dispose(Unknown > Source) > at sun.java2d.Disposer.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > Exception while removing reference: > java.util.concurrent.RejectedExecutionException Jesse is this a case where we need to "clean up" after a ShapefileDataStore with some magic undocumented api call?
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
