Your message dated Mon, 03 Dec 2018 07:49:09 +0000
with message-id <[email protected]>
and subject line Bug#911187: fixed in axis 1.4-28
has caused the Debian Bug report #911187,
regarding axis: FTBFS with Java 11 due to javax.rmi and CORBA removal
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
911187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911187
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: axis
Severity: important
Tags: sid buster
User: [email protected]
Usertags: default-java11
axis fails to build with Java 11 due to the removal of the javax.rmi
and org.omg.CORBA packages:
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:25:
error: package org.omg.CORBA does not exist
[javac] import org.omg.CORBA.ORB;
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:26:
error: package org.omg.CosNaming does not exist
[javac] import org.omg.CosNaming.NameComponent;
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:27:
error: package org.omg.CosNaming does not exist
[javac] import org.omg.CosNaming.NamingContext;
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:28:
error: package org.omg.CosNaming does not exist
[javac] import org.omg.CosNaming.NamingContextHelper;
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:85:
error: cannot find symbol
[javac] ORB orb = ORB.init(new String[0], orbProps);
[javac] ^
[javac] symbol: class ORB
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:85:
error: cannot find symbol
[javac] ORB orb = ORB.init(new String[0], orbProps);
[javac] ^
[javac] symbol: variable ORB
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:88:
error: cannot find symbol
[javac] NamingContext root =
NamingContextHelper.narrow(orb.resolve_initial_references("NameService"));
[javac] ^
[javac] symbol: class NamingContext
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:88:
error: cannot find symbol
[javac] NamingContext root =
NamingContextHelper.narrow(orb.resolve_initial_references("NameService"));
[javac] ^
[javac] symbol: variable NamingContextHelper
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:89:
error: cannot find symbol
[javac] NameComponent nc = new NameComponent(nameId, nameKind);
[javac] ^
[javac] symbol: class NameComponent
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:89:
error: cannot find symbol
[javac] NameComponent nc = new NameComponent(nameId, nameKind);
[javac] ^
[javac] symbol: class NameComponent
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:90:
error: cannot find symbol
[javac] NameComponent[] ncs = {nc};
[javac] ^
[javac] symbol: class NameComponent
[javac] location: class CORBAProvider
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:91:
error: package org.omg.CORBA does not exist
[javac] org.omg.CORBA.Object corbaObject = root.resolve(ncs);
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:101:
error: package org.omg.CORBA does not exist
[javac] private static final Class[] CORBA_OBJECT_CLASS = new Class[]
{org.omg.CORBA.Object.class};
[javac]
^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/EJBProvider.java:129: error:
package javax.rmi does not exist
[javac] Object ehome = javax.rmi.PortableRemoteObject.narrow(ejbHome,
homeClass);
[javac] ^
[javac]
/build/axis-1.4/src/org/apache/axis/providers/java/EJBProvider.java:254: error:
package javax.rmi does not exist
[javac] Object ehome = javax.rmi.PortableRemoteObject.narrow(ejbHome,
homeClass);
[javac] ^
--- End Message ---
--- Begin Message ---
Source: axis
Source-Version: 1.4-28
We believe that the bug you reported is fixed in the latest version of
axis, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated axis package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 03 Dec 2018 08:25:51 +0100
Source: axis
Binary: libaxis-java libaxis-java-doc
Architecture: source
Version: 1.4-28
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Description:
libaxis-java - SOAP implementation in Java
libaxis-java-doc - SOAP implementation in Java (documentation)
Closes: 905328 911187
Changes:
axis (1.4-28) unstable; urgency=medium
.
* Fixed the build failure with Java 11 (Closes: #911187)
* Fixed CVE-2018-8032: Cross-site scripting (XSS) attack in the default
servlet/services (Closes: #905328)
* Fixed the generation of the javadoc
* Standards-Version updated to 4.2.1
Checksums-Sha1:
0ff7606a40b131b999abb21ea8c5346bbbfd2831 2217 axis_1.4-28.dsc
8a5ccb69d3cc2d60d55fef5e9380800942ff5b81 13740 axis_1.4-28.debian.tar.xz
e73c2d28d34bf0f50b303849d2a9b4e8528d6110 11291 axis_1.4-28_source.buildinfo
Checksums-Sha256:
420f3b36d63fef8ecc70f4d08f5d46eb4ecbfe6c881db5f01a912864a269e779 2217
axis_1.4-28.dsc
981edf6de06ae78662390e5caac7f07e6c7e01689107810f0e05da7fcb82cb35 13740
axis_1.4-28.debian.tar.xz
2789c00248bec1a8578b3aef7afa5bb2069cb4bd645a62e7449cb3ca24068d41 11291
axis_1.4-28_source.buildinfo
Files:
7b3b7aef0f5baae2f4d4939a24a55016 2217 java optional axis_1.4-28.dsc
59fbaa3794a7070f779d15e344b8edc0 13740 java optional axis_1.4-28.debian.tar.xz
12ccf5cccc6d358bbc382cd23fa02be6 11291 java optional
axis_1.4-28_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlwE27gSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsBLUP/R2xWdmFzoOagUr6mpkV6DaK7JZ+8SRi
W+idNvYZLkGmSAu+kP9jbhoNPexaf1CLi5ddJ3TYt35tC3mKhOw63HdkM8DSZbgR
ZgFUUtvSlso5lfrgFACiUtUNObur7PO8q6Zs6ZjoRCbAZvhr68Ox1kOx0djHROw/
bpJaaj5SyiuisGqFzZtPMx+0Pg3zi6HhJ8wTj3Dz5zyt7UdfIc0ZKljN5G//XjLF
upP8lsInN/Z82W8jYL+5gJkAm/Fyz7uDAFXZjX0bk9CnWIMS0yhIvFTyWzD6EAeY
VIiafZZ79ixeMv0+Dkvk1Q4fMFlSCUktULfBv6SDzU8Q3uSb4dOVmdTiiFN3+fdp
h9uCWfSm9f6tBHrg8/qK7x4ojbfN4LhqukKAIpK/mxi+G8Q4UbR3knCaWl1w42hk
WJLzB0ZyQgFD2qlP2NS0rSy/BJ3YKR35s6/e0t00yn+Yuo8RH5Fxsqyjk+vn5toW
vu+VRYA7wrfzvl5qGps72sMAdOdZ0s2bAu7dQz935sVgEBGtyFu72FtE2zL1rdWR
CrbRR09HOki4gYDFcM6STmbvyUpgNo/qhLuSX5GF0CIosOvLN3R7OdeBdAMQ6QXF
dLgKS3ssMXkIx+QHxMNndyEOOJZulrqO0JkYjoNwz/83GshspFPfu/8qvwFFyvkY
OH8P/LZwPhAt
=oRmW
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.