iceScrum Forums Discuss on iceScrum
Forum Replies Created
-
AuthorPosts
-
15/02/2016 at 5:04 pm in reply to: Allow a user to register that another user is responsible for a task #18050
Vincent BarrierKeymasterHello,
To handle these cases we already have 2 possibilities:
As a Scrum Master, I can move a task with a responsible without “take” the responsibility. In fact you only update as the responsible would be. I can also update the remaining time.
As a Scrum Master ,with iceScrum Pro, I can start the task board feature which is very useful during the daily meeting. I would be able to take, release and update tasks as any user in the team without login / logout. More information here: https://www.icescrum.com/documentation/task-board/
Another possibility would be “assignment” but it’s not part of our Scrum / Agile vision.
Cheers;
Vincent BarrierKeymasterHello Isabela,
You may have done something wrong in your custom cml export. Could you give the file? (support@kagilum.com) We should be able to see what’s wrong.
There is another way to import data in iceScrum. REST API: more information here: https://www.icescrum.com/documentation/section/rest-api/
Vincent BarrierKeymasterCool! Thank you for the feedback
Could you tell us which version of iceScrum did you install?
The latest releases already have PSQL. (As I’m writing, the last one is R6#14.8 Pro)
Vincent BarrierKeymasterOk merci du retour đ
Vincent BarrierKeymasterDid it help?
21/01/2016 at 12:15 pm in reply to: [RESOLVED] iceScrum deployed on Tomcat redirecting to localhost #17331
Vincent BarrierKeymasterDid it help?
Vincent BarrierKeymasterBonjour,
Avez vous suivi le guide d’installation ? je doute đ Car la configuration Tomcat n’est pas correcte.
Dans le fichier server.xml il y a des modifications Ă effectuer. Je vous invite Ă lire le guide ici : https://www.icescrum.com/documentation/application-server/
Ensuite concernant l’erreur affichĂ©e, c’est aussi indiquĂ© dans le guide, dans Troubleshooting.
java.lang.ClassNotFoundException: org.hsqldb.jdbcDriver (or com.mysql.jdbc.Driver) If you use Tomcat 7, you should remove the tomcat-jdbc.jar library from the tomcatDir/lib folder.
Pouvez vous nous tenir au courant si le problÚme est résolu aprÚs ces corrections ?
Vincent BarrierKeymastericescrum.jar is not valid for us, since we need to change the serverURL.
Thanks!You can do that with icescrum.jar:
From documentation:
You can optionally customize the iceScrum URL by providing additional arguments to the command : host=value: Defaults to the first external ip found or fallback to localhost. Should be set in order to use iceScrum correctly. port=value: Defaults to 8080. If you want to set it to 80 you must start the command as an administrator. httpsPort=value: Defaults to nothing. If you want to set it to 443 you must start the command as an administrator. context=value: Defaults to icescrum, so iceScrum will be accessible at http://host:port/icescrum. If you want to access to iceScrum like this: http://host:port/ set the context like this: context=/ Here is an example with custom options to open iceScrum on http://myhost:8081/app: java -Xmx512M -XX:MaxPermSize=256m -jar icescrum.jar host=myhost port=8081 context=app
Vincent BarrierKeymasterI f you want a very quick setup and startup, use our icescrum.jar package (icescrum + tomcat server embedded): https://www.icescrum.com/documentation/install-guide/#start
You should start in less than 60sec đ
You will go on a custom install, when you will be happy with icescrum features, that I sure you will ^^
Vincent BarrierKeymasterHey!
Did you follow our install guide?
Which java environment do you have?
Does the user who launch icescrum has an home folder with writable permissions?We need information to help you đ
Vincent BarrierKeymasterHello,
It seems that you use glassfish? We aren’t compliant with this application server; Our target is at the moment the Apache Tomcat server (version 7).
Could you try with this server?
19/01/2016 at 10:21 am in reply to: [RESOLVED] iceScrum deployed on Tomcat redirecting to localhost #17276
Vincent BarrierKeymasterHello,
This is a known issue when you install iceScrum on remote server. To fix this:
– If you don’t have a config.groovy file, create one under home folder of the user who launch tomcat server
– Insert or replace in the config.groovy file :
grails.serverURL=”http://REPLACE_BY_ROOT_URL_TO_ACCESS_TO_ICESCRUM”
– Restart your tomcat serverCheers;
Vincent BarrierKeymasterBonjour,
Actuellement la notion de valeur est disponible uniquement sur les features. Il sera bientĂŽt possible de le faire sur les stories.
La prochaine release majeure (R7) dont la bĂȘta devrait sortir sous peu inclut ce besoin.
Vincent BarrierKeymasterHello Bill,
iceScrum isn’t compatible with tomcat 8 yet, try with Tomcat 7.
Cheers;
05/10/2015 at 1:36 pm in reply to: Failed to load resource: the server responded with a status of 404 (Not Found) #15962
Vincent BarrierKeymasterHello Miquinti,
Your answser is written in your question:
GRAVE: Exception sending context initialized event to listener instance of class
org.icescrum.core.IceScrumContextLoaderListener
java.lang.RuntimeException:Incompatible Java version. iceScrum isnât compatible with Java 1.8 yet.
Please change your Java plateformYour Java home isn’t set to JAVA 1.7 change your environnement variable then close and open a new CMD console and retry to start iceScrum.
Cheers;
-
AuthorPosts