SRX

 View Only
  • 1.  J-Web not working on SRX320 after upgrade to Junos 25.4

    Posted 16 days ago

    I recently upgraded one of my SRX-320s to 25.4R1.12 and  j-web is not working. It took me a little while to notice since I usually manage these through SSH.

    Jweb has always been a bit unreliable so I tried restart web-management. No success.

    A search online showed someone else in this community had a similar problem after upgrading to 25.2.

    I followed their path, reinstalling jweb:

    request system software add optional://jweb-srx-app

    The HTTP 404 error was replaced by a 503, just as they discovered.

    The next step they did was:

    set system services web-management https interface irb.0

    However I already have this in my config. So whatever worked to fix this person's problem in 25.2 did not work for me in 25.4

    I also get the same weird trouser problems, these are from show log messages:

    TCSD: 2 - - TrouSerS ERROR: Could not find a device to open!
    jlaunchd[11096]: trousers (PID 22922) exited with status=2
    jlaunchd[11096]: Registered PID 22956(trousers): exec_command
    jlaunchd[11096]: trousers (PID 22956) started
    jlaunchd[11096]: Registered PID 22956(trousers): new proces

    Also this with jsd:

    jlaunchd[11096]: jsd (PID 21459) exited with status=1

    jlaunchd[11096]: jsd is thrashing, not restarted

    Does anyone have any further suggestions of things to look for or try?



    ------------------------------
    Tim Bedford
    ------------------------------


  • 2.  RE: J-Web not working on SRX320 after upgrade to Junos 25.4

    Posted 16 days ago
     Create a loopback

    set interfaces lo0 unit 0 family inet address 127.0.0.1/32
    set interfaces lo0 unit 0 family inet6

    set system services web-management https interface all

    Regards

    Joseph o'Hare

    I've on 25.4 also. ( same issue with 25.2 also)