Giter Site home page Giter Site logo

Comments (4)

lomaxfrog avatar lomaxfrog commented on June 3, 2024

I cannot reproduce this problem. Can you please do a fresh pull and mvn install to see if you can still experience this problem ?

from enos.

lomaxfrog avatar lomaxfrog commented on June 3, 2024

Found how to reproduce it: this bug seems to happen only when using the start_enos script. Not when running enos within the IDE, or java -jar target/enos-1.0-SNAPSHOT.one-jar.jar

from enos.

lomaxfrog avatar lomaxfrog commented on June 3, 2024

The problem is caused by ENOS Security Manager: this is the first time the Shell classes are loaded from the jar file. Since the thread loading the class is unprivileged AND the ENOS rootdir happens to be the workspace directory AND the user does not have ENOS ACL's to read the jar file, it throws a SecurityException that the classloader, obviously does not process correctly.

I do not think that having the ENOS rootdir be the same as the source tree is a very good idea to start with (probably mine), I suggest to consider this bug a won't fix and change the script default value.

from enos.

lomaxfrog avatar lomaxfrog commented on June 3, 2024

Fixed by changing start_enos.sh to have a default root directory that is not the source tree.

Fixed in commit abf4fbc

from enos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.