Bug #1953
Updated by Matthieu Decorde over 4 years ago
Users with a WIFI network are having difficulties to update TXM 0.7.7 to TXM 0.7.8 : the update raise Timeout exception while downloading plugins.
h3. Diagnostics
A) Download a jar via FF and see if the timeout is raised
B) Reduce the update size
C) Try the serve the update with a different server
D) Try with bigger HTTP constants
E) Try running an update right after the Timeout error
h3. Solution 1
Create the PrepareTXM4Update macro to fix the TXM.ini file and remove the HTTP parameters.
h3. Solution 2
Often fail during the download of CWBInstaller plugin. This plugin contains CQP binaries for all supported architectures (Windows, Mac OS X and Linux for 32 bit and 64 bit).
Split the plugin in 3 plugins for each system :
* Windows
* Linux
* Mac OS X
h3. Diagnostics
A) Download a jar via FF and see if the timeout is raised
B) Reduce the update size
C) Try the serve the update with a different server
D) Try with bigger HTTP constants
E) Try running an update right after the Timeout error
h3. Solution 1
Create the PrepareTXM4Update macro to fix the TXM.ini file and remove the HTTP parameters.
h3. Solution 2
Often fail during the download of CWBInstaller plugin. This plugin contains CQP binaries for all supported architectures (Windows, Mac OS X and Linux for 32 bit and 64 bit).
Split the plugin in 3 plugins for each system :
* Windows
* Linux
* Mac OS X