Fórum

Auto deploy not working on Liferay 6.2 + WebSphere 8.5

Oscar OT, modificado 8 Anos atrás.

Auto deploy not working on Liferay 6.2 + WebSphere 8.5

New Member Mensagem: 1 Data de Entrada: 29/05/15 Postagens Recentes
Hi,

We are having problems with autodeploy..
Server : Websphere 8.5
Liferay : Liferay Portal Enterprise Edition 6.2.10 EE GA1

We leave test-portlet.war in ./deploy/ and a test-portlet.war is generated in (auto.deploy.dest.dir) directory, but we get the next exception.

INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: WASX7017E: Exception received while running file "C:\WINDOWS\TEMP\/20150529145455199GMCJNYIM.py"; exception information: com.ibm.bsf.BSFException: exception from Jython:

INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: Traceback (innermost last):
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: File "<string>", line 18, in ?
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: java.lang.IllegalArgumentException: WASX7122E: Expected "-" not found.
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output:
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: [-contents C:/Program Files (x86)/IBM/WebSphere/AppServer/profiles/AppSrv01/liferay/websphere-deploy/test-portlet.war -contextroot /test-portlet -operation update -usedefaultbindings]
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output:
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: ^
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output:
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: at com.ibm.ws.scripting.LanguageUtilities.throwIllegalArgException(LanguageUtilities.java:1174)

(...)

INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: WASX7122E: Expected "-" not found.
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output:
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: [-contents C:/Program Files (x86)/IBM/WebSphere/AppServer/profiles/AppSrv01/liferay/websphere-deploy/test-portlet.war -contextroot /test-portlet -operation update -usedefaultbindings]
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output:
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1779] Process output: ^
INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1790] Unsuccessfully executed command with an exit value of 105


Any idea on what's the problem?

Thanks.
thumbnail
David H Nebinger, modificado 8 Anos atrás.

RE: Auto deploy not working on Liferay 6.2 + WebSphere 8.5

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
I've always found using hot deploy in websphere and weblogic are a little "broken". It is often easier to use the "direct-deploy" build target to create a fully instrumented war that you can deploy using the consoles of these application servers.