-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.1 CE GA2
-
Fix Version/s: 6.1.1 CE GA2
-
Environment:CentOS release 6.3 (Final)
Liferay Portal Tomcat 6.1.0 CE GA1
Tomcat 7.0.23
Hi, I have problem....
- When server disk space got full and then start tomcat, it's error occur at catalina log as below
Aug 20, 2013 4:25:21 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /.../tomcat-7.0.23/webapps/xxx-portlet
Aug 20, 2013 4:25:21 PM org.apache.catalina.startup.ExpandWar copy
SEVERE: Error copying /.../tomcat-7.0.23/webapps/xxx-portlet/WEB-INF/tld/liferay-theme.tld to /.../tomcat-7.0.23/temp/21-xxx-portlet/WEB-INF/tld/liferay-theme.tld
java.io.IOException: No space left on device
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at sun.nio.ch.FileChannelImpl.transferToDirectly(Unknown Source)
at sun.nio.ch.FileChannelImpl.transferTo(Unknown Source)
at org.apache.catalina.startup.ExpandWar.copy(ExpandWar.java:284)
at org.apache.catalina.startup.ExpandWar.copy(ExpandWar.java:277)
at org.apache.catalina.startup.ExpandWar.copy(ExpandWar.java:277)
at org.apache.catalina.startup.ContextConfig.antiLocking(ContextConfig.java:764)
at org.apache.catalina.startup.ContextConfig.beforeStart(ContextConfig.java:807)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:304)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:401)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
at org.apache.catalina.startupAug 20, 2013 4:25:21 PM org.apache.coyote.AbstractProtocol start
- folder /.../tomcat-7.0.23/temp/21-xxx-portlet may exists(but not complete) or not
- and then shutdown tomcat, this portlet does not exist in list of unregistered
- and after shutdown finish, this portlet deleted from webapps folder!!
What happen with this portlet? Why shutdown action make the portlet gone?
Please Help,
MUii