MSCA Authentication Failed error R12.2
MSCA: MWA Authentication Failed error$ cd $MWA_TOP/bin
$ ps -ef|grep 10200
oraprod 17027 1 0 Jun16 ? Sl 0:48 /opt/jdk/bin/java -DPID=17021 -Doracle.apps.mwa=/u02/appprod/prodappl/mwa/11.5.0 -mx512m -ms128m oracle.apps.mwa.presentation.telnet.Listener 10200
oraprod 21554 19963 0 05:00 pts/3 S+ 0:00 grep 10200
$ ps -ef|grep 10300
oraprod 17059 1 30 Jun16 ? Sl 742:11 /opt/jdk/bin/java -DPID=17053 -Doracle.apps.mwa=/u02/appprod/prodappl/mwa/11.5.0 -mx512m -ms128m oracle.apps.mwa.presentation.telnet.Listener 10300
oraprod 21580 19963 0 05:00 pts/3 S+ 0:00 grep 10300
$ ./mwactl.sh -login apps/password stop_force 10200
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
Telnet server shut down successfully.
$ ./mwactl.sh -login apps/password stop_force 10300
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
Error: ServerManagerListener returned 'AUTHENTICATION_FAILED'
mwactl: Error shutting down Telnet server
$ ./mwactl.sh -login apps/password stop_force 10400
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
Error: ServerManagerListener returned 'AUTHENTICATION_FAILED'
mwactl: Error shutting down Telnet server
$ ps -ef|grep 10300
oraprod 17059 1 30 Jun16 ? Sl 742:57 /opt/jdk/bin/java -DPID=17053 -Doracle.apps.mwa=/u02/appprod/prodappl/mwa/11.5.0 -mx512m -ms128m oracle.apps.mwa.presentation.telnet.Listener 10300
oraprod 22006 19963 0 05:01 pts/3 S+ 0:00 grep 10300
$ kill -9 17059
$ ps -ef|grep 10400
oraprod 7845 1 0 Jun17 ? Sl 0:59 /opt/jdk/bin/java -DPID=7843 -Doracle.apps.mwa=/u02/appprod/prodappl/mwa/11.5.0 -mx512m -ms128m oracle.apps.mwa.presentation.telnet.Listener 10400
oraprod 22063 19963 0 05:01 pts/3 S+ 0:00 grep 10400
$ kill -9 7845
$ ps -ef|grep 10200
oraprod 22169 19963 0 05:01 pts/3 S+ 0:00 grep 10200
$ ./mwactl.sh start 10200
Created server socket : listening on port 10200
Server startup is successful.
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
$ ./mwactl.sh start 10300
Created server socket : listening on port 10300
Server startup is successful.
$ ./mwactl.sh start 10400
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
$ Created server socket : listening on port 10400
Server startup is successful.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Note: only a member of this blog may post a comment.