Bug 669

Summary: Issue: Connection between the client and the server
Product: Notes Sharing System Reporter: Shivam <shivamhaldiya>
Component: clientAssignee: Shivam <shivamhaldiya>
Status: UNCONFIRMED ---    
Severity: critical CC: shivamhaldiya
Priority: ---    
Version: 1   
Hardware: Macintosh   
OS: Mac OS   
Attachments: It shows the error the system shows when it crashes

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.