Bug 669 - Issue: Connection between the client and the server
Summary: Issue: Connection between the client and the server
Status: UNCONFIRMED
Alias: None
Product: Notes Sharing System
Classification: Unclassified
Component: client (show other bugs)
Version: 1
Hardware: Macintosh Mac OS
: --- critical
Assignee: Shivam
URL:
Depends on:
Blocks:
 
Reported: 2021-12-06 21:01 HKT by Shivam
Modified: 2021-12-06 21:08 HKT (History)
1 user (show)

See Also:


Attachments
It shows the error the system shows when it crashes (732.13 KB, image/png)
2021-12-06 21:03 HKT, Shivam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shivam 2021-12-06 21:01:05 HKT
The connection between the server and the client seems to be unstable and the client is unable to send data to the server-side and quits after showing the following error:

java.io.IOException: Stream closed

Following this, the system crashes and fails to proceed further.
Comment 1 Shivam 2021-12-06 21:03:20 HKT
Created attachment 111 [details]
It shows the error the system shows when it crashes
Comment 2 Shivam 2021-12-06 21:05:40 HKT
The changes have been made and it was recognized that it was a fatal flaw. The flaw was that the naming was careless and the naming overlapped the java predefined names which were interfering with the inter-client-server communication.

It was resolved by naming it appropriately and testing it further for more issues.