Questions tagged [yajsw]

Yet Another Java Service Wrapper (YAJSW) is an LGPL licensed Java-centric implementation of the Java Service Wrapper by tanuki (JSW). It is a wrapper framework which wraps any native executable, Java process or groovy script and runs it as Windows service or Linux daemon.

Yet Another Java Service Wrapper (YAJSW) is an LGPL licensed Java-centric implementation of the Java Service Wrapper by tanuki (JSW). It is a wrapper framework which wraps any native executable, Java process or groovy script and runs it as Windows service or Linux daemon.

51 questions
0
votes
0 answers

Dynamic arguments using maven appassembler plugin with JSW platform

I have a program that accept 3 or 4 arugments and i'm trying to execute the main class with these parameters using the generated daemon. I just see in docs that it is necessary to configure the parameters previously through wrapper.conf defining…
Sandro Simas
  • 1,268
  • 3
  • 21
  • 35
0
votes
1 answer

Can't start IBM WebSphere MQ client using JavaSE YAJSW

I'm getting some type of error when starting my JavaSE application as a Windows service, but I'm not sure why. Some IBM jar is dumping a humongous bunch of data, but I can't seem to tell what's wrong: FFDC called in uninitialized Trace module …
Jonas Byström
  • 25,316
  • 23
  • 100
  • 147
0
votes
1 answer

Tanuki Software Java Service Wrapper

I am using Tanuki Java service wrapper for my application, My application restarts frequently eventually giving "5 failed launches in a row, giving up". here is my wrapper ERROR | wrapper | 2012/05/18 13:22:39 | JVM did not exit on request,…
Mok
  • 277
  • 1
  • 6
  • 16
-1
votes
1 answer

How to configure YAJSW to find jnidispatch.dll on the disk?

We are using YAJSW to wrap our Java application as a Windows Service. While testing workstation images there is a warning from the corporate McAfee Antivirus because on launching the service, the jnidispatch.dll is copied from the jna-4.1.0.jar to a…
Quadmore
  • 35
  • 6
-1
votes
1 answer

Using hidden template and getting the Error 404

I'm new to JsViews... I used http://www.jsviews.com/#jsrplaying method to create my template. but instead of adding my template inside the I've added in the hidden . Now for the hidden template I'm getting the "NetworkError: 404 Not Found -…
EliBo
  • 3
  • 2
-2
votes
1 answer

Difference between YAJSW (Yet Another Service Wrapper) and NSIS (Nullsoft Scriptable Install System)

I was researching for converting my Spring-Boot application into windows service, i was recommended to use either YAJSW or NSIS, can anyone please explain the difference between two?
1 2 3
4