This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

If bamboo is launched via bambooconsole.bat on a windows x64 platform the 32 bit Tanuki Service wrapper throws an error

STATUS | wrapper  | 2008/11/27 19:32:19 | Launching a JVM...
INFO   | jvm 1    | 2008/11/27 19:32:23 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2008/11/27 19:32:23 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2008/11/27 19:32:23 |
INFO   | jvm 1    | 2008/11/27 19:32:23 |
INFO   | jvm 1    | 2008/11/27 19:32:23 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 1    | 2008/11/27 19:32:23 |           The file is located on the path at the following location but
INFO   | jvm 1    | 2008/11/27 19:32:23 |           could not be loaded:
INFO   | jvm 1    | 2008/11/27 19:32:23 |             C:\Documents and Settings\Administrator\Desktop\bamboo211\bin\..\lib\wrapper.dll
INFO   | jvm 1    | 2008/11/27 19:32:23 |           Please verify that the file is readable by the current user
INFO   | jvm 1    | 2008/11/27 19:32:23 |           and that the file has not been corrupted in any way.
INFO   | jvm 1    | 2008/11/27 19:32:23 |           One common cause of this problem is running a 32-bit version
INFO   | jvm 1    | 2008/11/27 19:32:23 |           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 1    | 2008/11/27 19:32:23 |           This is a 64-bit JVM.
INFO   | jvm 1    | 2008/11/27 19:32:23 |           Reported cause:
INFO   | jvm 1    | 2008/11/27 19:32:23 |             C:\Documents and Settings\Administrator\Desktop\bamboo211\lib\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 1    | 2008/11/27 19:32:23 |           System signals will not be handled correctly.
INFO   | jvm 1    | 2008/11/27 19:32:23 |
INFO   | jvm 1    | 2008/11/27 19:32:24 | 2008-11-27 19:32:24.737::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog

The reason is that the (free) wrapper is for x32bit systems only. A commercial x64 wrapper can be obtained from Tanuki.

Recent Bamboo versions (>=2.7) should work fine with the out-of-the-box version of wrapper.

  • No labels