Java Installer Troubleshooting

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Java Installer Troubleshooting

Post by rednoah »

1.
What does the log say?

e.g. Synology DSM:

Code: Select all

cat /volume1/@appstore/java-installer/install-java.log
e.g. QNAP QTS:

Code: Select all

cat /share/CACHEDEV1_DATA/.qpkg/java-installer/install-java.log

2.
Where is the log?

Code: Select all

find / -name install-java.log 2> /dev/null
:idea: Please read the FAQ and How to Request Help.
Post Reply