How to find eventserviceURL ???
I have JDE 9.2 setup and in the interop.ini file i m using for connection i have a event service URL link.
When connecting i receive issues in e1root logs as
when i use following eventserviceURL
eventServiceURL=http://HTML server ip:8093/e1events/EventClientService
1.[SEVERE] - [EVENTPROCESSOR] failed to get response status from event service: Unexpected end of file from server java.net.SocketException: Unexpected end of file from server
when use this value
2.[SEVERE] - [EVENTPROCESSOR] failed to connect to event service: Connection refused: connect java.net.ConnectException: Connection refused: connect
How do i verify correct URL for my system.
When connecting i receive issues in e1root logs as
when i use following eventserviceURL
eventServiceURL=http://HTML server ip:8093/e1events/EventClientService
1.[SEVERE] - [EVENTPROCESSOR] failed to get response status from event service: Unexpected end of file from server java.net.SocketException: Unexpected end of file from server
when use this value
eventServiceURL=http://localhost:9080/e1events/EventClientService
2.[SEVERE] - [EVENTPROCESSOR] failed to connect to event service: Connection refused: connect java.net.ConnectException: Connection refused: connect
How do i verify correct URL for my system.
0