Users Guide
| Troubleshooting Installation Issues
80 OMNM 6.5.3 Installation Guide
Action/Symptom Error Resolution
Login Credentials are needed to access
this application.
Modify the portalext.properties file in the /oware/synergy/
tomcat-xxx/webapps/ROOT/WEB-INF/class directory to
include:
oware.appserver.ip=[
appServerIPaddress
]
Run SOAP the first time SOAP Service Manager: Unable
to read ‘DeployedServices.ds:
assuming fresh start’
This is just an informational warning, not an error. The file
referenced does not exist but is created for you.
HeapDumpOnOutOfMemoryE
rror
This is not an error, and is not logged at ERROR level. This is
a Java VM option that enables creating a heap dump when
the VM encounters and OutOfMemoryError. This dump is
useful when diagnosing memory issues.
Restoring MySQL Access Denied. Invalid Role for
this device
Possible DNS resolution issue. Test server connectivity using
hostname to confirm or rule out a DNS problem.
Fix the name resolution in your environment. Or, deselect
Manage by Hostname from the Resource Manager.
Applications fail with an error
indicating that it cannot
connect to the device after a
network change
Upgrading OMNM Missing user/role associations Go to one of the following Control Panel screens and then
click Update associations:
• Roles > Administrator > Actions > Assign members
• Roles > Power users > Actions > Assign members
• Roles > [ROLENAME] > Actions > Assign members
Otherwise, go the Control Panel > Server Administration
and then click Execute to Reindex all search indexes.
Application server does not
start
1
Check if the license has expired. If so, resolve.
2
Verify minimum hardware requirements. If there are not
enough RAM resources, the servers cannot start.
3
Contact support if your server still fails to start.
Too many open file errors
on Linux
High volume/activity systems may need tunning by
configuring file handle maximums in the /etc/security/
limits.conf file and making sure that the following are at
minimum 65535:
test soft nofile 65536
test hard nofile 65536
test soft nproc 65536
test hard nproc 65536
Here, test is the installing user login.
Set these limits higher for more heavily used systems. You can
check/set file handles temporarily using the ulimit -H/Sn
command. For example:
$ ulimit -Hn
$ ulimit -Snunning.
Caution:
If you enter ulimit -a in a shell, open files should
not
be 1024, and User Processes should
not
be 1024. These
are defaults that
must
be changed. If you do not have enough
file handles, an error appears saying not enough threads are
available for the application.