Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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.
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
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
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