Kbase P27269: Using Open Client Toolkit, Getting Java exception due to null value returned from call
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows 2000
Windows XP
Progress 9.1B
SYMPTOM(s):
Using Open Client Toolkit
Getting Java exception due to null value returned from call
CAUSE:
A single proxy object was being shared by multiple threads and no synchronization between the threads existed
FIX:
Modify the application source code and implement synchronization for the proxy object so that only a single call will be active between all threads