Giter VIP home page Giter VIP logo

Comments (4)

hhenkel avatar hhenkel commented on May 17, 2024

Running riemann with strace and java 1.6.27 it looks like this:

----snip----
mmap2(NULL, 331776, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0xb6dfb000
mprotect(0xb6dfb000, 4096, PROT_NONE) = 0
clone(child_stack=0xb6e4b464, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0xb6e4bba8, {entry_number:6, base_addr:0xb6e4bb40, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0xb6e4bba8) = 9278
futex(0xb6e4bba8, FUTEX_WAIT, 9278, NULLINFO [2012-11-16 13:52:45,891] main - riemann.server - TCP server {:host 127.0.0.1, :port 5555, :pipeline-factory #<server$tcp_server$pipeline_factory__6754 riemann.server$tcp_server$pipeline_factory__6754@83fde6>} online

INFO [2012-11-16 13:52:45,955] main - riemann.server - UDP server {:host 127.0.0.1, :port 5555, :max-size 16384, :pipeline-factory #<server$udp_server$pipeline_factory__6762 riemann.server$udp_server$pipeline_factory__6762@1efb003>} online
----snip----

When running with 1.7.0_09 and strace it looks like this:
----snip----
mmap2(NULL, 331776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0xb6d26000
mprotect(0xb6d26000, 4096, PROT_NONE) = 0
clone(child_stack=0xb6d76464, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0xb6d76ba8, {entry_number:6, base_addr:0xb6d76b40, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0xb6d76ba8) = 9340
futex(0xb6d76ba8, FUTEX_WAIT, 9340, NULLError: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
<unfinished ...>
+++ exited with 1 +++
----snip----

from riemann.

hhenkel avatar hhenkel commented on May 17, 2024

When I try to run riemann with 1.7.0_09 it will fail. Running it with oracle jdk 1.6.27 it give me an error about '+UseCompressedOops', see issue #74 .When running riemann without '+UseCompressedOops' and java 1.7.0_09 it seems to work.

from riemann.

aphyr avatar aphyr commented on May 17, 2024

Yeah, I probably shouldn't rely on non-portable JVM options. Since you're not the first person to report difficulties, I'm going to strip out most of the JVM opts and release a 0.1.4 release.

from riemann.

aphyr avatar aphyr commented on May 17, 2024

Fixed in 0.1.4! Thanks hhenkel. :)

from riemann.

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.