ServantAlreadyActive Исключение - PullRequest
       89

ServantAlreadyActive Исключение

0 голосов
/ 22 февраля 2020

Мы сталкиваемся с проблемой ниже при выполнении тестового клиента Corba с другой виртуальной машины. Проблема очень странная, иногда наступает исключение, а иногда нет. Пожалуйста, помогите мне здесь. Есть ли какое-либо исправление для этого?

Примечание: Ниже sh файл, который вызывает связанные файлы Corba

'$./testclient.sh subscribe category 1f1 nshost <PublicIP of Namingservice> clientip <public IP of VM where the client is executing>

Clientip is:::::<public IP of VM where the client is executing>
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Filter is:   Category is: 1f1
Attaching to Notification Service.
Given Name service IP::<PublicIP of Namingservice>
Name Service IOR is:::IOR:000000000000001D49444C3A6F6D672E6F72672F434F5242412F4F626A6563743A312E300000000000000001000000000000002B00010000000000103134312E3133372E3233392E3133350026DF00000000000B4E616D6553657276696365
Found NotifIRP Interface.
Activating POA.
Channel specified is: 1f1
org.omg.PortableServer.POAPackage.ServantAlreadyActive: IDL:omg.org/PortableServer/POA/ServantAlreadyActive:1.0
        at org.jacorb.poa.AOM.add(Unknown Source)
        at org.jacorb.poa.POA.activate_object(Unknown Source)
        at com.test.nms.nbi.corba.TestClient.InitR99.getNewPOAObject(InitR99.java:165)
        at com.test.nms.nbi.corba.TestClient.InitR99.attach(InitR99.java:148)
        at com.test.nms.nbi.corba.TestClient.TestMan.attach(TestMan.java:258)
        at com.test.nms.nbi.corba.TestClient.TestMan.main(TestMan.java:87)
Exception occured while performing attach_push()IDL:omg.org/PortableServer/POA/ServantAlreadyActive:1.0
Attached to Notification Service failed.
OutOfOrder detection is enabled.'
...