Hi guy's first of all I want to say that this is an excellent project. Something I am looking for and getting this close on what I want.
I use a Qnap TS219 Turbo NAS (3 years old) and want to install the openremote on it. Unfortunatly I am already getting stuck to get java installed, see tread: http://forum.qnap.com/viewtopic.php?f=163&t=15689 The zip file is not available any more.
The reply I got from QNAP support:
[9:43:51] Bjorn: Hi I try to download the the file from http://ftp.qnap.com/QPKG/ARM/JRE_6_arm-x19.zip but it is not available anymore. Can you send me the zip file? I want to run openremote on my 219 Turbo nas
[9:55:53] Text chat only. Service hours:09:30~24:00 (GMT+8, Mon.-Fri.).: JRE only for X86 model , not for Arm NAS
[9:56:51] Bjorn: Well it use to be supported see link I send
[9:57:03] Text chat only. Service hours:09:30~24:00 (GMT+8, Mon.-Fri.).: No
[9:57:32] Text chat only. Service hours:09:30~24:00 (GMT+8, Mon.-Fri.).: even you install it on your TS-219 that could not run up either
[9:59:47] Bjorn: what alternative do i have to run java on the TS219 ?
[10:00:36] Text chat only. Service hours:09:30~24:00 (GMT+8, Mon.-Fri.).: No idea how to do that , you can have your issue on the forum.qnap.com
So basicly as I understand it my NAS will not be able to support this out of the box. I will post a tread on the QNAP forum to see what is possible.
If you guys have suggestions feel free to let me know.
Causus:
I am using a A/V Receiver NAD748 that can be controlled trough RS232. This is done by connecting it with an ATC-1000 serial to tcp/ip converter. From the computer Win7x64 it works like a charm. Now I want to control this unit by openremote custom control on an Android device. As I have a Qnap I just simply thought I run the server software on it instead of my computer as it is on 24/7.
Anyway looking forward to get your replies.
Cheers Bjorn
Comments (6)
Jan 24
Eric Bariaux says:
When I looked at the page you pointed to on the QNAP forums, I still and up on a...When I looked at the page you pointed to on the QNAP forums, I still and up on an Oracle page where it seems possible to download an ARM JRE.
Isn't this enough? I don't know anything about QNAP, but what does the package you wanted to download do ?
Jan 24
Marko Jamelle says:
Yeap, that's right. You have to follow download instructions to Oracle page. Ju...Yeap,
that's right. You have to follow download instructions to Oracle page. Just for your convenience - I do have an TS-110 QNAP which is also based on ARM architecture and it works for me.
Jan 24
Bjorn Biermann says:
Hi and thanks for the quick replies. I managed to get on to the download page o...Hi and thanks for the quick replies.
I managed to get on to the download page of Oracle and selected file I want namely:
ARMv5 Linux - Headless EABI, Soft Float, Little Endian
I followed instruction and downloaded the file:
ejre-7u2-fcs-b13-linux-arm-sflt-headless-22_nov_2011.tar
This I will store in the Public share of the Qnap.
According to the dowload page of Qnap, Step 5. Download and install the JRE 6 QPKG for ARM from the link provided below.
Now this is the point were I get confused. The link supplied by Qnap is dead and does not respond. As I want to follow
the steps as proposed I need a QPKG or am I missing something.
I am not very familiar with this, please advice.
Jan 25
Marko Jamelle says:
I just followed the procedure which is described in QNAP Forum Thread : http://f...I just followed the procedure which is described in QNAP Forum Thread : http://forum.qnap.com/viewtopic.php?f=163&t=47652
JRE_7.qpkg download seems still to work. Just follow the link provided within the thread.
Hope that helps...
Jan 26
Bjorn Biermann says:
Thanks Marko, I am getting somewere now. Just a quick update. I get to the poi...Thanks Marko, I am getting somewere now.
Just a quick update. I get to the point were I run the openremote.sh. Below the details of the start up.
Only issue I encounter is that I can not open the openremote in Http://192.168.0.100:8082
what can cause the issue?
[~] # cd ..
[/] # cd share
[/share] # cd MD0_DATA
[/share/MD0_DATA] # cd Public
[/share/MD0_DATA/Public] # cd openremote
[/share/MD0_DATA/Public/openremote] # cd bin
[/share/MD0_DATA/Public/openremote/bin] # ./openremote.sh run
Using CATALINA_BASE: /share/MD0_DATA/Public/openremote
Using CATALINA_HOME: /share/MD0_DATA/Public/openremote
Using CATALINA_TMPDIR: /share/MD0_DATA/Public/openremote/temp
Using JRE_HOME: /usr/local/jre
Jan 26, 2012 4:59:06 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /share/MD0_DATA/Public/openremote/webapps/controller/WEB-INF/lib/native
Jan 26, 2012 4:59:06 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8082
Jan 26, 2012 4:59:06 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3688 ms
Jan 26, 2012 4:59:07 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 26, 2012 4:59:07 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Jan 26, 2012 4:59:12 PM org.openremote.controller.bootstrap.Startup redirectJULt oLog4j
INFO: Initialized JUL to LOG4J Redirector.
Jan 26, 2012 4:59:24 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8082
Jan 26, 2012 4:59:25 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 18197 ms
Jan 26
Bjorn Biermann says:
My mistake, I found the issue. I used the wrong url. It must be http://192.168.0...My mistake, I found the issue. I used the wrong url. It must be http://192.168.0.100:8082/controller/
Wiehoe it is up and running
Thanks for helping me