Error 503
Hi i have a fresh install of Maestro.
I have the M2_HOME and JAVA_HOME vars working. I untar maestr-2.2.7 in /opt/maestro-2.2.7.
I have this error when i tray to go http://localhost:8080/index.action, but its work in http://localhost:8080/continuum (or archiva).
Any sugest? Thanks!
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/index.action


Comments
Network proxy settings for jetty
Network proxy settings for jetty
From: rw921013 - 02/18/2010 - 15:31
I've found a solution for the former question:
Just add the following lines to %MAESTRO_HOME%\projectserver\conf\wrapper.conf:
wrapper.java.additional.11=-Dhttp.proxySet=true
wrapper.java.additional.12=-Dhttp.proxyHost=your.proxy.com
wrapper.java.additional.13=-Dhttp.proxyPort=8080
This works for Maestro 2.3.0. Note, that these properties have consecutive numbers (e.g. 11, 12, 13) which make each property unique.
From: rw921013 - 02/18/2010 - 15:31
Timeout during XML schema resolution
I have a similar problem with Maestro 2.3.0. I cannot navigate to "Global Setting" due to an exception:
...
org.dom4j.DocumentException: Connection timed out ...
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
...
I suppose SAXReader tries to resolve a remote XML schema and fails because I'm behind a network proxy.
So, my question: where can I define a network proxy for Maestro (not Maven!) or where can I globally disable the XML validation?
reply
Hi,
Please make sure that there's no other maestro running on your system. To make sure there's one, end the java.exe and/or javaw.exe processes.
Lastly, we're afraid we cannot attend to this forum most of the time as we have been occupied with day-to-day tasks. If you badly need our support, please consult our Sales Team, sales@g2ix.com as this is not an intended support channel.
Regards,
Ruel | G2iX
Hi
I make a new test running Maestro and Maven work fine. I have defined the M2 VAR previous.
It the same error:
227355 [WrapperSimpleAppMain] WARN org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@100bac2{/,/opt/maestro-2.2.7/projectserver/apps/root} com.exist.maestro.projectserver.configuration.ConfiguratorException: Connection timed out Nested exception: Connection timed out
Thks!
More Info
Hi Emiliorecio,
The absence of M2_Home variable might be the cause of the error. Just update this forum if problem is persistent.
Thanks,
Ruel Masalta
Technical Support Engineer | G2iX
More Info
The PC whit Maestro is behind a proxy. I made some tests:
I have acces to internet, using lynx google.com this work ok. Then i install Hudson and try to install a plugin via the Hudson webapp but i have and error that say: verify your proxy settings!!!
Its late, so, tomorrow i talk to Admin.
Se you!
Hi
I have Tomcat and Apache but i shutdown previous start Maestro. The first line in maestro.log that show and error is:
191804 [WrapperSimpleAppMain] WARN org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@941db6{/,/opt/maestro-2.2.7/projectserver/apps/root}
com.exist.maestro.projectserver.configuration.ConfiguratorException: Connection timed out Nested exception: Connection timed out
I make a new fresh install but stell same. http://localhost:8080/continuum and archiva work but not http://localhost:8080/index.action.
I create the M2_HOME and mvn works. And i added to PATH var.
If i find the solution i let you know.
Tks
error 503
Hi Emilirecio,
Have you tried restarting Maestro and load it again? Another possible reason is there might be other application that is using port 8080 or your Maestro installation is not yet configured to use port 8080 at all. In some cases, reinstalling Maestro will fix the problem.
Please let us know the results.
Regards,
Ruel Masalta
Technical Support Engineer | G2iX
It possible?
I discover that the PC where is Maestro installed dosent have internet out (its not configured to use proxy). I have access to the services Apache/Maestro(only Archiva and Continuum) from my house.