Recent Posts by WPC

Subscribe to Recent Posts by WPC 18 post(s) found

Nov 27, 2008
Avatar WPC 18 post(s) #2732

Topic: Troubleshooting Installation of Mingle / Mingle 2.0.1 wont install on XP SP2

Hi, brookerrj

Because the “incorrect function” could caused by huge amount of reasons on your windows system. So I guess we could not give a standard answer for it. Here are some stuff I can suggest that may help find out the reason

  • Disable all network adapters before start MingleServer service. We have some report that bad configured network adapter can cause “incorrect function” problem. Disable all of adapter should make mingle service using internal loop network interface
  • If you login with domain account, try not log into domain.
  • Change MingleServer service run under your account instead of LocalSystem. You can change it on the second tab of the service properties dialog.
  • Make sure current login user is in the administrators group
  • Try turn off firewall if there is any. (Careful about the risk)
  • Try another machine ( This may be the final solution :-) )
 
Nov 24, 2008
Avatar WPC 18 post(s) #2708

Topic: Troubleshooting Installation of Mingle / Error during upgrade from 1.1 to 2.1

Hi, Tobias

Seem like you are with some problematic data. Can you exam logs (mingle.log and stderr.log) and post full stack trace here?

 
Nov 20, 2008
Avatar WPC 18 post(s) #2678

Topic: Troubleshooting Installation of Mingle / Password Strength Enforcement

password_format set to ‘strict’ is the way to do that. After set that user password is enforced to must be at least 5 character including a number and a symbol character, e.g. ”-”, ”.”, etc.

 
Nov 20, 2008
Avatar WPC 18 post(s) #2677

Topic: Troubleshooting Installation of Mingle / DB Connection issues

database.yml is under ‘config’ folder of your data directory. It should be there after first time you go through the install steps.

 
Nov 20, 2008
Avatar WPC 18 post(s) #2676

Topic: Troubleshooting Installation of Mingle / Can not send email...

From the log seems like PLAIN text authentication(which by default used by mingle) has been turn off on your smtp server. You may contact your smtp server administrator to get information on what type of authentication it supports.

 
Nov 20, 2008
Avatar WPC 18 post(s) #2675

Topic: Troubleshooting Installation of Mingle / can't setup project repository settings

hi, nodje

Have you make sure it is the same url used between your 2.0 and 2.1 instance? Do you have your repository upgrade recently (like to subverion 1.5)?

 
Nov 20, 2008
Avatar WPC 18 post(s) #2674

Topic: Troubleshooting Installation of Mingle / ./MingleServer start - Permission denied

hi, mick

I guess the problem is on your system unzip the mingle package haven’t keep the excutable attribute of file.
you can try

chmod +x ./MingleServer

BTW: using root to run mingle may not be a good idea. You could also setup another user to run it.

 
Nov 20, 2008
Avatar WPC 18 post(s) #2673

Topic: Troubleshooting Installation of Mingle / Mingle 2.0.1 wont install on XP SP2

hi, brookerrj

I suggest you cleanly uninstall mingle and reboot machine, then reinstall it again.

 
Oct 15, 2008
Avatar WPC 18 post(s) #2480

Topic: Troubleshooting Installation of Mingle / [resolved] Ubuntu installation -> "Invalid Char" error's in mingle.log

Setve, you are right

We have find out that this problem is caused by file permission issue ( though the error message is confusing :) )

 
Sep 17, 2008
Avatar WPC 18 post(s) #2331

Topic: Troubleshooting Installation of Mingle / Can't start Mingle service on XPsp2

Hi, Mitch

Seems like for unknown reason, mingle service is not correctly installed. You may try uninstall Mingle, delete mingle install folder, reboot windows, and reinstall mingle 2.01 again. Last time it fix my problem, but I don’t know it works for you or not.

WPC

 
Sep 17, 2008
Avatar WPC 18 post(s) #2330

Topic: Troubleshooting Installation of Mingle / keeps redirecting to /install

Hi, murtada

Without extra information, we really don’t know what happened. Can you tell us on which platform you installed mingle? If you are on Unix, can you make sure mingle data directory is a directory that use have writing permission? And maybe you can post the logs to us, which you can find under log directory of your mingle installation fold.

