Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error occuring while saving server configuration properties

I newly installed WAS and Jazz Team Server 1.0.0.1 on it. I followed all installation instructions for Jazz with WAS , and jazz server successfully started. However when I am trying to configure the email properties and ldap properties from server setup url(https://localhost:9443/jazz/setup), the error is displayed as
" An error occurred while saving the configuration properties. Please check your server log for more details "

There is no error in server logs except one which says "Error while adding servlet mapping --> /* Please set fileServingEnabled=false in the ibm-web-ext.xmi file which is under WEB-INF folder."

Would need help in solving this error.

0 votes



9 answers

Permanent link
Hi,

This can happen on WAS if you haven't applied the latest WAS Java SDK
fixpack.

Thanks!
Craig Chaney
Jazz Server Team

urwashi wrote:
I newly installed WAS and Jazz Team Server 1.0.0.1 on it. I followed
all installation instructions for Jazz with WAS , and jazz server
successfully started. However when I am trying to configure the email
properties and ldap properties from server setup
url(https://localhost:9443/jazz/setup), the error is displayed as
" An error occurred while saving the configuration properties.
Please check your server log for more details "

There is no error in server logs except one which says "Error
while adding servlet mapping --> /* Please set
fileServingEnabled=false in the ibm-web-ext.xmi file which is under
WEB-INF folder."

Would need help in solving this error.

0 votes


Permanent link
Yes, I installed the WAS version 6.1.0.15 with latest corresponding Java SDk , but it still giving this error.

An urgent answer is appreciated !!

Thanks
Urwashi

Hi,

This can happen on WAS if you haven't applied the latest WAS Java SDK
fixpack.

Thanks!
Craig Chaney
Jazz Server Team

urwashi wrote:
I newly installed WAS and Jazz Team Server 1.0.0.1 on it. I followed
all installation instructions for Jazz with WAS , and jazz server
successfully started. However when I am trying to configure the email
properties and ldap properties from server setup
url(https://localhost:9443/jazz/setup), the error is displayed as
" An error occurred while saving the configuration properties.
Please check your server log for more details "

There is no error in server logs except one which says "Error
while adding servlet mapping --> /* Please set
fileServingEnabled=false in the ibm-web-ext.xmi file which is under
WEB-INF folder."

Would need help in solving this error.

0 votes


Permanent link
Hi Urwashi,

The setup wizard is trying to store your new preferences into the
teamserver.properties file. It also creates a backup of your old
teamserver.properties file in the same directory (with a name like
teamserver-nnnbackup.properties).

Look for reasons why this might fail, such as bad permissions or perhaps
a full disk. One other common mistake is incorrectly specifying some
properties if the path for the teamserver.properties file contains a
space character. Either move your file to a new location without a
space character or follow the instructions in the FAQ:
https://jazz.net/wiki/bin/view/Main/WASSetupFAQ

Thanks,
Craig Chaney
Jazz Server team

urwashi wrote:
Yes, I installed the WAS version 6.1.0.15 with latest corresponding
Java SDk , but it still giving this error.

An urgent answer is appreciated !!

Thanks
Urwashi

Hi,

This can happen on WAS if you haven't applied the latest WAS Java SDK

fixpack.

Thanks!
Craig Chaney
Jazz Server Team

urwashi wrote:
I newly installed WAS and Jazz Team Server 1.0.0.1 on it. I
followed
all installation instructions for Jazz with WAS , and jazz server
successfully started. However when I am trying to configure the
email
properties and ldap properties from server setup
url(https://localhost:9443/jazz/setup), the error is displayed as
" An error occurred while saving the configuration properties.
Please check your server log for more details "

There is no error in server logs except one which says "Error
while adding servlet mapping --> /* Please set
fileServingEnabled=false in the ibm-web-ext.xmi file which is under
WEB-INF folder."

Would need help in solving this error.

0 votes


Permanent link
1) There is no space in the server install directory.
2) There is no permission problem when writing to teamserver.properties file.
3) There is no backup file of teamserver.properties getting created.
4) The disk is writable.
I followed the instructions on the link "https://jazz.net/wiki/bin/view/Main/WASSetupFAQ"

Wehn I opened Advance Properties link in jazz admin we page then I got came across an error in SCM category, as:

com.ibm.team.scm.service.internal.interop.ScmImportService
CRJAZ1122I Invalid configuration property, type="INTEGER", value="***********".

Thanks for quick response.

0 votes


Permanent link
Hi,

Can you open a work item on this issue? Attach your server log to the
bug, and add me as a subscriber.

Thanks!
Craig Chaney
Jazz Server team

urwashi wrote:
1) There is no space in the server install directory.
2) There is no permission problem when writing to
teamserver.properties file.
3) There is no backup file of teamserver.properties getting created.
4) The disk is writable.
I followed the instructions on the link
"https://jazz.net/wiki/bin/view/Main/WASSetupFAQ"

Wehn I opened Advance Properties link in jazz admin we page then I got
came across an error in SCM category, as:

com.ibm.team.scm.service.internal.interop.ScmImportService
CRJAZ1122I Invalid configuration property, type="INTEGER",
value="***********".

Thanks for quick response.

0 votes


Permanent link
I got the above error and a few more in the Advanced properties page:

SCM
com.ibm.team.scm.service.internal.interop.ScmImportService
Number of change sets per-era for Import ***********
CRJAZ1122I Invalid configuration property, type="INTEGER", value="***********". ***********


And

com.ibm.team.scm.service.internal.tasks.InternalScmService
Default size of era in change history

And

com.ibm.team.process.internal.service.ProcessService
Process Model Cache size

CRJAZ1122I Invalid configuration property, type="INTEGER", value="***********".



Is there a default value that I should set for each one? All the default values are showing "**********". I would like to save the settings, thanks

0 votes


Permanent link
I have resolved this problem. Thanks to all.

I just enabled application security alongwith admin security in WAS ,and configured the LDAP directory for authentication and authorization. After this , I restarted the server and then logged in as admin user of the ldap directory. After logging as admin user, I resolved the problem.

I guess it may be the problem with admin rights of the user who is trying to save the config properties in the server....

In addition to above steps, I also removed the the server from running as a windows service. :D

0 votes


Permanent link
It looks like you are seeing what is described in bug 63638. Could you
add some details to that bug about how you got into that state?

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-05 at 03:07 +0000, kelf wrote:
I got the above error for
SCM
com.ibm.team.scm.service.internal.interop.ScmImportService
Number of change sets per-era for Import
***********
CRJAZ1122I Invalid configuration property, type="INTEGER",
value="***********". ***********


And

com.ibm.team.scm.service.internal.tasks.InternalScmService
Default size of era in change history


I got the same error for
com.ibm.team.process.internal.service.ProcessService
under Process Model Cache size

in the Advanced properties page.

CRJAZ1122I Invalid configuration property, type="INTEGER",
value="***********".


Is there a default value that I should set? The default value also
show "**********"

0 votes


Permanent link
Hi Matt,

I have added a comment to bug 63638 on how I got to my problem ->

https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=63638

Thanks

- Kelvin


It looks like you are seeing what is described in bug 63638. Could you
add some details to that bug about how you got into that state?

-
Matt Lavin
Jazz Server Team


On Wed, 2008-11-05 at 03:07 +0000, kelf wrote:
I got the above error for
SCM
com.ibm.team.scm.service.internal.interop.ScmImportService
Number of change sets per-era for Import
***********
CRJAZ1122I Invalid configuration property, type="INTEGER",
value="***********". ***********


And

com.ibm.team.scm.service.internal.tasks.InternalScmService
Default size of era in change history


I got the same error for
com.ibm.team.process.internal.service.ProcessService
under Process Model Cache size

in the Advanced properties page.

CRJAZ1122I Invalid configuration property, type="INTEGER",
value="***********".


Is there a default value that I should set? The default value also
show "**********"

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 22 '08, 9:24 a.m.

Question was seen: 11,290 times

Last updated: Oct 22 '08, 9:24 a.m.

Confirmation Cancel Confirm