This article explains how to resolve the Exception in main: resolve: Service not found when trying to start the dbvnet / dbvagent processes after installation.
Problem Details
Problem Statement
The Dbvisit Standby reports the following message when trying to start the dbvnet / dbvagent processes after installation.
Applicable Error Code
Exception in main: resolve: Service not found
Affected Versions
Standby v8
Affected Platforms
Linux
Description
The Dbvisit Standby reports the following message when trying to start the dbvnet / dbvagent processes after installation
Exception in main: resolve: Service not found
1. The Install Directory
/usr/dbvisit/8.0/dbvisit
2. The Dbvisit Base Directory
/usr/dbvisit
People tend to try and start the processes from the Install directory.
The Dbvisit processes has to be started from the sub directories under the Dbvisit Base directory.
oracle@dbvlab03[/home/oracle]: cd /usr/dbvisit/dbvnet
oracle@dbvlab3[/usr/dbvisit/dbvnet]: ls -lrt
total 3672
drwxr-x--- 2 oracle oinstall 4096 Nov 8 11:05 doc
-rwxr-x--- 1 oracle oinstall 3744832 Nov 8 11:05 dbvnet
drwxr-x--- 2 oracle oinstall 4096 Nov 8 11:05 conf
drwxr-x--- 2 oracle oinstall 4096 Nov 8 11:06 log
oracle@dbvlab03[/usr/dbvisit/dbvnet]: ./dbvnet -d start
oracle@dbvlab03[/usr/dbvisit/dbvnet]: ps -ef |grep dbv
oracle 8292 1 0 17:31 ? 00:00:00 ./dbvnet -d start
oracle 8295 5731 0 17:31 pts/1 00:00:00 grep dbv
Comments