I will look into the NPE. I've noticed lately that the WTK will sometimes hang during exit, leaving locks on things. I wonder if that is what you are seeing?
This leads to another question. I'm hearing complaints from people about the fact that by running emulation straight from the jar file, they are not able to make changes without shutting down the emulator first. The only solution I can think of for this is to always copy the JAD/JAR to a temporary location before pointing the emulator at that JAD/JAR. Since I won't know when the JAD/JAR is no longer necessary it would have to be left behind. Does this sound like something that I should consider doing? Thanks, Craig Markus Sinner wrote: > Try using "lsof -n|grep foo.jar" (or some other parameters) as root. > > Bill Gray schrieb: > >> Arg! It worked so well yesterday, but today the pain returns :) Log >> entry below. >> >> After the error, can't erase .eclipseme.tmp/emulation/foo.jar (in use) >> but can't figure out which process might still be using it. After >> shutting down Eclipse, <workspace>/.metadata/.lock still exists and >> cannot be deleted either. Time for a reboot! >> >> >> !ENTRY org.eclipse.core.resources 2 75 2007-08-15 15:24:02.565 >> !MESSAGE Errors during build. >> !SUBENTRY 1 eclipseme.core 2 75 2007-08-15 15:24:02.565 >> !MESSAGE Errors running builder 'Preverification' on project >> 'template_j2me_v2.2'. >> !SUBENTRY 1 eclipseme.core 2 75 2007-08-15 15:24:02.565 >> !MESSAGE java.lang.NullPointerException encountered while running >> Preverification. >> !STACK 0 >> java.lang.NullPointerException >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.g >> enerateDeployedManifest(PreverificationBuilder.java:349) >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.b >> uild(PreverificationBuilder.java:464) >> at >> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:62 >> 4) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.ja >> va:166) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.ja >> va:197) >> at >> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:24 >> 6) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.ja >> va:249) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManage >> r.java:302) >> at >> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:33 >> 4) >> at >> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java: >> 137) >> at >> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235) >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) >> >> >> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On >>> Behalf Of Craig Setera >>> Sent: Sunday, August 12, 2007 6:34 PM >>> To: '[email protected]' >>> Subject: [Eclipseme-users] New Test Version >>> >>> I've just placed a new test version on the web site at >>> http://eclipseme.org/testversions/ . This new version has >>> the following >>> changes: >>> >>> - Use of the new Antenna preprocessor from Omry Yadan (RFE >>> 1767692, 1649304. Bug 1754655) >>> - Guard against some builder NullPointerExceptions (Bug 1756699) >>> >>> Please take some time to check things out and report back >>> here with any problems. >>> >>> Thanks, >>> Craig >>> >>> >>> -------------------------------------------------------------- >>> ----------- >>> 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/ _______________________________________________ >>> Eclipseme-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >>> >>> >>> >> ------------------------------------------------------------------------- >> 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/ >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> >> > > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > Eclipseme-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > ------------------------------------------------------------------------- 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/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
