Foros de discusión

Liferay6.1 set up on WAS liberty server

Prashant Deshpande, modificado hace 10 años.

Liferay6.1 set up on WAS liberty server

New Member Mensajes: 2 Fecha de incorporación: 7/01/14 Mensajes recientes
In our project set up we are installing liferay(war file) on WAS Liberty profile server.

We are facing following error

1.
java.lang.IllegalArgumentException: The system property deployer.app.server.type is not set
at com.liferay.portal.tools.deploy.BaseDeployer.checkArguments(BaseDeployer.java:226)

on basis of error log, we can conclude that liferay is not able to find "deployer.app.server.type" property value or getting it null.

We tried by setting this property value as "websphere" by looking into (ServerDetector.java) in portal-ext.properties still this issue is not resolved.

2. Also log shows many errors saying, The real path for jsps, images and theme is null,

[ServletContextUtil:111] Real path for /html/js/everything.jsp is null
[ServletContextUtil:111] Real path for /html/js/editor/ckeditor_creole.jsp is null
..........
..........
_SERVLET_CONTEXT_/html/themes/classic/templates/liferay/portal_normal.vm does not exist

Please suggest...
Prashant Deshpande, modificado hace 10 años.

RE: Liferay6.1 set up on WAS liberty server (Respuesta)

New Member Mensajes: 2 Fecha de incorporación: 7/01/14 Mensajes recientes
Hello All,

Error 2

has been resolved, and liferay portal has deployed successfully, can see home page, can navigate over the pages and control panel, and can add existing applications etc...

Error 1

java.lang.IllegalArgumentException: The system property deployer.app.server.type is not set
at com.liferay.portal.tools.deploy.BaseDeployer.checkArguments(BaseDeployer.java:226)

can not be resolved, as yet liferay does not support WAS LP 8.5 officially emoticon.