Friday, December 11, 2015

weblogic.utils.StackTraceDisabled.unknownMethod()

in recent (>= 12.1.2 ) versions of WLS, as stated in Oracle Doc ID 1624363.1:
"In production mode of WLS 12.1.2, the full Java exception stack trace is not returned to the ejb caller when an exception is thrown."
so all you get on the client is a "weblogic.utils.StackTraceDisabled.unknownMethod()"
Just add -Dweblogic.PrintStackTraceInProduction=true (I guess both on the client and on the server, if they are on different WLS instances...)


No comments: