Re: OpenNMS Installation problem: Java version and compile error

[email protected] Tue, 8 Dec 2015 17:40:17 +0100
Newsgroups gmane.network.opennms.install
Message-ID <[email protected]>
--===============5282788809988444497==
Content-Type: multipart/signed;
	boundary="Apple-Mail=_F92642CE-FE44-4175-B144-2D96AC895E10";
	protocol="application/pgp-signature"; micalg=pgp-sha512


--Apple-Mail=_F92642CE-FE44-4175-B144-2D96AC895E10
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_9D177066-9DB9-493C-B448-EE68042943DA"


--Apple-Mail=_9D177066-9DB9-493C-B448-EE68042943DA
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

For evaluation you have several options:

Option 1:
- Install free VirtualBox with free Vagrant and run this here: =
https://atlas.hashicorp.com/opennms/boxes/vagrant-opennms-ubuntu-stable =
<https://atlas.hashicorp.com/opennms/boxes/vagrant-opennms-ubuntu-stable>

If you run default with NAT add this to your Vagrantfile to have access =
to the WebUI

config.vm.network "forwarded_port", guest: 8980, host: 8980

Option 2:
- Spin up a Ubuntu 14.04 LTS
wget =
https://raw.githubusercontent.com/opennms-forge/opennms-install/master/boo=
tstrap-debian.sh =
<https://raw.githubusercontent.com/opennms-forge/opennms-install/master/bo=
otstrap-debian.sh>
bash bootstrap-debian.sh

Set username and password for database when you are asked for -> done

Login: admin/admin

Option 3:
Install all by yourself by following here: =
http://docs.opennms.org/opennms/releases/17.0.0/guide-install/guide-instal=
l.html =
<http://docs.opennms.org/opennms/releases/17.0.0/guide-install/guide-insta=
ll.html>

gl & hf

--
Ronny Trommer, OGP
Germany :: Fulda :: Stuttgart
Web: http://www.opennms.org <http://www.opennms.org/>

PGP Key Fingerprint: 4A1B 4D06 FEEC 244D 38EF  8074 9075 B2E5 08A2 451E
PGP Key Server1: https://keyserver.pgp.com <https://keyserver.pgp.com/>
PGP Key Server2: http://pgp.mit.edu/ <http://pgp.mit.edu/>
> On 08.12.2015, at 16:58, Jeremy McSpadden <[email protected]> wrote:
>=20
> OS X moved to closed Java sources. Good luck with that. Better of =
spinning up a Linux box.
>=20
> --
> Jeremy McSpadden | Flux Labs
> Local - 850-250-5590x501 <tel:850-250-5590;501> | Mobile - =
850-890-2543 <tel:850-890-2543>
> Fax - 850-254-2955 <tel:850-254-2955> | Toll Free - 877-699-FLUX =
<tel:877-699-FLUX>
> Web - http://www.fluxlabs.net <http://www.fluxlabs.net/>
>=20
>=20
> On Dec 8, 2015, at 9:56 AM, Magnus Karlsson <[email protected] =
<mailto:[email protected]>> wrote:
>=20
>> Hi,
>> I=92m trying to install openNMS for a first time evaluation.
>>=20
>> First I=92ve got a Java version problem that I managed to make a =
=94dirty=94 work around for and then I=92ve got a compilation error. =
This is what happens:
>>=20
>> Preconditions:
>> - OSX 10.11.1
>> - I follow the installation instruction on =
http://www.opennms.org/wiki/Installation:MacOSX#Fink_Installation =
<http://www.opennms.org/wiki/Installation:MacOSX#Fink_Installation> =
until =94Install OpenNMS=94 and =94fink selfupdate=94
>> - Fink 0.39.2 (selfupdate 8/12 2015)
>> -Java 1.8
>>=20
>> Action:
>> - =94fink install opennms=94
>> Result:
>>  - Source files downloaded
>>  - Error:
>> =94
>> Java.check:
>> [INFO] =
------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] =
------------------------------------------------------------------------
>> [INFO] An Ant BuildException has occured: The following error =
occurred while executing this line:
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/build.xml:18:=
 Your Java version (java.version =3D 1.8.0_65 java.vm.version =3D =
25.65-b01) is not supported.  The
>> build system is currently designed and tested to work with Java
>> versions 1.5 and 1.6.  You can try to work around this error by
>> modifying the java.check target in the build.xml file.
>> =94
>> - Similar error messages referring to the same problem follows
>>=20
>>=20
>> Action:
>> - Change the source/build.xml file to accept Java 1.8
>> Result:
>> - Same as above since the source/build.xml is written over by the =
=94fink install opennms=94
>>=20
>> Action:
>> - Change the source/build.xml file to accept Java 1.8
>> - Make o copy of the file and copy it back to the original one after =
that the =94fink instal opennms=94 has copied it over
>> Result:
>> - We get further into the build until=85
>> - Compilation error:
>> "
>> [ERROR] COMPILATION ERROR :
>> [INFO] -------------------------------------------------------------
>> [ERROR] =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:[68,23] =
error: name clash: remove(Key,Value) in SynchronizedMultivaluedMap and =
remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other
>> [ERROR]
>>     Key extends Object declared in class SynchronizedMultivaluedMap
>>     Value extends Object declared in class SynchronizedMultivaluedMap
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:[187,19] =
error: name clash: remove(K,V) in MultivaluedMapImpl and =
remove(Object,Object) in HashMap have the same erasure, yet neither =
overrides the other
>> [ERROR]
>>     K extends Object declared in class MultivaluedMapImpl
>>     V extends Object declared in class MultivaluedMapImpl
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMap.java:[60,19] =
error: name clash: remove(K,V) in MultivaluedMap and =
remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other
>> [INFO] 3 errors
>> [INFO] -------------------------------------------------------------
>> [INFO] =
------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] =
------------------------------------------------------------------------
>> [INFO] Compilation failure
>>=20
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:[68,23] =
error: name clash: remove(Key,Value) in SynchronizedMultivaluedMap and =
remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other
>>=20
>>     Key extends Object declared in class SynchronizedMultivaluedMap
>>     Value extends Object declared in class SynchronizedMultivaluedMap
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:[187,19] =
error: name clash: remove(K,V) in MultivaluedMapImpl and =
remove(Object,Object) in HashMap have the same erasure, yet neither =
overrides the other
>>=20
>>     K extends Object declared in class MultivaluedMapImpl
>>     V extends Object declared in class MultivaluedMapImpl
>> =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMap.java:[60,19] =
error: name clash: remove(K,V) in MultivaluedMap and =
remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other
>> =94
>>=20
>> Can someone help me how to get further?  Hopefully, its just me who =
have missed something but right now I=92m stucked with this problem.
>>=20
>> Best wishes,
>> Magnus
>> =
--------------------------------------------------------------------------=
----
>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>> Give your users amazing mobile app experiences with Intel(R) XDK.
>> Use one codebase in this all-in-one HTML5 development environment.
>> Design, debug & build mobile apps & 2D/3D high-impact games for =
multiple OSs.
>> http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&iu=3D/4140 =
<http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&iu=3D/4140>____=
___________________________________________
>> Please read the OpenNMS Mailing List FAQ:
>> http://www.opennms.org/index.php/Mailing_List_FAQ =
<http://www.opennms.org/index.php/Mailing_List_FAQ>
>>=20
>> opennms-install mailing list
>>=20
>> To *unsubscribe* or change your subscription options, see the bottom =
of this page:
>> https://lists.sourceforge.net/lists/listinfo/opennms-install =
<https://lists.sourceforge.net/lists/listinfo/opennms-install>------------=
------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for =
multiple OSs.
> =
http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&iu=3D/4140______=
_________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
>=20
> opennms-install mailing list
>=20
> To *unsubscribe* or change your subscription options, see the bottom =
of this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-install


