New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Comsat Servlet framework support #1720

Merged
merged 18 commits into from Oct 21, 2015

Conversation

Projects
None yet
2 participants
@circlespainter
Contributor

circlespainter commented Aug 7, 2015

@circlespainter

This comment has been minimized.

Show comment
Hide comment
@circlespainter

circlespainter Sep 20, 2015

Contributor

It actually runs fine in my Vagrant env (tried with the latest ubuntu/trusty64 box but also previously) but it fails on CI; it looks like the java8 dependency can't be setup for some reason:

'ERROR: /toolset/setup/linux/languages/java8.sh: Command '\''sudo update-alternatives --set java $J7_HOME/jre/bin/java'\'' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)'
Setup comsat-webactors-servlet-tomcat: ERROR: /toolset/setup/linux/languages/java8.sh: Command 'sudo update-alternatives --set java $J7_HOME/jre/bin/java' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)

Do you see anything in the framework's build source that could cause this (apart from the dependency to java8 - which is there only because it's more performant, although the framework support java7 too)?

Contributor

circlespainter commented Sep 20, 2015

It actually runs fine in my Vagrant env (tried with the latest ubuntu/trusty64 box but also previously) but it fails on CI; it looks like the java8 dependency can't be setup for some reason:

'ERROR: /toolset/setup/linux/languages/java8.sh: Command '\''sudo update-alternatives --set java $J7_HOME/jre/bin/java'\'' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)'
Setup comsat-webactors-servlet-tomcat: ERROR: /toolset/setup/linux/languages/java8.sh: Command 'sudo update-alternatives --set java $J7_HOME/jre/bin/java' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)

Do you see anything in the framework's build source that could cause this (apart from the dependency to java8 - which is there only because it's more performant, although the framework support java7 too)?

@blee-techempower

This comment has been minimized.

Show comment
Hide comment
@blee-techempower

blee-techempower Oct 21, 2015

Contributor

Passed localtest.

  Verification Summary

| Test: comsat-servlet
|       plaintext   : PASS
|       json        : PASS

Contributor

blee-techempower commented Oct 21, 2015

Passed localtest.

  Verification Summary

| Test: comsat-servlet
|       plaintext   : PASS
|       json        : PASS

blee-techempower added a commit that referenced this pull request Oct 21, 2015

Merge pull request #1720 from circlespainter/comsat-servlet
Include Comsat Servlet framework support

@blee-techempower blee-techempower merged commit d84e151 into TechEmpower:master Oct 21, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment