[Bug 228191] java/intellij and java/intellij-ultimate broken with 2018.1* update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 12 07:13:58 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228191

            Bug ID: 228191
           Summary: java/intellij and java/intellij-ultimate broken with
                    2018.1* update
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: sperber at FreeBSD.org
                CC: andoriyu at gmail.com, bsam at FreeBSD.org
                CC: andoriyu at gmail.com, bsam at FreeBSD.org

Tested on FreeBSD CURRENT and FreeBSD 11.1-p10 (fresh install):

Starting intellij 2018.1* results in the following error:

---------------------------------------------------------------------------------------------------------
> idea

Cannot Lock System Folders: Internal error. Please report to
http://jb.gg/ide/critical-startup-errors

java.io.IOException: Operation not supported
        at sun.nio.ch.FileDispatcherImpl.lock0(Native Method)
        at sun.nio.ch.FileDispatcherImpl.lock(FileDispatcherImpl.java:90)
        at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:1073)
        at java.nio.channels.FileChannel.lock(FileChannel.java:1053)
        at com.intellij.idea.SocketLock.underLocks(SocketLock.java:172)
        at com.intellij.idea.SocketLock.lock(SocketLock.java:121)
        at
com.intellij.idea.StartupUtil.lockSystemFolders(StartupUtil.java:300)
        at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:115)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.intellij.idea.MainImpl.start(MainImpl.java:41)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at
com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
        at java.lang.Thread.run(Thread.java:748)
---------------------------------------------------------------------------------------------------------

Intellij started fine with the previous version.

On a side note - I have a local clion (same framework as intellij) installation
which has the same problem since the 2018 version.
It seems jetbrains changed some requirements - sadly I was note able to find
what exactly is causing this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list