Hello!
I've recently modified the domain of the installation owner on the content server 6.7. All the necessary steps like changing the domain name in server.ini, registry keys and permissions on the file system were taken care.
We're facing one issue with the jobs where only dmbasic jobs are running while Java based jobs aren't running. Error message from the docbase log/ job properties is as follows:
FAILED: Could not launch method <<methodname>>: OS error: (No Error). DM error: ().
And from the JMS logs, I could find these error messages which are not pointing to any resolution:
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/DmMail].[DoMail]] (http-0.0.0.0-9080-2) Servlet.service() for servlet DoMail threw exception
java.lang.Exception: Failed to create session. Error: [DFC_UNIFIED_LOGON_SETUP_FAIL] "Setup for unified logon failed. Please see the log for more details"
ERROR [org.jboss.security.auth.spi.UsersRolesLoginModule] (http-0.0.0.0-9080-2) Failed to load users/passwords/role files
java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found
File system level permissions are set and are in place for the new domain.
NOTE: Only domain has changed, not the installation owner name.
Let me know if any pointers would help in resolving the issue.