-
Notifications
You must be signed in to change notification settings - Fork 180
Description
I can start elasticsearch without using the service wrapper but when I use this wrapper, it is throwing the below errors:
STATUS | wrapper | 2014/02/03 12:18:23 | --> Wrapper Started as Console
STATUS | wrapper | 2014/02/03 12:18:23 | Java Service Wrapper Community Edition 64-bit 3.5.14
STATUS | wrapper | 2014/02/03 12:18:23 | Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper | 2014/02/03 12:18:23 | http://wrapper.tanukisoftware.com
STATUS | wrapper | 2014/02/03 12:18:23 |
STATUS | wrapper | 2014/02/03 12:18:23 | Launching a JVM...
INFO | jvm 1 | 2014/02/03 12:18:23 | WrapperManager: Initializing...
INFO | jvm 1 | 2014/02/03 12:18:23 | WrapperSimpleApp Error: Unable to locate the class org.elasticsearch.bootstrap.ElasticSearchF : java.lang.ClassNotFoundException: org.elasticsearch.bootstrap.ElasticSearchF
INFO | jvm 1 | 2014/02/03 12:18:23 |
INFO | jvm 1 | 2014/02/03 12:18:23 | WrapperSimpleApp Usage:
INFO | jvm 1 | 2014/02/03 12:18:23 | java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO | jvm 1 | 2014/02/03 12:18:23 |
INFO | jvm 1 | 2014/02/03 12:18:23 | Where:
INFO | jvm 1 | 2014/02/03 12:18:23 | app_class: The fully qualified class name of the application to run.
INFO | jvm 1 | 2014/02/03 12:18:23 | app_arguments: The arguments that would normally be passed to the
INFO | jvm 1 | 2014/02/03 12:18:23 | application.
ERROR | wrapper | 2014/02/03 12:18:26 | JVM exited while loading the application.
STATUS | wrapper | 2014/02/03 12:18:28 | INT trapped. Shutting down.
STATUS | wrapper | 2014/02/03 12:18:28 | <-- Wrapper Stopped