11-10-2010 07:22 PM - edited 03-14-2019 06:52 AM
I've created a custom jar file and uploaded it through the AppAdmin page. I've restarted the services as well. If I attempt to debug a simple script remotely that does a start, delay 5 seconds, end. Everything works fine.
If I create an object of a type that is in my custom jar file, and don't even use it, I get the error "Error unmarshaling return header; nested exception is: java.net.SocketException: Connection reset".
Once again, I don't even have to use the object, I just create it, and I get the error. I compiled my jar under the approved 1.6_17 JRE.
Any help is appreciated.
11-10-2010 07:26 PM
Sorry, wasn't all that clear. I get the error when I try to debug, even when I don't use the new variable. . .
11-12-2010 07:20 PM
Are you instantiating the object or just creating the object with a null value?
11-18-2010 11:16 PM
Hi James,
This error comes when custom class is not found by the workflow executor.
Anthony,
This error comes in both the cases - instantiate the object or just create the object with a null value.
But this gets resolved when you restart the engine, James - could you please double check if you restarted the engine.
HTH,
Prateek
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide