Opened 14 years ago
Closed 14 years ago
#1076 closed defect (fixed)
Tol da error al arrancar si no tenemos acceso a internet
Reported by: | Owned by: | Víctor de Buen Remiro | |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | System | Version: | 2.0.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
El cliente Folha no nos ha dado acceso a internet desde sus servidores. Cuando arranco por primera vez tol da el siguiente error al intentar actualizarse:
Ha sido incluido el fichero C:/Arquivos de programas (x86)/Tol-Project/tolbase-v2.0.1/bin/stdlib/_packages.tol [130.828 sec.] OIS: Creando el módulo stdlib::_packages.tol Ha sido incluido el fichero C:/Arquivos de programas (x86)/Tol-Project/tolbase-v2.0.1/bin/stdlib/general/various/_tools.tol [0.000 sec.] Downloading from "http://packages.tol-project.org/OfficialTolArchiveNetwork/repository.php?action=packages&min_tol_version=v2.0.1%20b.0.52.alpha" ... Warning: [5] couldn't open socket: invalid argument ERROR: [1] No se puede indexar por nombre un conjunto vac�o. [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [2] Intento de acceso al elemento 1-esimo de un conjunto de 0 elementos [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [3] Argumentos erróneos para Set Tokenizer (Text string, Text separator [, Text quote="", Text scape=""]) [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [4] pkg no se pudo crear. [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [5] pkg no es un objeto valido para el tipo Text. [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [6] Argumentos erróneos para Real FindIndexByName (Set set, Text name) [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [7] found no se pudo crear. [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [8] found no es un objeto valido para el tipo Real. [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) ERROR: [9] Argumentos erróneos para Real Not (Real x) [Call stack] [2] Real StdLib::TolPackage::Client::RemoteUpdatePackSyncInfo (Real showWarnings) [1] Real StdLib::CheckTOLRelease (Real maxDaysOfDelay) Comprobando si TOL está actualizado. Warning: [6] couldn't open socket: invalid argument Warning: [7] couldn't open socket: invalid argument Warning: [8] couldn't open socket: invalid argument Warning: [9] No se pudo chequear la versión de TOL. Ha sido incluido el fichero C:/Arquivos de programas (x86)/Tol-Project/tolbase-v2.0.1/bin/stdlib/_init_stdlib.tol [288.672 sec.]
Después de esto, al arrancar tol otras veces, parece hacerlo normalmente, pero me gustaría saber si esto puede ser un problema más adelante
Change History (3)
comment:1 Changed 14 years ago by
Component: | ASCII data files → System |
---|---|
Milestone: | → Mantainance |
Status: | new → accepted |
comment:2 Changed 14 years ago by
Perdón, para evitar los intentos de conexión se puede ejecutar una sola vez por máquina este código
Real TolConfigManager::Default::Upgrading::TolVersion::CheckAllowed := False; Real TolConfigManager::Default::Upgrading::TolPackage::LocalOnly := True; Real TolConfigManager::SaveConfig(TolConfigManager::Default);
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
No tiene la mayor importancia pero evidentemente es algo a corregir.
Para evitar los intentos de conexión se puede ejecutar una sola vez por máquina este código
Para restablecer el comportamiento por defecto se haría esto