Hi all,
Environment BPM Suite 12.2.1.2, 2 node cluster BPM on single host.
Today we encountered propblems in calling the bpm case restservice over ${BPM_Server}/bpm/services/rest/cases. This results in a Request Failed response.
In de logs we see:
##<Jun 27, 2017, 9:43:00,831 AM CEST> <Error> <HTTP> <omlnlams393> <bpm_server2> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <005KikrXPgA4IvD5vBc9yX0004Ea0000uL> <1498549380831> <[severity-value: 8] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] > <BEA-101017> <[ServletContext@315362770[app:soa-infra module:/bpm/services path:null spec-version:3.1]] Root cause of ServletException.BPM-70203Error during ejb lookup from bpm services client.Error during lookup of local ejb CaseService .Contact Oracle support if exception can not be fixed.at oracle.bpm.client.impl.casemgmt.CaseManagementServiceLocalClient.getCaseService(CaseManagementServiceLocalClient.java:85)at oracle.bpm.rest.connectivity.CaseConnector.getCases(CaseConnector.java:172)at oracle.bpm.rest.webapp.CasesPath.getCases(CasesPath.java:111)...Caused By: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.CommunicationException: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms. [Login failed for an unknown reason: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">] [Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">]]...Caused By: javax.naming.CommunicationException: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms. [Login failed for an unknown reason: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">] [Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">]]at weblogic.jndi.WLInitialContextFactoryDelegate.throwRetryException(WLInitialContextFactoryDelegate.java:467)...Caused By: weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">]at weblogic.socket.Login.checkLoginSuccess(Login.java:131)...
Apparently something goes wrong in login getting the JNDI context. But I've no clue where and how this happens.
Any hints?
Thank you very much in advance,
Martien