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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!
The log file of the application.
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