Problem with saving Admin Server Advanced Properties
![]()
I'm working on a product that extends Jazz.
Something has broken either in the product or configuration of the product. I now can't save Advanced Settings from the Server page. I need to do this for ClearQuest Interop. I get the message An error occurred while saving the configuration properties. Please check your server log for more details when I try to save. Does anyone knows where the log would be or the type or problem that would cause this. |
5 answers
![]()
What WAS fixpack level is installed for the WAS Java SDK?
Matt Lavin Jazz Server Team lamb wrote: Running RQM on WAS/DB2 server trying to set the server advanced |
![]()
Running RQM on WAS/DB2 server trying to set the server advanced properties page and receiving "An error occurred while saving the configuration properties....check server log"
Not running out of the workspace, using in SVT test as "real customer" would use it.... SImiliar to what Glen was seeing above, but on diff server.. Thx |
![]()
Opps, this was in response to the wrong thread. Sorry for the confusion.
Matt Lavin Jazz Server Team Matt Lavin wrote: After a little more investigation, it looks like the server was not |
![]()
After a little more investigation, it looks like the server was not
running the latest WAS fixpack, and that was causing at least part of the problem. The WAS fixpack is available here: http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg24019127 The WAS Java SDK fixpack is available here: http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg24019127 Matt Lavin Jazz Server Team gbardwel wrote: I'm working on a product that extends Jazz. |
![]()
When running a server from the workspace (like you would do during
product development), you need to specify a teamserver.properties file in the VM args. You can find instructions about that on the component development wiki page: https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug#Specifying_location_of_teamserve Matt Lavin Jazz Server Team gbardwel wrote: I'm working on a product that extends Jazz. |