Forum Discussion

JD1's avatar
JD1
Icon for Altostratus rankAltostratus
Nov 09, 2015

iControlREST - 404 for any RESTful request. - BIGIP 11.5.3 HF2

Hi All,

Receiving this from one of two devices in a pair. (Other working fine).

 

 

{
  "code": 404,
  "message": "http://localhost:8100/mgmt/tm/sys",
  "restOperationId": 8279793,
  "errorStack": [
    "com.f5.rest.common.RestWorkerUriNotFoundException: http://localhost:8100/mgmt/tm/sys",
    "at com.f5.rest.common.RestServer.trySendInProcess(RestServer.java:231)",
    "at com.f5.rest.common.RestRequestReceiver.dispatchToService(RestRequestReceiver.java:93)",
    "at com.f5.rest.common.RestRequestReceiver.processNext(RestRequestReceiver.java:57)",
    "at com.f5.rest.common.RestHelper$2.run(RestHelper.java:1910)",
    "at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)",
    "at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)",
    "at java.lang.Thread.run(Thread.java:722)\n"
  ]
}

 

 

I've tried restarting the restjavad service, which has restarted but makes no difference.

I am authorized correctly and the same query to it's counter part works.

Any ideas?

Many thanks,

JD

3 Replies

  • Hi, I'm having the same issue. I built automation tool for modifying our F5's. After upgrading from 11.5.0 HF4 to 11.5.3 HF2, the exact API calls giving me error 404. Did you find any solution to the problem?
  • BIG-IP 11.5 reached the End of Technical Support in April 2020. Please refer to K5903: BIG-IP software support policy.

     

    GET /mgmt/tm/sys does work on 11.6 (I have tested on 11.6.3 just now. The latest is 11.6.5). Please consider upgrading.

     

    Note also that iControl REST was introduced in 11.5, and evolved as time went by. My advise is to upgrade to the latest BIG-IP, at least 13.1 and later, to get better functionalities (especially authentication) and stabilities.