--Apple-Mail=_9D177066-9DB9-493C-B448-EE68042943DA
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">For evaluation you have several options:<div class=3D""><br =
class=3D""></div><div class=3D"">Option 1:</div><div class=3D"">- =
Install free VirtualBox with free Vagrant and run this here: <a =
href=3D"https://atlas.hashicorp.com/opennms/boxes/vagrant-opennms-ubuntu-s=
table" =
class=3D"">https://atlas.hashicorp.com/opennms/boxes/vagrant-opennms-ubunt=
u-stable</a></div><div class=3D""><br class=3D""></div><div class=3D"">If =
you run default with NAT add this to your Vagrantfile to have access to =
the WebUI</div><div class=3D""><br class=3D""></div><div =
class=3D"">config.vm.network "forwarded_port", guest: 8980, host: =
8980</div><div class=3D""><br class=3D""></div><div class=3D"">Option =
2:</div><div class=3D"">- Spin up a Ubuntu 14.04 LTS</div><div =
class=3D"">wget <a =
href=3D"https://raw.githubusercontent.com/opennms-forge/opennms-install/ma=
ster/bootstrap-debian.sh" =
class=3D"">https://raw.githubusercontent.com/opennms-forge/opennms-install=
/master/bootstrap-debian.sh</a></div><div class=3D"">bash =
bootstrap-debian.sh</div><div class=3D""><br class=3D""></div><div =
class=3D"">Set username and password for database when you are asked for =
-&gt; done</div><div class=3D""><br class=3D""></div><div =
class=3D"">Login: admin/admin</div><div class=3D""><br =
class=3D""></div><div class=3D"">Option 3:</div><div class=3D"">Install =
all by yourself by following here: <a =
href=3D"http://docs.opennms.org/opennms/releases/17.0.0/guide-install/guid=
e-install.html" =
class=3D"">http://docs.opennms.org/opennms/releases/17.0.0/guide-install/g=
uide-install.html</a></div><div class=3D""><br class=3D""></div><div =
class=3D"">gl &amp; hf&nbsp;</div><div class=3D""><br class=3D""><div =
apple-content-edited=3D"true" class=3D"">
<div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; orphans: =
auto; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">--&nbsp;</div><div class=3D"">Ronny Trommer, =
OGP</div><div class=3D"">Germany :: Fulda :: Stuttgart<br =
class=3D"">Web:&nbsp;<a href=3D"http://www.opennms.org" =
class=3D"">http://www.opennms.org</a></div><div class=3D""><br =
class=3D"">PGP Key Fingerprint: 4A1B 4D06 FEEC 244D 38EF &nbsp;8074 9075 =
B2E5 08A2 451E&nbsp;<br class=3D"">PGP Key Server1:&nbsp;<a =
href=3D"https://keyserver.pgp.com" =
class=3D"">https://keyserver.pgp.com</a>&nbsp;<br class=3D"">PGP Key =
Server2:&nbsp;<a href=3D"http://pgp.mit.edu/" =
class=3D"">http://pgp.mit.edu/</a></div></div></div>
</div>

<br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On 08.12.2015, at 16:58, Jeremy McSpadden &lt;<a =
href=3D"mailto:[email protected]" class=3D"">[email protected]</a>&gt;=
 wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3DWindows-1252" class=3D"">

<div dir=3D"auto" class=3D"">
<div class=3D"">OS X moved to closed Java sources. Good luck with that. =
Better of spinning up a Linux box.&nbsp;<br class=3D"">
<br class=3D"">
<div class=3D"acompli_signature">
<div class=3D"acompli_signature"><span style=3D"background-color: =
rgba(255, 255, 255, 0);" class=3D"">--<br class=3D"">
Jeremy McSpadden | Flux Labs<br class=3D"">
Local -&nbsp;<a href=3D"tel:850-250-5590;501" =
x-apple-data-detectors=3D"true" x-apple-data-detectors-type=3D"telephone" =
x-apple-data-detectors-result=3D"0/1" =
class=3D"">850-250-5590x501</a>&nbsp;| Mobile -&nbsp;<a =
href=3D"tel:850-890-2543" x-apple-data-detectors=3D"true" =
x-apple-data-detectors-type=3D"telephone" =
x-apple-data-detectors-result=3D"0/2" class=3D"">850-890-2543</a>&nbsp;<br=
 class=3D"">
Fax -&nbsp;<a href=3D"tel:850-254-2955" x-apple-data-detectors=3D"true" =
x-apple-data-detectors-type=3D"telephone" =
x-apple-data-detectors-result=3D"0/3" class=3D"">850-254-2955</a>&nbsp;| =
Toll Free -&nbsp;<a href=3D"tel:877-699-FLUX" =
x-apple-data-detectors=3D"true" x-apple-data-detectors-type=3D"telephone" =
x-apple-data-detectors-result=3D"0/4" class=3D"">877-699-FLUX</a><br =
class=3D"">
Web -&nbsp;<a href=3D"http://www.fluxlabs.net/" =
x-apple-data-detectors=3D"true" x-apple-data-detectors-type=3D"link" =
x-apple-data-detectors-result=3D"0/5" =
class=3D"">http://www.fluxlabs.net</a></span></div>
<div class=3D""><br class=3D"">
</div>
</div>
</div>
<div class=3D""><br class=3D"">
On Dec 8, 2015, at 9:56 AM, Magnus Karlsson &lt;<a =
href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a>&gt; wrote:<br class=3D"">
<br class=3D"">
</div>
<blockquote type=3D"cite" class=3D"">
<div class=3D"">
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Hi,</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">I=92m trying to install openNMS for a first time =
evaluation.&nbsp;</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">First I=92ve got a Java version problem that I managed to =
make a =94dirty=94 work around for and then I=92ve got a compilation =
error. This is what happens:</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Preconditions:</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"></span>-&nbsp;OSX 10.11.1</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"></span>-&nbsp;I follow the installation =
instruction on&nbsp;<a =
href=3D"http://www.opennms.org/wiki/Installation:MacOSX#Fink_Installation"=
 style=3D"font-family: Helvetica; font-size: 12px;" =
class=3D"">http://www.opennms.org/wiki/Installation:MacOSX#Fink_Installati=
on</a>&nbsp;until
 =94Install OpenNMS=94 and =94fink selfupdate=94</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"></span>-&nbsp;Fink 0.39.2 (selfupdate 8/12 =
2015)</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"></span>-Java 1.8</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Action:&nbsp;</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">- =94fink install opennms=94</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Result:</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">&nbsp;- Source files downloaded</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">&nbsp;- Error:</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">=94</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">J<span style=3D"font-family: Helvetica; font-size: 12px;" =
class=3D"">ava.check:</span></div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><div style=3D"margin: 0px; font-size: 12px; font-family: =
Helvetica;" class=3D"">[INFO] =
------------------------------------------------------------------------</=
div><div style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[ERROR] BUILD ERROR</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica;" class=3D"">[INFO] =
------------------------------------------------------------------------</=
div><div style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[INFO] An Ant BuildException has occured: The following error =
occurred while executing this line:</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/bu=
ild.xml:18: Your Java version (java.version =3D 1.8.0_65 java.vm.version =
=3D 25.65-b01) is not supported.&nbsp;&nbsp;The</div><div style=3D"margin:=
 0px; font-size: 12px; font-family: Helvetica;" class=3D"">build system =
is currently designed and tested to work with Java</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">versions 1.5 and 1.6.&nbsp;&nbsp;You can try to work around =
this error by</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica;" class=3D"">modifying the java.check target in =
the build.xml file.</div>
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">=94</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">- Similar error messages referring to the same problem =
follows</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Action: &nbsp;</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">- Change the source/build.xml file to accept Java 1.8</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">Result: &nbsp;</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">- Same as above since the source/build.xml is written over by =
the =94fink install opennms=94</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D""><br class=3D"">
</div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">
<div class=3D"">Action: &nbsp;</div>
<div class=3D"">-&nbsp;Change the source/build.xml file to accept Java =
1.8</div>
<div class=3D"">- Make o copy of the file and copy it back to the =
original one after that the =94fink instal opennms=94 has copied it =
over</div>
<div class=3D"">Result: &nbsp;</div>
<div class=3D"">- We get further into the build until=85</div>
<div class=3D"">- Compilation error:</div>
<div class=3D"">"</div>
<div class=3D""><div style=3D"margin: 0px; font-size: 12px; font-family: =
Helvetica;" class=3D"">[ERROR] COMPILATION ERROR :&nbsp;</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[INFO] =
-------------------------------------------------------------</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[ERROR] =
/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/core/soa/src/=
main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:[68,23] =
error: name clash: remove(Key,Value) in
 SynchronizedMultivaluedMap and remove(Object,Object) in Map have the =
