Assigned
Status Update
Comments
pi...@google.com <pi...@google.com> #2
From
public synchronized void onResponseStarted(UrlRequest request, UrlResponseInfo info) {
if (request != currentUrlRequest) {
return;
}
responseInfo = info;
operation.open();
}
The HttpEngineNativeProvider
ri...@gmail.com <ri...@gmail.com> #3
Greetings, colibie! You haven't added a comment to this issue in a while. Please do so! If you don't plan to work on this issue anymore, unassign it so I can find a new owner!
Automated by Blunderbuss job cronet_sheriff_blunderbuss_autoassigner for component 1456244.
Automated by Blunderbuss job cronet_sheriff_blunderbuss_autoassigner for component 1456244.
Description
Problem you have encountered: Unsupported PL/Java extension uncovered as I tried to run a database install script for one of my products (Pega Infinity version 8.3)
What you expected to happen: The install script would run without problem.
Steps to reproduce: Execute the tutorial here (
Other information (workarounds you have tried, documentation consulted, etc): Currently trying to modify the install to exclude the UDF load and see what happens. I thought about trying to download and install the package from Github but this seemed like something that should be an issue to be raised.