java - Tanuki Software Wrapper unable to be customized -



java - Tanuki Software Wrapper unable to be customized -

i wrapping java application via tanuki software wrapper tanuki software wrapper making windows service , working fine , after want customize per documentation given on customizing application (windows). per documentation when run next command

wrapperw.exe --customize --icon myicon.ico --splash mysplash.bmp --target myapp.exe --manufacturer "my organization name" --passthrough

the next error come

fatal | wrapper | 2014/10/29 13:23:45 | encountered fatal error in wrapper fatal | wrapper | 2014/10/29 13:23:45 | exceptioncode = exception_access_violation fatal | wrapper | 2014/10/29 13:23:45 | exceptionflag = exception_noncontinuable_exception fatal | wrapper | 2014/10/29 13:23:45 | exceptionaddress = 76ea4123 fatal | wrapper | 2014/10/29 13:23:45 | read access exception 4942f3b0 fatal | wrapper | 2014/10/29 13:23:45 | wrapper main loop status: fatal | wrapper | 2014/10/29 13:23:45 | current ticks: 0xfffffe00 fatal | wrapper | 2014/10/29 13:23:45 | wrapper state: starting fatal | wrapper | 2014/10/29 13:23:45 | java state: down_clean (timeout: 0x00000000) fatal | wrapper | 2014/10/29 13:23:45 | exit requested: false fatal | wrapper | 2014/10/29 13:23:45 | restart mode: 1 fatal | wrapper | 2014/10/29 13:23:45 | writing dump file: c:\users\user4\desktop\webmuch_service_netbean\wmpcb\wmpcb\src\webmuchservice\bin\wrapper-windows-x86-32-3.5.25-pro-20141029132345-5484-4544.dmp fatal | wrapper | 2014/10/29 13:23:46 | dump completed. fatal | wrapper | 2014/10/29 13:23:46 | please send dump file support@tanukisoftware.com along fatal | wrapper | 2014/10/29 13:23:46 | wrapper.conf , wrapper.log files. fatal | wrapper | 2014/10/29 13:23:46 | -------------------------------------------------------------------- fatal | wrapper | 2014/10/29 13:23:46 | <-- wrapper stopping due error

i do't know doing wrong , seeming licences problem if licence problem wrapper not work .

whether other improve service wrapper available free ?

if have thought please help me .

thanks lot ..

java jar windows-services wrapper

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -