-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Originally reported on Google Code with ID 465
What steps will reproduce the problem?
1. Install a brand-new BitGlit WAR 1.6.0
2. create a new repository and push data in
3. in repository summary page, click on Metrics
What is the expected output? What do you see instead?
I hoped to get a nice page with diagrams but instead I got an error page
org.apache.wicket.WicketRuntimeException: The component(s) below failed to render.
A common problem is that you have added a component in code but forgot to reference
it in the markup (thus the component will never be rendered).
1. [Component id = commitsChart]
2. [Component id = dayOfWeekChart]
3. [Component id = authorsChart]
What version of the product are you using? On what operating system?
Red-Hat x86_64
java version "1.7.0"
tomcat 6
Bitglit-1.6.0.war
Please provide any additional information below.
The repositosy menu "reflog" has a similar error message:
org.apache.wicket.markup.MarkupException: The component [MarkupContainer [Component
id = firstPage]] has the same wicket:id as another component already added at the same
level
Reported by renaud.meurisse on 2014-07-17 08:57:03