Network Interface Error On CentOS 7

Issue #496 resolved
Patrick Cao created an issue

I installed Intellij 2016.3.1, then download Illuminated Cloud and install it in the plugin. After restart Intellij, add a project, this error shows up.

I checked the network interface with "ip link show", I only have two.

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000 link/ether f8:b1:56:d1:7c:0a brd ff:ff:ff:ff:ff:ff

Comments (12)

  1. Scott Wells repo owner

    Patrick, my most sincere apologies for not following up on this...I'll chalk it up to the holidays, but I'm just now seeing it. Are you still having this issue? If so, I'll need to follow up with the third-party developer of the licensing software that I use to get more information on how to debug it.

    Regards, Scott

  2. Scott Wells repo owner

    Patrick, would you mind providing the output of:

    $ ifconfig -a
    

    My guess is that it's going to have similar info, but that will give me a more complete set of information to share with the licensing software developer. I'll go ahead and get that dialog started, though, in hopes of a more speedy resolution for you.

  3. Patrick Cao reporter

    em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.0.0.96 netmask 255.255.255.0 broadcast 10.0.0.255 inet6 fe80::fab1:56ff:fed1:7c0a prefixlen 64 scopeid 0x20<link> ether f8:b1:56:d1:7c:0a txqueuelen 1000 (Ethernet) RX packets 35258226 bytes 7752271023 (7.2 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 38240802 bytes 6947468410 (6.4 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 20 memory 0xf7c00000-f7c20000

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1 (Local Loopback) RX packets 906056 bytes 303700751 (289.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 906056 bytes 303700751 (289.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  4. Scott Wells repo owner

    Perfect. Thanks for the info. I've already contacted the licensing software developer and am just waiting to hear back. I'm not 100% sure what their availability will be today going into the holiday weekend, but I'll let you know what they say as soon as I hear something. I sincerely apologize for the issue.

  5. Scott Wells repo owner

    Patrick, this is evidently due to a bug in the third-party software that has already been fixed. Let me create a test build of Illuminated Cloud using the latest version of that library and hopefully you can verify the fix and get past this issue. More to come very shortly.

  6. Scott Wells repo owner

    Okay, here's the test build. You can install it using Settings>Plugins>Install plugin from disk. It won't interfere with future updates. Please let me know whether it does or does not resolve the issue for you.

  7. Patrick Cao reporter

    Yes. It works. No error comes out. I can enter licences key and do other things without problem.

  8. Log in to comment