abe_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #jruby
abe_ has joined #jruby
vtunka has joined #jruby
drbobbeaty has joined #jruby
dameyerdave has joined #jruby
<dameyerdave> Hi, I have a problem using jruby based opeNER package tokenize found at http://www.opener-project.eu/ I always get the error: "LoadError: Syslog not supported on this platform"
<olle> dameyerdave: You run this on Windows, perhaps?
<dameyerdave> How can I simply disable logging to syslog in jruby or configure the newest mac os x Sierra (10.12.6) to support syslog?
<dameyerdave> Sorry too slow in writing
<dameyerdave> It's mac os x sierra (10.12.6)
<olle> dameyerdave: Is this the tool? https://github.com/opener-project/ner/blob/525ebf6ae70460fae30f0be97ebcb2391aa53470/reference.md Seems like it has a `--disable-syslog` daemon option.
<dameyerdave> If you are using the server that's true but I'd like to use the CLI where I cannot find such an option...
<dameyerdave> I use it like: cat test.txt | language-identifier | tokenizer --disable-syslog
<dameyerdave> LoadError: Syslog not supported on this platform
<dameyerdave> <main> at /Users/dave/.rvm/rubies/jruby-9.1.13.0/lib/ruby/stdlib/syslog.rb:20
<dameyerdave> require at org/jruby/RubyKernel.java:955
<dameyerdave> require at /Users/dave/.rvm/rubies/jruby-9.1.13.0/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
<dameyerdave> <main> at /Users/dave/.rvm/gems/jruby-9.1.13.0/gems/opener-core-2.4.0/lib/opener/core.rb:1
<dameyerdave> require at org/jruby/RubyKernel.java:955
<dameyerdave> require at /Users/dave/.rvm/rubies/jruby-9.1.13.0/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
<dameyerdave> <main> at /Users/dave/.rvm/gems/jruby-9.1.13.0/gems/opener-core-2.4.0/lib/opener/core.rb:3
<dameyerdave> require at org/jruby/RubyKernel.java:955
<dameyerdave> (root) at /Users/dave/.rvm/gems/jruby-9.1.13.0/gems/opener-tokenizer-2.1.2/lib/opener/tokenizer.rb:1
<dameyerdave> <main> at /Users/dave/.rvm/gems/jruby-9.1.13.0/gems/opener-tokenizer-2.1.2/lib/opener/tokenizer.rb:3
<dameyerdave> load at org/jruby/RubyKernel.java:973
<dameyerdave> <eval> at uri:classloader:/jruby/kernel/kernel.rb:1
<dameyerdave> eval at org/jruby/RubyKernel.java:994
<dameyerdave> <main> at /Users/dave/.rvm/gems/jruby-9.1.13.0/bin/jruby_executable_hooks:15
<dameyerdave> but with the same error message:
<dameyerdave> Is there no jruby configuration option to change the logger to a file or something
<dameyerdave> ?
<olle> @dameyerdave https://github.com/opener-project/language-identifier/blob/master/reference.md ALSO takes the --disable-syslog option./
<olle> dameyerdave: They really have extensive documentation.
<dameyerdave> Thank you for thi hint of the documentations I carefully read... but, the CLI along the docs does only support the following parameters:
<dameyerdave> Command Line Interface
<dameyerdave> The CLI takes the following options:
<dameyerdave> -v, --version Shows the current version
<dameyerdave> --no-kaf Disables KAF output
<dameyerdave> -p, --probs Displays probabilities instead of a language code
<dameyerdave> -h, --help Display this help message.
<olle> dameyerdave: I'm attempting to private-message you, to keep this channel about jruby-related things.
<dameyerdave> the --disable-syslog is only useable for the Webservice implementation such as language-identifier-server
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dameyerd_ has joined #jruby
dameyerdave has quit []
dameyerd_ has quit [Remote host closed the connection]
dave____ has joined #jruby
drbobbeaty has joined #jruby
dave____ has quit [Remote host closed the connection]
dave____ has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dave____ has quit [Remote host closed the connection]
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
dave__ has joined #jruby
bbrowning is now known as bbrowning_away
dave__ has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
claudiuinberlin has joined #jruby
dave__ has joined #jruby
dave__ has quit [Ping timeout: 240 seconds]
dave__ has joined #jruby
dave__ has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Ping timeout: 260 seconds]
vtunka has joined #jruby
dave__ has joined #jruby
dave__ has quit [Ping timeout: 252 seconds]
claudiuinberlin has joined #jruby
dave__ has joined #jruby
dave__ has quit [Ping timeout: 260 seconds]
dave__ has joined #jruby
dave__ has quit [Ping timeout: 246 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<GitHub119> [jruby-openssl] kares pushed 2 new commits to master: https://git.io/vF3q5
<GitHub119> jruby-openssl/master d57e258 kares: README update with compatibility (plans) for 0.10.0
<GitHub119> jruby-openssl/master 9f879f2 kares: upgrade BC - include the JSSE provider as we're planning on using it
vtunka has quit [Quit: Leaving]
<kares> let's see if a build is greenish yet :)
<GitHub149> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vF3mS
<GitHub149> jruby/jruby-9.1 703be9e Charles Oliver Nutter: Move bulk of checksum plugin config to parent pom.
dave_____ has joined #jruby
<GitHub185> [jruby] headius closed issue #4785: join() on array of 1MB string ==> java.lang.NegativeArraySizeException https://git.io/v5KEq
<GitHub165> [jruby] kares created test-jossl-0.10.0 (+1 new commit): https://git.io/vF3Oc
<GitHub165> jruby/test-jossl-0.10.0 d3634a3 kares: update to jruby-openssl 0.10.0 (staging) - for Java 9 compatibility
<GitHub65> [jruby] raelik opened issue #4835: Java 9 module-info.java ruminations https://git.io/vF33f
<kares> waiting for the jossl 0.10.0 staging tests against 9.1 ... if they pass shall push a release
<olle> kares: awesome
<kares> hopefulyl they'll pass :)
<kares> headius: enebo: guess there isn't anything else you guys need to get it, right?
<headius> you shall not pass
<headius> kares: version number is changing?
<kares> that is right - its not picking up the staging repo for the gem ;(
<kares> headius: what do you mean the 0.10.0 thing?
<headius> yeah
<kares> yep cause we're dropping support for older JRubies/Java6
<headius> oh right, makes sense
<kares> 0.9 supported all the way back to 1.6.8
<headius> some day it will get to 1.0 :-D
<kares> some day :)
dave_____ has quit [Remote host closed the connection]
<kares> so it will take a while to get mavengem to pick up the staging repo - postponing early excitment
<enebo> kares: I will be removing appraisals from rails-5 branch since we only plan on one release of rails per
<kares> enebo: +1
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dave__ has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
dave__ has quit [Ping timeout: 258 seconds]
claudiuinberlin has joined #jruby
bbrowning_away is now known as bbrowning
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
dave__ has joined #jruby
<headius> kares: I'm trying to look into this cert issue the rest of today
dave__ has quit [Ping timeout: 260 seconds]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
dave__ has joined #jruby
shellac has quit [Quit: Leaving]
<kares> cool - I got stuck with the new jossl test:mri seems to hang on CI. will investigate tomorrow - too low on brain power over here
<headius> kares: ok
dave__ has quit [Remote host closed the connection]
Antiarc has quit [Read error: Connection reset by peer]
Antiarc has joined #jruby
Puffball has joined #jruby
subbu is now known as subbu|lunch
Antiarc has quit [Ping timeout: 252 seconds]
claudiuinberlin has joined #jruby
Antiarc has joined #jruby
dave__ has joined #jruby
dave__ has quit [Ping timeout: 258 seconds]
subbu|lunch is now known as subbu
dave__ has joined #jruby
dave__ has quit [Ping timeout: 255 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dave_____ has joined #jruby
dave_____ has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #jruby
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
<GitHub58> [jruby] kares pushed 1 new commit to test-jossl-0.10.0: https://git.io/vF3do
<GitHub58> jruby/test-jossl-0.10.0 0092e41 kares: [travis-ci] let's increase max Java memory a bit due jossl update
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 248 seconds]
lanceball is now known as lance|afk
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 260 seconds]
drbobbeaty has joined #jruby
dave____ has joined #jruby
dave____ has quit [Ping timeout: 258 seconds]