Recent Posts by berbilfruit

Subscribe to Recent Posts by berbilfruit 2 post(s) found

Jan 21, 2008
Avatar berbilfruit 2 post(s) #993

Topic: Troubleshooting Installation of Mingle / Installing on ISP hosting account

Hey,

I’ve been using the hosting provided by www.webfaction.com and have so far been really happy with them – check them out. You get access to your own area of a server and it’s not that expensive. Been trying to install Mingle on there but no joy so far (like you it worked on my own machine) but if I get it working I’ll let you know.

 
Jan 21, 2008
Avatar berbilfruit 2 post(s) #992

Topic: Troubleshooting Installation of Mingle / Mingle Installation on UNIX

Hi there – downloaded Mingle for my mac and everything went smoothly. Things aren’t quite running as smooth with the UNIX install though…

My first problem was the missing library problem some people have found. This was my mistake, when I copied the unzipped files between directories I left out the .install4j folder, so my first tip if you get these problems is do an ls -la in your mingle installation directory and make sure .install4j is there!

Now the mingle server has started and I see this page – http://mingle.gigscene.co.uk/ with the message:
ERROR: Mingle startup failed for unexpected reasons. Please contact the Mingle support team.

The daemon is running but the stderr.log file reads as below:

2008-01-19 01:50:52.551::INFO: NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
2008-01-19 01:50:53.066::INFO: Started SelectChannelConnector@0.0.0.0:3128
2008-01-19 01:51:01.804:/:INFO: JRuby init time: 7542ms
Exception in thread “ObjectPoolManager” java.lang.StackOverflowError
2008-01-19 01:55:59.907:/:WARN: server boot up failed
com.thoughtworks.mingle.C: Timeout when waiting for runtime pool ready at com.thoughtworks.mingle.MigrationListener.A(Unknown Source) at com.thoughtworks.mingle.MigrationListener.A(Unknown Source) at com.thoughtworks.mingle.MigrationListener.B(Unknown Source) at com.thoughtworks.mingle.MigrationListener.access$000(Unknown Source) at com.thoughtworks.mingle.MigrationListener$1.run(Unknown Source)

The only other log is mingle.out which looks normal.

Any suggestions anyone?