JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #241  
Old 16.03.2017, 10:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Chryses: any way to *proper* detect a qnap? Maybe some folder, or something that your script creates? Then we can add a better/correct default download folder in JDownloader.
I did the same for the synology 3rd party script because downloads landed by default on /root You can contact me at support@jdownloader.org, thanks in advance
__________________
JD-Dev & Server-Admin
Reply With Quote
  #242  
Old 16.03.2017, 23:06
Chryses
Guest
 
Posts: n/a
Default

@Jiaz
Well, Qnap use default shared folders, actually I extract the download path with

Code:
BASE=$(/sbin/getcfg Public path -f /etc/config/smb.conf | sed 's/.\{6\}$//')
DOWNLOAD_SHARE=`/sbin/getcfg SHARE_DEF defDownload -d Qdownload -f /etc/config/def_share.info`
Then I use symlink to the default jd2 default location (that is /share/homes/admin/Downloads) to the default download share with

Code:
[ -d /share/homes/admin/Downloads ] || ln -sf ${BASE}/${DOWNLOAD_SHARE} /share/homes/admin/Downloads
I don't know why, some times ago, I used this way and I don't know exactly why don't works on all model of qnap.

With some help of some user with different qnap system I can figure out how to make a unique way to point to default download share. Maybe some user use a very old version of QTS, I don't know right now.

Btw I can try to make a different script, because the "default share download" folder can be extracted with this
Code:
/sbin/getcfg Download path -f /etc/config/smb.conf
So if you think is ok I can change the script, made a small update and point to the new "download path"

But maybe, the default jd2 download path, is not always on /share/homes/admin/Downloads for every qnap system, but this you have to tell to me

What do you think?
Reply With Quote
  #243  
Old 18.03.2017, 12:12
rodnah rodnah is offline
Modem User
 
Join Date: Mar 2017
Location: nz
Posts: 3
Default

Quote:
Originally Posted by Jiaz View Post
@rodnah: screenshot looks good. Pending means JDownloader is waiting for first successfull connection! In case it never leaves pending state, then it is very likely issues with firewall/av
I updated to 4.2.4 and seems to be working now. touchwood

maybe it was a bug when i updated to 4.2.3?
Reply With Quote
  #244  
Old 20.03.2017, 17:58
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Chryses: can you provide /etc/config/smb.conf and /etc/config/def_share.info to support@jdownloader.org so I can adapt this logic to JDownloader. So JDownloader will also auto set correct folders when installed manually on Qnap
__________________
JD-Dev & Server-Admin
Reply With Quote
  #245  
Old 21.03.2017, 23:22
Chryses
Guest
 
Posts: n/a
Default

Ok, sended
Reply With Quote
  #246  
Old 22.03.2017, 10:07
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Thanks
__________________
JD-Dev & Server-Admin
Reply With Quote
  #247  
Old 23.03.2017, 09:53
dragonpaolo89
Guest
 
Posts: n/a
Default

during the installation script with putty on my nas TS-251 + gives me this error:

Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download JDownloader2 update file. Please check your internet connection.
[/share/CACHEDEV1_DATA/Public] #

how can I solve it?

Java is installed and also Entware-ng
Reply With Quote
  #248  
Old 23.03.2017, 16:35
winty
Guest
 
Posts: n/a
Default

Gibt es mittlerweile was neues wegen der Winrar 5 Archive auf QNAP NAS Systemen?

Grüße
Reply With Quote
  #249  
Old 24.03.2017, 10:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Ich schau das ich nächste Woche endlich Zeit dazu finde
__________________
JD-Dev & Server-Admin
Reply With Quote
  #250  
Old 27.03.2017, 00:05
userking
Guest
 
Posts: n/a
Default

is there a way to use jdownloader 2 with a pptp or l2tp setting??? so i only use the protocol with jdownloader and not the complete nas station ?
Reply With Quote
  #251  
