> The problem is that the scriptEngine is not loaded and is always null when > running in the interactive shell, which results in silently printing null > values when a NPE occurs.
Which value is passed in for the `engine` parameter? From your explanation and what I can see in the code, the problem is that `scriptEngineFactory.getEngineByName` is no longer returning anything? If so, do we know whether we are passing the correct argument to that method? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/77#issuecomment-244949211
