[jacorb-developer] CORBA.COMM_FAILURE error while running the client

Jena, Prasant Kumar (Prasant Kumar) jena at avaya.com
Mon Feb 15 09:48:43 CET 2016


Hi ,
I downloaded the Jacorb 3.0 from jacorb.org and the build got compiled successfully.
I built the client program with with Jacorb 3.0.

Jacrob.properties on my setup

jacorb.security.support_ssl=on
jacorb.security.keystore=<keystorefile with path>
jacorb.security.keystore_password=<password>
jacorb.security.jsse.trustees_from_ks=on
jacorb.ssl.socket_factory=org.jacorb.security.ssl.sun_jsse.SSLSocketFactory
jacorb.ssl.server_socket_factory=org.jacorb.security.ssl.sun_jsse.SSLServerSocketFactory
jacorb.security.ssl.client.supported_options=40
jacorb.security.ssl.client.required_options=40

But when I run the client to connect the server, client got following error

ERROR : org.omg.CORBA.COMM_FAILURE:   vmcid: 0x0  minor code: 0 completed: Maybe
org.omg.CORBA.COMM_FAILURE:   vmcid: 0x0  minor code: 0 completed: Maybe
        at org.jacorb.orb.giop.ReplyPlaceholder.getInputStream(ReplyPlaceholder.java:128)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:386)
        at org.jacorb.orb.Delegate._invoke_internal(Delegate.java:1381)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1152)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:1140)
        at org.jacorb.orb.Delegate.invokeBuiltin(Delegate.java:2031)
        at org.jacorb.orb.Delegate.is_a(Delegate.java:1894)
        at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
        at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
        at TestClient.getDialerEventServerIF(TestClient.java:105)
        at TestClient.main(TestClient.java:221)

And my server is giving following error
ACE_SSL (4195|3086440144) error code: 336027900 - error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

But my old client program compiled with Jacorb.2.3.1 is able to connect the same server successfully.
Can you please help me to solve this issue.

Regards,
Prasant


-----Original Message-----
From: Jena, Prasant Kumar (Prasant Kumar) 
Sent: Monday, February 15, 2016 10:57 AM
To: Discussions concerning CORBA development with JacORB
Subject: RE: [jacorb-developer] CORBA.COMM_FAILURE error while running the client

Hi ,
I downloaded the Jacorb 3.0 from jacorb.org and the build got compiled successfully.
My client also got compiled with Jacorb 3.0.

But when I run my client to connect the server, client got following error

ERROR : org.omg.CORBA.COMM_FAILURE:   vmcid: 0x0  minor code: 0 completed: Maybe
org.omg.CORBA.COMM_FAILURE:   vmcid: 0x0  minor code: 0 completed: Maybe
        at org.jacorb.orb.giop.ReplyPlaceholder.getInputStream(ReplyPlaceholder.java:128)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:386)
        at org.jacorb.orb.Delegate._invoke_internal(Delegate.java:1381)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1152)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:1140)
        at org.jacorb.orb.Delegate.invokeBuiltin(Delegate.java:2031)
        at org.jacorb.orb.Delegate.is_a(Delegate.java:1894)
        at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
        at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
        at TestClient.getDialerEventServerIF(TestClient.java:105)
        at TestClient.main(TestClient.java:221)

And my server is giving following error
ACE_SSL (4195|3086440144) error code: 336027900 - error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol

But my client with Jacorb.2.3.1 is able to connect the same server successfully.
Can you please help me to solve this issue.

Regards,
Prasant

-----Original Message-----
From: jacorb-developer-bounces~jena=avaya.com at lists.spline.inf.fu-berlin.de [mailto:jacorb-developer-bounces~jena=avaya.com at lists.spline.inf.fu-berlin.de] On Behalf Of Nick Cross
Sent: Friday, February 12, 2016 1:54 PM
To: Discussions concerning CORBA development with JacORB
Subject: Re: [jacorb-developer] Compilation error


Are you attempting to compile current git head (or latest release) from https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JacORB_JacORB_&d=BQICAg&c=BFpWQw8bsuKpl1SgiZH64Q&r=U96L9lq1m97H2Qiv9V2lpQ&m=_GF5IPhUDc0l8hmWhyqvImDUp-Zdf97dRIxy7cPXq6I&s=4aQgugU44Cua2NwxiDz9YWMfzIZuMhTs4ySKlUxJm8s&e=  ? Can you please try to reproduce the problem with that?

Thanks

Nick



On 12/02/16 07:31, Jena, Prasant Kumar (Prasant Kumar) wrote:
> Hi,
> I am using Jacorb 3.0 on Windows.
> While compiling my client java file, I am getting lot of "Symbol not found" compilation error .
> I have attached the compilation error log for reference.
> Can anyone help me to fix this issue.
>
> The same code was working fine with Jacorb 2.3.0, but  the compilation fails in Jacorb 3.0.
>
> Regards,
> prasant
>
>
>
> _______________________________________________
> jacorb-developer maillist  -  
> jacorb-developer at lists.spline.inf.fu-berlin.de
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.spline.inf.
> fu-2Dberlin.de_mailman_listinfo_jacorb-2Ddeveloper&d=BQICAg&c=BFpWQw8b
> suKpl1SgiZH64Q&r=U96L9lq1m97H2Qiv9V2lpQ&m=_GF5IPhUDc0l8hmWhyqvImDUp-Zd
> f97dRIxy7cPXq6I&s=hhfcoBbNT0jWQqB6mw5-D3ZWYi4rnlmEuqODYhDWHbQ&e=
>

_______________________________________________
jacorb-developer maillist  -  jacorb-developer at lists.spline.inf.fu-berlin.de
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.spline.inf.fu-2Dberlin.de_mailman_listinfo_jacorb-2Ddeveloper&d=BQICAg&c=BFpWQw8bsuKpl1SgiZH64Q&r=U96L9lq1m97H2Qiv9V2lpQ&m=_GF5IPhUDc0l8hmWhyqvImDUp-Zdf97dRIxy7cPXq6I&s=hhfcoBbNT0jWQqB6mw5-D3ZWYi4rnlmEuqODYhDWHbQ&e= 


More information about the jacorb-developer mailing list