Old 27.03.2017, 17:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Not out of the box. You may setup a pptp/l2tp/xy client on internal IP and then setup JDownloader to use that internal IP/network instead of the LAN.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #252  
Old 01.04.2017, 18:47
tpax
Guest
 
Posts: n/a
Default

Thanx for the howto, just got it running on my old qnap.

Does that version of JDownloader has it's own web-interface, so I can have control over it directly over the LAN ip, without using "My Jdownloader"?
Reply With Quote
  #253  
Old 03.04.2017, 11:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

MyJDownloader supports DirectConnection, so all traffic directly *flows* between client and JDownloader without any intermediate relay server. Only the website is served from our server in that case.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #254  
Old 03.04.2017, 23:40
tpax
Guest
 
Posts: n/a
Thumbs up

Thanks for the answer, but that's a NO, right?
I can't access the web interface over the LAN IP (eg. 192.168.1.15:8765)?

EDIT: Ok, as I have now noticed there is an option for direct connection on port 38198. But somehow I receive an "ERR_EMPTY_RESPONSE" error if I try to open the web interface.

Regards

Last edited by tpax; 03.04.2017 at 23:49.
Reply With Quote
  #255  
Old 04.04.2017, 09:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by Jiaz View Post
Only the website is served from our server in that case.
Website is hosted on our server, api communication is direct peer2peer.
You can develop your own website/tools/clients for MyJDownloader. MyJDownloader api docs are available.
JDownloader kills unauthorized/invalid connection attempts.

You can also use plain http (enable deprecated api in advanced settings) for developing but keep in mind that this api is non authorized/non encrypted.

Feel free to contact us if you want to know more, support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #256  
Old 18.04.2017, 23:25
userking
Guest
 
Posts: n/a
Default

after update to qnap 4.3

i have to install all again i done this after the last step i get a notification that i ise a screen sesion ...

at the firt install i got a jdownloader app at my app center that opens the my.jdownloader website. but not now why ?:outch: is all fine ?
Reply With Quote
  #257  
Old 19.04.2017, 15:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@userking: please contact the creater/maintainer of the qnap 3rd party package of JDownloader. We cannot provide support for it as it isn't created by us. Did you try full uninstall and fresh install?

There is always the manual installation possible, see
https://support.jdownloader.org/Know...bedded-devices
__________________
JD-Dev & Server-Admin
Reply With Quote
  #258  
Old 01.05.2017, 15:55
ghost207
Guest
 
Posts: n/a
Default

Hello, I have a problem when I download videos on daylimation by JDownloader2 on my qnap 4.3.3,
the video downloaded jerk and the sound cuts itself.
here is an example of a video to download on dailymotion by JDownloader2 on my qnap to send on YouTube **External links are only visible to Support Staff****External links are only visible to Support Staff**

Video of origin **External links are only visible to Support Staff****External links are only visible to Support Staff**

JDownloader2 Qpkg on Qnap (Arm & Intel)
About JDownloader : Rev: #36667 (latest Revision)

The problem is not present on JDownloader the PC version

@userking:
I had the same problem.
Create an index.php file in Web/JDownlaoder2 with that inside :

Code:
<?php
  header('Location: https://my.jdownloader.org/index.html');
  exit();
?>

Last edited by Jiaz; 02.05.2017 at 15:25.
Reply With Quote
  #259  
Old 02.05.2017, 15:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@ghost207: let's continue via e-mail
__________________
JD-Dev & Server-Admin
Reply With Quote
  #260  
Old 02.05.2017, 19:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Solved via TicketSystem. Too old ffmpeg version
__________________
JD-Dev & Server-Admin
Reply With Quote
  #261  
Old 08.07.2017, 14:18
Megamanwwh
Guest
 
Posts: n/a
Default

Hallo Zusammen ich habe das Problem, das ich den Jdownloader auf meinem NAS installiert habe. An sich läuft das Ganze auch, nur leider versteht das WEBif den Pfad nicht.

Ich habe dafür den Pfad im root vorgehen darin den Ordner \\Downlaods\ leider kommt die Fehlermeldung das der Ordner nicht existiert, nur stimmt das nicht.

Hello together I have the problem I installed the Jdownloader on my NAS. In itself the whole thing runs, but unfortunately the WEBif does not understand the path.

I have the path in the root proceed in the folder \\ Downlaods \ unfortunately comes the error message that the folder does not exist, only true does not.
Reply With Quote
  #262  
Old 11.07.2017, 16:57
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Unix Pfade sind mit / und nicht mit \. Sprich du musst den absoluten Pfad zu dem Ordner auf deinem Linux System angeben. Du kannst unter Linux nicht mittels \\IP auf Netzwerklaufwerke zugreifen sondern diese müssen ins Dateisystem eingeängt werden(google nach samba mount)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #263  
Old 14.07.2017, 14:28
Olhelm
Guest
 
Posts: n/a
Default

Hi Leute, ich habe den JD2 auf meinem QNAP TS-251 laufen.

Nun hätte ich gern, dass die Downloads über einen Proxy laufen bzw VPN. Könnt ihr mir sagen, wie ich das einrichten kann bzw den Link zu einem Beitrag, in dem das bereits erklärt wird, schicken? Ich hab bisher leider nix gefunden. Danke schonmal im Voraus!
---
Hey Guys, i've JD2 running on my QNAP TS-251.

Can somebody tell me, how to set up a proxy or VPN to get the downloads via such a connection? Any help would be appreciated. I didn't found any thread about that.

Thx in advance.

EDIT: Ein Plugin oder eine Extension für den JD2 wäre hier gewünscht.
Reply With Quote
  #264  
Old 14.07.2017, 14:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Olhelm:
Willst du nur den JDownloader über Proxy/VPN laden lassen oder alles auf deiner NAS.
Ein normaler VPN Client sollte den Default Gateway ändern und somit wird jeder Traffic darüber gehen.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #265  
Old 14.07.2017, 15:01
Olhelm
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
@Olhelm:
Willst du nur den JDownloader über Proxy/VPN laden lassen oder alles auf deiner NAS.
Ein normaler VPN Client sollte den Default Gateway ändern und somit wird jeder Traffic darüber gehen.
Also am liebsten wäre mir, den kompletten Traffic über einen Proxy od. VPN laufen zu lassen, aber zumindest der Traffic des JD2 über Proxy od. VPN wäre sehr schön. Ich habe für beides bisher noch keine passende Lösung gefunden. :/
Reply With Quote
  #266  
Old 14.07.2017, 15:22
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Hast du schon einen Proxy/VPN?
Proxy -> Kann man in den JDownloader Einstellungen hinterlegen->Wenn du nen Proxy hast, dann schreib mir unter support@jdownloader.org und ich helf dir weiter
VPN-> musst du zunächst auf der NAS zum Laufen bringen, dann kann man weiter einstellen
__________________
JD-Dev & Server-Admin
Reply With Quote
  #267  
Old 14.07.2017, 16:16
Olhelm
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Hast du schon einen Proxy/VPN?
Proxy -> Kann man in den JDownloader Einstellungen hinterlegen->Wenn du nen Proxy hast, dann schreib mir unter support@jdownloader.org und ich helf dir weiter
VPN-> musst du zunächst auf der NAS zum Laufen bringen, dann kann man weiter einstellen
Habe mich gerade über die VPN-Router-Variante belesen. Werde wohl doch ein wenig Geld in die Hand nehmen und damit mein komplettes Heimnetz sichern. Aber vielen Dank für deine Hilfe!
Reply With Quote
  #268  
Old 14.07.2017, 17:05
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Olhelm: ein VPN Router hilft dir aber nichts wenn du keine VPN Gegenstelle hast!?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #269  
Old 14.07.2017, 17:12
Olhelm
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
@Olhelm: ein VPN Router hilft dir aber nichts wenn du keine VPN Gegenstelle hast!?


