[ 
https://jira.nuxeo.com/browse/NXP-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=102167#comment-102167
 ] 

Julien Carsique commented on NXP-7560:
--------------------------------------

Seems to be a lock issue with server.log.
The following diff avoid the ERROR log but does not fix the issue:

{code}diff --git 
a/nuxeo-startup-wizard/src/main/java/org/nuxeo/wizard/helpers/ServerController.java
 
b/nuxeo-startup-wizard/src/main/java/org/nuxeo/wizard/helpers/ServerController.java
--- 
a/nuxeo-startup-wizard/src/main/java/org/nuxeo/wizard/helpers/ServerController.java
+++ 
b/nuxeo-startup-wizard/src/main/java/org/nuxeo/wizard/helpers/ServerController.java
@@ -69,8 +69,7 @@
         }
 
         new ThreadedStreamGobbler(p1.getInputStream(), 
SimpleLog.LOG_LEVEL_OFF).start();
-        new ThreadedStreamGobbler(p1.getErrorStream(),
-                SimpleLog.LOG_LEVEL_ERROR).start();
+        new ThreadedStreamGobbler(p1.getErrorStream(), 
SimpleLog.LOG_LEVEL_OFF).start();
         return true;
     }{code}


> Logs locked after restart on windows
> ------------------------------------
>
>                 Key: NXP-7560
>                 URL: https://jira.nuxeo.com/browse/NXP-7560
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>         Environment: Windows XP UI in french
> oracle java 1.6.0_27-b07
>            Reporter: Benjamin Jalon
>            Assignee: Julien Carsique
>             Fix For: 5.4.3
>
>
> - On Windows XP, I download the nightly build (2011/09/15)
> - I execute nuxeoctl.bat
> - I start the server
> - I open the http:/localhost:8080/
> - I "next" each page and wait for restart
> Problem
> - Into the "server.log" tab, I have this written :
> Le processus ne peut pas acc�der au fichier car ce fichier est utilis� par un 
> autre processus.
> Logs are not updated into this tabs
> A lock seems to be let on the server.log file after a restart on windows.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to