I think I figured it out... I had a system.exit() as the last line in my script! Left over from something else :-(
On Mon, Mar 19, 2012 at 8:54 PM, Jay Flowers <[email protected]> wrote: > Yep :-( Same version... > > > On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka <[email protected]> wrote: > >> Sorry, no idea. Grasping at straws here: Do your CLI and Jenkins have >> the same version? >> >> -- Sami >> >> 2012/3/19 Jay Flowers <[email protected]>: >> > When I execute a simple groovy script over the CLI the server crashes >> with >> > this error: >> > >> > Exception in thread "jI_GarbageCollector" >> java.lang.NoClassDefFoundError: >> > org/jinterop/dcom/core/JISession >> > at org.jinterop.dcom.core.JISession$1.run(JISession.java:106) >> > at java.lang.Thread.run(Thread.java:662) >> > Exception in thread "Timer-0" java.lang.NoClassDefFoundError: >> > org/jinterop/dcom/core/JISession >> > at >> > >> org.jinterop.dcom.core.JISession$Release_References_TimerTask.run(JISession.java:251) >> > at java.util.TimerThread.mainLoop(Timer.java:512) >> > at java.util.TimerThread.run(Timer.java:462) >> > >> > >> > Anyone know what I might be doing wrong? >> > >> > This is just a play server so I am starting it with a little batch file: >> > >> > >> > SET SVN_BIN=%ProgramFiles.32.Path%\Subversion\bin >> > set ORACLE_BIN=C:\Oracle\OracleXE\app\oracle\product\10.2.0\server\bin >> > set ORACLE_SID=XE >> > set >> > >> TNS_ADMIN=C:\Oracle\OracleXE\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.ora >> > SET JAVA_HOME=C:\Java\JRockitJDK28.2.2 >> > >> > SET >> > >> PATH=C:\Java\JRockitJDK28.2.2\bin;C:\Java\JRockitJDK28.2.2;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;%SVN_BIN%;C:\bin;%ORACLE_BIN% >> > >> > java -Xmx512m -XX:MaxPermSize=512m -jar jenkins.war >> > >> > -- >> > Jay Flowers >> > ---------------------------------------------------------------------- >> > http://jayflowers.com >> > --------------------------------------------------------------------- >> > > > > -- > Jay Flowers > ---------------------------------------------------------------------- > http://jayflowers.com > --------------------------------------------------------------------- > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com ---------------------------------------------------------------------