Den Anbieter suche ich mir noch.
Reply With Quote
  #270  
Old 14.07.2017, 17:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Olhelm: Ich würde mein Online-Banking und co Traffic nicht alles pauschal über VPN laufen lassen Also wenn ich meinem ISP nicht mal mehr das nötigste an Datenschutz zutraue, dann sollte ich den wechseln
__________________
JD-Dev & Server-Admin
Reply With Quote
  #271  
Old 17.07.2017, 11:12
Olhelm
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
@Olhelm: Ich würde mein Online-Banking und co Traffic nicht alles pauschal über VPN laufen lassen Also wenn ich meinem ISP nicht mal mehr das nötigste an Datenschutz zutraue, dann sollte ich den wechseln
Hab mal eine Email an die Support-Adresse geschickt.
Reply With Quote
  #272  
Old 21.07.2017, 17:10
estvulpes
Guest
 
Posts: n/a
Default

Hallo an alle, bin grundsätzlich super begeistert von JDownloader auf meinem NAS (Qnap TS-210 Version 4.2.6). Es hat von 3.3.2017 (Installationsdatum V1.36) bis vor 1-2 Wochen tadellos funktioniert.
Allerdings kriege ich auf My JDownloader seit eben 1-2 Wochen die Fehlermeldung "No connected JDownloader found". NAS neustarten, Warten,...hat bis jetzt alles nichts gebracht.
Einzige von mir durchgeführte Änderung war die Installation des "Cloudlink 1.1.8" und "myQnapcloud-SSL-Zertifikat" (wollte übers Handy aufs NAS zugreifen).

Von mir als absolutem noob daher die Frage an die Experten, was ich tun könnte.

Vielen Dank schonmal
Reply With Quote
  #273  
Old 21.07.2017, 18:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@estvulpes:
via ssh/putty auf die NAS einloggen und prüfen ob der JDownloader läuft
ps faux | grep java
wenn ja, diesen beenden
JDownloader dann von HAnd startn
java -jar JDownloader.jar -norestart
und Ausgaben auf Fehler prüfen, evtl Login?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #274  
Old 22.07.2017, 13:53
estvulpes
Guest
 
Posts: n/a
Default

hallo Jiaz,

danke für die schnelle Rückmeldung.
also wenn ich "ps faux | grep java" in putty eingebe, steht folgendes:

[~] # ps faux | grep java
4735 admin 140 D grep java
10249 admin 63084 S /usr/local/jre/bin/java -Djava.awt.headless=true -jar /share/MD0_DATA/.qpkg/JDownloader2/jd2/JDownloader.

wenn ich dann auf das Verzeichnis gehe und den Befehl "java -jar JDownloader.jar -norestart" eingebe, kommt folgendes:
Spoiler:
[/share/MD0_DATA/.qpkg/JDownloader2/jd2] # java -jar JDownloader.jar -norestart
JarHandlerWorkaroundOracle:setURLStreamHandlerFactory
JarHandlerWorkaroundOracle:replaceLauncherFactory
JarHandlerWorkaroundOracle:replaceURLClassPath
JarHandlerWorkaroundOracle:replacejarHandler
JarHandlerWorkaroundOracle:replaceLoaders:1
JarHandlerWorkaroundOracle:replaceLoader:0:handler
JarHandlerWorkaroundOracle:replaceLoader:0:handler:jar:file:/share/MD0_DATA/.qpkg/JDownloader2/jd2/JDownloader.jar!/
sun.Desktop: null
XDG_CURRENT_DESKTOP: null
KDE_FULL_SESSION: null
KDE_SESSION_VERSION: null
DESKTOP_SESSION: null
GNOME_DESKTOP_SESSION_ID: null
INFO >> Prefer (merged) JSon Storage from File: /share/MD0_DATA/.qpkg/JDownloader2/jd2/cfg/org.appwork.utils.logging2.LogConfig.json
FINER >> Init StorageHandler for Interface:org.appwork.utils.logging2.LogConfig|Path:/share/MD0_DATA/.qpkg/JDownloader2/jd2/cfg/org.appwork.utils.logging2.LogConfig

