Hi Experts
I am getting JSPM errors while deploying external drivers in SAP PI 7.3.1 application server. I have searched in sdn for similar kind of issues. I couldn't find relevant fix for this issue.
PI: SAP PI 7.3.1 Single Stack
OS: Windows 2008 R2 Enterprise (x64)
DB: Oracle 11.2.0.3.0
Java: java version "1.6.0_45", Java(TM) SE Runtime Environment (build 1.6.0_45-b06), Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
I referred SAP Note 1138877 - How to Deploy External Drivers JDBC/JMS. As per the note I have created SAPXI3RDPARTY00_0.sca\DEPLOYARCHIVES\com.sap.aii.adapter.lib.sda file.
JSPM Errors - S:\usr\sap\PRD\J00\j2ee\JSPM\log\log_2013_08_02_15_27_04
<!--LOGHEADER[END]/-->
Aug 2, 2013 3:28:39 PM Error: com.sap.ASJ.dpl_api.001226 Could not establish connection to AS Java on [sappi:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [test], or the specified principal has no permissions to perform JNDI related operations.
Aug 2, 2013 3:32:04 PM Info: com.sap.ASJ.dpl_api.001243 component version handling rule is [UpdateAllVersions].
Aug 2, 2013 3:32:04 PM Info: com.sap.ASJ.dpl_api.001244 deployment workflow strategy is [normal deploy strategy].
Aug 2, 2013 3:32:06 PM Info: com.sap.ASJ.dpl_api.001249 +++ Validation finished with status [Success] +++ [
===== Summary - Validate(1/1) Result - Start =====
------------------------
Type | Status : Count
------------------------
> SCA(s)
> SDA(s)
- [Admitted] : [1]
------------------------
------------------------
Type | Status : Id
------------------------
> SCA(s)
> SDA(s)
- [Admitted] : name: 'com.sap.aii.adapter.lib', vendor: 'sap.com',
------------------------
===== Summary - Validate(1/1) Result - End =====
]
Aug 2, 2013 3:34:09 PM Info: com.sap.ASJ.dpl_api.001046 +++ Server is being restarted for offline deploy +++. The currently set engine start timeout is [7200] seconds.
Aug 2, 2013 3:34:09 PM Info: com.sap.ASJ.dpl_api.001074 +++ Wait for server response +++. Deploying offline [0] seconds. Will timeout in [7200] seconds.
Aug 2, 2013 3:34:09 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. Error. Server process is down or disconnected from ICM. Check server process traces and ICM logs for details. Error message: the requested server is not available. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:11 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. No alive connection. Check state of the server. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:13 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. No alive connection. Check state of the server. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:15 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. No alive connection. Check state of the server. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:17 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. No alive connection. Check state of the server. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:27 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. Cannot establish connection with any of the available profiles:
url=sappi:50004 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.168.2.2 and port: 50004
Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network.. Check if the host and port specified are correct and AS Java is up and running.
Aug 2, 2013 3:34:29 PM Info: com.sap.ASJ.dpl_api.001074 +++ Wait for server response +++. Deploying offline [19] seconds. Will timeout in [7180] seconds.
Aug 2, 2013 3:34:30 PM Error: com.sap.ASJ.dpl_api.001224 Could not establish connection to AS Java on [sappi:50004]. Cannot establish connection with any of the available profiles:
url=sappi:50004 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.168.2.2 and port: 50004
Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network.. Check if the host and port specified are correct and AS Java is up and running.
Thanks
Phani Akella