diff --git a/README.md b/README.md index d1291eaf..7a140572 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,6 @@ bundle install --gemfile Gemfile.rubymine-debug [tuning options]: docs/tuning.md [java main push]: docs/java-main.md -[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.2/lafiles/runtime/en.html +[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.3/lafiles/runtime/en.html [JVM-License]: http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-SMKR-AVSEUH&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+8.0&l=en [manifest documentation]: http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 1850a727..2a43550c 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -6,5 +6,5 @@ | The pushed server is incorrectly packaged. Use the command 'server package --include=usr' to package a server. | The pushed server contains binaries which are not allowed. | Package the server without the binaries. To do this, use the server package command with the '--include=usr' option. | | You have not accepted the IBM Liberty License. | To use the Liberty buildpack you are required to read the Licenses for Liberty Profile and IBM JVM.|
Visit the following uri:
IBM [Liberty-License][] and the current IBM [JVM-License][].
Extract the license number (D/N:) and place it inside your manifest file as a ENV property e.g.
ENV:
IBM_LIBERTY_LICENSE: {License Number}.
| -[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.2/lafiles/runtime/en.html +[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.3/lafiles/runtime/en.html [JVM-License]: http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-PMAA-A3Z8P2&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+8.0&l=en diff --git a/spec/bin/compile_spec.rb b/spec/bin/compile_spec.rb index 40f51342..ea25ae77 100644 --- a/spec/bin/compile_spec.rb +++ b/spec/bin/compile_spec.rb @@ -26,7 +26,7 @@ end before(:each) do - ENV.update('IBM_JVM_LICENSE' => 'L-SMKR-AVSEUH', 'IBM_LIBERTY_LICENSE' => 'L-JYGM-5QWU5F', 'USER_AGENT' => 'RSpec-Test') + ENV.update('IBM_JVM_LICENSE' => 'L-SMKR-AVSEUH', 'IBM_LIBERTY_LICENSE' => 'L-KZJT-27HQXL', 'USER_AGENT' => 'RSpec-Test') end after(:each) do diff --git a/spec/fixtures/env/IBM_LIBERTY_LICENSE b/spec/fixtures/env/IBM_LIBERTY_LICENSE index 3f55178a..ad7d58b6 100644 --- a/spec/fixtures/env/IBM_LIBERTY_LICENSE +++ b/spec/fixtures/env/IBM_LIBERTY_LICENSE @@ -1 +1 @@ -L-JYGM-5QWU5F +L-KZJT-27HQXL