Activity #1208
closedFeature #1066: Development and Unit Testing
Module #1122: GUI Application
Sub module #1190: Fundus Viewer
Image serving through image server
Added by Thara S Pillai almost 3 years ago. Updated over 2 years ago.
100%
Description
Configure the fundus image viewer to fetch images from the IIP image server.
Files
| FilesController.java (23.7 KB) FilesController.java | Thara S Pillai, 10/08/2023 06:13 PM | ||
| pom.xml (2.5 KB) pom.xml | Thara S Pillai, 10/08/2023 06:13 PM |
Updated by Sreeshna T almost 3 years ago
- % Done changed from 0 to 50
03-10-2023
Having issues with accessing the image through iip image server. Created an img folder in iipimage server. Inside this i have added an image "cdac.jpg". while accessing the image, got forbidden error.
Updated by Thara S Pillai almost 3 years ago
- File FilesController.java FilesController.java added
- File pom.xml pom.xml added
- Work on attached code.
- Explore more on Apache httpclient library.
https://www.tutorialspoint.com/apache_httpclient/apache_httpclient_multipart_upload.htmhttps://www.tutorialspoint.com/apache_httpclient/apache_httpclient_multipart_upload.htm
Updated by Sreeshna T almost 3 years ago
- % Done changed from 50 to 60
04-10-2023
Changed the server. Instead of using lIP image server I used Apache server. now it's working.
05-10-2023, 06-10-2023
Trying to resolve the issue regarding storing images on server.
Updated by Sreeshna T almost 3 years ago
- % Done changed from 60 to 70
13-10-2023
1. failed to create folder structure.
2. failed to upload image file directly.
accesing an image file through webserver is possible. but failed to upload the file to webserver.
temporarily skipped to excel sheet generation task.
Updated by Sreeshna T over 2 years ago
- % Done changed from 70 to 80
06-11-2023
1. webserver implementation started.
07-11-2023 to 08-11-2023
1. folder creation done. (fhcid, date, uhid are the folders)
2. 403 error occurred while checking folder existence and resolved it.
3. 409 conflict error occurs while creating the folder which does not exist. trying to fix it now.
Updated by Sreeshna T over 2 years ago
09-11-2023
1. outer foler(fhc) and inner folder (date) created.
2. problem with innermost (uhid) foler.
Updated by Sreeshna T over 2 years ago
- % Done changed from 80 to 90
10-11-2023
1. outermost(fhc), inner folder(date), innermost folder(uhid) created successfully.
2. while uploading the file into the server url "File upload failed. Server returned: HTTP/1.1 404 Not Found" status is returning.
3.jmeter reponse - {"Fundus_File_id":"File4","Status":"1","capture_date_time":"06-11-2023 13:16:47","uhid":"UHID562T81819191819","Status_description":"could not connect to service: ","fhc_id":"FHC562T81819191818"}
Updated by Sreeshna T over 2 years ago
13-11-2023
1. Working on with 404-not found error.
2. exploring about file writing permission while setting up the server configuration.
Updated by Sreeshna T over 2 years ago
14-11-2023
1. directory index is listing through browser.
2. working on with file upload. Completed the development. Issue with server configuration set up.
Updated by Sreeshna T over 2 years ago
15-11-2023
working on with "File not found on the server".
Updated by Sreeshna T over 2 years ago
- % Done changed from 90 to 100
16-11-2023
1. Completed the task.
2. Testing done.