Fórum

URL running error of Liferay CE 6.1.2 on Websphere application server

Rajneesh Parashar, modificado 6 Anos atrás.

URL running error of Liferay CE 6.1.2 on Websphere application server

New Member Postagens: 4 Data de Entrada: 25/06/17 Postagens Recentes
I have followed the steps mentioned in below URL to deploy LiferayCE 6.1.2 on webspeher 8.5 and shown the message that successfully installed as per below result:
https://dev.liferay.com/discover/deployment/-/knowledge_base/6-2/installing-liferay-on-websphere-8-5#database-configuration

Results:
Installing...
If there are enterprise beans in the application, the EJB deployment process can take several minutes. Do not save the configuration until the process completes.
Check the SystemOut.log on the deployment manager or server where the application is deployed for specific information about the EJB deployment process as it occurs.
ADMA5016I: Installation of liferay-portal-6_1_2_war started.
ADMA5067I: Resource validation for application liferay-portal-6_1_2_war completed successfully.
ADMA5058I: Application and module versions are validated with versions of deployment targets.
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
ADMA5081I: The bootstrap address for client module is configured in the WebSphere Application Server repository.
ADMA5053I: The library references for the installed optional package are created.
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
ADMA5001I: The application binaries are saved in C:\IBM\WebSphere\AppServer\profiles\AppSrv01\wstemp\3063023\workspace\cells\WIN-KJVVB3KBGRMNode01Cell\applications\liferay-portal-6_1_2_war.ear\liferay-portal-6_1_2_war.ear
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
SECJ0400I: Successfully updated the application liferay-portal-6_1_2_war with the appContextIDForSecurity information.
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
ADMA5005I: The application liferay-portal-6_1_2_war is configured in the WebSphere Application Server repository.
ADMA5113I: Activation plan created successfully.
ADMA5011I: The cleanup of the temp directory for application liferay-portal-6_1_2_war is complete.
ADMA5013I: Application liferay-portal-6_1_2_war installed successfully.
Application liferay-portal-6_1_2_war installed successfully.
To start the application, first save changes to the master configuration.
Changes have been made to your local configuration. You can:
• Save directly to the master configuration.
• Review changes before saving or discarding.

But after deployment, when opening URL http://localhost:9081/ or with root context liferay http://localhost:9081/liferay , its showing the below error.
Error 500: javax.servlet.ServletException: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
Can anyone help me urgently as i have urgent release in next 24 hours
thumbnail
Raja Seth, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

Regular Member Postagens: 233 Data de Entrada: 18/08/11 Postagens Recentes
Hi Rajneesh,

Please find the link which is for 6.1 :

https://dev.liferay.com/discover/portal/-/knowledge_base/6-1/installing-liferay-on-websphere-8-0

Regards,
Raja
Rajneesh Parashar, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

New Member Postagens: 4 Data de Entrada: 25/06/17 Postagens Recentes
Hi Raja,

I have tried the same steps mentioned in your URL but still the same error.
Rajneesh Parashar, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

New Member Postagens: 4 Data de Entrada: 25/06/17 Postagens Recentes
Hi ,

I have also tried to install liferay 6.2 which is also got succced like mentioned above but when trying to browse then getting below error.

Error Page Exception
SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below.


Original Exception:
Error Message: javax.servlet.ServletException: Filter [Invoker Filter - REQUEST]: Could not find required filter class - com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.class
Error Code: 500
Target Servlet: com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor
Error Stack:
java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter
at java.beans.Beans.instantiate(Beans.java:195)
at java.beans.Beans.instantiate(Beans.java:80)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:533)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:475)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterInstanceWrapper(WebAppFilterManager.java:308)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java:380)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:892)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3761)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:976)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:283)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1862)




Error Page Exception:
Error Message: javax.servlet.ServletException: Filter [Invoker Filter - ERROR]: Could not find required filter class - com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.class
Error Code: 0
Target Servlet:
Error Stack:
java.lang.ClassNotFoundException: class java.lang.ClassNotFoundException: com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter
at java.beans.Beans.instantiate(Beans.java:195)
at java.beans.Beans.instantiate(Beans.java:80)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:533)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:475)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterInstanceWrapper(WebAppFilterManager.java:308)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java:380)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:895)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:194)
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:3263)
at com.ibm.ws.webcontainer.webapp.WebApp.handleException(WebApp.java:3791)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3772)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:976)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:283)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1862)

please help to fix the issue.
thumbnail
Raja Seth, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

Regular Member Postagens: 233 Data de Entrada: 18/08/11 Postagens Recentes
HI Rajneesh,

I cross checked on liferay site and found that there are chances that CE is not compatible as the document is giving in context of EE.

Regards,
Raja
Rajneesh Parashar, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

New Member Postagens: 4 Data de Entrada: 25/06/17 Postagens Recentes
Thanks Raja. it was compatibility issue where WAS 8.5 supports to Liferay 6.2 and i was trying to install LIferay6.1. now i have deployed Liferay 6.2.5 on websphere application server 8.5 and its working fine .. thanks for your support.
thumbnail
Raja Seth, modificado 5 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

Regular Member Postagens: 233 Data de Entrada: 18/08/11 Postagens Recentes
Rajneesh Parashar:
Thanks Raja. it was compatibility issue where WAS 8.5 supports to Liferay 6.2 and i was trying to install LIferay6.1. now i have deployed Liferay 6.2.5 on websphere application server 8.5 and its working fine .. thanks for your support.


Ur Welcome !!!
thumbnail
Byran Zaugg, modificado 6 Anos atrás.

RE: URL running error of Liferay CE 6.1.2 on Websphere application server

Expert Postagens: 252 Data de Entrada: 06/04/12 Postagens Recentes
This forum is for the AlloyUI JavaScript framework. You'd get better support from the Liferay Portal Development forum.