Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 16299 invoked from network); 17 Dec 2007 13:09:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 13:09:41 -0000 Received: (qmail 71801 invoked by uid 500); 17 Dec 2007 13:09:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 71767 invoked by uid 500); 17 Dec 2007 13:09:29 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 71756 invoked by uid 99); 17 Dec 2007 13:09:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 05:09:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claudior@buscape-inc.com designates 200.225.81.133 as permitted sender) Received: from [200.225.81.133] (HELO smtp-02.mandic.com.br) (200.225.81.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 13:09:17 +0000 Received: (qmail 5443 invoked from network); 17 Dec 2007 13:09:07 -0000 Received: from fw0-sp.buscape.com.br (HELO tecnologia14) (zdDK2Mu909mn09XEyc+imF6Jn5Nhm6Rt@[200.143.19.126]) (envelope-sender ) by smtp-02.mandic.com.br (qmail-ldap-1.03) with SMTP for ; 17 Dec 2007 13:09:07 -0000 Message-ID: <005a01c840ae$8aeb1b10$7204a8c0@tecnologia14> From: "Claudio Ranieri" To: References: <4761524B.4010208@gmail.com> <9948cb690712130743r6b707f4ai697e0822c5cacdd2@mail.gmail.com> <4761574A.5090009@gmail.com> <9948cb690712131310k6b95331fv2e931589b5cf460a@mail.gmail.com> Subject: Re: Problem with surefire-reports in Continuum 1.1 final Date: Mon, 17 Dec 2007 11:12:46 -0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Checked: Checked by ClamAV on apache.org Hi Olivier, When I launch mvn clean install into C:\continuum\work\6, the maven work out. After various tests, I isolated the problem. The problem occurs when I install continuum as a Windows Service and change service�s Log on to a net�s user (following documentation). When I use the local system to log on, the problem doesn�t occur. Can you do a test changing the user of service�s log on to a net�s user? Thanks. ----- Original Message ----- From: "olivier lamy" To: Sent: Thursday, December 13, 2007 7:10 PM Subject: Re: Problem with surefire-reports in Continuum 1.1 final If you cd to C:\continuum\work\6 and launch mvn clean install. What's happened ? Because as I see in the stack Trace it looks to be more an issue with surefire. Thanks, -- Olivier 2007/12/13, Diego : > > Hi Oliver ... > > It means :"The system could not found the specified path" > > tks > > olivier lamy escreveu: > > Hi, > > What does it mean in english : > > Caused by: java.io.IOException: O sistema não pode encontrar o > > caminho especificado > > > > ? > > :-) > > Thanks, > > -- > > Olivier > > > > 2007/12/13, Diego : > > > >> Hi, > >> > >> I am using Continuum 1.1 final, Maven 2.0.7, Java 1.5.0_06 and > WindowsXP > >> > >> I added a M2 project in Continuum, but in result of build I got: > >> > >> + Error stacktraces are turned on. > >> [INFO] Scanning for projects... > >> [INFO] > >> > >> > ---------------------------------------------------------------------------- > >> [INFO] Building Sincronismo > >> [INFO] task-segment: [clean, install] > >> [INFO] > >> > >> > ---------------------------------------------------------------------------- > >> [INFO] [clean:clean] > >> [INFO] Deleting directory C:\continuum\work\6\target > >> [INFO] [resources:resources] > >> [INFO] Using default encoding to copy filtered resources. > >> [INFO] [compiler:compile] > >> [INFO] Compiling 8 source files to C:\continuum\work\6\target\classes > >> [INFO] [resources:testResources] > >> [INFO] Using default encoding to copy filtered resources. > >> [INFO] [compiler:testCompile] > >> [INFO] Compiling 1 source file to > C:\continuum\work\6\target\test-classes > >> [INFO] [surefire:test] > >> [INFO] Surefire report directory: > >> C:\continuum\work\6\target\surefire-reports > >> [INFO] > >> > ------------------------------------------------------------------------ > >> [ERROR] BUILD ERROR > >> [INFO] > >> > ------------------------------------------------------------------------ > >> [INFO] Error creating properties files for forking; nested exception is > >> java.io.IOException: O sistema não pode encontrar o caminho > >> especificado > >> > >> [INFO] > >> > ------------------------------------------------------------------------ > >> [INFO] Trace > >> org.apache.maven.lifecycle.LifecycleExecutionException: Error creating > >> properties files for forking; nested exception is java.io.IOException: > O > >> sistema não pode encontrar o caminho especificado > >> at > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > >> DefaultLifecycleExecutor.java:564) > >> at > >> > >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle > >> (DefaultLifecycleExecutor.java:480) > >> at > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > >> DefaultLifecycleExecutor.java:459) > >> at > >> > >> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures > >> (DefaultLifecycleExecutor.java:311) > >> at > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments > ( > >> DefaultLifecycleExecutor.java:278) > >> at > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute( > >> DefaultLifecycleExecutor.java:143) > >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) > >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java > >> :39) > >> at > >> sun.reflect.DelegatingMethodAccessorImpl.invoke( > >> DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:585) > >> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > >> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java > :430) > >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > >> Caused by: org.apache.maven.plugin.MojoExecutionException: Error > >> creating properties files for forking; nested exception is > >> java.io.IOException: O sistema não pode encontrar o caminho > >> especificado > >> at > >> org.apache.maven.plugin.surefire.SurefirePlugin.execute( > >> SurefirePlugin.java:402) > >> at > >> org.apache.maven.plugin.DefaultPluginManager.executeMojo( > >> DefaultPluginManager.java:443) > >> at > >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > >> DefaultLifecycleExecutor.java:539) > >> ... 16 more > >> Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException > : > >> Error creating properties files for forking; nested exception is > >> java.io.IOException: O sistema não pode encontrar o caminho > >> especificado > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.fork( > SurefireBooter.java > >> :519) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.forkSuites( > >> SurefireBooter.java:412) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce( > >> SurefireBooter.java:312) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java > >> :202) > >> at > >> org.apache.maven.plugin.surefire.SurefirePlugin.execute( > >> SurefirePlugin.java:398) > >> ... 18 more > >> Caused by: java.io.IOException: O sistema não pode encontrar o > >> caminho especificado > >> at java.io.WinNTFileSystem.createFileExclusively(Native Method) > >> at java.io.File.checkAndCreate(File.java:1345) > >> at java.io.File.createTempFile(File.java:1434) > >> at java.io.File.createTempFile(File.java:1471) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.writePropertiesFile( > >> SurefireBooter.java:450) > >> at > >> org.apache.maven.surefire.booter.SurefireBooter.fork( > SurefireBooter.java > >> :511) > >> ... 22 more > >> [INFO] > >> > ------------------------------------------------------------------------ > >> [INFO] Total time: 4 seconds > >> [INFO] Finished at: Thu Dec 13 11:25:58 BRST 2007 > >> [INFO] Final Memory: 6M/14M > >> [INFO] > >> > ------------------------------------------------------------------------ > >> > >> The maven didn�t find the directory > >> C:\continuum\work\6\target\surefire-reports (continuum working > >> directory). The directory surefire-reports was created by continuum in > >> C:\continuum\build\6\16\surefire-reports (continuum build output > >> directory) > >> In Continuum 1.0.3 I haven�t problem > >> Can you help me? > >> > >> Thanks > >> > >> > > > > > >