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

lesscss engine error #68

Open
ghost opened this issue Mar 12, 2018 · 0 comments
Open

lesscss engine error #68

ghost opened this issue Mar 12, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 12, 2018

I am using lesscss dependency and it uses Rhino 1.7R4

com.asual.lesscss
lesscss-engine
1.5.1

I am getting the following error:
org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind. (file:/opt/tomcat/webapps/ABC/WEB-INF/lib/lesscss-engine-1.5.1.jar!/META-INF/source-map.js#152)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3350)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3340)
at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3356)
at org.mozilla.javascript.ScriptRuntime.typeError1(ScriptRuntime.java:3368)
at org.mozilla.javascript.ScriptRuntime.notFunctionError(ScriptRuntime.java:3428)
at org.mozilla.javascript.ScriptRuntime.getPropFunctionAndThis(ScriptRuntime.java:2052)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3081)
at script(file:/opt/tomcat_8_5_28/webapps/ABC/WEB-INF/lib/lesscss-engine-1.5.1.jar!/META-INF/source-map.js:152)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:173)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1227)
at com.asual.lesscss.compiler.RhinoCompiler.(RhinoCompiler.java:32)
at com.asual.lesscss.LessEngine.(LessEngine.java:84)

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

0 participants