[jacorb-developer] Compilation failure for Jacorb 2.3.1 with OpenJDK 7 on RHEL 5.11 : GSSUPContextSpi is not abstract
Rungta, Prakash (Prakash)
prungta at avaya.com
Tue Jun 28 15:13:39 CEST 2016
Hi Team,
I am building jacorb 2.3.1 with JDK 7u80 and ant [Apache Ant(TM) version 1.9.7] on RHEL 5.11 32 bit. During compilation I am getting the following error
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:44: error: GSSUPContextSpi is not abstract and does not override abstract method inquireSecContext(InquireType) in GSSContextSpi
[javac] public final class GSSUPContextSpi
Can you please help as to what I am missing or if this is a known issue.
The below is detailed log
jacorb-javac:
[echo] Compiling for sas (JDK v1.5)
[javac] /opt/jacorb-2.3.1/etc/common.xml:90: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 17 source files to /opt/jacorb-2.3.1/classes
.....
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPNameSpi.java:43: warning: GSSNameSpi is internal proprietary API and may be removed in a future release
[javac] implements GSSNameSpi
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:44: error: GSSUPContextSpi is not abstract and does not override abstract method inquireSecContext(InquireType) in GSSContextSpi
[javac] public final class GSSUPContextSpi
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:60: warning: GSSNameSpi is internal proprietary API and may be removed in a future release
[javac] private GSSNameSpi targetName;
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:61: warning: GSSCredentialSpi is internal proprietary API and may be removed in a future release
[javac] private GSSCredentialSpi sourceCred;
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:65: warning: GSSNameSpi is internal proprietary API and may be removed in a future release
[javac] GSSNameSpi nameSpi,
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:66: warning: GSSCredentialSpi is internal proprietary API and may be removed in a future release
[javac] GSSCredentialSpi credSpi,
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPContextSpi.java:182: warning: GSSNameSpi is internal proprietary API and may be removed in a future release
[javac] public GSSNameSpi getSrcName() throws GSSException
[javac] ^
[javac] /opt/jacorb-2.3.1/src/org/jacorb/security/sas/GSSUPNameSpi.java:276: warning: GSSNameSpi is internal proprietary API and may be removed in a future release
[javac] public boolean equals(GSSNameSpi name) throws GSSException
[javac] ^
[javac] Note: /opt/jacorb-2.3.1/src/org/jacorb/security/sas/SASClientInterceptor.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 38 warnings
BUILD FAILED
/opt/jacorb-2.3.1/build.xml:87: The following error occurred while executing this line:
/opt/jacorb-2.3.1/src/org/jacorb/build.xml:69: The following error occurred while executing this line:
/opt/jacorb-2.3.1/src/org/jacorb/security/build.xml:24: The following error occurred while executing this line:
/opt/jacorb-2.3.1/src/org/jacorb/security/sas/build.xml:24: The following error occurred while executing this line:
/opt/jacorb-2.3.1/etc/common.xml:147: The following error occurred while executing this line:
/opt/jacorb-2.3.1/etc/common.xml:90: Compile failed; see the compiler error output for details.
Thanks,
Prakash R
More information about the jacorb-developer
mailing list