By: Thomas Maerz user 04 Jan 2017 at 2:52 p.m. CST

2 Responses
Thomas Maerz gravatar
Hi, I have hit another hang up getting Oracle Fusion Apps SP trust relationship working, maybe you guys have some ideas. The idP is accepting the user credentials and passing them to the SP but then the SP is timing out: ``` [2017-01-03T14:14:29.663+00:00] [wls_oif1] [ERROR] [FED-15115] [oracle.security.fed.http.flow.profiles.sp.SendSoapRequestSSOResponseHandler] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 005HJ57YsuM2zGiLp6K6yY0002KD000Lqm,0:3] [APP: OIF#11.1.1.2.0] [DSID: 0000L_^fVQm2zGiLp6L6iY1O9zH80003_g] Error while interacting with remote providers via SOAP protocol.[[oracle.security.fed.util.soap.SOAPException: java.net.SocketTimeoutException: Read timed out ``` When this happens, the SP is trying to hit on https://<idpURL>:9443, which I assume is for artifact resolution as per my default gluu metadata, but 9443 is not listening on my instance. ``` gluu-server-2.4.3 is running... logging in... Welcome to the Gluu Server! GLUU.root@gluu:~# netstat -anp | grep 9443 GLUU.root@gluu:~# ``` Is there something that needs to be done to enable another process for artifact resolution? Up until now it appears that I haven't needed it. Is it even supposed to be on port 9443? I see no mention of port 9443 in the docs.

By Michael Schwartz Account Admin 04 Jan 2017 at 3:12 p.m. CST

Michael Schwartz gravatar
Oracle Fusion is one of the only apps that uses Artifact Resolution. It's not configured by default. The fact that it's in the metadata is an error that's corrected in the next version. You'd have to dig into Shibboleth IDP documentation to figure out how to configure it. It's not a use case we're that interested in right now.

By Thomas Maerz user 04 Jan 2017 at 3:30 p.m. CST

Thomas Maerz gravatar
That answers my question! Thanks