Letractively / noweco

Automatically exported from code.google.com/p/noweco
0 stars 0 forks source link

probleme au lancement noweco.bat sur WIN XP #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
lors de l'installation sur windows XP, l'installation du service se passe bien 
(cf ci-dessous). En revanche le lancement de noweco.bat ne marche pas (cf à la 
fin du mail):

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Noweco>install-noweco-service.bat
Ajout des parametres SrvAny dans la base de registre

L'opération s'est bien déroulée

L'opération s'est bien déroulée

L'opération s'est bien déroulée
La configuration de SrvAny en bas de registre est :

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Noweco\Parameters
    Application REG_SZ  noweco.bat
    AppParameters       REG_SZ
    AppDirectory        REG_SZ  c:\Noweco
Enregistrement du Service SrvAny
[SC] OpenService FAILED 1060:

Le service spÚcifiÚ n'existe pas en tant que service installÚ.

[SC] CreateService SUCCESS
Demarrage du service Noweco

SERVICE_NAME: Noweco
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 2  START_PENDING
                                (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x7d0
        PID                : 6556
        FLAGS              :
Etat du service Noweco

SERVICE_NAME: Noweco
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE,PAUSABLE,ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
Appuyez sur une touche pour continuer...

C:\Noweco>noweco.bat
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized 
[../../../src/share/back/debugInit.c:690]
FATAL ERROR in native method: JDWP No transports initialized, 
jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)

Original issue reported on code.google.com by jeanmarc...@gmail.com on 27 Jun 2011 at 7:52

GoogleCodeExporter commented 8 years ago
Un programme utilise déjà le port de debug de Noweco (par defaut 8000).
La désactivation du mode debug devrait permettre d'aller plus loin, toutefois 
si c'est une autre instance de Noweco qui tourne déjà, la nouvelle instance 
s'arrêtera car le port pop (110) est déjà utilisé.
Pour vérifier si Noweco tourne, il faut regarder les fichiers de log dans le 
répertoire log.

Je n'identifie pas ce problème comme un bug.

Original comment by gael.lal...@gmail.com on 27 Jun 2011 at 12:06

GoogleCodeExporter commented 8 years ago
Merci pour l'analyse du pb. M�me si cela n'est pas un bug (tant mieux!),
cela m'aide vraiment � comprendre mon pb.
Bien cordialement,

Le 27 juin 2011 14:07, <noweco@googlecode.com> a �crit :

Original comment by jeanmarc...@gmail.com on 27 Jun 2011 at 7:04