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

Unexpected Error on Run #8

Closed
drobins7MAC opened this issue Apr 24, 2020 · 1 comment
Closed

Unexpected Error on Run #8

drobins7MAC opened this issue Apr 24, 2020 · 1 comment

Comments

@drobins7MAC
Copy link

Unexpected Error

Message:
(LoadError) no such file to load -- C:/ProgramData/Nuix/Scripts/Export-Profile-Plus-master/Ruby/ExportProfilePlus.nuixscript/Nx
Stack Trace:
org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- C:/ProgramData/Nuix/Scripts/Export-Profile-Plus-master/Ruby/ExportProfilePlus.nuixscript/Nx
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:131)
at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.nuix.script.e.a(SourceFile:62)
at java.security.AccessController.doPrivileged(Native Method)
at com.nuix.script.e.a(SourceFile:59)
at com.sun.proxy.$Proxy56.eval(Unknown Source)
at com.nuix.script.a.a(SourceFile:289)
at com.nuix.investigator.script.m.e(SourceFile:326)
at com.nuix.investigator.script.m.c(SourceFile:277)
at com.nuix.investigator.script.m.doInBackground(SourceFile:180)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- C:/ProgramData/Nuix/Scripts/Export-Profile-Plus-master/Ruby/ExportProfilePlus.nuixscript/Nx at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:955)
at RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59)
at RUBY.

(C:\ProgramData\Nuix\Scripts\Export-Profile-Plus-master\Ruby\ExportProfilePlus.nuixscript\ExportProfilePlus.rb:11)

@JuicyDragon
Copy link
Contributor

Worked out elsewhere:
Downloading a clone of the source code using the big green "Clone or Download" button lacks the compiled Nx.jar. Instead downloading a release will provide you with what you need to run the script including compiled dependencies.

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