IoT Gateway 500 Internal Server Error when using Basic Authentication method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
IoT Gateway 500 Internal Server Error when using Basic Authentication method
I am trying to read a tag using IoT Gateway.
I am using POSTMAN as testing tool
GET http://143.28.91.145:39320/iotgateway/read?ids=LPDASTTT.UPack_To_FDM_Alex.PO_Download.Init.ProductID.DATA/8 with no authentication gives me proper result,
but
GET http://143.28.91.145:39320/iotgateway/read?ids=LPDASTTT.UPack_To_FDM_Alex.PO_Download.Init.ProductID.DATA/8 with basic authentication and username Administrator and password (my Administrator password for KepserverEX) returns 500 internal server error. The version of kepserver is 6.11
Solved! Go to Solution.
- Labels:
-
Connectivity
-
IoT Gateway
-
KEPServerEX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What version of JAVA are you using? I have seen in previous instances where newer versions of JAVA other than version 8 have yielded the exact error in which you have encountered in the same scenario.
Thanks,
*Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What version of JAVA are you using? I have seen in previous instances where newer versions of JAVA other than version 8 have yielded the exact error in which you have encountered in the same scenario.
Thanks,
*Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Good guess, I solved it by installing other JRE. I was using Coretto JRE 8 which apparently didn't work with 6.11 - the curious thing is that it was working fine with older version. We can mark this as solved