Menu

Differences between Eclipse Debugging and Final Application

Tokamak
2014-05-02
2014-05-06
  • Tokamak

    Tokamak - 2014-05-02

    Hi,

    first of all great work!

    I have written a small component which gives me secure access to web pages. For this access I use TOR as Netlayer. This component runs fine when it is debugged within Eclipse. This component stucks at 60% status when running in the final application.

    I have absolutly no idea, what is going wrong. It would be great if you can have a closer look to the log file.

    Best regards!

     
  • Tokamak

    Tokamak - 2014-05-02

    The log file of the application.

     
  • Tobias Boese

    Tobias Boese - 2014-05-06

    Hi Tokamak,

    sorry for answering that late.

    I currently do not have a real idea what could be the issue.
    Usually there should be no difference between debug and release in Java.

    I've made a modification in TorConfig so that you now can choose between CREATE_FAST cells and the normal CREATE cells.

    The Tor project is not using the CREATE_FAST cells anymore but they are still supporting them, maybe they have dropped this support in some server versions.

    So could you try it with the new Snapshot and executing TorConfig.setUseCreateFastCells(false); as the first thing before accessing the netlib library?

    If this works i will probably remove the CREATE_FAST cells completely as they wouldnt make much sense ;)

    thanks and regards,
    Tobi

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.