Fallback Trigger Library JDBTRIG not loaded

boucha

Member
Hi,

I observe a very weird behavior and I don’t know what’s cause this…maybe you’ll be able to help me with that!!
I have a new table and, according to certain circumstances, I have several insertion to do in it. I did my insertions, save and everything is fine. I continue to do other insertions in the same button, and after my save, all my code disappears ... I attached the log file you ... could you tell me what my problem please?
It’s the fourth time that I reproduce it and it’s always the same log…
We have version 9.0

Is there a maximum of line of code that I can put in an object?

Thank you and have a nice day

Chantal Bouchard
 

Attachments

  • jdelog.jpg
    jdelog.jpg
    196.6 KB · Views: 13
Last edited:
We rebuild the trigger and did an update package with our new objects.

I don't have anymore those triggers errors but, sadly, it doesn't solve the proble that my code disappearing when I save it...here's the error and it seems relate with GBRSpec...here's the section of debugfile where the problem seems happening...



Thank you for your help!



Chantal



Jun 11 13:00:58.609064 - 10132/10624 MAIN_THREAD Entering InsertUpdateConsolidatedGBRSpec() for the event, 52887e8c-1fb5-4c28-a45e-8f789f868669
Jun 11 13:00:58.609065 - 10132/10624 MAIN_THREAD Inserting GBRRecord sequence 3082 in memory buffer.
Jun 11 13:00:58.609066 - 10132/10624 MAIN_THREAD Exiting InsertUpdateConsolidatedSpec()
Jun 11 13:00:58.609067 - 10132/10624 MAIN_THREAD Entering jdeSpecCommitEREvent()
Jun 11 13:00:58.609068 - 10132/10624 MAIN_THREAD Attempting to commit the GBRSPEC event, 52887e8c-1fb5-4c28-a45e-8f789f868669, to the database.
Jun 11 13:00:58.609069 - 10132/10624 MAIN_THREAD JDEMDSerializer0000015 - Entering getXMLFromCStruct.
Jun 11 13:01:05.594000 - 10132/10624 MAIN_THREAD JDEMDSerializer0000003 - encode return code is -1.
Jun 11 13:01:05.594001 - 10132/10624 MAIN_THREAD JDEMDSerializer0000030 - getXMLFromCStruct finished with error JDESPECRESULT_JAVAEXCEPTION.
Jun 11 13:01:05.594003 - 10132/10624 MAIN_THREAD While committing the GBRSPEC event, 52887e8c-1fb5-4c28-a45e-8f789f868669, the error, JDESPECRESULT_JAVAEXCEPTION, was encountered during XML serialization. Please see java logs for more information.
Jun 11 13:01:05.594005 - 10132/10624 MAIN_THREAD Clearing the cached event, 52887e8c-1fb5-4c28-a45e-8f789f868669, from the GBRSPEC handle.
Jun 11 13:01:05.594006 - 10132/10624 MAIN_THREAD Exiting jdeSpecCommitEREvent()
 
Chantal,

I'm not sure exactly what is being done. Are you coding a JDE Trigger on a custom table? What exactly is being attempted? Is this a change to an existing object or are you creating a new object? It is possible that the specifications are corrupt?

Maybe attaching some screen prints may help understanding what is being attempted and what is happening? Be careful to remove/cover any confidential information.
 
Looking at the screenshot, you are creating triggers on custom table. I see the same error in both the logs. Not sure where are these java logs.
Have you checked JDEDEBUG logs?

While committing the GBRSPEC event, 52887e8c-1fb5-4c28-a45e-8f789f868669, the error, JDESPECRESULT_JAVAEXCEPTION, was encountered during XML serialization. Please see java logs for more information.
 
Back
Top