Project selector screen crashes when updating a project to an empty name
Steps to reproduce:
Create a project.
Go to project admin page
Change project name to empty
(Automatically saved)
Go to project admin page again -> Exception is given that b is null
Statement from Kunagi Team
Kunagi will not let you update the project name to an empty string anymore.
To fix the broken project, you have to stop Tomcat and add a <label>
-tag into the project .xml
file which you can find in the kunagi-data/entities/project
directory.
Status
Issue is closed for Release 0.24.
Comments
Wed, Jul 4, 2012, 09:39 by Garath Emms
I fixed this myself with 0.24 not being released as of this date.
I navigated to /var/lib/tomcat6/webapps/kunagi-data/entities/project/
I found the project which had been made in error, it does not appear to come with a <label> entry, and I am not sure if simply adding a one in would work. However, my solution was to simply rename the project .xml file and then a restart of the tomcat service and found everything to be back to normal.
Wed, Jul 4, 2012, 10:50 by Witek (SM,T)
Sorry for letting you wait, I have fixed the issue for future relases and have forgotten to give you a short-term solution. Sorry.
Fri, Nov 23, 2012, 19:20 by momo
hello!!