Error while doing Jazz team server setup
Hi All,
I am configuring DB2 with RQM.
while doing a Jazz team server setup,
It's saying, "An error occurred while saving the configuration properties. Please check your server log for more details." at "Setup User Registry" step.
Am I going wrong somewhere? please guide me.
Regards,
Milind
I am configuring DB2 with RQM.
while doing a Jazz team server setup,
It's saying, "An error occurred while saving the configuration properties. Please check your server log for more details." at "Setup User Registry" step.
Am I going wrong somewhere? please guide me.
Regards,
Milind
11 answers
There was a recent discussion on the forum about this same problem. The
first thing to check is that you are running the latest WAS Java SDK
fixpack. After that, there are more diagnosing steps at:
https://jazz.net/forums/viewtopic.php?t=3188
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-07 at 05:57 +0000, milindg wrote:
first thing to check is that you are running the latest WAS Java SDK
fixpack. After that, there are more diagnosing steps at:
https://jazz.net/forums/viewtopic.php?t=3188
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-07 at 05:57 +0000, milindg wrote:
Hi All,
I am configuring DB2 with RQM.
while doing a Jazz team server setup,
It's saying, "An error occurred while saving the configuration
properties. Please check your server log for more details." at
"Setup User Registry" step.
Am I going wrong somewhere? please guide me.
Regards,
Milind
Hi Matt,
I am using default Tomcat server which comes with RQM 1.0.
Milind
I am using default Tomcat server which comes with RQM 1.0.
Milind
There was a recent discussion on the forum about this same problem. The
first thing to check is that you are running the latest WAS Java SDK
fixpack. After that, there are more diagnosing steps at:
https://jazz.net/forums/viewtopic.php?t=3188
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-07 at 05:57 +0000, milindg wrote:
Hi All,
I am configuring DB2 with RQM.
while doing a Jazz team server setup,
It's saying, "An error occurred while saving the configuration
properties. Please check your server log for more details." at
"Setup User Registry" step.
Am I going wrong somewhere? please guide me.
Regards,
Milind
Hi Matt,
While doing this confuguration, While executing repotools -createTables command, it was displaying following log,
" Db Product Name: DB2/NT
Db Product Version: SQL09050
Db Name/Location: //localhost:50000/RQM:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;
2009-01-08 12:48:35,718 Creating the tables for the database "//localhost:50000/RQM:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;" with indices.
2009-01-08 12:49:32,093 Syntax error or access rule violation
.
SQL: CREATE TABLE LM.ABSTRACT_INSTANCE(STA.........
.
.
.
SQL Exception #1
SQL Message: DB2 SQL error: SQLCODE: -286, SQLSTATE: 42727, SQLERRMC: 16384;MILINDG
SQL State: 42727
Error Code: -286
.......
At the end of this log the line was,
2009-01-08 12:49:32,609 The database tables were not created.
In fact it is creating tables.
Why this is happening?I have tried it 4-5 times.
Is this the reason of the error while doing setup?
i am using following versions,
Tomcat 5.5
DB2 9.5
RQM 1.0
Regards,
Milind
While doing this confuguration, While executing repotools -createTables command, it was displaying following log,
" Db Product Name: DB2/NT
Db Product Version: SQL09050
Db Name/Location: //localhost:50000/RQM:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;
2009-01-08 12:48:35,718 Creating the tables for the database "//localhost:50000/RQM:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;" with indices.
2009-01-08 12:49:32,093 Syntax error or access rule violation
.
SQL: CREATE TABLE LM.ABSTRACT_INSTANCE(STA.........
.
.
.
SQL Exception #1
SQL Message: DB2 SQL error: SQLCODE: -286, SQLSTATE: 42727, SQLERRMC: 16384;MILINDG
SQL State: 42727
Error Code: -286
.......
At the end of this log the line was,
2009-01-08 12:49:32,609 The database tables were not created.
In fact it is creating tables.
Why this is happening?I have tried it 4-5 times.
Is this the reason of the error while doing setup?
i am using following versions,
Tomcat 5.5
DB2 9.5
RQM 1.0
Regards,
Milind
Hi Matt,
I am using default Tomcat server which comes with RQM 1.0.
Milind
There was a recent discussion on the forum about this same problem. The
first thing to check is that you are running the latest WAS Java SDK
fixpack. After that, there are more diagnosing steps at:
https://jazz.net/forums/viewtopic.php?t=3188
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-07 at 05:57 +0000, milindg wrote:
Hi All,
I am configuring DB2 with RQM.
while doing a Jazz team server setup,
It's saying, "An error occurred while saving the configuration
properties. Please check your server log for more details." at
"Setup User Registry" step.
Am I going wrong somewhere? please guide me.
Regards,
Milind
The documentation for DB2 says that the 42727 failure means that the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
> 42727
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
> 42727
It's not mentioned in RQM documentation about DB page size, but i tried changing it to 16K and it worked.
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add new user and disable ADMIN user.
Milind
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add new user and disable ADMIN user.
Milind
The documentation for DB2 says that the 42727 failure means that the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
> 42727
Can you provide any more information about the problem you are seeing
during setup?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-01-09 at 05:47 +0000, milindg wrote:
during setup?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-01-09 at 05:47 +0000, milindg wrote:
It's not mentioned in RQM documentation about DB page size, but i
tried changing it to 16K and it worked.
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add new
user and disable ADMIN user.
Milind
lavinmwrote:
The documentation for DB2 says that the 42727 failure means that the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
42727
Hi Matt,
While doing a team server setup, at "setup user registry" it is saying
"An error occurred while saving the configuration properties. Please check your server log for more details."
I have selected "Tomcat user database" and "Disable default admin access"
Please mention what information you need.
Milind
While doing a team server setup, at "setup user registry" it is saying
"An error occurred while saving the configuration properties. Please check your server log for more details."
I have selected "Tomcat user database" and "Disable default admin access"
Please mention what information you need.
Milind
Can you provide any more information about the problem you are seeing
during setup?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-01-09 at 05:47 +0000, milindg wrote:
It's not mentioned in RQM documentation about DB page size, but i
tried changing it to 16K and it worked.
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add new
user and disable ADMIN user.
Milind
lavinmwrote:
The documentation for DB2 says that the 42727 failure means that the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
42727
We have seen some problems with that step in the wizard if you are using
IE. Could you try the same set of steps using Firefox to see if it
resolves the issue?
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-14 at 12:08 +0000, milindg wrote:
IE. Could you try the same set of steps using Firefox to see if it
resolves the issue?
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-14 at 12:08 +0000, milindg wrote:
Hi Matt,
While doing a team server setup, at "setup user registry" it
is saying
"An error occurred while saving the configuration properties.
Please check your server log for more details."
I have selected "Tomcat user database" and "Disable
default admin access"
Please mention what information you need.
Milind
lavinmwrote:
Can you provide any more information about the problem you are
seeing
during setup?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-01-09 at 05:47 +0000, milindg wrote:
It's not mentioned in RQM documentation about DB page size, but i
tried changing it to 16K and it worked.
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add
new
user and disable ADMIN user.
Milind
lavinmwrote:
The documentation for DB2 says that the 42727 failure means that
the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
42727
I am using Firefox 3.0
Milind
Milind
We have seen some problems with that step in the wizard if you are using
IE. Could you try the same set of steps using Firefox to see if it
resolves the issue?
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-14 at 12:08 +0000, milindg wrote:
Hi Matt,
While doing a team server setup, at "setup user registry" it
is saying
"An error occurred while saving the configuration properties.
Please check your server log for more details."
I have selected "Tomcat user database" and "Disable
default admin access"
Please mention what information you need.
Milind
lavinmwrote:
Can you provide any more information about the problem you are
seeing
during setup?
-
Matt Lavin
Jazz Server Team
On Fri, 2009-01-09 at 05:47 +0000, milindg wrote:
It's not mentioned in RQM documentation about DB page size, but i
tried changing it to 16K and it worked.
I was able to create tables successfully.
But still it is giving error during setup, when I am trying to add
new
user and disable ADMIN user.
Milind
lavinmwrote:
The documentation for DB2 says that the 42727 failure means that
the
page size of the DB is too small for the given table to be created.
Does the RQM documentation suggest creating the DB2 database with a
specific page size (8K perhaps)?
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 07:47 +0000, milindg wrote:
42727
page 1of 1 pagesof 2 pages