maccs138 / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Unable to update text variables using Configuration Editor #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open PWM Configuration Editor
2. Click on 'Display' Tab and choose one of item from the list 
(Display/PwmError/Message)
3. Wait until all the fields are loaded
4. Edit any of the field - add some text to the field
5. Click on 'Actions' -> 'Save'

What is the expected output? 
New text should be displayed in the PWM and corresponding file ( 
Display*.properties/Message*.properties/PwmError*properties) should be update 
on the file system.

What do you see instead?
Nothing is updated, all changes are gone. If you open the ConfigEditor and 
looks on the field you've changed, field still contains the original value.

What version of PWM are you using?
1.5.5

What ldap directory and version are you using?
Novell eDir 8.8.6.2

Please paste any error log messages below:

Tue Aug 02 10:44:04 CEST 2011, DEBUG, 
password.pwm.servlet.ConfigManagerServlet, save configuration operation 
completed [172.17.1.199]
Tue Aug 02 10:44:04 CEST 2011, TRACE, password.pwm.SessionFilter, GET request 
for: /pwm/config/ConfigManager 
  pwmFormID='l767YBOzwMJoD6T2bIFrnTwLE8PBxFZM3f81fcd8131898e714e'
  processAction='finishEditing' [172.17.1.199]
Tue Aug 02 10:44:04 CEST 2011, TRACE, password.pwm.SessionFilter, GET request 
for: /pwm/config/ConfigManager 
  processAction='getOptions' [172.17.1.199]
Tue Aug 02 10:44:04 CEST 2011, DEBUG, 
password.pwm.servlet.ConfigManagerServlet, initializing configuration bean with 
configMode=CONFIGURING [172.17.1.199]
Tue Aug 02 10:44:04 CEST 2011, TRACE, password.pwm.servlet.ResourceFileServlet, 
GET request for: /pwm/resources/wait.gif (no params) (from cache) [172.17.1.199]
Tue Aug 02 10:43:58 CEST 2011, WARN , password.pwm.servlet.TopServlet, 
unexpected exception during page generation: null [172.17.1.199]
Tue Aug 02 10:43:58 CEST 2011, DEBUG, 
password.pwm.servlet.ConfigManagerServlet, initializing configuration bean with 
configMode=CONFIGURING [172.17.1.199]
Tue Aug 02 10:43:58 CEST 2011, TRACE, password.pwm.SessionFilter, POST request 
for: /pwm/config/ConfigManager 
  key='localeBundle-ERRORS-Error_ActivateUserNoQueryMatch'
  pwmFormID='l767YBOzwMJoD6T2bIFrnTwLE8PBxFZM3f81fcd8131898e714e'
  processAction='writeSetting' [172.17.1.199]
Tue Aug 02 10:43:16 CEST 2011, WARN , password.pwm.servlet.TopServlet, 
unexpected exception during page generation: null [172.17.1.199]
Tue Aug 02 10:43:16 CEST 2011, TRACE, password.pwm.SessionFilter, POST request 
for: /pwm/config/ConfigManager 
  key='localeBundle-ERRORS-Error_ActivateUserNoQueryMatch'
  pwmFormID='l767YBOzwMJoD6T2bIFrnTwLE8PBxFZM3f81fcd8131898e714e'
  processAction='writeSetting' [172.17.1.199]
Tue Aug 02 10:43:08 CEST 2011, TRACE, password.pwm.servlet.CommandServlet, 
received request for action idleUpdate [172.17.1.199]
Tue Aug 02 10:43:08 CEST 2011, TRACE, password.pwm.SessionFilter, POST request 
for: /pwm/public/CommandServlet 
  pwmFormID='l767YBOzwMJoD6T2bIFrnTwLE8PBxFZM3f81fcd8131898e714e'
  time='1312274588678'
  processAction='idleUpdate' [172.17.1.199]

Original issue reported on code.google.com by sva...@gmail.com on 2 Aug 2011 at 8:58

Attachments:

GoogleCodeExporter commented 9 years ago
Please try with the latest build (1066) posted on the download page.

The updated strings will not modify the .properties file, but will instead be 
seen in the PwmConfiguration.xml.

Please post your results back here.

Original comment by jrivard on 2 Aug 2011 at 4:34

GoogleCodeExporter commented 9 years ago
Hi jrivard,

build #1066 works as you described - changes are accepted and saved in 
PwmConfiguration.xml.

Thanks again for your great support! ;)

Original comment by sva...@gmail.com on 10 Aug 2011 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by jrivard on 13 Aug 2011 at 4:55