View Single Post
  #2  
Old 14.11.2010, 12:03
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,437
Default

I cannot see any problems in the log, but it is a little confusing.

It would be best to get an "Emergency Log" generated from multiple links, all from one host.

Max. Connections=1
Max. Downloads=1

The emergency log includes details of the interaction between the host and JD (most of the HTTP headers and most of the HTML). The details are described in http://board.jdownloader.org/showpos...1&postcount=26

The most important difference is that JD is started from a command line and the log results in text files. The text files are combined into an archive and attached to a message.

Code:
java -verbose -Xmx512m -jar jdownloader.jar -debug -brdebug 1>jdlog.txt 2>jderr.txt
jderr.txt is the log from JD. jdlog.txt is information from Java, but not usually helpful.
Sometimes an hs_err*.log file is generated, that is a Java dump log and usually very helpful. The -brdebug is the special command line switch to include browser information in the log. -verbose and -debug are both required to generate the log output.
Reply With Quote