Configuring email settings
I know this is vague but I am attempting to set my email settings and I get this message when I attempt to save it.
"An error occurred while saving the configuration properties. Please check your server log for more details"
I checked all the logs in the tomcat/logs folder and there is nothing interesting. I am using known working SMTP ports and server names.
Any thoughts?
"An error occurred while saving the configuration properties. Please check your server log for more details"
I checked all the logs in the tomcat/logs folder and there is nothing interesting. I am using known working SMTP ports and server names.
Any thoughts?
5 answers
I am running into the same error, both from ../jazz/setup and from the email settings page in the admin console. I have restarted my WAS app server, but it didn't help. I checked file permission, all appear ok. The error I get is "An error occurred while saving the configuration properties. Please check your server log for more details" Does anyone know what log file it is referring to?
It's an incorrect message. The error is sent back to the web UI, but
there is no way to see the full message.
About fixing the real problem, what is the value of the
"com.ibm.team.server.configURL" system variable in your WAS configuration?
When you say "I checked file permission", do you mean "I checked the
file permission for the teamserver.properties that the
com.ibm.team.server.configURL property points to?"
The directory that holds the teamserver.properties needs to be writeable
by the user who is running the WAS server, so that backups of the
properties file can be made.
Matt Lavin
Jazz Server Team
mmartin wrote:
there is no way to see the full message.
About fixing the real problem, what is the value of the
"com.ibm.team.server.configURL" system variable in your WAS configuration?
When you say "I checked file permission", do you mean "I checked the
file permission for the teamserver.properties that the
com.ibm.team.server.configURL property points to?"
The directory that holds the teamserver.properties needs to be writeable
by the user who is running the WAS server, so that backups of the
properties file can be made.
Matt Lavin
Jazz Server Team
mmartin wrote:
I am running into the same error, both from ../jazz/setup and from the
email settings page in the admin console. I have restarted my WAS app
server, but it didn't help. I checked file permission, all appear ok.
The error I get is "An error occurred while saving the
configuration properties. Please check your server log for more
details" Does anyone know what log file it is referring to?