Linux Deployment Problem

0
Hi All, I am running the following linux/mendix system: * Debian GNU/Linux 6.0 (Squeeze) Linux 2.6.32-5-amd64 *OpenJDK Runtime Environment (IcedTea6 1.8.13) (6b18-1.8.13-0+squeeze2) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) * MxRuntime 4.2.2 When I run "start" in m2ee I don't get any errors, I only see the following: INFO: Trying to start the MxRuntime... It sits on the above message without throwing any errors! Thoughts?
asked
1 answers
0

Don't worry I managed to find my problem.

The trick was to activate the logging in the m2ee.yaml file:

#example of file logging by the platform itself name: FileSubscriber type: file autosubscribe: INFO filename: /home/jfm/mxlog.txt maxsize: 10485760 # bytes(!!) maxrotation: 7

Though you shouldn't place the log file here, it was useful for quickly debugging the problem.

As it turned out I hadn't activated TCP/IP connections for postgresql :)

answered