> On Apr 21, 2015, at 12:46 PM, Oleksandr Bodriagov (Polystar) > <[email protected]> wrote: > > I have tried doing as you said and again got: > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 19.351s > [INFO] Finished at: Tue Apr 21 19:39:00 CEST 2015 > [INFO] Final Memory: 43M/475M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:tomcat-maven-plugin:1.1:deploy (default-cli) on project > fortress-rest: Cannot invoke Tomcat manager: FAIL - Deployed application > at context path /fortress-rest-1.0-RC40-SNAPSHOT but context failed to > start -> [Help 1] > > > My java version is ³1.8.0_31².
Oleksandr, I retried with java 8 and same version tomcat as you, 8.0.21 and have ruled that out as potential problem. But, I have discovered a problem with fortress core packaging. The core jar includes the fortress.properties inside of it which is bad. So that problem has just been fixed but requires you to repull the core and run mvn install on that component. Next when you try to redeploy your rest component you should use that latest core just built. After you have redeployed and if you still have a problem, verify that fortress.properties is not inside the fortress-core jar. Next send me the fortress.properties you are using inside your rest component (scrubbed of sensitive info like creds, dn’s). Thanks Shawn [email protected]
