Your comments
After updating to DSM 6 on my DS412+ I found out that you now easily could do it with the Task Scheduler (Start it at boot, manually and stop it). Wasn't working on DSM 5.*
Also check if you installed Java 8 x64 (not x86!)
This is how I start it manually and at boot (This can be simply copied into the Script Textbox):
#!/bin/bash
/volume1/@appstore/Java8/j2sdk-image/jre/bin/java
-jar /var/packages/Ubooquity/Ubooquity.jar -workdir
/volume1/Comics/Ubooquity/ -port 2204 -headless -webadmin > nohup.out
2>&1&
Stopping:
#!/bin/bash
pkill -f 'java -jar'
@Emmanuel:
If I'm not mistaken @eaDirs are mostly empty. In which case it should be enough to check the "hide empty folders" option. Then there's also the "Scan exclusion pattern" option.
http://ubooquity.userecho.com/topic/576717-tutorial-install-ubooquity-on-a-synology-nas/
It almost seems like Synology deactivated/broke this via some patch because it worked before, but now it doesn't anymore.
Well, that's not good. In this case I would try to consult the Synology Forum or/and Support.
Maybe also create a thread in the synology forum. Possibly someone else had a similar or the same problem (like someone else here in another thread).
Network loss: That's definitely weird. Synology stores its logs in /var/logs/. Maybe you can find a log there which can help find what causes or how it happens.
SSH Script Start Problem: Add the following after all the switches when you start ubooquity: " > nohup.out 2>&1&"
Example:
nohup java -jar /var/packages/Ubooquity/ubooquity.jar -port 2202 -headless -webadmin > nohup.out 2>&1&
Customer support service by UserEcho
Not sure if you can check it but simple replace it in the Java8 app.
Doesn't let you save the stop script? With which error?
And the script being done in 1 sec is normal. Check if Ubooquity runs via opening its website(In my script the port is 2204!). If it doesn't check the log and see if it crashed for some reason.
If the log again is empty I think something is wrong with your DSM Installation.