Failure while starting the application

0
Hi there, I tried to unpack a new mda on my test environment and got the following error in PuTTY: m2ee(cvoktest): start Traceback (most recent call last): File "/usr/bin/m2ee", line 945, in <module> cli.cmdloop() File "/usr/lib/python2.6/cmd.py", line 142, in cmdloop stop = self.onecmd(line) File "/usr/lib/python2.6/cmd.py", line 219, in onecmd return func(arg) File "/usr/bin/m2ee", line 52, in do_start self._start() File "/usr/bin/m2ee", line 105, in _start if not self.m2ee.start_appcontainer(): File "/usr/share/m2ee-tools/m2ee/core.py", line 113, in start_appcontainer self._send_jetty_config() File "/usr/share/m2ee-tools/m2ee/core.py", line 212, in _send_jetty_config jetty_opts = self.config.get_jetty_options() File "/usr/share/m2ee-tools/m2ee/config.py", line 595, in get_jetty_options already_specified = 'use_blocking_connector' in result TypeError: argument of type 'NoneType' is not iterable Is there anyone who knows what's wrong? Thanks in advance!
asked
2 answers
3

Apparently there is something wrong with m2ee-tools 0.5.1. They are working on it.

answered
0

Well, I installed the latest version of the Java SE Development Kit 6 Update 45 and now it suddenly worked...

Could someone explain how that's possible? I now have 4 JDKs installed, is that normal?

answered