0

本当に短い話: 私はこの問題に非常に不満を感じています


ショート ストーリー: JRuby-1.7.2 を Warbler (1.3.8) を使用して .war にビルドし、glassfish v3 サーバーにデプロイします。私は自分のマシンでビルドでき、すべて正常に動作しますが、Jenkins でビルドしようとすると、最初のページを読み込もうとすると、次のエラーが発生します。

org.jruby.exceptions.RaiseException: (NameError) 初期化されていない定数 ApplicationController::SessionsHelper


長い話: Jenkins サーバーでスクリプトを作成します。

#path to rvm
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# Use the correct ruby
rvm use "jruby-1.7.2@webadmin"
# Set "fail on error" in bash
set -e
# build
bundle update
warble compiled war

Glassfish からのエラー ログ....十分な情報があることを願っています。

[#|2013-05-31T17:10:14.634-0400|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;| PWC1412: WebModule[null] ServletContext.log():INFO: プールが空でした - 新しいアプリケーションインスタンスを取得しています|#]

[#|2013-05-31T17:10:25.181-0400|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;| PWC1412: WebModule[null] ServletContext.log():JRuby-Rack の起動中に例外が発生しました 初期化されていない定数 ApplicationController::SessionsHelper --- System jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on OpenJDK 64-Bitサーバー VM 1.6.0_27-b27 [linux-amd64] 時間: 2013-05-31 17:10:25 -0400 サーバー: GlassFish サーバー オープン ソース版 3.1.2.2 jruby.home: クラスパス:/META-INF/jruby.home

--- コンテキスト初期化パラメータ: com.sun.faces.forceLoadConfiguration = true com.sun.faces.validateXml = true public.root = / rails.env = production

--- Backtrace NameError: 初期化されていない定数 ApplicationController::SessionsHelper

--- RubyGems Gem.dir: /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin/WEB-INF/gems Gem.path: /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin /WEB-INF/gems アクティブ化された gem: bundler-1.3.5 rake-10.0.4 i18n-0.6.1 multi_json-1.7.4 activesupport-3.2.13 builder-3.0.4 activemodel-3.2.13 erubis-2.7.0ジャーニー-1.0.4 ラック-1.4.5 ラック-キャッシュ-1.2 ラック-テスト-0.6.2 ハイク-1.2.2 チルト-1.4.1 スプロケット-2.2.2 アクションパック-3.2.13 mime-types-1.23 ポリグロット-0.3. 3 treetop-1.4.12 mail-2.5.4 actionmailer-3.2.13 arel-3.0.2 tzinfo-0.3.37 activerecord-3.2.13 activeresource-3.2.13 gyoku-1.0.0 nokogiri-1.5.9-java akami- 1.2.0 bcrypt-ruby-3.0.1-java sass-3.2.9 ブートストラップ-sass-2.3.1.2 will_paginate-3.0.4 ブートストラップ-will_paginate-0.0.9 弾む城-java-1.5.0147 コーヒースクリプトソース-1.6。2 execjs-1.4.0 コーヒースクリプト-2.2.0 ラック-ssl-1.3.3 json-1.8.0-java rdoc-3.12.2 トール-0.18.1 railties-3.2.13 コーヒーレール-​​3.2.2 フェイカー-1.1.2 httpi-2.0.2 jquery-rails-2.2.2 jruby-openssl-0.8.8 nori-2.1.0 rails-3.2.13 sass-rails-3.2.6 wasabi-3.1.0 savon-2.2.0 therubyrhino_jar-1.7.4 therubyrhino-2.0.2 uglifier-1.0.4 uuidtools-2.1.4

--- バンドラー Bundler.bundle_path: /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin/WEB-INF/gems Bundler.root: /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin /WEB-INF Gemfile: /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin/WEB-INF/Gemfile 設定: gemfile = /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin/WEB -INF/Gemfile without = development:test:assets bin_path = /opt/glassfish3/glassfish/domains/myDomain/applications/web-admin/WEB-INF/gems/gems/bundler-1.3.5/bin/bundle

--- JRuby-Rack Config compat_version = default_logger = org.jruby.rack.logging.StandardOutLogger@62a49a04 equals = err = com.sun.common.util.logging.LoggingOutputStream$LoggingPrintStream@7a21bdb8 filter_adds_html = true filter_verifies_resource = false ignore_environment = false initial_memory_buffer_size = initial_runtimes = jms_connection_factory = jms_jndi_properties = ロガー = org.jruby.rack.logging.ServletContextLogger@19a2312c logger_class_name = servlet_context ロガー名 = jruby.rack maximum_memory_buffer_size = maximum_runtimes = num_initializer_threads = out = com.sun.common.util.util.loggingPrintStreamLogging.Logging @ 52f8d395 ラックアップ = ラックアップパス = 巻き戻し可能 = true runtime_arguments = runtime_environment = runtime_timeout_seconds = serial_initialization = false servlet_context = org.apache.catalina.core.ApplicationContextFacade@16c7e149 throw_init_exception = false |#]

[#|2013-05-31T17:10:25.182-0400|INFO|glassfish3.1.2|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=19;_ThreadName=Thread-2;| PWC1412: WebModule[null] ServletContext.log():DEBUG: 例外によるラック応答のリセット|#]

4

1 に答える 1