Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Known issues | ||||||||
Line: 17 to 17 | ||||||||
The workaround consists on running YAIM every time one of the above packages is update. | ||||||||
Changed: | ||||||||
< < | Configuration error: cannot get instance of CommandManager: org/glite/lb/LBException | |||||||
> > | Configuration error: cannot get instance of CommandManager: org/glite/lb/LBException | |||||||
This issue occurs in one of the following cases: | ||||||||
Changed: | ||||||||
< < |
ln -s /usr/share/java/glite-lb-client-java.jar /var/lib/tomcat*/webapps/ce-cream/WEB-INF/lib
| |||||||
> > |
| |||||||
Changed: | ||||||||
< < | SEVERE: A web application created a ThreadLocal ... but failed to remove it when the web application was stopped | |||||||
> > | The workaround consists on creating a symbolic link in the web application deployment directory:
ln -sf /usr/lib/java/glite-lb-client-java.jar /var/lib/tomcat*/webapps/ce-cream/WEB-INF/lib SEVERE: A web application created a ThreadLocal ... but failed to remove it when the web application was stopped | |||||||
This error is reported only by tomcat6 when the server container is being shutting down. Even if the message shows a memory leak this issue doesn't occur when the server is running. |