Agile PLM 935 File Manager not working

Hi All,

After setting up Agile 935 instance and configured SSL and Webservice Security, also SAML keys, I am getting error message like below while starting file manager. Please throw me some light on this:

com.sun.xml.wss.XWSSecurityException: Security Requirements not met – No Security header in message
at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.createMessage(SecurityRecipient.java:938)
at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.validateMessage(SecurityRecipient.java:252)
at com.sun.xml.wss.jaxws.impl.SecurityTubeBase.verifyInboundMessage(SecurityTubeBase.java:455)
at com.sun.xml.wss.jaxws.impl.SecurityClientTube.processClientResponsePacket(SecurityClientTube.java:434)
at com.agile.webfs.service.client.WebServiceWrapper.cacheDataFromAgile(WebServiceWrapper.java:166)
at com.agile.webfs.configuration.FMInformationStore.getInformationFromAgile(FMInformationStore.java:310)
at com.agile.webfs.configuration.FMInformationStore.initialize(FMInformationStore.java:151)
at com.agile.webfs.admin.FileManager.initializeFM(FileManager.java:380)
at com.agile.webfs.admin.FileManager.handleRequest(FileManager.java:97)
at com.agile.webfs.admin.FileManager.doGet(FileManager.java:91)

Add Comment
3 Answer(s)

try this, update the setDomainEnv.cmd file (WLS_Domain/bin directory) by adding the following line :

set JAVA_OPTIONS = -Djavax.xml.soap.MetaFactory=weblogic.xml.saaj.SAAJMetaFactoryImpl
Agile Angel Answered on March 18, 2016.
Add Comment

Thanks Paritosh, let me try this.

Agile User Answered on March 18, 2016.
Add Comment

Hi Paritosh,

I tried this, but no luck.

Regards,
Mahalakshmi

Agile User Answered on March 18, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.