Jazz 1.0 Setup Dialog misbehavior
This post is a followup to my earlier post "Team Server 1.0 Setup
Dialog: LDAP entry fields missing" WAS 6.1 Fixpack 17 , Bluepages LDAP, DB2 9.5 Fixpack 1, RHEL5 Linux I've carefully re-installed the jazz.war (after removing all trace of jazz.war temp files), and after logging in as ADMIN, I get problems with the WebUI Setup Dialog If I choose 'Fast Path Setup', I see "A problem occurred while loading User Registry settings". If I choose 'Custom Setup', I see "Loading Database Connection settings..." and it then just sits there. My teamserver.properties files is pretty vanilla and is shown below: I downloaded and installed the Jazz Team Server 1.0 Standard from jazz.net and have (as yet) installed no activation keys or licenses. I used the Installation Manager method to install the server, and its located in the default /opt/IBM/JazzTeamServer location. I'm guessing I've missed a step somewhere but I can't see it Any help appreciated Cheers # # DB2 configuration # # Comment out above lines, uncomment the following three lines and customize example location to use DB2 com.ibm.team.repository.db.vendor = DB2 com.ibm.team.repository.db.jdbc.location=//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=db2inst1;password={password}; com.ibm.team.repository.db.jdbc.password=db2inst1 # DB2 requires a path where the content tablespace should be created, examples for Win and Linux follow com.ibm.team.repository.db.db2.content.tablespace.location=content_tablespace # Configure the size of the tablespace to be created, in 4K pages. # This is a hard limit and will need to be raised for a production database. # Your DB2 DBA will need to monitor the utilization of the CONTENTS tablespace and grow it as needed. # Defaulting to 250,000 pages, or 1GB. com.ibm.team.repository.db.db2.content.tablespace.numpages=750000 |
3 answers
Hi, David,
Maybe you missed creating the tables by use the following command repotools -createTables you can find repotools.bat under yourjazzserver\server\ |
I've recreated the tables a few times now
I also see "Error 404: ProxyServlet: /jazz " when I try to skip the setup dialog and directly to localhost:9443/jazz. For Jazz 1.0 the advice about the the JVM properties seems a little different from 1.0M5a/6. Could you (or someone) send me the contents of your profile.ini ? Also, what should the JVM property com.ibm.team.repository.provision.profile be set to ? For Jazz 1.0, I'm following the official doc that says it should be the profiles directory, like so file:///opt/IBM/JazzTeamServer/server/provision_profiles But there's a wiki entry at https://jazz.net/wiki/bin/view/Main/JazzProvisionerSetupInWAS that says it should be the actual filename without the URL prefix. Dave Justin_wzy wrote: Hi, David, |
See my response to "LDAP entry fields missing"
Basically, all of these problems are caused by 1) Errors in the provision_profile JVM property 2) An incorrect content in the the profile.ini and the license_profile.ini Thanks David Ward wrote: I've recreated the tables a few times now |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.