The page features answers to Frequently Asked Questions.
1. Overview
- What is Bugs Dashboard and what does it do?
- Why should organizations and teams consider using Bugs Dashboard?
- How do I know Bugs Dashboard is right for my organization?
- Does Bugs Dashboard work with all bug tracking tools?
2. Features
3. Licensing & Options
- Yikes! Is there a monthly fee to license Bugs Dashboard?
- Is there a fee for portlets?
- Why do you use PayPal?
- There are many open-source bug tracking systems for free, why is there a fee for Bugs Dashboard?
4. Requirements, Installation and Configuration
- What issue tracking systems does the Bugs Dashboard work with?
- What versions of Bugzilla are supported?
- What access to Bugzilla is necessary?
- How do I change the size of each column in the portal?
- How do I change the number of columns in the portal?
5. Troubleshooting
- I’ve followed all the instructions to install on my Linux server with MySQL, but when I open the dashboard I don’t see any bugs listed, counts, etc.
- I’m getting the error FileNotFound: /home/bugsd3/public_html/logs/out.log (No such file or directory). What is the problem?
- Clicking on a bug number gives me an error: The requested resource (/bugzilla/show_bug.cgi) is not available. What do I do?
- The counts in the Dashboard don’t appear to agree with a search of the same criteria in Bugzilla. Is there a reason why?
- I have a 3-column portal defined, but I only see 2. Where’s the third column?
- How do I add an Issue to a Priority when the Priority currently has no issues in it?
- What happens when I update a priority or severity?
- Help, I can’t drop my bug!
- After setting maxConnections in my db_en_US.properties file, MySQL (or Tomcat) tells me I’ve reached the maximum number of connections and it’s lower than my property. Why?
- When loading a list of bugs or issues or when saving a very large comment, I received an error stating I had exceeded the amount of memory available. Why?
- I get a “timeout value is negative” error when trying to access the login page. What’s the problem?
- We added some bugs today and want to see them in the aging on the “Outstanding” page. If we enter 0 for the number of days, they don’t appear. How can we include today’s entries?
- Help! I can’t move any of the widgets on the dashboard!
1. Overview
Q: 1. What is Bugs Dashboard and what does it do?
Q: 2. Why should organizations and teams consider using Bugs Dashboard?
Q: 3. How do I know Bugs Dashboard is right for my organization?
Q: 4. Does Bugs Dashboard work with all bug tracking tools?
2. Features
Q: 1. What are the key features of Bugs Dashboard?
- Flexible Dashboards
The Bugs Dashboard allows you to create one or more dashboards (depending on your version) to report on and help you visualize the state of your development. You may create dashboards that are specific to an individual product/project or you may wish to create dashboards that contrast two products using the same portlets. Another common configuration is to use the same portlet within a dashboard to report across many projects with the same tool allowing you to compare all projects with a common measurement. - Ability To See The Big Picture
The Bugs Dashboard provides a listing of all bugs, whether specific to a project or across all projects, by their priority and also by their severity. This helps you see the big picture, to focus your resources where they are needed most, to make informed decisions on schedules and milestones, and to clearly communicate expectations. This is a powerful feature for teams and organizations! - Ability To Easily Extend The Bugs Dashboard
We understand that you have specific needs and that you are the authority on how you do business. We cannot anticipate every need you may have so we have given you the ability to easily add to the Bugs Dashboard with your own portlets. It’s as simple as creating a Java class that returns a String object. You may do anything you want in that Java class, including reporting from other data sources such as tying in the financial impact of resolving issues. A few simple configuration updates and your portlet may be easily used on any dashboard you choose.
Q: 2. Can I customize Bugs Dashboard?
- Your dashboard(s) may be customized in the number of portals and portlets, which portlets are included on your dashboard(s), the number of columns to each portal, and the width of each of those columns.
- You may choose from several different types of tabs for the menu bar.
- You may create your own portlets and easily incorporate them into your dashboard(s).
3. Licensing
Q: 1. Yikes! Is there a monthly fee to license Bugs Dashboard?
Q: 2. Is there a fee for portlets?
Q: 3. Why do you use PayPal?
Q: 4. There are many open-source bug tracking systems for free, why is there a fee for Bugs Dashboard?
4. Requirements, Installation and Configuration
Q: 1. What issue tracking systems does the Bugs Dashboard work with?
Q: 2. What versions of Bugzilla are supported?
Q: 3. What access to Bugzilla is necessary?
Q: 4. How do I change the size of each column in the portal?
Q: 5. How do I change the number of columns in the portal?
5. Troubleshooting
Q: 1. I’ve followed all the instructions to install on my Linux server with MySQL, but when I open the dashboard I don’t see any bugs listed, counts, etc.
Q: 2. I’m getting the error FileNotFound: /home/bugsd3/public_html/logs/out.log (No such file or directory). What is the problem?
log4j.rootLogger=fatal, R
Then change the path on line 5 to something like
./logs/out.log
If the logs directory isn’t one level up from your Tomcat binaries, please set the appropriate path. I promise not to make you do this again. Well, not on purpose anyway!
Q: 3. Clicking on a bug number gives me an error: The requested resource (/bugzilla/show_bug.cgi) is not available. What do I do?
Q: 4. The counts in the Dashboard don’t appear to agree with a search of the same criteria in Bugzilla. Is there a reason why?
Q: 5. I have a 3-column portal defined, but I only see 2. Where’s the third column?
Q: 6. How do I add an Issue to a Priority when the Priority currently has no issues in it?
Q: 7. What happens when I update a priority or severity?
Q: 8. Help, I can’t drop my bug!
Q: 9. After setting maxConnections in my db_en_US.properties file, MySQL (or Tomcat) tells me I’ve reached the maximum number of connections and it’s lower than my property. Why?
Q: 10. When loading a list of bugs or issues or when saving a very large comment, I received an error stating I had exceeded the amount of memory available. Why?
Q: 11. I get a “timeout value is negative” error when trying to access the login page. What’s the problem?
java.lang.IllegalArgumentException: timeout value is negative java.lang.Object.wait(Native Method)
com.wmpnj.statusreports.components.ConnectionPool.getConn(ConnectionPool.java:191)
com.wmpnj.statusreports.components.ConnectionPool.getConn(ConnectionPool.java:206)
com.wmpnj.statusreports.components.ConnectionPool.getConnection(ConnectionPool.java:174)
com.wmpnj.statusreports.authentication.Login.doPost(Login.java:83)
com.wmpnj.statusreports.authentication.Login.doGet(Login.java:62)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
check your db_en_US.properties file. The most probable cause for this type of error is that you’ve mistyped some part of the jdbc URL. For example, if the database instance is incorrect, you’ll see the above error.
