Skip to main content

Questions tagged [iiop]

Internet Inter-ORB Protocol (IIOP) defines a protocol for CORBA invocation over the TCP/IP (transport layer). It is a specialization of General Inter-ORB Protocol (GIOP).

iiop
0 votes
1 answer
54 views

Moving from Java 1.8 to Java 11, with IIOP Corba gives "Corba no permission"

Target is: Moving client (portlet) code from Java 1.8 to Java 11 - see testcase below. Server Payara 5 running on java 11, but Session Beans compiled in Java 1.8. Communication via IIOP:Corba. Above ...
SGoldwin's user avatar
  • 133
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
0 votes
0 answers
424 views

RMI in java 17 WAR project. How do I fix this error?

I am struggling to update my company's code from java 8 to 17. I have already added dependencies but the code uses RMI which was inbuilt in jdk 8 but its not available in jdk 11 and 17. The codebase ...
SRIJAN GIRDHAR's user avatar
2 votes
0 answers
672 views

Loading a .NET 4.8 Framework assembly into a .NET 6.0 Project

I'm building a .NET 6.0 application that needs to use CORBA and IIOP to communicate with a remote server. To achieve this, i'm using IIOP.NET, which depends on the deprecated Remoting API, and because ...
Albardo's user avatar
  • 31
0 votes
1 answer
45 views

Weblogic Corba Remote API ACCESS "datatype java.lang.String and java.lang.Character printing 0X00"

We are having a REST API inside weblogic that internally connects to Corba Server. API response object comes with '0X00' in Datatypes java.lang.String and java.lang.String.Character. Remaining all ...
Rakesh's user avatar
  • 690
1 vote
2 answers
703 views

Spring remote EJB not resolving bean on Liberty

I have an EJB server running on one Liberty server and the Client running on another server. If I do a manual lookup of the remote EJB using the code below, I can access the EJB. Context ctx = new ...
vandepol's user avatar
0 votes
1 answer
345 views

How to specify the network interface when using Naming Service lookup using Oracle Java ORB

So I'm currently hosting a service which utilizes Oracle's Interoperable Naming Service (INS) according to tutorial listed below. This service deploys a servant on one machine and registers it with ...
delibyamat's user avatar
-1 votes
1 answer
78 views

Can Locust test a system that uses the CORBA IIOP protocol

The phrase “almost any system or protocol” in the Locust Features/• Can test any system, leaves me with uncertainty and doesn’t define what that really means. As a developer my first question when ...
Muhammad Zuhoor's user avatar
2 votes
1 answer
1k views

Remote EJB in Kubernetes

I'm trying to setup a remote EJB call between 2 WebSphere Liberty servers deployed in k8s. Yes, I'm aware that EJB is not something one would want to use when deploying in k8s, but I have to deal with ...
nkuzman's user avatar
  • 41
0 votes
1 answer
560 views

org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07 from IIB application

I am working on IIB 10.There is a soap application in which an iiop URL is called using java compute node.I am getting the following error"org.omg.CORBA.TRANSIENT: initial and forwarded IOR ...
Lyanna_Learner's user avatar
1 vote
0 answers
922 views

Websphere java.rmi.RemoteException: CORBA BAD_OPERATION

I'm trying to work with a stateful EJB Bean in an application which is deployed on a websphere server. For other customers we deploy on wildfly and I don't have any issues there. On Websphere however, ...
Adoptivkind1904's user avatar
2 votes
3 answers
3k views

How to find InitialContext details in WebSphere?

I am working on setting up a servlet client which accesses Deployed EJBs. EJBs are deployed in 2 node setup on WebSphere 8.5 . On each server, I will be deploying Servlet which access EJBs. People ...
user avatar
4 votes
1 answer
6k views

Migrating from Oracle JDK8 to Open jdk11, looking for rmi replacement

I'm migrating from Oracle JDK8 to OpenJDK11. I am facing problem with exportObject(new Myobj) call. As rmi is removed in jdk11, I am using glassfish jars for PortableRemoteObject usage to export and ...
Techie's user avatar
  • 49
0 votes
0 answers
154 views

javax.naming.ConfigurationException: Problem with PortableRemoteObject.toStub(); object not exported or stub not found

I am writing a Iiop server and I encountered the following error when I try to run it: Exception in thread "main" javax.naming.ConfigurationException: Problem with PortableRemoteObject.toStub(); ...
Artyomska's user avatar
  • 1,318
0 votes
2 answers
1k views

how can I get all the mbeans about weblogic?

When I use jconsole to access weblogic's mbean,I just can get some info about jvm like 'java.lang'.But what I want to get is about 'jdbc','jta','ejb','servlet'... I wonder if I can get these ...
trgbishi's user avatar

15 30 50 per page
1
2 3 4 5 6