close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1570 closed defect (fixed)

TolConfigManager y nuevas instalaciones

Reported by: Pedro Gea Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: Kernel Version: 3.1
Severity: critical Keywords:
Cc:

Description

Se encuentran errores al utilizar TOL v3.1 por primera vez relacionados con la gestión de TolConfigManager.

Según parece el mecanismo: TolConfigManager::LoadConfig intenta utilizar un archivo .tolConfig.vXXX.tol previo ubicado en TolAppDataPath, y si no existe da errores del tipo:

ERROR: [1] Intento de acceso al elemento 1-esimo de un conjunto de 0 elementos

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [2] Argumentos erróneos para Text + txt1 + txt2  {Text txt1, Text x2}

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [3] Argumentos erróneos para Text + txt1 + txt2  {Text txt1, Text x2}

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [4] lastPath no se pudo crear.

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [5] lastPath no es un objeto valido para el tipo Text.

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [6] Argumentos erróneos para Real FileExist (Text camino)

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [7] Argumentos erróneos para Real Not (Real x)

[Call stack]
  [1] Real TolConfigManager::LoadConfig (Real void)

ERROR: [8] lastPath no es un objeto valido para el tipo Text.
...

Change History (4)

comment:1 Changed 13 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

(In [4878]) Fixes #1570 in 3.1

comment:2 Changed 13 years ago by Víctor de Buen Remiro

(In [4879]) Fixes #1570 in 3.2

comment:3 Changed 13 years ago by Jorge

(In [5015]) refs #1570, #1574, we should not write on TOLSessionPath because usually it is write protected

comment:4 Changed 13 years ago by Jorge

(In [5016]) refs #1570, #1574, we should not write on TOLSessionPath because usually it is write protected

Note: See TracTickets for help on using tickets.