Hi all,
I'm trying to integrate BI Launchpad 4.1 SP 4 into SAP Portal 7.3 and followed the instructions in Portal Integration Kit Installation and Deployment Guide for SAP iView document.
After importing par file and using PAR Migration Tool to create an EAR file, we executed Deploy command according to the instructions (deploy <user>:<password>@<host>:<P4Port> <ArchivePath> [-no_start] ) but faced the following exception.
#2.0 #2014 12 10 17:49:35:118#+0330#Info#/System/Server/Deployment#
###C000AC12490E00000000000042A6CDF5###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##
Obtaining Deployment Manager#
#2.0 #2014 12 10 17:49:35:220#+0330#Error#/System/Server/Deployment#
###C000AC12490E00000000000142A6CDF5###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##
Error occurred while performing DEPLOY: java.lang.NullPointerException: while trying to invoke the method javax.naming.Context.close() of an object loaded from field com.sap.engine.deployment.proxy.DeploymentProxyImpl.ctx of an object loaded from local variable 'this'
at com.sap.engine.deployment.proxy.DeploymentProxyImpl.disconnect(DeploymentProxyImpl.java:609)
at com.sap.engine.deployment.SAPDeploymentManager.checkConnection(SAPDeploymentManager.java:746)
at com.sap.engine.deployment.SAPDeploymentManager.getTargets(SAPDeploymentManager.java:78)
at com.sap.engine.deployment.DMClient.deploy(DMClient.java:96)
at com.sap.engine.deployment.DMClient.main(DMClient.java:210)
I'd appreciate any help on the issue.