Domino Java Agent running old code after saving

317 views Asked by At

I'm working on a domino server version 8.5.3 and I am calling a java agent A that makes another java agent B run on the server. Java agent B references a Java Script Library where most of the code is.

I've chamged the code in the Script Library, saved the script library and the agent separately. There are no compilation errors that I can see.

When I run the code (either directly agent B on the notes cliet or agent A on the server), the old version is running (I know because of a cunning system.out.println()).

It's driving me mad for two hours now. I've tried closing down client and designer, restarting the server, shutting agent manager off and then on, all to no avail.

Is there some magical cache which I could clear?

1

There are 1 answers

1
Andrew Magerman On

I solved the problem by starting both the script library and the agent from scratch, renaming everything in the process. What a pain.