Menu

Crash when using webharvest

Help
ehret
2012-03-13
2012-09-04
  • ehret

    ehret - 2012-03-13

    Hello,

    I'm posting here because I have a big issue using webharvest.

    I have developed and run with great sucess a little script using webharvest
    from Java in Windows using Eclipse.

    However when trying to execute the same script (no matter I compiled or copy
    the .class file) under Linux, my programme freeze or crash the JVM

    Here is an output, hope you can help me (sorry for the long output but I don't
    know at this point what is usefull or not so I prefered including the full
    output of the java -verbose command)

    java -verbose -cp ./webharvest_all_2.jar:. Web_parser

    log4j:WARN No appenders could be found for logger
    (org.webharvest.definition.XmlParser).

    log4j:WARN Please initialize the log4j system properly.

    Exception in thread "Reference Handler"

    java.lang.IllegalMonitorStateException

    at java.lang.Object.notifyAll(Native Method)

    at java.lang.ref.ReferenceQueue.enqueue(ReferenceQueue.java:68)

    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:146)

     
  • ehret

    ehret - 2012-03-13

    Just to say that java command freeze at this point (sometime it is in other
    point of the wegharvest jar file).

    I have wait several time more than 30 minutes before killing the process

     

Log in to post a comment.