I have a really hard time figuring this error out.
I have already built smsserver.
I want to run as a Windows Service using the Database Interface.
I have followed the instructions for java wrapper installation, but when I 
try to run for the first time the SMSlib.bat from cmd.exe it gives me an 
error
*Error: Could not find or load main class 
org.tanukisoftware.wrapper.WrapperSimpleApp*
Initially, I thought it could be the JAVA_HOME variable, but it is set fine.

I have turned on the debug to print the environmenet variables. Here they 
are. I think they might help you so that you could please please give me an 
idea why it is failing to launch.

Environment variables (Source | Name=Value) BEGIN:
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | _PARAMETERS= 
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
_REALPATH="C:\Users\Anestis\Desktop\SMS SERVER\smslib-v3.5.3\dist\classes\"
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | _WRAPPER_BASE=wrapper
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
_WRAPPER_CONF="../conf/wrapper.conf"
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
_WRAPPER_CONF_DEFAULT="../conf/wrapper.conf"
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
_WRAPPER_EXE="C:\Users\Anestis\Desktop\SMS 
SERVER\smslib-v3.5.3\dist\classes\wrapper.exe"
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
_WRAPPER_L_EXE="C:\Users\Anestis\Desktop\SMS 
SERVER\smslib-v3.5.3\dist\classes\wrapper-windows-x86-32.exe"
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
ALLUSERSPROFILE=C:\ProgramData
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
APPDATA=C:\Users\Anestis\AppData\Roaming
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | asl.log=Destination=file
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | CLASSPATH=.;C:\Program 
Files\Java\jre7\lib\ext\QTJava.zip
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
CommonProgramFiles=C:\Program Files\Common Files
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | COMPUTERNAME=ANESTIS-PC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
ComSpec=C:\Windows\system32\cmd.exe
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | FP_NO_HOST_CHECK=NO
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | HOMEDRIVE=C:
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | HOMEPATH=\Users\Anestis
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---C | JAVA_HOME=C:\Program 
Files\Java\jdk1.7.0_45
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
LOCALAPPDATA=C:\Users\Anestis\AppData\Local
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | LOGONSERVER=\\ANESTIS-PC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | NUMBER_OF_PROCESSORS=2
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | OS=Windows_NT
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PalmPDK=C:\Program 
Files\Palm\PDK
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PalmSDK=C:\Program 
Files\Palm\SDK
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | Path=C:\Program 
Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\PC Connectivity 
Solution\;C:\Program Files\Common Files\Microsoft Shared\Windows 
Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
 
Files\Windows 
Live\Shared;C:\Development\android-sdk-win86\sdk\platform-tools;C:\Development\android-sdk-win86\sdk\tools;C:\Development\apache-ant-1.9.0\bin;C:\Program
 
Files\Java\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program 
Files\SMLNJ\bin\;C:\Program Files\Palm\PDK\bin;C:\Program 
Files\Palm\SDK\bin;C:\Program Files\Palm\SDK\bin\novacom
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
PROCESSOR_ARCHITECTURE=x86
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PROCESSOR_LEVEL=6
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PROCESSOR_REVISION=1706
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
ProgramData=C:\ProgramData
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | ProgramFiles=C:\Program 
Files
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PROMPT=$P$G
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | PUBLIC=C:\Users\Public
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | QTJAVA=C:\Program 
Files\Java\jre7\lib\ext\QTJava.zip
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | SESSIONNAME=Console
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | SMLNJ_HOME=C:\Program 
Files\SMLNJ\
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | SystemDrive=C:
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | SystemRoot=C:\Windows
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
TEMP=C:\Users\Anestis\AppData\Local\Temp
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
TMP=C:\Users\Anestis\AppData\Local\Temp
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | USERDOMAIN=Anestis-PC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | USERNAME=Anestis
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
USERPROFILE=C:\Users\Anestis
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | windir=C:\Windows
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | windows_tracing_flags=3
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P---- | 
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_ARCH=x86
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | 
WRAPPER_BIN_DIR=C:\Users\Anestis\Desktop\SMS 
SERVER\smslib-v3.5.3\dist\classes
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_BITS=32
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | 
WRAPPER_CONF_DIR=C:\Users\Anestis\Desktop\SMS SERVER\smslib-v3.5.3\dist\conf
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_FILE_SEPARATOR=\
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | 
WRAPPER_HOST_NAME=Anestis-PC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | 
WRAPPER_HOSTNAME=Anestis-PC
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   P--W- | 
WRAPPER_INIT_DIR=C:\Users\Anestis\Desktop\SMS 
SERVER\smslib-v3.5.3\dist\classes
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_LANG=en
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_OS=windows
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_PATH_SEPARATOR=;
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | WRAPPER_PID=7908
DEBUG  | wrapper  | 2013/11/19 19:25:43 |   ---W- | 
WRAPPER_WORKING_DIR=C:\Users\Anestis\Desktop\SMS 
SERVER\smslib-v3.5.3\dist\classes
DEBUG  | wrapper  | 2013/11/19 19:25:43 | Environment variables END:

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion Group" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/smslib/e8cba000-da23-4e8f-90b7-7e1a72ff946b%40googlegroups.com.

Reply via email to