Forums de discussion

Deployment Issue:Cache is not alive

thumbnail
Bikash Ghibila, modifié il y a 10 années.

Deployment Issue:Cache is not alive

Junior Member Publications: 60 Date d'inscription: 31/03/11 Publications récentes
Hi All,

We have had a critical issue.
When we deployed one of our portlet in the Liferay 6.1 Tomcat server(Community Edition).
We got the below error.


Keeping eye on the severity of the issue anticipating an early reply.

I am happy to provide you more information if u need.


Thanks In Advance.




com.liferay.portal.kernel.exception.SystemException: com.liferay.portal.kernel.dao.orm.ORMException: java.lang.IllegalStateException: The com.iic.redge.model.impl.VMS_ChannelLicenceManagementImpl Cache is not alive.
at com.liferay.portal.service.persistence.impl.BasePersistenceImpl.processException(BasePersistenceImpl.java:193)
at com.iic.redge.service.persistence.VMS_ChannelLicenceManagementPersistenceImpl.fetchBychannelId(VMS_ChannelLicenceManagementPersistenceImpl.java:666)
at com.iic.redge.service.persistence.VMS_ChannelLicenceManagementPersistenceImpl.fetchBychannelId(VMS_ChannelLicenceManagementPersistenceImpl.java:592)
at com.iic.redge.service.persistence.VMS_ChannelLicenceManagementPersistenceImpl.findBychannelId(VMS_ChannelLicenceManagementPersistenceImpl.java:561)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:320)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at com.liferay.portal.dao.shard.advice.ShardPersistenceAdvice.invoke(ShardPersistenceAdvice.java:52)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
thumbnail
subhash lamba, modifié il y a 10 années.

RE: Deployment Issue:Cache is not alive

Regular Member Publications: 136 Date d'inscription: 07/07/13 Publications récentes
Are you accessing you service jar from another portlet.
or you portlet accessing the jar files from another portlet?
thumbnail
Bikash Ghibila, modifié il y a 10 années.

RE: Deployment Issue:Cache is not alive

Junior Member Publications: 60 Date d'inscription: 31/03/11 Publications récentes
Thanks for your response,

Yes our portlet accessing the jar files from another portlet.

Could You please suggest any solution for this.


Thanks
Bikash
thumbnail
subhash lamba, modifié il y a 10 années.

RE: Deployment Issue:Cache is not alive

Regular Member Publications: 136 Date d'inscription: 07/07/13 Publications récentes
would you put service-jar file in lib/ext folder?
if not then put it.
and put service-jar also in portlet lib folder where you are using it.
refer this http://www.liferay.com/community/forums/-/message_boards/message/11912637 may help you.