same erasure, yet neither overrides the other</div><div style=3D"margin: =
0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[ERROR]&nbsp;</div><div style=3D"margin: 0px; font-size: =
12px; font-family: Helvetica;" class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;Key =
extends Object declared in class SynchronizedMultivaluedMap</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;Value extends Object declared in =
class SynchronizedMultivaluedMap</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/co=
re/soa/src/main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:=
[187,19] error: name clash: remove(K,V) in MultivaluedMapImpl
 and remove(Object,Object) in HashMap have the same erasure, yet neither =
overrides the other</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica;" class=3D"">[ERROR]&nbsp;</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;K extends Object declared in class =
MultivaluedMapImpl</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica;" class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;V extends =
Object declared in class MultivaluedMapImpl</div><div style=3D"margin: =
0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/co=
re/soa/src/main/java/org/opennms/core/soa/support/MultivaluedMap.java:[60,=
19] error: name clash: remove(K,V) in MultivaluedMap and
 remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica;" class=3D"">[INFO] 3 errors&nbsp;</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[INFO] =
-------------------------------------------------------------</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[INFO] =
------------------------------------------------------------------------</=
div><div style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[ERROR] BUILD FAILURE</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica;" class=3D"">[INFO] =
------------------------------------------------------------------------</=
div><div style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">[INFO] Compilation failure</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica; min-height: 14px;" class=3D"">
<br class=3D"">
</div><div style=3D"margin: 0px; font-size: 12px; font-family: =
Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/co=
re/soa/src/main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:=
[68,23] error: name clash: remove(Key,Value) in =
SynchronizedMultivaluedMap
 and remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica; min-height: 14px;" class=3D"">
<br class=3D"">
</div><div style=3D"margin: 0px; font-size: 12px; font-family: =
Helvetica;" class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;Key extends Object =
declared in class SynchronizedMultivaluedMap</div><div style=3D"margin: =
0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;Value extends Object declared in =
class SynchronizedMultivaluedMap</div><div style=3D"margin: 0px; =
font-size: 12px; font-family: Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/co=
re/soa/src/main/java/org/opennms/core/soa/support/MultivaluedMapImpl.java:=
[187,19] error: name clash: remove(K,V) in MultivaluedMapImpl
 and remove(Object,Object) in HashMap have the same erasure, yet neither =
overrides the other</div><div style=3D"margin: 0px; font-size: 12px; =
font-family: Helvetica; min-height: 14px;" class=3D"">
<br class=3D"">
</div><div style=3D"margin: 0px; font-size: 12px; font-family: =
Helvetica;" class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;K extends Object declared =
in class MultivaluedMapImpl</div><div style=3D"margin: 0px; font-size: =
12px; font-family: Helvetica;" class=3D"">&nbsp;&nbsp;&nbsp;&nbsp;V =
extends Object declared in class MultivaluedMapImpl</div><div =
style=3D"margin: 0px; font-size: 12px; font-family: Helvetica;" =
class=3D"">/sw/src/fink.build/opennms-1.8.16-32/opennms-1.8.16-1/source/co=
re/soa/src/main/java/org/opennms/core/soa/support/MultivaluedMap.java:[60,=
19] error: name clash: remove(K,V) in MultivaluedMap and
 remove(Object,Object) in Map have the same erasure, yet neither =
overrides the other</div>
</div>
<div class=3D"">=94</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Can someone help me how to get further? &nbsp;Hopefully, =
its just me who have missed something but right now I=92m stucked with =
this problem.</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Best wishes,</div>
<div class=3D"">Magnus</div>
</div>
</div>
</blockquote>
<blockquote type=3D"cite" class=3D"">
<div class=3D""><span =
class=3D"">---------------------------------------------------------------=
---------------</span><br class=3D"">
<span class=3D"">Go from Idea to Many App Stores Faster with Intel(R) =
XDK</span><br class=3D"">
<span class=3D"">Give your users amazing mobile app experiences with =
Intel(R) XDK.</span><br class=3D"">
<span class=3D"">Use one codebase in this all-in-one HTML5 development =
environment.</span><br class=3D"">
<span class=3D"">Design, debug &amp; build mobile apps &amp; 2D/3D =
high-impact games for multiple OSs.</span><br class=3D"">
<span class=3D""><a =
href=3D"http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&amp;iu=3D=
/4140" =
class=3D"">http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&amp;i=
u=3D/4140</a></span></div>
</blockquote>
<blockquote type=3D"cite" class=3D"">
<div class=3D""><span =
class=3D"">_______________________________________________</span><br =
class=3D"">
<span class=3D"">Please read the OpenNMS Mailing List FAQ:</span><br =
class=3D"">
<span class=3D""><a =
href=3D"http://www.opennms.org/index.php/Mailing_List_FAQ" =
class=3D"">http://www.opennms.org/index.php/Mailing_List_FAQ</a></span><br=
 class=3D"">
<span class=3D""></span><br class=3D"">
<span class=3D"">opennms-install mailing list</span><br class=3D"">
<span class=3D""></span><br class=3D"">
<span class=3D"">To *unsubscribe* or change your subscription options, =
see the bottom of this page:</span><br class=3D"">
<span class=3D""><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/opennms-install" =
class=3D"">https://lists.sourceforge.net/lists/listinfo/opennms-install</a=
></span></div>
</blockquote>
</div>

=
--------------------------------------------------------------------------=
----<br class=3D"">Go from Idea to Many App Stores Faster with Intel(R) =
XDK<br class=3D"">Give your users amazing mobile app experiences with =
Intel(R) XDK.<br class=3D"">Use one codebase in this all-in-one HTML5 =
development environment.<br class=3D"">Design, debug &amp; build mobile =
apps &amp; 2D/3D high-impact games for multiple OSs.<br class=3D""><a =
href=3D"http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&amp;iu=3D=
/4140_______________________________________________" =
class=3D"">http://pubads.g.doubleclick.net/gampad/clk?id=3D254741911&amp;i=
u=3D/4140_______________________________________________</a><br =
class=3D"">Please read the OpenNMS Mailing List FAQ:<br =
class=3D"">http://www.opennms.org/index.php/Mailing_List_FAQ<br =
class=3D""><br class=3D"">opennms-install mailing list<br class=3D""><br =
class=3D"">To *unsubscribe* or change your subscription options, see the =
bottom of this page:<br =
class=3D"">https://lists.sourceforge.net/lists/listinfo/opennms-install</d=
iv></blockquote></div><br class=3D""></div></body></html>=

--Apple-Mail=_9D177066-9DB9-493C-B448-EE68042943DA--

--Apple-Mail=_F92642CE-FE44-4175-B144-2D96AC895E10
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJWZwfzAAoJEJB1suUIokUeKBUH+wTCzkfEhwQ6b6AN5DsaiFq2
WkVuNqLewgTaddHNr6VjgBestpZvpSaWaKDND/Mk0L9vCwJvoDKdqT0iicBfj/uO
eFUgtTd//b3G+uhJMs80cegnuw9Kk96IqlNK/SMlgwEYWiLlU/BGJxe7D/E5nq23
TaGv3lq/owauazcFyMfNgK6RXg+/ePEI88/m3Wr5ZO2HXc5FHClxplnmT78BdW89
F3C0Icgr/kzabZjfrlZ23TiZIWdf//3OeM7JUw+pkwonnBd5Rx4MbasaXwlCfZlL
BkUJW2Vgrp4YalmdGPx5HyZQxnMfSHpo6UHjzPuTQzu5Sw5pfUNblluW04WNrEU=
=cuQ6
-----END PGP SIGNATURE-----

--Apple-Mail=_F92642CE-FE44-4175-B144-2D96AC895E10--


--===============5282788809988444497==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
--===============5282788809988444497==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install
--===============5282788809988444497==--