You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the input-file only contains the network topology and Net2Plan-CLI is asked to load the traffic demands from the traffic-file, it results in this error: "Element n0 (id 2) is not attached to this NetPlan object."
Even when trying the example on page 48 of the user's guide:
If you open Net2Plan in offline Network Design & ... tool, and load NSFNet_N14_E42.n2p and NSFNet.n2p you can see in the Design table and control view how node 0 (id 2) is loaded, (Node San Diego), there are some demands where node id 2 is the ingreess and/or egreess node, etc. If you call in your algorithm the NetPlan object, where all data from traffic and topologies are stored, you should not have problem.
You should provide us a screenshot of your mJar.jar algorithm (source code) to have an idea about how to solve the error.
As mentioned in the title, I am using the CLI, not the GUI.
The error message would come up regardless of what algorithm is called; the exception occurs while reading the traffic file and adding it to the NetPlan object of the topology.
When the
input-file
only contains the network topology and Net2Plan-CLI is asked to load the traffic demands from thetraffic-file
, it results in this error:"Element n0 (id 2) is not attached to this NetPlan object."
Even when trying the example on page 48 of the user's guide:
the above error message appears!
The text was updated successfully, but these errors were encountered: