Helicon Zoo and New Relic

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 2
Joined: 27 Mar 2013, 04:50

Helicon Zoo and New Relic

27 Mar 2013, 05:02

Maybe a noob question, please forgive me I'm still very new to Ruby and Rails
I installed gem newrelic_rpm and I'm able to get it to run on thin, but in IIS i'm getting HeliconZoo error:

• Internal module error
• message: ZooApplication I/O Error.
• type: ZooException
• file: Job.cpp
• line: 276
• version: 2.0.77.328
• STDERR
• [tid-9198648] Could not find newrelic_rpm-3.6.0.78 in any of the sources (Bundler::GemNotFound)
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/spec_set.rb:92:in `block in materialize'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/spec_set.rb:85:in `map!'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/spec_set.rb:85:in `materialize'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/definition.rb:114:in `specs'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/definition.rb:159:in `specs_for'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/definition.rb:148:in `requested_specs'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/environment.rb:18:in `requested_specs'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/runtime.rb:13:in `setup'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler.rb:120:in `setup'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/setup.rb:17:in `<top (required)>'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
• D:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
• C:/Zoo/Workers/ruby/lib/app.rb:97:in `bundle_setup'
• C:/Zoo/Workers/ruby/lib/app.rb:14:in `initialize'
• C:/Zoo/Workers/ruby/lib/worker.rb:4:in `new'
• C:/Zoo/Workers/ruby/lib/worker.rb:4:in `initialize'
• C:/Zoo/Workers/ruby/zoorack.rb:30:in `new'
• C:/Zoo/Workers/ruby/zoorack.rb:30:in `<module:Zack>'
• C:/Zoo/Workers/ruby/zoorack.rb:12:in `<main>'


Bundle show newrelic_rpm returns
D:/RailsInstaller/Ruby1.9.3/Ruby193/lib/ruby/gems/1.9.1/gems/newrelic_rpm-3.6.0.78

I've tried deleting Gemfile.lock and re-running bundle install, but that didn't fix it

I also made sure my environment variable and applicationHost.config heliconZooServer paths to the correct ruby folder:
<add name="ruby.1.9.pipe" displayName="Ruby 1.9 fastCGI" fullPath="D:\RailsInstaller\Ruby1.9.3\bin\ruby.exe" arguments="%SystemDrive%\Zoo\Workers\ruby\zoorack.rb" transport="NamedPipe" protocol="fastcgi">
<environmentVariables>
<add name="WORKER_REQUEST_TIMEOUT" value="60" />
</environmentVariables>
</add>


thanks for the help!

User avatar
Posts: 871
Joined: 12 Mar 2012, 09:54

Re: Helicon Zoo and New Relic

27 Mar 2013, 07:39

Hello,

Please try to execute the following command in the site root:

>bundle install --path vendor/gems

User avatar
Posts: 2
Joined: 27 Mar 2013, 04:50

Re: Helicon Zoo and New Relic

01 Apr 2013, 12:37

that worked
thanks Anton!

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 9 guests