The following infos/problems/workarounds were detected/posted after Cougaar 10.4.6 was released.
Issues:
Tutorials build scripts do not work in the released
10.4.6. Error message is something like:
Exception in thread
"main" java.lang.NoClassDefFoundError:
org/cougaar/tools/build/AssetWriter
. To fix this, simply copy
clib/build.jar to the /lib directory.
New Bugs:
A rare deadlock is possible in the quo code (bug 3390). Fixed in
CVS.
Bug 3396: The DomainManager should close the InputStream when it
is done.
Community cache listeners are duplicated (bug 3389) Fixed in
CVS..
Community search filters not working (bug 3391). Fixed in
CVS.
Hierarchical community searches are slow (bug 3386). Fixed in
CVS.
Removed agents not completely removed from WP (bug 3397).
cougaar bug 3675: CircularQueue.toArray incorrectly copies
elements, causing occasional NPE in topology code on startup. See bug for fix or ask for a patch release.