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
With java-11-openjdk-amd64 on ubuntu Ubuntu 22.04.3 LTS, The error is as follows
Tarea :takserver-core:takserver-war:compileJava
/home/eosorio/tak-server/Server/src/takserver-core/takserver-war/src/main/java/com/bbn/tak/tls/CertManager.java:189: error: no suitable constructor found for ObjectIdentifier(int[])
ObjectIdentifier serverAuthObjId = new ObjectIdentifier(serverAuthOidData);
^
el constructor ObjectIdentifier.ObjectIdentifier(String) no es aplicable
(incompatibilidad de argumentos; int[] no puede convertirse en String)
el constructor ObjectIdentifier.ObjectIdentifier(byte[]) no es aplicable
(argumento no coincide; int[] no se puede convertir a byte[])
constructor ObjectIdentifier.ObjectIdentifier(DerInputStream) no es aplicable
(argumento no coincide; int[] no se puede convertir a DerInputStream)
The text was updated successfully, but these errors were encountered:
cursorcl
changed the title
Task server complication fails
Task server compilation fails
Nov 16, 2023
With java-11-openjdk-amd64 on ubuntu Ubuntu 22.04.3 LTS, The error is as follows
Tarea :takserver-core:takserver-war:compileJava
/home/eosorio/tak-server/Server/src/takserver-core/takserver-war/src/main/java/com/bbn/tak/tls/CertManager.java:189: error: no suitable constructor found for ObjectIdentifier(int[])
ObjectIdentifier serverAuthObjId = new ObjectIdentifier(serverAuthOidData);
^
el constructor ObjectIdentifier.ObjectIdentifier(String) no es aplicable
(incompatibilidad de argumentos; int[] no puede convertirse en String)
el constructor ObjectIdentifier.ObjectIdentifier(byte[]) no es aplicable
(argumento no coincide; int[] no se puede convertir a byte[])
constructor ObjectIdentifier.ObjectIdentifier(DerInputStream) no es aplicable
(argumento no coincide; int[] no se puede convertir a DerInputStream)
The text was updated successfully, but these errors were encountered: