Skip to main content

Questions tagged [jacorb]

JacORB is a free implementation of the CORBA standard in Java.

0 votes
0 answers
12 views

Trying to get the client ipaddress using Jacorb transport current throws org.jacorb.transport.current - No events were available

I have tried to start the Jacorb orb with the transport current properties set in my service controller. but by adding these properties throws exceptions while starting each of my services on my ...
Anusha's user avatar
  • 1
1 vote
0 answers
12 views

OAAdress property for jacorb

I have set jacorb properties in client code: Properties props = new Properties(); props.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB"); props.setProperty("org.omg....
Mandroid's user avatar
  • 7,032
0 votes
0 answers
71 views

corba client: Retries exceeded, couldn't reconnect vmcid: 0x0 minor code: 0 completed: No

I have following code in corba client program: Properties props = new java.util.Properties (); props.setProperty ("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB"); props.setProperty ...
Mandroid's user avatar
  • 7,032
0 votes
0 answers
8 views

jacorb: Package difference for java files generated from idl

I am trying to generate java files for CosNotifyChannelAdmin.idl provided in jacorb-3.8's ../idl/omg folder. It has a definition as: interface EventChannel : CosNotification::QoSAdmin, ...
Mandroid's user avatar
  • 7,032
0 votes
0 answers
53 views

jacorb: idl for 2.2.4 not working with java 1.8 installed

I am on java 1.8. I downloaded versions 2.2.4 and 3.9 from here. 2.2.4 is mentioned to work for java 1.3 or above: Java JDK 1.3 or above is required for JacORB up to 2.3.0 When I run .../bin/idl ...
Mandroid's user avatar
  • 7,032
0 votes
0 answers
13 views

jacorb 2.2.4: Compile error when building from source

I have downloaded jacorb-2.2.4 source and when I try to build it with ant, I see following error: .../JacORB-2.2.4/src/org/jacorb/orb/portableInterceptor/ServerRequestInfoImpl.java:45: error: ...
Mandroid's user avatar
  • 7,032
0 votes
0 answers
48 views

JacORB: client side development

I am reading about JacORB in context of CORBA. There are many terminologies involved...idl, idl compiler, client, servant, server, ORB, stub, skeleton, IIOP, naming service etc. My objective is to ...
Mandroid's user avatar
  • 7,032
0 votes
0 answers
683 views

Maven complains that "org.omg.CORBA" does not exist while trying to build JacORB

I'm trying to build JacORB via Maven under version 17 of the JDK. I've run the command mvn clean install as instructed in page 14 of the docs, but got the following error: [ERROR] /home/mehdi/JacORB/...
Mehdi Charife's user avatar
0 votes
1 answer
327 views

CORBA messaging using XML -- how to

I would like to interact with an existing ORB using a Java client and jacorb. The idl is very simple and just specifies an XmlDocument: // xml.idl module messaging { interface Xml { ...
Jan's user avatar
  • 23
3 votes
1 answer
2k views

Execution failed for task ':app:minifyDebugWithR8'. > java.lang.NullPointerException

I'm using a jacorb library in my project and when i launch the build apk i get this error . Can someone show us how to fix this error ? please help .
GUENANOU ABDELKRIM's user avatar
2 votes
2 answers
10k views

Java 11 and jacorb. ClassNotFoundException: javax.rmi.CORBA.Stub

I am trying to execute my application of java 11 (openjdk) with jacorb 3.9.The application starts executing but crashes complaining about missing : javax.rmi.CORBA.Stub I have included all jacorb ...
dummyhead's user avatar
2 votes
1 answer
4k views

Compile Java 11 with jacorb

I need to compile my java CORBA applications in java 11, which no longer includes an ORB implementation. I have included jacorb.jar in the CLASSPATH, but I'm still getting errors while compiling, not ...
dummyhead's user avatar
1 vote
1 answer
300 views

Is there a way to specify port range for SSLSocketFactory and SSLServerSocketFactory

I am configuring jacorb to use with SSL. The server/client ports picked are random. I need to specify a range of ports much like PortRangeSocketFactory/PortRangeServerSocketFactory in case of non-SSL ...
user3050206's user avatar
2 votes
1 answer
431 views

How to specify port range used by JDK's orbd.exe (Object Request Broker Daemon)?

We have a legacy application that is using CORBA for communiction between two Java processes on different machines. We are using the ORBD.exe from JDK as a Object Request Broker. In all existing ...
Florian S.'s user avatar
-1 votes
1 answer
416 views

Issue in Wildfly for Jacorb

just i want to use some my own implementation of jacorb in wildfly 13 and also i am using iiop open jdk in wildfly 13 for that. An error is coming when i start my server, by this error i am not able ...
Gurpreet Singh's user avatar

15 30 50 per page
1
2 3 4 5