LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Java Packet Size receiving issues (https://www.linuxquestions.org/questions/linux-server-73/java-packet-size-receiving-issues-4175639337/)

kjsdhan 09-28-2018 12:37 AM

Java Packet Size receiving issues
 
Hi All,
it's all in RHEL 7
I am running a java file which will connect to Oracle server to get the update in XML format.

When I am running the Java file, sometimes i am getting the full XML output and most of the time i am getting the partial of the XML output.


I do know it's somewhat not receiving the full packet but not able to understand where do i touch to resolve or debug the issues...
can anyone please help me to understand....

berndbausch 09-28-2018 06:59 PM

You provide very little detail about your problem. I can offer a few general, high-level ideas.

First, check the documentation for that program. The program may create logs that might provide further information. It may have a debug mode. The documentation may make suggestions for troubleshooting.

The server may also log information about the connection. If you have access to the server, check those.

The network connection may be unreliable. Try other tools such as curl to access the XML file and test how reliable that is.

If all else fails, use tcpdump or wireshark to trace network packets.


All times are GMT -5. The time now is 07:41 AM.