diff --git a/README.md b/README.md index 6c74edf9..06591ee1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,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.7/lafiles/runtime/en.html +[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.8/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 3e723464..3bf8ee1a 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.7/lafiles/runtime/en.html +[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.8/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 d027bdb3..661df991 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-VCFC-5C9WBV', 'USER_AGENT' => 'RSpec-Test') + ENV.update('IBM_JVM_LICENSE' => 'L-SMKR-AVSEUH', 'IBM_LIBERTY_LICENSE' => 'L-YKBM-6E33NM', '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 cd03306a..07d4f683 100644 --- a/spec/fixtures/env/IBM_LIBERTY_LICENSE +++ b/spec/fixtures/env/IBM_LIBERTY_LICENSE @@ -1 +1 @@ -L-VCFC-5C9WBV +L-YKBM-6E33NM