[jacorb-developer] Compilation failure for Jacorb 2.3.1 with OpenJDK 7 on RHEL 5.11 : GSSUPContextSpi is not abstract
Johnny Willemsen
jwillemsen at remedy.nl
Thu Jun 30 12:25:00 CEST 2016
Hi,
Please upgrade to a newer JacORB release, this has been fixed in 3.5 or
newer, see http://www.jacorb.org/bugzilla/show_bug.cgi?id=987
Best regards,
Johnny Willemsen
Remedy IT
Postbus 81 | 6930 AB Westervoort | The Netherlands
http://www.remedy.nl
On 06/28/2016 03:13 PM, Rungta, Prakash (Prakash) wrote:
> 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
>
>
>
>
> _______________________________________________
> jacorb-developer maillist - jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
More information about the jacorb-developer
mailing list