THREAD: 1
1|Log.L.log 7/22/17 10:44:10 AM - INFO [ org.appwork.utils.Application(setApplication) ] -> Application Root: /share/MD0_DATA/.qpkg/JDownloader2/jd2
Multiple LogControllers Detected: org.appwork.utils.logging2.extmanager.LoggerFactory
Multiple LogControllers Detected: org.jdownloader.logging.LogController
1|Log.L.log 7/22/17 10:44:13 AM - INFO [ org.appwork.storage.JsonKeyValueStorage(<init>) ] -> Prefer (merged) JSon Storage from File: /share/MD0_DATA/.qpkg/JDownloader2/jd2/cfg/org.jdownloader.update.lastchance.LastChanceConfig.json
1|Log.L.log 7/22/17 10:44:13 AM - FINER [ org.appwork.storage.config.handler.StorageHandler(<init>) ] -> Init StorageHandler for Interface:org.jdownloader.update.lastchance.LastChanceConfig|Path:/share/MD0_DATA/.qpkg/JDownloader2/jd2/cfg/org.jdownloader.update.lastchance.LastChanceConfig

THREAD: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.name: Java(TM) SE Embedded Runtime Environment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.boot.library.path: /share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/arm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.version: 25.65-b01
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url: **External links are only visible to Support Staff**...
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: path.separator: :
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.name: Java HotSpot(TM) Embedded Client VM
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.encoding.pkg: sun.io
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.country: US
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.launcher: SUN_STANDARD
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.os.patch.level: unknown
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.name: Java Virtual Machine Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.dir: /share/MD0_DATA/.qpkg/JDownloader2/jd2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.runtime.version: 1.8.0_65-b17
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.util.Arrays.useLegacyMergeSort: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.endorsed.dirs: /share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/endorsed
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.arch: arm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.io.tmpdir: /tmp
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: line.separator:

