Всем добрый день!
Может у кого возникала такая ситуация - всю голову сломал что с ней делать.
Ставлю 0DATA-CXF-EXT (через JSPM как новый компонент, без него по нотам не ставится патч на EP-RUNTIME, так как он патчит компонент, который собственно вынесен в 0DATA-CXF-EXT).
В логе VALIDATION_RESULT вижу:
Цитата:
Nov 22, 2012 7:14:24 PM [Info]: 0 developement components will be undeployed before deployment of selected software components.
Nov 22, 2012 7:14:24 PM [Info]: 0 developement components will be undeployed after deployment of selected software components.
Nov 22, 2012 7:14:24 PM [Info]: Connecting to Deploy Controller on host njc port 50004 with user j2ee_admin.
Nov 22, 2012 7:14:24 PM [Info]: Connection to AS Java on host njc, port 50004 is valid.
Nov 22, 2012 7:14:24 PM [Info]: You can find additional information in Deploy Controller log file C:\usr\sap\NJC\J00\j2ee\JSPM\log\log_2012_11_22_19_11_17\deploy_api.0.log.
Nov 22, 2012 7:14:24 PM [Info]: Deploy workflow strategy is normal deploy strategy
Nov 22, 2012 7:14:25 PM [Info]: Archive \\njc\sapmnt\trans\EPS\in\ODATACXFEXT05_0-20009755.SCA for component sap.com/ODATA-CXF-EXT was admitted for deployment
Nov 22, 2012 7:14:25 PM [Info]: There is offline deployment phase scheduled. AS Java will be restarted while the deployment is running.
Nov 22, 2012 7:14:25 PM [Info]: Validation passed successfully. See log C:\usr\sap\NJC\J00\j2ee\JSPM\log\log_2012_11_22_19_11_17\deploy_api.0.log for details.
Далее JSPM задумывается над deployment и вываливается в ошибку что не смог стартовать deployment.
В логе deploy_api.0 вижу следующее
Цитата:
Nov 22, 2012 7:12:27 PM Error: com.sap.ASJ.dpl_api.001226 Could not establish connection to AS Java on [njc:50004]. Cannot authenticate the user. Wrong or missing security credentials (password) for principal [test], or the specified principal has no permissions to perform JNDI related operations.
Nov 22, 2012 7:14:24 PM Info: com.sap.ASJ.dpl_api.001243 component version handling rule is [UpdateLowerOrChangedVersionsOnly].
Nov 22, 2012 7:14:24 PM Info: com.sap.ASJ.dpl_api.001244 deployment workflow strategy is [normal deploy strategy].
Nov 22, 2012 7:14:25 PM Info: com.sap.ASJ.dpl_api.001249 +++ Validation finished with status [Success] +++ [
===== Summary - Validate(1/1) Result - Start =====
...
Nov 22, 2012 7:15:26 PM Error: com.sap.ASJ.dpl_api.001041 Deployment Exception during deployment phase [DeploymentException], cause=[An error occurred while restarting the server.]
Nov 22, 2012 7:15:26 PM Error: com.sap.ASJ.dpl_api.001042 Deployment Items status: [
SAPJVM который в JSPM-е обновил.
Сам JSPM пишет следующее
Цитата:
Deployment error. See log C:\usr\sap\NJC\J00\j2ee\JSPM\log\log_2012_11_22_20_45_41\deploy_api.0.log for details. com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException. Reason: An error occurred while restarting the server. com.sap.engine.services.dc.cm.deploy.DeploymentException: An error occurred while restarting the server. com.sap.engine.services.dc.cm.server.spi.RestartServerService$RestartServerServiceException: [ERROR CODE DPL.DC.3154] An error occurred while restarting the AS Java Cluster. com.sap.engine.services.dc.jstartup.JStartupException: [ERROR CODE DPL.DC.3312] An error occurred while restarting the cluster using SAP control webservice on URI [http://localhost:50013/?wsdl]. javax.xml.ws.WebServiceException: Client protocol has thrown an exception. Protocol name is [Unknown]. See nested exception for details. com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Client protocol has thrown an exception. Protocol name is [Unknown]. See nested exception for details. java.lang.IllegalArgumentException: Implementation for Consumer Protocol with name [SecurityProtocol] is not registered in the client web services runtime. This protocol is required for normal web services client execution.
Оба порта и
http://localhost:50004 и
http://localhost:50013 отвечают.
BASETABLE и J2EEFRMW обновились нормально, SEVERCORE и ENGINEAPI вываливаются с той же ошибкой.
Чего можно подкрутить?
