Actions
Bug #3206
closedecogrid error message occurs when running disconnected from network
Start date:
04/03/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3206
Description
[java] ERROR (org.ecoinformatics.seek.datasource.EcogridDataCacheItem:cleanUpCache:373) Couldn't close the output stream to cache file null
[java] *** EcogridUtils readXMLFile2DOM - file /Users/crawl/.kepler/cache//cachedata/urn.lsid.localhost.cb8a2275.0.0 does not exist or is zero length!
[java] getEndpoint - ENDPOINT attr is null.
To reproduce:
1. remove kepler cache
2. disconnect from network
3. start kepler
Updated by Jing Tao over 16 years ago
I followed the procedure and duplicated this error message. However, i didn't see it hurt anything. I took a look at the code and found the message level should be warn rather than error. So I decreased the debug level and it only show a warn message.
Actions