JZOSVM - JVM completed with exit(3000).

General discussion on the JZOS batch launcher and toolkit
Post Reply
SteveBagshaw
Posts: 4
Joined: Thu Dec 30, 2004 7:16 pm
Location: UK

JZOSVM - JVM completed with exit(3000).

Post by SteveBagshaw »

Can someone please tell me what a return code of 3000 means?

Many thanks
Steve Question
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

3000 is not a return code from the JZOS launcher.
(All return codes from the JZOS launcher are accompanied by an error message written to the SYSOUT file, did you get any messsages?).

It is more likely that some Java code did this:

System.exit(3000);
SteveBagshaw
Posts: 4
Joined: Thu Dec 30, 2004 7:16 pm
Location: UK

Post by SteveBagshaw »

I think that you are correct - Application error somewhere.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Were you by chance running the "HelloWorld3000" class ? :)
SteveBagshaw
Posts: 4
Joined: Thu Dec 30, 2004 7:16 pm
Location: UK

Post by SteveBagshaw »

No I wasn't - it turned out to be an Application error.

Thanks for the quick support :)

Steve
Post Reply