1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.util.logging.manager: org.appwork.utils.logging2.extmanager.ExtLogManager
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.name: Linux
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.jnu.encoding: UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.library.path: /usr/java/packages/lib/arm:/lib:/usr/lib
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.name: Java Platform API Specification
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.version: 52.0
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.net.preferIPv4Stack: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.management.compiler: HotSpot Client Compiler
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: os.version: 3.4.6
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: classloader_00000001: org.jdownloader.update.launcher.CL2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: classloader_00000000: org.jdownloader.update.launcher.ClassLoaderExtensionImpl
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.home: /share/homes/admin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.arch.abi: gnueabi
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.timezone: GMT
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.printerjob: sun.print.PSPrinterJob
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.encoding: UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.version: 1.8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.class.path: JDownloader.jar
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.name: admin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.specification.version: 1.8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.java.command: JDownloader.jar -norestart
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.home: /share/MD0_DATA/.qpkg/JRE_ARM/jre
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.arch.data.model: 32
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: user.language: en
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.specification.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: awt.toolkit: sun.awt.HToolkit
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vm.info: mixed mode
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.version: 1.8.0_65
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.ext.dirs: /share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/ext:/usr/java/packages/lib/ext
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> AUTO_WRAPPED>
SysProp: sun.boot.class.path: /share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/resources.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/rt.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/sunrsasign.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/jsse.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/jce.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/charsets.jar:/share/MD0_DATA/.qpkg/JRE_ARM/jre/lib/jfr.jar:/share/MD0_DATA/.qpkg/JRE_ARM/
jre/classe
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.awt.headless: true
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor: Oracle Corporation
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: file.separator: /
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: k: 0dd0ecf7f742873d745106adea00b64a
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: java.vendor.url.bug: **External links are only visible to Support Staff**...
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: LOG_INIT_DONE: 2 instances
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.io.unicode.encoding: UnicodeLittle
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.endian: little
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysProp: sun.cpu.isalist:
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PATH: /opt/bin:/opt/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin:/usr/local/jre/bin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HISTSIZE: 1000
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: JAVA_HOME: /usr/local/jre
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: INPUTRC: /etc/inputrc
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TERM: xterm
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: XFILESEARCHPATH: /usr/dt/app-defaults/%L/Dt
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LANG: en_US.UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PS1: [\w] #
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HISTFILESIZE: 1000
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: MAIL: /var/mail/admin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LOGNAME: admin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PWD: /share/MD0_DATA/.qpkg/JDownloader2/jd2
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: _: /usr/local/jre/bin/java
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHELL: /bin/sh
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: PAGER: /bin/more
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TERMINFO: /opt/share/terminfo
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_TTY: /dev/pts/3
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_CLIENT: 192.168.1.103 51527 22
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: OLDPWD: /root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: USER: admin
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: DMALLOC_OPTIONS: debug=0x34f47d83,inter=100,log=logfile
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: EDITOR: /bin/vi
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SSH_CONNECTION: 192.168.1.103 51527 192.168.1.101 22
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TEMP: /opt/tmp
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HOSTNAME: ST-NAS
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LC_ALL: en_US.UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: TMP: /opt/tmp
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: NLSPATH: /usr/dt/lib/nls/msg/%L/%N.cat
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: LC_CTYPE: en_US.UTF-8
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> AUTO_WRAPPED>
SysEnv: LS_COLORS: no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;3 2:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=0 1;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;3 5:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=0
1;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35 :*.xcf=01;35:*.xwd=01;35
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: HOME: /root
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:13 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> SysEnv: SHLVL: 1
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:14 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> jar:file:/share/MD0_DATA/.qpkg/JDownloader2/jd2/JDownloader.jar!/version.nfo:
${updateclient.revision}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:14 AM - INFO [ org.appwork.utils.Application(printSystemProperties) ] -> file:/share/MD0_DATA/.qpkg/JDownloader2/jd2/build.json:
{"JDownloaderRevision":37359,"JDownloaderServerOptionsRevision":3413,"MyJDownloaderClientRevision":3 7038,"JDClosedRevision":389,"JDownloaderUpdaterRevision":4018,"buildDate":"Fri Jul 21 18:37:52 CEST 2017","buildTimestamp":1500655072129,"AppWorkUtilsRevision":2947,"UpdateClientV2Revision":615,"JDBro wserRevision":37243}
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:14 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Args: [-norestart]
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:14 AM - FINER [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> VMArgs: []
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:14 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> MaxMemory=97386496bytes (92Megabytes)
1|org.jdownloader.updatev2.restart.LinuxRestarter.log 7/22/17 10:44:14 AM - INFO [ org.jdownloader.updatev2.restart.Restarter(<init>) ] -> Create Restarter
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Restart Controller init done in 820
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parse Arguments
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Parameter Parse done in 22
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Single Instance Controller
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> existing jD instance found!
1|org.jdownloader.update.launcher.SecondLevelLauncher.log 7/22/17 10:44:15 AM - INFO [ org.jdownloader.update.launcher.SecondLevelLauncher(init) ] -> Send parameters to existing jD instance and exit: [-norestart]

THREAD: 7
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [1/7|Priority: 10000]ShutdownController: start item->ShutdownRunableEvent Priority: 10000
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [1/7|Priority: 10000]ShutdownController: item ended after->15
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:1/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [2/7|Priority: 10000]ShutdownController: start item->flushing logs to disk
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [2/7|Priority: 10000]ShutdownController: item ended after->236
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:2/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [3/7|Priority: 0]ShutdownController: start item->ShutdownEvent: Save JSonStorages

THREAD: 16
16|Log.L.log 7/22/17 10:44:15 AM - FINER [ org.appwork.storage.JSonStorage(close) ] -> Start Saving Storage
16|Log.L.log 7/22/17 10:44:15 AM - FINER [ org.appwork.storage.JSonStorage(close) ] -> ENDED Saving Storage
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [3/7|Priority: 0]ShutdownController: item ended after->9
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:3/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [4/7|Priority: 0]ShutdownController: start item->ShutdownEvent: SaveAllStorageHandler
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [4/7|Priority: 0]ShutdownController: item ended after->5
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:4/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [5/7|Priority: 0]ShutdownController: start item->ShutdownEvent: ProcessDelayedWrites num=0
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [5/7|Priority: 0]ShutdownController: item ended after->5
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:5/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [6/7|Priority: -2147483648]ShutdownController: start item-> Priority: -2147483648
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [6/7|Priority: -2147483648]ShutdownController: item ended after->8
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:6/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [7/7|Priority: -2147483648]ShutdownController: start item->ShutdownEventWrapper Thread[Thread-0,5,main] - java.util.logging.LogManager$Cleaner Priority: -2147483648
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [7/7|Priority: -2147483648]ShutdownController: item ended after->7
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> [Done:7/7]
7|org.appwork.shutdown.ShutdownController.log 7/22/17 10:44:15 AM - INFO [ org.appwork.shutdown.ShutdownController(log) ] -> Shutdown Hooks Finished
[/share/MD0_DATA/.qpkg/JDownloader2/jd2] #

Ich verstehe da leider nur Bahnhof...
Wie kann/soll ich hier weiter vorgehen?

Danke
Reply With Quote
  #275  
Old 22.07.2017, 20:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

JD vorher beenden
kill und die PID von JDownloader, in deinem fall kill 10249
__________________
JD-Dev & Server-Admin
Reply With Quote
  #276  
Old 23.07.2017, 16:36
estvulpes
Guest
 
Posts: n/a
Default

Hallo Jiaz,

was soll ich sagen... du bist mein HELD :-). Funktioniert wieder tadellos :-).
Nochmals Danke.
Reply With Quote
  #277  
