reset password
Author Message
xliu15
Posts: 24
Posted 11:26 Apr 12, 2012 |

while I run the viewSections.jsp it show page not found. please see the attachment screen captured file.

and also

there is a build failure when I run maven build package

can anyone help me about this?

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.406s
[INFO] Finished at: Thu Apr 12 11:15:00 PDT 2012
[INFO] Final Memory: 8M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project csns2: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Documents and Settings\Administrator\workspace\csns2\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Attachments:
mrighetti
Posts: 20
Posted 13:08 Apr 12, 2012 |

Double check your address:


http://localhost:8080/csns2/WEB-INF/pages/instructor/viewSections.jsp

vs.

http://localhost:8080/csns2/instructor/viewSections.html

cysun
Posts: 2935
Posted 13:16 Apr 12, 2012 |
xliu15 wrote:

while I run the viewSections.jsp it show page not found. please see the attachment screen captured file.

and also

there is a build failure when I run maven build package

can anyone help me about this?

...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project csns2: There are test failures.
[ERROR]
...

Read the full error message.

Last edited by cysun at 13:16 Apr 12, 2012.
xliu15
Posts: 24
Posted 13:17 Apr 12, 2012 |

it works, thanks