WPC

 
Aug 6, 2008
Avatar WPC 18 post(s) #2012

Topic: Troubleshooting Installation of Mingle / DB Connection issues

hi, bgallet

Have you change the database.yml manually? If you trying to do that, please taking care of the yaml format. If you are not a yaml expert, there is a simpler way to do this. Shutdown mingle server first, simply delete the database.yml file, start mingle server, and visit it through browser. Then mingle will promote you page of install configuration again. Click next button go to database configuration page input your mysql configuration again. After that mingle will regenerate your database.yml in a correct format.

Regards

WPC

 
Aug 6, 2008
Avatar WPC 18 post(s) #2009

Topic: Troubleshooting Installation of Mingle / Can I deploy mingle on bluehost?

Hi, Alex

Mingle is a ROR application but running in jruby, so technically it is Java app. I don’t think you can deploy it to bluehost unless you can get java application run on it.

Regards

WPC

 
Jun 3, 2008
Avatar WPC 18 post(s) #1635

Topic: Troubleshooting Installation of Mingle / [resolved] Ubuntu installation -> "Invalid Char" error's in mingle.log

Hi,

Have you tried newest released Mingle 2.0.1? Does this problem still happen with it?

 
May 26, 2008
Avatar WPC 18 post(s) #1594

Topic: Troubleshooting Installation of Mingle / upgrading v 2.08433->2.08540 :: basic configuration file

hi, SC

All configuration files (and all other data such as attachments, icons) are in the Mingle data directory. Where the Mingle data directory is depends on your specification of Mingle installation. Generally you can find the data directory value in Mingle.properties at top level of Mingle install Directory after your installation.

If you want to upgrade, I think make new installation pointing to the same data directory is enough. And of course your should backup your database and data directory before you upgrade.

Cheers!

 
May 23, 2008
Avatar WPC 18 post(s) #1582

Topic: Mingle Bug Reports / When a property definition is deleted, its corresponding binding with variables is not removed

Hi, Daniel

Thank you for your post. This is a known issue, resolved recently and will be fixed in the upcoming 2.01 release.

Cheers.

WPC

 
Apr 21, 2008
Avatar WPC 18 post(s) #1303

Topic: Troubleshooting Installation of Mingle / Exception in thread "main" java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher

Hi, gyaresu:

Can you go to .install4j directory under the mingle install directory and check the files there?
Here is my list, if yours has difference can you show us?

drwxr-xr-x 10 wpc staff 340 Apr 22 10:59 .
drwxr-xr-x 19 wpc staff 646 Apr 21 17:05 ..
rw-r-r— 1 wpc staff 27532 Apr 21 17:05 MessagesDefault
rw-r-r— 1 wpc staff 10 Apr 21 17:05 firstrun
rw-r-r— 1 wpc staff 27532 Apr 21 17:05 i4j_extf_0_28u4hs.utf8
rw-r-r— 1 wpc staff 528 Apr 21 17:05 i4j_extf_1_28u4hs_16bfrl2.png
rw-r-r— 1 wpc staff 1101 Apr 21 17:05 i4j_extf_2_28u4hs_1h5fk40.png
rw-r-r— 1 wpc staff 19424 Apr 21 17:05 i4jparams.conf
rw-r-r— 1 wpc staff 853292 Apr 4 10:49 i4jruntime.jar
rw-r-r— 1 wpc staff 867 Apr 21 17:05 user.jar

cheers!

 
Nov 28, 2007
Avatar WPC 18 post(s) #854

Topic: Troubleshooting Installation of Mingle / Installation on Ubuntu/Linux

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
/var/mingle/.install4j
wpc$ ls l
total 1496
-rw-r
-r— 1 wpc wheel 20666 Nov 6 17:17 MessagesDefault
rw-r-r— 1 wpc wheel 102 Nov 6 17:17 i4jparams.conf
rw-r-r— 1 wpc wheel 730344 May 21 2007 i4jruntime.jar
rw-r-r— 1 wpc wheel 289 Nov 6 17:17 user.jar

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.
Here is the link: http://java.sun.com/javase/downloads/index.jsp. Pick up java6 update3 for linux platform.