cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
640
Views
2
Helpful
1
Replies

NSO start failing due to Java error

Hi everyone,

I've worked with NSO 5.3 in the past but starting up NSO 6.2 (trail version) is proving to be a bit of a mission. 

Once I go through the installation steps outlined here, I get the following error whenever I try to start it

 

 

root@linux-xrd:/home/user1# ncs-setup \
> --package ncs-6.2/packages/neds/cisco-asa-cli-6.6 \
> --package ncs-6.2/packages/neds/cisco-ios-cli-3.0 \
> --package ncs-6.2/packages/neds/cisco-ios-cli-3.8 \
> --package ncs-6.2/packages/neds/cisco-iosxr-cli-3.0 \
> --package ncs-6.2/packages/neds/cisco-iosxr-cli-3.5 \
> --dest nso-instance
root@linux-xrd:/home/user1#
root@linux-xrd:/home/user1#
root@linux-xrd:/home/user1# source ncs-6.2/ncsrc 
root@linux-xrd:/home/user1# cd nso-instance/
root@linux-xrd:/home/user1/nso-instance# ncs
NCS package upgrade failed with reason 'User java class "com.tailf.packages.ned.asa.UpgradeNedSettings" exited with status 1'
Daemon died status=13
root@linux-xrd:/home/user1/nso-instance#

 

I'm aware I'm running this as root. I get the same problem either way. 

Can anyone assist?

1 Accepted Solution

Accepted Solutions

This seems to have been fixed by making sure java was correctly installed. 

apt install openjdk-17-jdk openjdk-17-jre

I've since done this and reinstalled everything and it is working. 

Sorry I should have checked for this.

View solution in original post

1 Reply 1

This seems to have been fixed by making sure java was correctly installed. 

apt install openjdk-17-jdk openjdk-17-jre

I've since done this and reinstalled everything and it is working. 

Sorry I should have checked for this.