|
|
|
Hello Robin, i tried your recommendation and had the same problem:
casgate@warx1:/opt$ sudo tar -xvvzf ~/wrapper-linux-x86-64-3.4.0.tar.gz casgate@warx1:/opt$ cd wrapper-linux-x86-64-3.4.0/bin casgate@warx1:/opt/wrapper-linux-x86-64-3.4.0/bin$ ./testwrapper start Starting Test Wrapper Sample Application with test action: .../opt/wrapper-linux-x86-64-3.4.0/bin/./wrapper: 1: Syntax error: "(" unexpected Waiting for Test Wrapper Sample Application.................. Test Wrapper Sample Application started. casgate@warx1:/opt/wrapper-linux-x86-64-3.4.0/bin$ ./testwrapper status Test Wrapper Sample Application is not running. I will try some other linux environments to see if the problem is consistent. What versions of Ubuntu and RHEL do you officially support? Thank you, -Jason- Thanks for the testing, we will contact JSW support to see if there is any workaround.
We've tested QuickBuild on Fedora Linux and Ubuntu for Intel based CPUs and it works fine. And we have many customers running QuickBuild on RHEL, SuSe and other variants of linux. As long as JDK5 is available, any linux version should be OK. Below is answer from JSW support:
I haven't heard of any problems on Ubuntu 8 using the wrapper, so I guess it should be working there as well. From the output you are seeing, that means there is something wrong with the wrapper binary file. This could be due to 2 reasons First please run file <wrapper binary> 1. If you get some output like this: bin/wrapper: data how did you transfer the files to the machine? in case you ftp'ed the file please make sure you sent the file in binary mode (not text/ascii mode) 2. otherwise you should get some output like this: bin/wrapper: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped this could mean that you are running not the correct wrapper binary for your plattform. Could you please verify the binary is the right one for your OS please confirm this by checking the output of "uname -a" If you think everything is correct and should be working, would you please send us the output of the "file" and "uname" command. Ok, so the problem was that the client box that i was attempting to use was a 32bit OS instead of a 64bit OS. (OS had been switched without my knowning.)
Sorry for the inconvenience. I have now successfully installed a client on both a 32 node & a 64 bit node. Feel free to mark this bug as "invalid" |
http://wrapper.tanukisoftware.org/download/3.4.0/wrapper-linux-x86-64-3.4.0.tar.gz
Extract and run "bin/testwrapper" to see if it works. If yes, we will upgrade to this version to fix the problem; otherwise, we will contact JSW support to see if there is any workaround.