See my other thread, maybe you're hitting a similar issue. If you revert the commit I mention does it work for you? Do you get a 'not found' tomcat page when you try to hit the UI?
On Wed, Feb 27, 2013 at 2:55 PM, Sebastien Goasguen <run...@gmail.com> wrote: > Hi, > > I checked out the latest 4.1 > Built it fine, now I am running it and it get stuck at: > > INFO [cloud.serializer.GsonHelper] (main:) Default Builder inited. > INFO [cloudstack.discovery.ApiDiscoveryServiceImpl] (main:) Api Discovery > Service: Annotation, docstrings, api relation graph processed in 306.282 ms > INFO [cloud.api.ApiServer] (Thread-14:) ApiServer listening on port 8096 > > The mgt server does not come up on 8080. > > I cranked up the memory to 2GB with: > export MAVEN_OPTS="-Xmx2048m -Xdebug > -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" > > thoughts ? > > -sebastien