Dear Members,
I have done the following activities to install OTM 6.0 in my Linux x86-64 Machine.
1. Installed Oracle RDBMS 11.1.0.7 Enterprise edition Server
2. Installed Oracle RDBMS 11.1.0.7 Enterprise edition Client
3. Installed OTM Web and App Server.
I installed all these components in the same server and tried to startup the services using otmweb60 and otmapp60 scripts. otmweb60 is working properly and otmapp60 says it has started the services. But actually none of the processes are running on the server.
I checked the logfile and found the following error.
[[email protected] oas]# ls -ltr
total 8
-rwx------ 1 otm60 oinstall 0 Mar 18 19:43 placeholder.txt
-rw-r--r-- 1 otm60 oinstall 36 May 20 18:39 console.log
-rw-r--r-- 1 otm60 oinstall 56 May 20 18:47 startup.out
[[email protected] oas]# cat console.log
Starting OC4J Application Server...
[email protected] oas]# cat startup.out
launcher.port has an invalid number.
Command cancelled.
I believe the issue must be in oc4j scripts. Has anyone come across the same issue?
I have done the following activities to install OTM 6.0 in my Linux x86-64 Machine.
1. Installed Oracle RDBMS 11.1.0.7 Enterprise edition Server
2. Installed Oracle RDBMS 11.1.0.7 Enterprise edition Client
3. Installed OTM Web and App Server.
I installed all these components in the same server and tried to startup the services using otmweb60 and otmapp60 scripts. otmweb60 is working properly and otmapp60 says it has started the services. But actually none of the processes are running on the server.
I checked the logfile and found the following error.
[[email protected] oas]# ls -ltr
total 8
-rwx------ 1 otm60 oinstall 0 Mar 18 19:43 placeholder.txt
-rw-r--r-- 1 otm60 oinstall 36 May 20 18:39 console.log
-rw-r--r-- 1 otm60 oinstall 56 May 20 18:47 startup.out
[[email protected] oas]# cat console.log
Starting OC4J Application Server...
[email protected] oas]# cat startup.out
launcher.port has an invalid number.
Command cancelled.
I believe the issue must be in oc4j scripts. Has anyone come across the same issue?
Comment