Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AureSSON algorithm fails with Generalized Unnumbered end points #14

Open
oscargdd opened this issue Dec 28, 2016 · 0 comments
Open

AureSSON algorithm fails with Generalized Unnumbered end points #14

oscargdd opened this issue Dec 28, 2016 · 0 comments
Labels

Comments

@oscargdd
Copy link
Contributor

When the end points are generalized endpoints, but not IPv4, the following expection appears:

11:10:07.091 [Thread-6] INFO PCEServer - EP.getOT()==ObjectParameters.PCEP_OBJECT_TYPE_GENERALIZED_ENDPOINTS
11:10:07.159 [Thread-6] WARN PCEServer - Computation failed: java.lang.NullPointerException || java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:206)
at es.tid.pce.computingEngine.RequestProcessorThread.run(RequestProcessorThread.java:748)
Caused by: java.lang.NullPointerException
at es.tid.pce.computingEngine.algorithms.sson.AURE_SSON_algorithm.call(AURE_SSON_algorithm.java:187)
at es.tid.pce.computingEngine.algorithms.sson.AURE_SSON_algorithm.call(AURE_SSON_algorithm.java:59)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at es.tid.pce.computingEngine.RequestProcessorThread.run(RequestProcessorThread.java:747)
|| ,MAXTIME: 120000

@oscargdd oscargdd added the bug label Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant