Re: offline java-buildpack is not loading new gem from DEA during cf push


Lingesh Mouleeshwaran
 

Hi cloudfoundry team ,

we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new buildpack we are getting below error

*2016-05-06T11:44:28.85+0530 [STG/9] OUT -----> Downloaded app package
(4.0K)*
*2016-05-06T11:44:29.07+0530 [STG/0] ERR
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load
such file -- kwalify (LoadError*

these require kwalify gem included in Gemfile and Gemfile.lock. Please
could you suggest whether we need to run bundle install each runner ruby or
is there any other way available to load gem file ??


Regards
Lingesh M

On Fri, May 6, 2016 at 1:32 PM, Lingesh Mouleeshwaran <
lingeshmouleeshwaran(a)gmail.com> wrote:

Hi cloudfoundry team ,

we have modified java-buildpack validate input yaml against schema using
kwalify gem. we have created offline buidpack for the same. now when we do
cf push using this new buildpack we are getting below error

*2016-05-06T11:44:28.85+0530 [STG/9] OUT -----> Downloaded app
package (4.0K)*
*2016-05-06T11:44:29.07+0530 [STG/0] ERR
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load
such file -- kwalify (LoadError*

these require qualify included in Gemfile and Gemfile.lock. Please could
you suggest whether we need to run bundle install each runner ruby or is
there any other way available to load gem file ??


Regards
Lingesh M

Join cf-dev@lists.cloudfoundry.org to automatically receive all group messages.