Bug #1953
Updated by Serge Heiden over 4 years ago
In some Users with a WIFI network configurations (WIFI or even Ethernet connection), some users are having difficulties to update TXM 0.7.7 to TXM 0.7.8 : the update raises raise Timeout exceptions 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 to the serve the update with a different server
D) Try with larger bigger HTTP thresholds 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
It often fails Often fail during the download of the CWBInstaller plugin. This plugin is big because it 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: 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 to the serve the update with a different server
D) Try with larger bigger HTTP thresholds 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
It often fails Often fail during the download of the CWBInstaller plugin. This plugin is big because it 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: system :
* Windows
* Linux
* Mac OS X