LoadError over WebStart
-----------------------

                 Key: JRUBY-5449
                 URL: http://jira.codehaus.org/browse/JRUBY-5449
             Project: JRuby
          Issue Type: Bug
          Components: Embedding
    Affects Versions: JRuby 1.6RC1
            Reporter: Alex K
            Priority: Blocker


I have an application that is deployed via WebStart and uses 
JRuby Complete. It was working properly with jruby-complete-1.5.1.jar
but with jruby-complete-1.6.0.RC1.jar the standard gems cannot
be loaded:

Warning: JRuby home 
"http:/xx.xxx.xxx.xx:5555/lib/jruby-complete-1.6.0.RC1.jar!/META-INF/jruby.home"
 does not exist, using C:\DOCUME~1\xxx~1\LOCALS~1\Temp\
null:-1:in `getStackTrace': no such file to load -- date (LoadError)
        from RubyException.java:154:in `prepareBacktrace'
        from RaiseException.java:156:in `preRaise'
        from Ruby.java:3432:in `newRaiseException'
        from Ruby.java:3325:in `newLoadError'
        from LoadService.java:657:in `trySearch'
        from LoadService.java:283:in `findFileForLoad'
        from LoadService.java:330:in `smartLoad'
        from LoadService.java:379:in `require'
        from LoadService.java:304:in `lockAndRequire'
        from RubyKernel.java:1058:in `requireCommon'
        from RubyKernel.java:1041:in `require'
        from org/jruby/RubyKernel$s_method_1_0$RUBYINVOKER$require.gen:65535:in 
`call'
        from JavaMethod.java:319:in `call'
        from CachingCallSite.java:282:in `cacheAndCall'
        from CachingCallSite.java:139:in `call'
        from FCallOneArgNode.java:36:in `interpret'
        from NewlineNode.java:103:in `interpret'
        from BlockNode.java:71:in `interpret'
        from RootNode.java:129:in `interpret'
        from ASTInterpreter.java:115:in `INTERPRET_ROOT'
        from Ruby.java:729:in `runInterpreter'
        from Ruby.java:2609:in `loadFile'
        from ExternalScript.java:66:in `load'
        from LoadService.java:748:in `tryLoadingLibraryOrScript'
        from LoadService.java:332:in `smartLoad'
        from LoadService.java:379:in `require'
        from LoadService.java:304:in `lockAndRequire'
        from RubyKernel.java:1058:in `requireCommon'
        from RubyKernel.java:1041:in `require'
        from org/jruby/RubyKernel$s_method_1_0$RUBYINVOKER$require.gen:65535:in 
`call'
        from JavaMethod.java:319:in `call'
        from CachingCallSite.java:282:in `cacheAndCall'
        from CachingCallSite.java:139:in `call'
        from FCallOneArgNode.java:36:in `interpret'
        from NewlineNode.java:103:in `interpret'
        from RootNode.java:129:in `interpret'
        from ASTInterpreter.java:115:in `INTERPRET_ROOT'
        from Ruby.java:729:in `runInterpreter'
        from Ruby.java:737:in `runInterpreter'
        from EmbedEvalUnitImpl.java:119:in `run'
        from ScriptingContainer.java:1222:in `runUnit'
        from ScriptingContainer.java:1215:in `runScriptlet'


I had the same issues prior 1.5 where headius did some fix for me - might be 
the same 
problem again?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to