Filenet API stalling from Peoplesoft

18 Views Asked by At

We just installed new version of Peoplesoft. The Java version went from 1.8 to Java 11. The Java Filenet P8 API was working on the server, but it stalling at the createSubject. Nothing is showing on the Filenet P8 side. We can't find anything on the PS side. Certs have been updated and the sercurity in the cert is available in Java 11. I can run this from my machine and local Linux machine. Any ideas to why it would be stalling?

this.con = com.filenet.api.core.Factory.Connection.getConnection("https://hostname:port/wsi/FNCEWS40MTOM/"); Subject localSubject = com.filenet.api.util.UserContext.createSubject(this.con, login, password, FileNetP8WSI);

thanks, Matt

I created a local Java API on my machine, and I have no problem connecting.

0

There are 0 best solutions below