Your comments

WOOOOOTTT!!!! MATT YOU ROCK! That did it. ......so.....ya know anything about getting the opensource version of minecraft running? :-) The kids are askin not me. LOL

How frustrating. So I started over. Deleted everything.


Setup ubooquity in a new folder in home.

yukaputz@media-1:~/projects/ubooquity$ ls
cache fonts logs preferences.xml themes ubooquity-4.h2.db Ubooquity.jar ubooquity.zip webadmin.cred
yukaputz@media-1:~/projects/ubooquity$


Tested it by running


java -Dfile.encoding=UTF-8 -jar /home/yukaputz/projects/ubooquity/Ubooquity.jar


Created the new conf


yukaputz@media-1:/etc/init$ more ubooquity.conf
start on started httpd-user
stop on runlevel [06]
exec java -Dfile.encoding=UTF-8 -jar /home/yukaputz/projects/ubooquity/Ubooquity.jar -port 2202 -webadmin -headless
yukaputz@media-1:/etc/init$


Rebooted. No Joy. ...sigh

yukaputz@media-1:~/projects/ubooquity$ ps aux | grep uboo
yukaputz 2705 0.0 0.0 11748 2296 pts/2 S+ 13:42 0:00 grep --color=auto uboo
yukaputz@media-1:~/projects/ubooquity$


Ok, I did have an issue with the path in the conf file and I fixed that. Rebooted. Still no auto loading. Thankyou so much for your help.


Grep


yukaputz@media-1:~$ ps aux | grep uboo
yukaputz 1452 0.0 0.0 11748 2280 pts/0 S+ 18:33 0:00 grep --color=auto uboo
yukaputz@media-1:~$


Here is the current conf file.


start on started httpd-user
stop on runlevel [06]
exec java -Dfile.encoding=UTF-8 -jar /etc/opt/ubooquity/Ubooquity.jar
-port 2202 -webadmin -headless


My current install path


yukaputz@media-1:/etc/opt$ cd ubooquity/
yukaputz@media-1:/etc/opt/ubooquity$ ls
cache logs preferences.xml themes ubooquity-4.h2.db Ubooquity.jar ubooquity.sh webadmin.cred
yukaputz@media-1:/etc/opt/ubooquity$

When starting Ubooquity from java it executes except this last time it gave a bunch of errors.


yukaputz@media-1:/etc/opt/ubooquity$ java -Dfile.encoding=UTF-8 -jar /etc/opt/ubooquity/Ubooquity.jar
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Running with the following parameters - headless: false, port: -1, webadmin: false, host: null, debug: false, execdir: /etc/opt/ubooquity
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - #############################
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - #############################
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Java version: 1.7.0_95
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 880 MB
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - OS name: Linux
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - OS version: 3.19.0-49-generic
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - OS architecture: amd64
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Ubooquity 1.8.2 built on 2015-08-23 at 16:10
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20160208 18:38:09 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20160208 18:38:10 [main] INFO com.ubooquity.c - Starting internal server...
20160208 18:38:10 [Scanner thread] ERROR com.ubooquity.data.database.d - Error while creating/updating generic param in database: FeedingHints/true,true,false,false,false
org.h2.jdbc.JdbcSQLException: The database is read only; SQL statement:
merge into genericparam(paramkey, paramvalue)key(paramkey) values(?, ?) [90097-187]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) ~[h2-1.4.187.jar.6995477047527404462.tmp:1.4.187]

ok, so my conf is here


exec java -Dfile.encoding=UTF-8 -jar /etc/opt/uooquity/Ubooquity.jar
-port 2202 -webadmin -headless


Do I need to change permissions on this directory because I am getting an error displaying the page and grep show the service up.

yukaputz 2741 0.0 0.0 11748 2304 pts/0 S+ 14:40 0:00 grep --color=auto uboo

Yes, I can get ubooquity to start using the jar method. All of my content is visible. How do I get it to start with the server at start up?