Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
11-11-2014, 19:04
Post: #31
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
I made it to the last step (Install Java SE Embedded 8), but then get the following message:

"This package does not contain a digital signature."

Synology DS212J
Find all posts by this user
Quote this message in a reply
11-11-2014, 19:13
Post: #32
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(11-11-2014 19:04)pinchi22 Wrote:  I made it to the last step (Install Java SE Embedded 8), but then get the following message:

"This package does not contain a digital signature."

Synology DS212J

This is caused by a change in DSM 5.1 that requires you to set the Package Center Trust Level to 'Any subscriber'.
Find all posts by this user
Quote this message in a reply
12-11-2014, 09:41 (This post was last modified: 12-11-2014 09:42 by pinchi22.)
Post: #33
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(11-11-2014 19:13)simoncn Wrote:  
(11-11-2014 19:04)pinchi22 Wrote:  I made it to the last step (Install Java SE Embedded 8), but then get the following message:

"This package does not contain a digital signature."

Synology DS212J

This is caused by a change in DSM 5.1 that requires you to set the Package Center Trust Level to 'Any subscriber'.

Many thanks, I changed the trust level as you suggested. However, I now receive the "Java binary bundle not found" message.

I believe I am using latest Java SE v.8:
ejdk-8u6-fcs-b23-linux-arm-sflt-12_jun_2014.tar.gz
Find all posts by this user
Quote this message in a reply
12-11-2014, 10:03
Post: #34
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 09:41)pinchi22 Wrote:  Many thanks, I changed the trust level as you suggested. However, I now receive the "Java binary bundle not found" message.

I believe I am using latest Java SE v.8:
ejdk-8u6-fcs-b23-linux-arm-sflt-12_jun_2014.tar.gz

This should be OK. Are you sure the exact filename is correct and the file is in the correct location? Can you post a screenshot from Synology File Station?
Find all posts by this user
Quote this message in a reply
12-11-2014, 10:14
Post: #35
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 10:03)simoncn Wrote:  
(12-11-2014 09:41)pinchi22 Wrote:  Many thanks, I changed the trust level as you suggested. However, I now receive the "Java binary bundle not found" message.

I believe I am using latest Java SE v.8:
ejdk-8u6-fcs-b23-linux-arm-sflt-12_jun_2014.tar.gz

This should be OK. Are you sure the exact filename is correct and the file is in the correct location? Can you post a screenshot from Synology File Station?

OK, copied screen shot from my Mac. Can you see this?:

Screen Shot 2014-11-12 at 10.10.58 AM
Find all posts by this user
Quote this message in a reply
12-11-2014, 10:16
Post: #36
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 10:14)pinchi22 Wrote:  
(12-11-2014 10:03)simoncn Wrote:  
(12-11-2014 09:41)pinchi22 Wrote:  Many thanks, I changed the trust level as you suggested. However, I now receive the "Java binary bundle not found" message.

I believe I am using latest Java SE v.8:
ejdk-8u6-fcs-b23-linux-arm-sflt-12_jun_2014.tar.gz

This should be OK. Are you sure the exact filename is correct and the file is in the correct location? Can you post a screenshot from Synology File Station?

OK, copied screen shot from my Mac. Can you see this?:

Screen Shot 2014-11-12 at 10.10.58 AM


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
12-11-2014, 10:25
Post: #37
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 10:16)pinchi22 Wrote:  Screen Shot 2014-11-12 at 10.10.58 AM

You have copied the file to a folder named "my shared folder". The shared folder needs to be named "public" as described in this step:

c) In case you've just set up a new NAS, the 'public' shared folder may not be there. In this case you have to create it manually.
Find all posts by this user
Quote this message in a reply
12-11-2014, 10:42
Post: #38
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 10:25)simoncn Wrote:  
(12-11-2014 10:16)pinchi22 Wrote:  Screen Shot 2014-11-12 at 10.10.58 AM

You have copied the file to a folder named "my shared folder". The shared folder needs to be named "public" as described in this step:

c) In case you've just set up a new NAS, the 'public' shared folder may not be there. In this case you have to create it manually.

Forgive my technical ignorance, but how do I name/make this file "public".

I did find this on Synology support, and I believe I followed it, but it appears to deal with "shared" but not "public" files:
https://www.synology.com/en-global/knowl...orials/571

Many thanks, Steven
Find all posts by this user
Quote this message in a reply
12-11-2014, 11:45 (This post was last modified: 12-11-2014 11:46 by simoncn.)
Post: #39
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 10:42)pinchi22 Wrote:  Forgive my technical ignorance, but how do I name/make this file "public".

I did find this on Synology support, and I believe I followed it, but it appears to deal with "shared" but not "public" files:
https://www.synology.com/en-global/knowl...orials/571

Many thanks, Steven

You need to follow the instructions on this Synology support page and use the name "public" instead of the name "my shared folder". After doing this, you need to copy the Java .tar.gz file to the "public" folder.

After you have created the "public" folder and installed Java, you can delete "my shared folder" if you want to.
Find all posts by this user
Quote this message in a reply
12-11-2014, 11:55
Post: #40
RE: [Tutorial] Installing Java on a Synology ARMv5 or PPC NAS
(12-11-2014 11:45)simoncn Wrote:  
(12-11-2014 10:42)pinchi22 Wrote:  Forgive my technical ignorance, but how do I name/make this file "public".

I did find this on Synology support, and I believe I followed it, but it appears to deal with "shared" but not "public" files:
https://www.synology.com/en-global/knowl...orials/571

Many thanks, Steven

You need to follow the instructions on this Synology support page and use the name "public" instead of the name "my shared folder". After doing this, you need to copy the Java .tar.gz file to the "public" folder.

After you have created the "public" folder and installed Java, you can delete "my shared folder" if you want to.

Great. I created a new folder named "public" and Java SE Embedded 8 is now "installed". Is it correct that, as MinimServer is on my Synology NAS, I need to install MinimWatch on my Mac to control it?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)