掲示板

ThemeAutoDeployer:78 error

thumbnail
14年前 に cometta cometta cometta によって更新されました。

ThemeAutoDeployer:78 error

Regular Member 投稿: 109 参加年月日: 09/04/27 最新の投稿
i able to run liferay without below error on my development machine.after that i move entire folder to production machine and when i start up tomcat, i get below error. I already tried delete fiels inside tomcat/temp/ folder but the same error still appear after i restarted tomcat. any help would be appeciated






16:27:46,864 WARN [PortletLocalServiceImpl:413] Portlet with the name 2 is desc
ribed in portlet.xml but does not have a matching entry in liferay-portlet.xml
16:27:48,552 INFO [HotDeployUtil:64] Initializing hot deploy manager 4728840
16:27:48,677 ERROR [ThemeAutoDeployer:78]
java.io.FileNotFoundException: D:\collection_liferay_5.2.3\bundles\tomcat-6.0.18
\temp\liferay\com\liferay\portal\deploy\dependencies\util-taglib.jar (The reques
ted operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at com.liferay.portal.deploy.DeployUtil._getResourcePath(DeployUtil.java
:160)
at com.liferay.portal.deploy.DeployUtil.getResourcePath(DeployUtil.java:
93)
at com.liferay.portal.deploy.auto.ThemeAutoDeployer.<init>(ThemeAutoDepl
oyer.java:71)
at com.liferay.portal.deploy.auto.ThemeAutoDeployListener.<init>(ThemeAu
toDeployListener.java:41)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.liferay.portal.events.GlobalStartupAction.getAutoDeployListeners(
GlobalStartupAction.java:71)
at com.liferay.portal.events.GlobalStartupAction.run(GlobalStartupAction
.java:146)
at com.liferay.portal.events.EventsProcessorImpl.processEvent(EventsProc
essorImpl.java:117)
at com.liferay.portal.events.EventsProcessorImpl.process(EventsProcessor
Impl.java:69)
at com.liferay.portal.events.EventsProcessorUtil.process(EventsProcessor
Util.java:43)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:512)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
java:1172)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:99
2)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
t.java:4058)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
371)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
1)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)

at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:627)


thumbnail
14年前 に cometta cometta cometta によって更新されました。

RE: ThemeAutoDeployer:78 error

Regular Member 投稿: 109 参加年月日: 09/04/27 最新の投稿
the error doest make sense because when i physical using explorer to find the file, i can see it in directory

D:\collection_liferay_5.2.3\bundles\tomcat-6.0.18
\temp\liferay\com\liferay\portal\deploy\dependencies\util-taglib.jar

what is wrong?
14年前 に Vesselina Bakalov によって更新されました。

RE: ThemeAutoDeployer:78 error

New Member 投稿: 7 参加年月日: 09/04/08 最新の投稿
Please let me know if you solved this. I have similar problem. It works on my local machine but when we move this to PROD it gives me the error:

java.io.FileNotFoundException: /liferay/com/liferay/portal/deploy/dependencies/util-java.jar (No such file or directory)


And the jar is under the WEB-INF\lib under liferay.

Thanks.
thumbnail
14年前 に cometta cometta cometta によって更新されました。

RE: ThemeAutoDeployer:78 error

Regular Member 投稿: 109 参加年月日: 09/04/27 最新の投稿
nope. havent solved. looking for feedback from others..
thumbnail
14年前 に Ricky Bobby によって更新されました。

RE: ThemeAutoDeployer:78 error

Junior Member 投稿: 32 参加年月日: 06/07/31 最新の投稿
Same problem here. Still looking for the solution.