iceScrum Forums Discuss on iceScrum
Forum Replies Created
-
AuthorPosts
-
KagilumKeymasterBonjour 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.
KagilumKeymasterThis 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.
KagilumKeymasterThank you for the answer. A database administrator changed the e-mailaddress and my teammember is back in business again.
KagilumKeymasterEntre 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 ?
KagilumKeymasterOui 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
KagilumKeymasterBonjour 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
KagilumKeymasterI 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 ?
KagilumKeymasterhello 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
KagilumKeymasterCould we please get help asap. I need more guide from you. Thank you for your understanding.
Regards
Zoran18/06/2014 at 12:20 pm in reply to: After R6#13 Sprint Burnup based on story point doesn work #10877
KagilumKeymasterWhat I forgot to add is that sprint burnup based on # user stories works fine and burndowns as well
18/06/2014 at 12:17 pm in reply to: "Format error in backup" xml import form R6#12.1 to R6#13 #10874
KagilumKeymasterBonjour 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)18/06/2014 at 12:09 pm in reply to: After R6#13 Sprint Burnup based on story point doesn work #10873
KagilumKeymasterSorry what export do you need?
KagilumKeymasterpas 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.
KagilumKeymasterJe l’ai fait hier avant sa suppression, comme un backup, il n’y a pas de répertoires attachements dans le zip.
12/06/2014 at 10:26 am in reply to: "Format error in backup" xml import form R6#12.1 to R6#13 #10866
KagilumKeymasterJe n’avais pas de répertoire attachements dans le zip…
-
AuthorPosts