Old 23.07.2017, 21:33
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Nichts zu danken Darf ich fragen was du gemacht hast, damit es wieder läuft?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #278  
Old 24.07.2017, 20:20
estvulpes
Guest
 
Posts: n/a
Default

also entsprechend deinem rat folgendes:

nach "ps faux | grep java"
"kill 10249" anschließend in das Verzeichnis (welches beim 1. Befehl angezeigt wurde) gewechselt und mit "java -jar JDownloader.jar -restart" JDownloader neu gestartet. dann kam eine halbwegs lange update liste gefolgt der aufforderung der eingabe meiner myjdownloader zugangsdaten und dann lief es wieder.
Reply With Quote
  #279  
Old 25.07.2017, 11:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Danke fürs Feedback! Werden demnächst eine Möglichkeit einbauen die Logins auch über den Browser zu setzen Damit man sich die Einrichtung über Konsole sparen kann
__________________
JD-Dev & Server-Admin
Reply With Quote
  #280  
Old 16.09.2017, 10:14
pboy2k pboy2k is offline
Modem User
 
Join Date: Dec 2015
Posts: 2
Default

Got an error while trying to install it.

[/share/Public] # cd `/sbin/getcfg Public path -f /etc/config/smb.conf`
[/share/MD0_DATA/Public] # chmod +x jd2_qnap_installer.sh
[/share/MD0_DATA/Public] # ./jd2_qnap_installer.sh

=============================================================
JDownloader2 QPKG Installer script
=============================================================

Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download the JDownloader2 update file. Please check your internet connection.
[/share/MD0_DATA/Public] #

Looks like the update file is gone.
JD2_UPDATE_FILE="jd2_update"
JD2_UPDATE_LINK="**External links are only visible to Support Staff**
The link leads to file not found. Can anyone help? Thanks in advance
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 19:56.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.