Coder Social home page Coder Social logo

hsn2-bundle's People

Contributors

agniadzik avatar lukasz-s avatar marek-bajor avatar pawel-ch avatar radoslawl avatar rafkor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hsn2-bundle's Issues

Update version numbering of bundle and all submodules

All submodules should have version 1.0.0 (-SNAPSHOT during development). Only data-store will have version 2.0.0 (-SNAPSHOT during development) because of major changes in it.

Also all submodules should be able to build one jar with all dependencies.

Maven build process fails

I don't know whether the following is something that you will consider fixing for now because it probably requires updating some code. It does make it difficult to compile the Github code though… Maybe you have a work-around?

The maven build process fails on at least 2 libraries (org.apache.commons:commons-ognl:jar:4.0-SNAPSHOT and org.activiti:activiti-engine:jar:5.5). The ognl error is fixable easily by obtaining ognl via subversion; which has no problem compiling.

The Activity 5.5 package however is where I gave up building. 5.5 is not in the Maven repo’s (only newer versions). When getting 5.5 manually it also has a Maven build process. This process fails however (also because of packages not available in the Maven repos anymore). Fixing Maven dependency errors in a dependency because of old libraries not available anymore in the Maven repo’s becomes a little bit crazy, so I gave up at that point.

I also tried a newer version of Activity, but then I got compile errors in HSN2 due to this newer version.

The errors are below:

Missing:

  1. org.apache.commons:commons-ognl:jar:4.0-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons-ognl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.commons -DartifactId=commons-ognl -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) pl.nask.hsn2:hsn2-configuration:jar:1.0.0-SNAPSHOT
2) org.apache.commons:commons-ognl:jar:4.0-SNAPSHOT


1 required artifact is missing.

for artifact:
pl.nask.hsn2:hsn2-configuration:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)

Missing:

  1. org.activiti:activiti-engine:jar:5.5

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.activiti -DartifactId=activiti-engine -Dversion=5.5 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.activiti -DartifactId=activiti-engine -Dversion=5.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) pl.nask.hsn2:hsn2-workflow-engine:jar:1.0.0-SNAPSHOT
2) org.activiti:activiti-engine:jar:5.5


1 required artifact is missing.

for artifact:
pl.nask.hsn2:hsn2-workflow-engine:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)

Way to handle concurrent Tasks..

I've built HSN 2.1 with cuckoo.

But cuckoo service processes only 1 task concurrently.

So.. Even if Cuckoo is running with several machines, Cuckoo handles only 1 Job with 1 Machine.

Tried to solve this but... don't know what to do... or modify the source code.

Is there any way to solve this?

Example workflow.

<process id="main">
    <service name="feeder-list" id="feeder">
      <parameter name="uri">file.txt</parameter>
      <parameter name="domain_info">true</parameter>
      <output process="process_mainurl"/>
      <output process="cuckoo_url"/>
    </service>
  </process>

  <process id="cuckoo_url">
                    <service name="cuckoo" id="cuckoo01" ignore_errors="DEFUNCT INPUT">
                     <parameter name="save_report_html">true</parameter>
                        <parameter name="save_pcap">true</parameter>
                        </service>   
                    <service name="reporter" id="cuckooreport01" ignore_errors="DEFUNCT INPUT">
                        <parameter name="serviceName">cuckoo</parameter>
                        <parameter name="template">cuckoo.jsont</parameter>
                    </service>        
  </process>

Question about log

Hello. First of all, excuse me for my english.
Im triying to use hsn2 with the .ova installation.
i configure all the settings.
when i try some url, finish the job but no results founds. no url.
how can i monitor log´s?
thanks for this awesome project.

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.