BSSV error

TimPierce

Reputable Poster
Hi All,

We're in the middle of our 9.0 --> 9.2 upgrade and we're trying to get a BSSV working that we just moved over to 9.2.

It seems to build and compile successfully, but when I try and test it locally I get the following message:-


java.io.IOException: Unable to find the configure file jdelog.properties
at com.jdedwards.base.util.IniFileLoader.getAbsoluteFileName_NoConfig(Unknown Source)
at com.jdedwards.base.logging.JdeLog.configure(Unknown Source)
at com.jdedwards.base.logging.JdeLog.<clinit>(Unknown Source)
at oracle.e1.bssvfoundation.impl.jdenet.CallSBFMsgPackets.<clinit>(Unknown Source)
at oracle.e1.bssvfoundation.impl.jdenet.CallSBFHandler.callSBF(Unknown Source)
at oracle.e1.bssvfoundation.base.TestBusinessService.callBSSVWithXMLFile(Unknown Source)
at oracle.e1.bssv.JC550001.TestSendEmailBSSV.main(TestSendEmailBSSV.java:14)
Authentication Failure for BSSV request. Could not get Principal.
Process exited with exit code 0.
Debugger disconnected from local process.



Anyone got any ideas what the resolution might be? The jdelog.properties seems ok as far as I can tell.

Thanks,

Tim.
 
Hi Tim

I am also facing the exact same issue in JDE 9.2 using Jdeveloper 12c, are you able to resolve it or found any solution so far?

Thakns
 
After strugling for 4 hours i found that loaded classpath contains wrong path of SBF Config C:\E910\DV910\ini\sbf instead of C:\E920\DV920\ini\sbf

I simply change that from project file .jpr and it works !
 
After strugling for 4 hours i found that loaded classpath contains wrong path of SBF Config C:\E910\DV910\ini\sbf instead of C:\E920\DV920\ini\sbf

I simply change that from project file .jpr and it works !

Hi Shaqeel,

Yes I think our eventual solution was similar.

Tim.
 
Back
Top