Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading error #1

Open
AnotherWayIn opened this issue Jan 10, 2018 · 1 comment
Open

loading error #1

AnotherWayIn opened this issue Jan 10, 2018 · 1 comment

Comments

@AnotherWayIn
Copy link

I've installed the latest JRuby but i'm getting the below error when trying to load the extension:

C:/Users/PENTEST-SG/AppData/Roaming/BurpSuite/bapps/5f46fe766e9c435992c610160bb53cba/uploader.rb:225: warning: `+' after local variable or literal is interpreted as binary operator
C:/Users/PENTEST-SG/AppData/Roaming/BurpSuite/bapps/5f46fe766e9c435992c610160bb53cba/uploader.rb:225: warning: even though it seems like unary operator
LoadError: no such file to load -- base64
require at org/jruby/RubyKernel.java:955

at C:/Users/PENTEST-SG/AppData/Roaming/BurpSuite/bapps/5f46fe766e9c435992c610160bb53cba/uploader.rb:2 require at org/jruby/RubyKernel.java:955 at <script>:1 org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- base64 at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:131) at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:90) at burp.mzc.(Unknown Source) at burp.ycf.a(Unknown Source) at burp.vcf.run(Unknown Source) at java.lang.Thread.run(Thread.java:745) Caused by: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- base64 at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:955) at RUBY.(C:/Users/PENTEST-SG/AppData/Roaming/BurpSuite/bapps/5f46fe766e9c435992c610160bb53cba/uploader.rb:2) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:955) at RUBY.(<script>:1)

thanks

@thec00n
Copy link
Owner

thec00n commented Jan 19, 2018

Hmm that's odd. You can try an older jruby. Also you could try: https://stackoverflow.com/questions/46714594/loaderror-cannot-load-such-file-base64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants