cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
0
Helpful
1
Replies

Custom Step problem : java.net.Socket object

ahmerghazi
Level 1
Level 1

Hi,

I am using IPCC Express 4.X. My custom java Step is working fine but when I try to connect to an application server listening on specific IP and port, Step does not initiate socket(IP,port) method. Could it be due to any restriction/limitation on using java classes in custom step.

private static Socket theSocket= null;

theSocket = new Socket("10.0.0.29",12000);

Any quick help in this regard would be highly appreciated.

1 Reply 1

If you are able to create the java step and create the object and execute it, it should work fine. Turn on the java steps debug and also, if possible, add logging steps to your custom java bean/app. But mainly check the Java MIVR logs after turning on Java steps debug. You should see some information