[jacorb-developer] Compilation failure with Jacorb 3.8 which was working in Jacorb 2.3.1
Rungta, Prakash (Prakash)
prungta at avaya.com
Mon Feb 13 12:01:18 CET 2017
Hello team,
Our working environment had JDK 1.6.045 and Jacorb 2.3.1 on RHEL 5.11 32 bit.
Now ,I am using the OpenJDK version(Open JDK 1.7_ b 121) and Jacorb 3.8 , but I am getting compilation errors.
I tried various combinations and the result is document below. From the results it is clear that it is Jacorb 3.8 Issue .
Would appreciate if you could provide us with some guidance to fix the compilation issue.
RHEL 5.11 32 bit paltform for compilation
Java Version
Jacorb version
Compilation Results
Oracle JDK 1.6.45
2.3.1
Works
OpenJDK 1.7
2.3.1
Works
Oracle JDK 1.6.45
3.8
Fails
OpenJDK 1.7
3.8
Fails which needs to be resolved
JAVA_ROOT and JAVA_HOME is set to /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.121/
JACORB HOME IS /tmp/openjdk/jacorb-3.8
The snippet of the errors are given below.(Complete logs are attached in the email)
./ServiceMonitor/_ServiceMonitoringIFStub.java:96: error: cannot find symbol
if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt)
^
symbol: class ServantObjectExt
location: package org.omg.CORBA.portable
./ServiceMonitor/_ServiceMonitoringIFStub.java:97: error: cannot find symbol
((org.omg.CORBA.portable.ServantObjectExt)_so).normalCompletion();
^
symbol: class ServantObjectExt
location: package org.omg.CORBA.portable
./ServiceMonitor/_ServiceMonitoringIFStub.java:102: error: cannot find symbol
if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt)
^
symbol: class ServantObjectExt
location: package org.omg.CORBA.portable
./ServiceMonitor/_ServiceMonitoringIFStub.java:103: error: cannot find symbol
((org.omg.CORBA.portable.ServantObjectExt)_so).exceptionalCompletion(ex);
^
symbol: class ServantObjectExt
location: package org.omg.CORBA.portable
./ServiceMonitor/_ServiceMonitoringIFStub.java:108: error: cannot find symbol
if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt)
Thanks,
Prakash R
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: buildlogfail.txt
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-developer/attachments/20170213/4df899d8/attachment-0001.txt>
More information about the jacorb-developer
mailing list