I see the following error in the continuum wrapper.log...i.e.
${requestUtil.getParameter('buildId')} is not a valid reference.

below is the stack-trace..any help would be much appreciated



INFO   | jvm 1    | 2007/08/30 11:31:18 |
****************************************************************************
INFO   | jvm 1    | 2007/08/30 11:31:18 | Output:
INFO   | jvm 1    | 2007/08/30 11:31:18 |
****************************************************************************
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Scanning for projects...
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
----------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Building Share : PDFP
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]    task-segment: [clean,
install]
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
----------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] [clean:clean]
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Deleting directory
C:\continuum\continuum_wd\11\target
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Deleting directory
C:\continuum\continuum_wd\11\target\classes
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Deleting directory
C:\continuum\continuum_wd\11\target\test-classes
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Deleting directory
C:\continuum\continuum_wd\11\target\site
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] [resources:resources]
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Using default encoding to
copy filtered resources.
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] [compiler:compile]
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Compiling 18 source files
to C:\continuum\continuum_wd\11\target\classes
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [ERROR] BUILD FAILURE
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Compilation failure
INFO   | jvm 1    | 2007/08/30 11:31:18 | no more tokens - could not parse
error message:
C:\continuum\continuum_wd\11\src\main\java\vaudit\pdfp\PdfpConstants.java:21:
';' expected
INFO   | jvm 1    | 2007/08/30 11:31:18 | ^
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | no more tokens - could not parse
error message:
C:\continuum\continuum_wd\11\src\main\java\vaudit\pdfp\PdfpConstants.java:21:
';' expected
INFO   | jvm 1    | 2007/08/30 11:31:18 | ^
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] For more information, run
Maven with the -e switch
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Total time: 1 second
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Finished at: Thu Aug 30
11:31:16 PDT 2007
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO] Final Memory: 4M/7M
INFO   | jvm 1    | 2007/08/30 11:31:18 | [INFO]
------------------------------------------------------------------------
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 |
****************************************************************************
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | 
INFO   | jvm 1    | 2007/08/30 11:31:18 | .
INFO   | jvm 1    | 2007/08/30 11:31:18 | 250 OK id=1IQono-000Q0H-HB
INFO   | jvm 1    | 2007/08/30 11:31:18 | QUIT
INFO   | jvm 1    | 2007/08/30 11:31:24 | 2007-08-30 11:31:24,133
[SocketListener0-1] ERROR VelocityComponent              - RHS of #set
statement is null. Context will not be modified. screens/ProjectBuild.vm
[line 103, column 3]
INFO   | jvm 1    | 2007/08/30 11:32:43 | 2007-08-30 11:32:43,547
[SocketListener0-1] ERROR VelocityComponent              - RHS of #set
statement is null. Context will not be modified. screens/ProjectBuild.vm
[line 103, column 3]
INFO   | jvm 1    | 2007/08/30 11:32:43 | 2007-08-30 11:32:43,548
[SocketListener0-1] WARN  VelocityComponent              -
org.apache.velocity.runtime.exception.ReferenceException: reference :
template = screens/ProjectBuild.vm [line 137,column 64] :
$requestUtil.getParameter('id') is not a valid reference.
INFO   | jvm 1    | 2007/08/30 11:32:43 | 2007-08-30 11:32:43,548
[SocketListener0-1] WARN  VelocityComponent              -
org.apache.velocity.runtime.exception.ReferenceException: reference :
template = screens/ProjectBuild.vm [line 137,column 96] :
${requestUtil.getParameter('buildId')} is not a valid reference.




mfs wrote:
> 
> Dear All,
> 
> I am getting this strange behavior where even on a build-failure (as
> below) as shown in the Result, the success icon is shown against the
> project on "show-project" screen and same is the case with history screen
> against a project...and even no emails are sent as its intrepreting that
> the build is a success (dont know why) and no state change since last
> build..
> 
> [INFO] Scanning for projects...
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Share : PDFP
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory C:\continuum\continuum_wd\8\target
> [INFO] Deleting directory C:\continuum\continuum_wd\8\target\classes
> [INFO] Deleting directory C:\continuum\continuum_wd\8\target\test-classes
> [INFO] Deleting directory C:\continuum\continuum_wd\8\target\site
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 18 source files to
> C:\continuum\continuum_wd\8\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> C:\continuum\continuum_wd\8\src\main\java\vaudit\pdfp\PdfField.java:[1,0]
> 'class' or 'interface' expected
> 
> 
> 
> C:\continuum\continuum_wd\8\src\main\java\vaudit\pdfp\PdfField.java:[1,0]
> 'class' or 'interface' expected
> 
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Thu Aug 30 11:01:50 PDT 2007
> [INFO] Final Memory: 4M/8M
> [INFO]
> ------------------------------------------------------------------------
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Strange---Success-icon-shown-and-no-emails-sent-in-case-of-build-failure-tf4355976.html#a12413629
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to