Consultor Eletrônico



Kbase P121715: java.lang.StackOverflowError when opening a dictionary in EasyAsk DataWorkshop
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/1/2007
Status: Unverified

FACT(s) (Environment):

EasyAsk 9.6

SYMPTOM(s):

java.lang.StackOverflowError when opening a dictionary in DataWorkshop

CAUSE:

The dictionary has a self-contained node (for example, node 10066 references itself):
Node 10066, 1, EA_HIDDEN_SHOP/SAFETY/CUTTING/HAND TOOLS, 10177,10067,10073,10093,10100,10066

FIX:

Modify the dictionary so that the node does not reference itself:
Node 10066, 1, EA_HIDDEN_SHOP/SAFETY/CUTTING/HAND TOOLS, 10177,10067,10073,10093,10100
Ongoing code base has been changed so that a circular reference will not cause a stack overflow error