iceScrum | Grail Expeption on create project – iceScrum

iceScrum Forums Discuss on iceScrum

Viewing 2 posts - 1 through 2 (of 2 total)

  • Author
    Posts
  • #10666

    Kagilum
    Keymaster

    When I try to create a new project the following exception appears:
    Grails Runtime Exception

    .message {
    border: 1px solid black;
    padding: 5px;
    background-color:#E9E9E9;
    }
    .stack {
    border: 1px solid black;
    padding: 5px;
    overflow:auto;
    height: 300px;
    }
    .snippet {
    padding: 5px;
    background-color:white;
    border:1px solid black;
    margin:3px;
    font-family:courier;
    }

    Grails Runtime Exception
    Error Details

    Error 500: Executing action [save] of controller [org.icescrum.web.presentation.app.project.ProjectController] caused exception: java.text.ParseException: Unparseable date: “07/09/2014”
    Servlet: grails
    URI: /icescrum/grails/project/save.dispatch

    Exception Message: Unparseable date: “07/09/2014”
    Caused by: Unparseable date: “07/09/2014”
    Class: GrailsFragmentCachingFilter
    At Line: [66]
    Code Snippet:

    Stack Trace

    java.text.ParseException: Unparseable date: “07/09/2014”
    at java.text.DateFormat.parse(Unknown Source)
    at org.icescrum.web.presentation.app.project.ProjectController$_closure8.doCall(ProjectController.groovy:212)
    at org.icescrum.web.presentation.app.project.ProjectController$_closure8.doCall(ProjectController.groovy)
    at grails.plugin.springcache.web.GrailsFragmentCachingFilter.doFilter(GrailsFragmentCachingFilter.groovy:66)
    at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    #10930

    Nicolas Noullet
    Keymaster

    Hello,

    There is an issue with the italian translation that prevents from creating projects.

    If you switch your account to another language (e.g. English) then you should be able to create your project.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Questions and help’ is closed to new topics and replies.