iceScrum | Page 6 – iceScrum

iceScrum Forums Discuss on iceScrum

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 113 total)

  • Author
    Posts
  • in reply to: Acceptance test #10897

    Kagilum
    Keymaster

    Bonjour j’utilise aujourd’hui la version R6#13.1 et j’ai quelque difficulté à comprendre comment fonctionne les “test d’acceptation” et les réponses sur le net ne “cours pas les rues” alors pouvez vous répondre à mes quelques questions 😕
    On elle plusieurs fonctions? ( en fonction du contexte dans lequel on l’utilise)
    Comment les utiliser ? (pour l’acceptation d’une Story du bac a sable ainsi que pour la vérification d’une Story fini)
    et comment les utiliser en s’appuyant sur les acteurs?
    Serait il possible d’avoir quelque exemple concret que l’on peut tester?

    Je vous serais reconnaissant de pouvoir m’éclairer sur ce point qui reste assez flou pour l’instant, merci.

    in reply to: UI problems/findings #10895

    Kagilum
    Keymaster

    This question in regards to 4.
    When will the filtering tasks by responsibility be available in the free version ? Its been couple of years now that this functionality is not available.

    in reply to: Changing e-mail address of team member #10893

    Kagilum
    Keymaster

    Thank you for the answer. A database administrator changed the e-mailaddress and my teammember is back in business again.

    in reply to: License IceScrum Pro Free trial #10890

    Kagilum
    Keymaster

    Entre temps je suis revenue a une version gratuite qui marche plutôt bien et répond a mes attentes , je reviens vers vous des que je réessaie de réinstaller la version pro !
    d’ailleurs une question si j’installe la version pro sur mon projet en cours est ce que a la fin de la license je pourrais revenir sur mon projet avec la version gratuite sans problème ?

    in reply to: License IceScrum Pro Free trial #10888

    Kagilum
    Keymaster

    Oui je suis arrivé à l’étape où sur le site de Kagilum la clé de la license m’a été fourni alors je l’ai sauvegardé pour ne pas la perdre mais je n’ai pas su quoi en faire, ni où la renseigner ;ayant télécharger la version pro depuis l’interface graphique. Puis rien à faire je n’avais pas l’emplacement pour entrer la Key ni l’onglet version pro alors je me suis demandé si il n’y avait pas un probleme dans l’installation de la version pro elle meme .
    merci de votre reponse

    in reply to: License IceScrum Pro Free trial #10883

    Kagilum
    Keymaster

    Bonjour j’ai le même problème j’ai souscris a la version Pro pour une durée de 14 jours mais je ne sais pas comment renseigner la clé qui m’a été fournie , car j’ai un message en haut a gauche me disant qu’aucune license pro n’a été détecté . Pouvez vous m’indiquer la marche a suivre pour qu’elle soit effective? merci

    in reply to: icescrum does not recognize mysql driver #10882

    Kagilum
    Keymaster

    I updated my config to match the values in the link you posted:

    dataSource.dialect = “org.hibernate.dialect.MySQL5InnoDBDialect”
    dataSource.driverClassName = “com.mysql.jdbc.Driver”
    dataSource.url = “jdbc:mysql://localhost:3306/icescrum?useUnicode=true&characterEncoding=utf8”
    dataSource.username = “snoopy”
    dataSource.password = “woodstock”

    and have the same error – cant load driver. I dont recall if this is setup as InnoDB, but it should not matter, at least when simply loading the driver, right ?


    Kagilum
    Keymaster

    hello everyone
    I am a system administrator in the Schneider Electric DMS
    (same company where works zvujkov)

    which exactly export you need?
    database ?
    project?

    Kind regards

    DD


    Kagilum
    Keymaster

    Could we please get help asap. I need more guide from you. Thank you for your understanding.

    Regards
    Zoran


    Kagilum
    Keymaster

    What I forgot to add is that sprint burnup based on # user stories works fine and burndowns as well


    Kagilum
    Keymaster

    Bonjour Vincent,

    Oui c’est bien icescrum R6#13.

    # java -version
    java version “1.7.0_55”
    OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
    OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)


    Kagilum
    Keymaster

    Sorry what export do you need?


    Kagilum
    Keymaster

    pas de soucis les pièces jointes sont toujours sur le file system 🙂

    Le projet est déjà parti en production. Je suis donc en train de les uploader à la mano.

    J’ai cependant des erreurs lors de l’upload :


    2014-06-12 13:05:04,048 [http-nio-443-exec-6] ERROR org.codehaus.groovy.grails.web.errors.GrailsExceptionResolver - Exception occurred when processing request: [POST] /p/1/story/update/5
    Stacktrace follows:
    org.codehaus.groovy.grails.web.servlet.mvc.exceptions.ControllerExecutionException: Executing action [update] of controller [org.icescrum.web.presentation.app.StoryController] caused exception: java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.RuntimeException do not match. Expected 4 but got 5
    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(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.RuntimeException do not match. Expected 4 but got 5
    ... 5 more
    Caused by: java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.RuntimeException do not match. Expected 4 but got 5
    at org.icescrum.plugins.attachmentable.interfaces.AttachmentException.(AttachmentException.groovy:28)
    at org.icescrum.plugins.attachmentable.services.AttachmentableService.addAttachment(AttachmentableService.groovy:87)
    at org.icescrum.plugins.attachmentable.services.AttachmentableService$$FastClassByCGLIB$$eaa004b6.invoke()
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.icescrum.plugins.attachmentable.services.AttachmentableService$$EnhancerByCGLIB$$98f8fb70.addAttachment(
    )
    at org.icescrum.plugins.attachmentable.services.AttachmentableService$addAttachment.call(Unknown Source)
    at IcescrumAttachmentableGrailsPlugin$_closure2_closure3_closure4.doCall(IcescrumAttachmentableGrailsPlugin.groovy:64)
    at IcescrumAttachmentableGrailsPlugin$_closure2_closure3_closure5_closure11.doCall(IcescrumAttachmentableGrailsPlugin.groovy:73)
    at IcescrumAttachmentableGrailsPlugin$_closure2_closure3_closure5.doCall(IcescrumAttachmentableGrailsPlugin.groovy:68)
    at IcescrumCoreGrailsPlugin$_addDownloadAndPreviewMethods_closure16.doCall(IcescrumCoreGrailsPlugin.groovy:532)
    at org.icescrum.web.presentation.app.StoryController$_closure4_closure43.doCall(StoryController.groovy:286)
    at org.icescrum.web.presentation.app.StoryController$_closure4_closure43.call(StoryController.groovy)
    at IcescrumCoreGrailsPlugin$_addWithObjectsMethods_closure29.doCall(IcescrumCoreGrailsPlugin.groovy:876)
    at IcescrumCoreGrailsPlugin$_addWithObjectsMethods_closure29.doCall(IcescrumCoreGrailsPlugin.groovy)
    at org.icescrum.web.presentation.app.StoryController$_closure4.doCall(StoryController.groovy:190)
    at org.icescrum.web.presentation.app.StoryController$_closure4.doCall(StoryController.groovy)
    ... 5 more

    sur un nouveau projet pas de soucis.

    Merci encore pour ton support Nicolas.


    Kagilum
    Keymaster

    Je l’ai fait hier avant sa suppression, comme un backup, il n’y a pas de répertoires attachements dans le zip.


    Kagilum
    Keymaster

    Je n’avais pas de répertoire attachements dans le zip…

Viewing 15 posts - 76 through 90 (of 113 total)