johnb9682
Results
1
comments of
johnb9682
Think the root cause might be missing _EnvironmentFactory_ stated in ApiProxy.java. envFactory is null. ``` ApiProxy.Environment threadLocalEnvironment = (ApiProxy.Environment)environmentThreadLocal.get(); if (threadLocalEnvironment != null) { return threadLocalEnvironment; } else { ApiProxy.EnvironmentFactory...