You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Ernst Vaarties <e....@xsarus.nl> on 2019/04/23 08:12:21 UTC

[NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Hello,

Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 installation and I have to revert to using NB 8.

When I start on the CLI, the following error is shown:

Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!


Regards,

Ernst

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Posted by Geertjan Wielenga <ge...@apache.org>.
And if it's since last week (i.e, initially it worked and later not), maybe
remove the userdir and restart -- if that doesn't work, it's not related to
NetBeans but something in your operating system.

Gj

On Tue, Apr 23, 2019 at 11:25 AM Geertjan Wielenga <ge...@apache.org>
wrote:

> Did you look for answers on-line, e.g.:
> https://github.com/netty/netty-tcnative/issues/111
>
> Gj
>
> On Tue, Apr 23, 2019 at 11:12 AM Ernst Vaarties <e....@xsarus.nl>
> wrote:
>
>> Hello,
>>
>> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04
>> installation and I have to revert to using NB 8.
>>
>> When I start on the CLI, the following error is shown:
>>
>> Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
>>
>> Regards,
>>
>> Ernst
>>
>

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Posted by Geertjan Wielenga <ge...@apache.org>.
Did you look for answers on-line, e.g.:
https://github.com/netty/netty-tcnative/issues/111

Gj

On Tue, Apr 23, 2019 at 11:12 AM Ernst Vaarties <e....@xsarus.nl>
wrote:

> Hello,
>
> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04
> installation and I have to revert to using NB 8.
>
> When I start on the CLI, the following error is shown:
>
> Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
>
> Regards,
>
> Ernst
>

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Posted by Ernst Vaarties <e....@xsarus.nl>.
On 23-04-19 10:44, Neil C Smith wrote:

On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties <e....@xsarus.nl> wrote:



That could be it, I'm using the package provided by Ubuntu and am seeing this entry in the update log:



Start-Date: 2019-04-17  08:42:38
Commandline: /usr/bin/unattended-upgrade
Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jre:amd64 (10.0.2+13-1ubuntu0.18.04.4, > 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3)
End-Date: 2019-04-17  08:42:54



Do you have a how-to for AdoptOpenJDK?



Not much to it.  I unzipped into a folder in /opt and edited the
jdkhome line in netbeans.conf to point at it.

Quoted your whole message for context - watch the reply address here -
we really should make it the same as dev@ and default to replying to
list?

Best wishes,

Neil

I've tried your approach succesfully and have NetBeans running again with OpenJDK 11 from AdoptOpenJDK. The one in Ubuntu must have some errors in it, they'll fix it eventually.

For me, this is an acceptable workaround.

Regards,

Ernst

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Posted by Neil C Smith <ne...@apache.org>.
On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties <e....@xsarus.nl> wrote:
>
> That could be it, I'm using the package provided by Ubuntu and am seeing this entry in the update log:
>
> > Start-Date: 2019-04-17  08:42:38
> > Commandline: /usr/bin/unattended-upgrade
> > Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jre:amd64 (10.0.2+13-1ubuntu0.18.04.4, > 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3)
> > End-Date: 2019-04-17  08:42:54
>
> Do you have a how-to for AdoptOpenJDK?

Not much to it.  I unzipped into a folder in /opt and edited the
jdkhome line in netbeans.conf to point at it.

Quoted your whole message for context - watch the reply address here -
we really should make it the same as dev@ and default to replying to
list?

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

Posted by Neil C Smith <ne...@apache.org>.
On Tue, 23 Apr 2019 at 09:12, Ernst Vaarties <e....@xsarus.nl> wrote:
> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 installation and I have to revert to using NB 8.

In addition to what Geertjan said, what JDK are you using?  I've got
the same OS and no issue at the moment.  I'm currently using OpenJDK
11 from AdoptOpenJDK though.  I know the OpenJDK 11 package in Ubuntu
went from actually being 10 to really being 11 recently (lovely
nonsensical idea).

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists