Your comments

I don't know (was searching for that ..)

best way should be by launching manually as in your conf file from the console.

it will run it in verbose mode.


here in your case:

java -Dfile.encoding=UTF-8 -jar -Xmx512m /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin -headless -workdir "/volume1/Comics/Ubooquity"

will be Q to quit


[Edit]

to test your java, type in

>which java

it will revert the java install folder proving it is working

ok, first, good news it seems starting well !

for shutting by itself after few minutes, i'm speechless to be honest ....


[Edit]cannot reproduce on my machine...

when you type:

>box> stop ubooquity

>stop: Unknown instance:


it's a normal message, it means your instance was not started.

java error shall come on your method to try stopping the instance by doing:

>box>/etc/init/ubooquity.conf stop


are you sure of your java path ?

Mine is: (should be different on your machine, I run a v8 embedded)

/var/packages/java8/target/ejdk1.8.0_73/linux_arm_sflt/jre/bin/java

If package is not starting it can also be because of folder rights on your /volume1/Comics/.

this folder shall be R/W access to your http user group.

ok ... I don't know from where the instance stop error is coming.


if the package is started, you will get the following message when retyping start ubooquity.

in my case

>Ifa_DiskStation> start ubooquity

>ubooquity start/running, process 2476

>Ifa_DiskStation> start ubooquity

>start: Job is already running: ubiquity


If it is so, it should be running as said.

Then the connection refused should be a firewall problem or an url error.

First time you have to access by <you-server-IP>:2202/admin


try fixing the right on ubooquity.conf file:

chmod 755 /etc/init/ubooquity.conf

When you start/stop the service manually from the terminal, what's the message ?


My bad, did not noticed that was a wiki page.

I will then propose some updates.

Thanks.

I faced issues installing Ubooquity on my DS411slim running on Armv5 architecture.

As Java for Armv5 is only the version 8 Embedded supported, the ubooquity.conf has to be updated that way:


start on started httpd-user
stop on runlevel [06]

exec /var/packages/java8/target/ejdk1.8.0_73/linux_arm_sflt/jre/bin/java -Dfile.encoding=UTF-8 -jar -Xmx512m /var/packages/Ubooquity/Ubooquity.jar -port 2202 -webadmin -headless -workdir "/volume1/Comics/Ubooquity"