留言板

Problem Installing Liferay 7 GA4 Widlfy 10.0

Kevin Matthews,修改在6 年前。

Problem Installing Liferay 7 GA4 Widlfy 10.0

Expert 帖子: 253 加入日期: 16-1-25 最近的帖子
Hi I am having a problem installing liferay 7 GA4. Please see the log snippet. Is there a bug in liferay GA4 build.? Can someone help meemoticon

Environment:
Liferay Version: 7 GA4 Wildfly 10.0 on Windows 7.0.

When I extract the bundle and ran the standalone.bat on my windows machine the following error in the liferay.log

4:43:17,366 WARN [liferay/search_writer/SYSTEM_ENGINE-7][ProxyMessageListener:86] com.liferay.portal.kernel.search.SearchException: Unable to delete document com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_org.apache.felix.scr.ScrService
com.liferay.portal.kernel.search.SearchException: Unable to delete document com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_org.apache.felix.scr.ScrService
at com.liferay.portal.search.elasticsearch.internal.ElasticsearchIndexWriter.deleteDocument(ElasticsearchIndexWriter.java:135)
at sun.reflect.GeneratedMethodAccessor862.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.liferay.portal.kernel.messaging.proxy.ProxyRequest.execute(ProxyRequest.java:82)
at com.liferay.portal.kernel.messaging.proxy.ProxyMessageListener.receive(ProxyMessageListener.java:56)
at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:756)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:667)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Future got interrupted
at org.elasticsearch.action.support.AdapterActionFuture.actionGet(AdapterActionFuture.java:44)
at org.elasticsearch.action.ActionRequestBuilder.get(ActionRequestBuilder.java:67)
at com.liferay.portal.search.elasticsearch.internal.ElasticsearchIndexWriter.deleteDocument(ElasticsearchIndexWriter.java:123)
... 10 more
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:998)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:276)
at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:116)
at org.elasticsearch.action.support.AdapterActionFuture.actionGet(AdapterActionFuture.java:42)
... 12 more