Installation on Ubuntu/Linux#302
|
|
Hi all, I have downloaded and followed the instruction to install the Mingle server on Ubuntu 7.04. I am getting an issue where running ./MingleServer start causes the output: danr@Kryten:/var/mingle$ ./MingleServer start And the content of that file: Exception in thread “main” java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher I have JDK 1.6 installed via Ubuntu’s package manager, after investigation I have amended the relevant environment variables: danr@Kryten:/var/mingle$ echo $PATH Does anyone have any ideas? |
|
|
No takers? I imagine this is an easy fix so please forgive me for asking but I haven’t been able to get anywhere with this. Could anybody point me in the right direction? |
|
|
I’m having the same trouble Dan. Have you had any luck in the last few weeks? |
|
|
Hi All - These are most likely permissions problems. Here’s what we recommend: 1. Create a standard unix account ( account without any superuser privileges ),eg a user called “mingle” with a dedicated group. ( ie not in a unix group that is shared with other user. ) |
|
|
Thanks for the response Dan, but I’m not so sure it’s permissions. I’ve tried a few things – setting up a user as above, running as root, chmoding all to a+rwx, removing gcj off the machine entirely – all with no luck. Mingle is set to run on port 8080 but doesn’t seem to get to that point. For what it’s worth, Mingle 1.0 worked (and still works fine). I’m going to keep trying and I’ll post in this thread if I find anything. |
|
|
I’m also getting the same error installing on Red Hat Enterprise setup the user and group mingle:mingle with mingle installed in /opt/mingle anyone solved this yet? or heard from ThoughtWorks? |
|
|
Hi, Dan and bradx3 and Matt I’m doing some investigation on this problem. Can you guys help me to check out the following things? 1. Check file names and sizes under mingle/.install4j. They should be something like this: wpc$ pwd 2. Check the mingle.properties. Are the port and dataDir all set as you want? 3. If you are using JDK installed by apt-get, try changing to the old ’.bin’ distribution from Sun. |
|
|
Hi folks, I have got the exact same setup (Ubuntu 7.04 and bundled java-6-sun-1.6.0.00, mingle installed under /opt/mingle owned by normal user). It works fine for me. Dumping my env and console output if it helps investigate the problem. echo $JAVA_HOME bhavin@bhavin:/opt/mingle$ cat nohup.out |
|
|
Hi, unfortunately I’ve deleted my install of the old version, so I can’t get that information WPC. For what it’s worth though, the latest release (build 5516) upgraded and worked with no problems. Might be worth a shot for other people having problems on Ubuntu. |
|
|
Hi, I found one solution that works for me. Edit the MingleServer and look for -Djruby.compile.mode=OFF italics It works second time. |
