Opened 11 years ago

Last modified 11 years ago

#214 new defect

JDownloader2 Java Lang Null Pointer Exception

Reported by: jep Owned by:
Priority: major Milestone: Enhanced
Component: general Version: 1.6.0 Build 27 GA5
Severity: medium Keywords: JDownloader2, installer, NPE
Cc:

Description

I've filed a ticket (#HWN-225-24480) with the JDownloader Team due to the problems to use their generic java installer crash at 83-84% right after it has copied some cfg information (Error_355.err). A restart of the isntaller with downloaded files crash almost instantly (Error_676.err).

The Windows installer on the other hand crash in unpack200

Attachments (8)

Error_355.err (57.5 KB) - added by jep 11 years ago.
Fresh download -> stop at 84%
Message_355.out (4.2 KB) - added by jep 11 years ago.
stdout
Error_676.err (40.1 KB) - added by jep 11 years ago.
Already downloaded installation (stderr)
Message_676.out (4.1 KB) - added by jep 11 years ago.
Already downloaded installation (stdout), restart of installer
javarun.cmd (5.9 KB) - added by jep 11 years ago.
OpenJDK6 Launcher used (debug output set)
Java6.ICO (31.7 KB) - added by jep 11 years ago.
OpenJDK6 Icon to go with the launcher
javarun.en_us (305 bytes) - added by jep 11 years ago.
Language (en_us) file for javarun
javarun.sv_se (305 bytes) - added by jep 11 years ago.
Language (sv_se) file for javarun

Download all attachments as: .zip

Change History (11)

Changed 11 years ago by jep

Attachment: Error_355.err added

Fresh download -> stop at 84%

Changed 11 years ago by jep

Attachment: Message_355.out added

stdout

Changed 11 years ago by jep

Attachment: Error_676.err added

Already downloaded installation (stderr)

Changed 11 years ago by jep

Attachment: Message_676.out added

Already downloaded installation (stdout), restart of installer

Changed 11 years ago by jep

Attachment: javarun.cmd added

OpenJDK6 Launcher used (debug output set)

Changed 11 years ago by jep

Attachment: Java6.ICO added

OpenJDK6 Icon to go with the launcher

comment:1 Changed 11 years ago by jep

http://support.jdownloader.org/index.php?/Tickets/Ticket/View/20339
Jiaz Staff Posted on: 08 April 2013 09:26 AM
Hi,

can you please try to download fresh copy of JD2 beta and try again. Download from here
http://jdownloader.org/download/offline

greetings
jiaz

Changed 11 years ago by jep

Attachment: javarun.en_us added

Language (en_us) file for javarun

Changed 11 years ago by jep

Attachment: javarun.sv_se added

Language (sv_se) file for javarun

comment:3 Changed 11 years ago by jep

Javarun.cmd

a script that on first run search the computer for OpenJDK6 and create a program object in the Command Prompts folder and associate .jar-files with that program object. Please do ensure to remove other associations (Archive Viewer, Zippy etc.) if you want to use this launcher for all .jar-files!

As you double click on a .jar-file or select to start it with the OpenJDK6 program object created (see above) a command prompt will appear and ask you if you want to create a program object for it. Type the appropriate key followed by Enter. Select No for temporary .jar files such as installers.

If you selected Yes, it will create the program object for you on the desktop, name it as the .jar-file, set the Object id to "WP_" followed by the filename and attach an .ico-file present in the same folder to it if it exist and have the name <filename>.ico.

The parameter to javarun for the program object may look like:
-Xmx512m -jar "D:\Program\JDownloader2\JDownloader.jar"
and the javarun rexx script will then launch minimized.

The script use language files and come with an icon to improve usage and appearance further.
The language files (see attachments) can be read with a plain text editor and the script default to english if your language is not available.

Note: See TracTickets for help on using tickets.