crate - Start ERROR: E is not a recognized option -


crate version : 2.1.5 os : windows

i have error when starting whith crate.bat:

ps d:\dev\crate\crate-2.1.5\bin> .\crate.bat starts cratedb  option          description -c <keyvaluepair>     configure setting -v, --version         prints cratedb version information , exits -d, --daemonize       starts cratedb in background -h, --help            show -p, --pidfile <path>  creates pid file in specified path on start -q, --quiet           turns off standard ouput/error streams logging in console -s, --silent          show minimal output -v, --verbose         show verbose output **error: e not recognized option** 

java path : "c:\program files\java\jdk1.8.0_131\bin\java" -xms256m -xmx1g -xss256k -xx:+useparnewgc -xx:+useconcmarksweepgc -xx:cmsinitiatingoccupancyfraction=75 -xx:+usecmsinitiatingoccupancyonly -xx:+disableexplicitgc -djna.nosys=true -dfile.encoding=utf-8 -dlog4j.shutdownhookenabled=false -dlog4j2.disable.jmx=true -dlog4j.skipjansi=true -dio.netty.nounsafe=true -dio.netty.nokeysetoptimization=true -dio.netty.recycler.maxcapacityperthread=0 -cp "d:\dev\crate\crate-2.1.5/lib/;d:\dev\crate\crate-2.1.5/lib/enterprise/;d:\dev\crate\crate-2.1.5/lib/sigar/*" "io.crate.bootstrap.cratedb" -epath.home="d:\dev\crate\crate-2.1.5" -v

do have same problem?

an idea of ​​where error might come from?

thanks

this fixed in upcoming release of 2.1 - thanks. https://github.com/crate/crate/issues/6129


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -