Running PyCharm 4.0.4 on ARM
Hi,
I installed PyCharm on Arch Linux Arm but I could not open any file. When I start PyCharm with pycharm.sh the GUI is displayed but I got the following messages on the command line:
Java HotSpot(TM) Embedded Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0
[ 5698] WARN - api.vfs.impl.local.FileWatcher - /pycharm-community-4.0.4/bin/fsnotifier: /pycharm-community-4.0.4/bin/fsnotifier: Kann die Datei nicht ausführen.
[ 5708] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 126
[ 5730] WARN - api.vfs.impl.local.FileWatcher - /pycharm-community-4.0.4/bin/fsnotifier: /pycharm-community-4.0.4/bin/fsnotifier: Kann die Datei nicht ausführen.
<... snip (always the same message) ...>
[ 6008] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 126
[ 6026] WARN - api.vfs.impl.local.FileWatcher - File watcher failed to start
The fsnotifier could not be started, so I took a look at it and there are only 32-bit and 64-bit (checked it with file fsnotifier) but there is no fsnotifier for arm.
I also get lots of warnings in the GUI, e.g.:
8:51:56 PM Load Settings
Cannot load settings from file '~/.PyCharm40/config/options/packages.xml': Error on line -1: Premature end of file.
File content will be recreated
8:51:56 PM Load Settings
Cannot load settings from file '~/.PyCharm40/config/options/feature.usage.statistics.xml': Error on line -1: Premature end of file.
File content will be recreated
The biggest problem is, that I can not open a file. I always get the following message (even if a file is empty):
File '~/git/python/test/test.py' is too large for PyCharm Community Edition editor.
I cannot figure out why all this happens but is it possible to solve these problems?
Best regards
I installed PyCharm on Arch Linux Arm but I could not open any file. When I start PyCharm with pycharm.sh the GUI is displayed but I got the following messages on the command line:
Java HotSpot(TM) Embedded Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0
[ 5698] WARN - api.vfs.impl.local.FileWatcher - /pycharm-community-4.0.4/bin/fsnotifier: /pycharm-community-4.0.4/bin/fsnotifier: Kann die Datei nicht ausführen.
[ 5708] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 126
[ 5730] WARN - api.vfs.impl.local.FileWatcher - /pycharm-community-4.0.4/bin/fsnotifier: /pycharm-community-4.0.4/bin/fsnotifier: Kann die Datei nicht ausführen.
<... snip (always the same message) ...>
[ 6008] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 126
[ 6026] WARN - api.vfs.impl.local.FileWatcher - File watcher failed to start
The fsnotifier could not be started, so I took a look at it and there are only 32-bit and 64-bit (checked it with file fsnotifier) but there is no fsnotifier for arm.
I also get lots of warnings in the GUI, e.g.:
8:51:56 PM Load Settings
Cannot load settings from file '~/.PyCharm40/config/options/packages.xml': Error on line -1: Premature end of file.
File content will be recreated
8:51:56 PM Load Settings
Cannot load settings from file '~/.PyCharm40/config/options/feature.usage.statistics.xml': Error on line -1: Premature end of file.
File content will be recreated
The biggest problem is, that I can not open a file. I always get the following message (even if a file is empty):
File '~/git/python/test/test.py' is too large for PyCharm Community Edition editor.
I cannot figure out why all this happens but is it possible to solve these problems?
Best regards
Please sign in to leave a comment.