Internal error java io ioexception cannot find intellij idea project files at

OS: Opensuse 12.3 (x64) While trying to compile erlang module error occurs: Internal error: (java.io.IOException) Cannot run program "/usr/lib64/erlang/bin/erlc" (in directory "&quot...

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account


Closed

akireev opened this issue

Apr 10, 2013

· 12 comments


Closed

Error compiling erlang module

#199

akireev opened this issue

Apr 10, 2013

· 12 comments

Comments

@akireev

OS: Opensuse 12.3 (x64)

While trying to compile erlang module error occurs:

Internal error: (java.io.IOException) Cannot run program «/usr/lib64/erlang/bin/erlc» (in directory «»): error=2, Нет такого файла или каталога
java.io.IOException: Cannot run program «/usr/lib64/erlang/bin/erlc» (in directory «»): error=2, Нет такого файла или каталога
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at org.intellij.erlang.jps.builder.ErlangBuilder.build(ErlangBuilder.java:104)
at org.intellij.erlang.jps.builder.ErlangBuilder.build(ErlangBuilder.java:41)
at org.jetbrains.jps.incremental.BuildOperations.buildTarget(BuildOperations.java:100)
at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:741)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:766)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:699)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:520)
at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:311)
at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:179)
at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:128)
at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:216)
at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:111)
at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler$1.run(BuildMain.java:132)
at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:41)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: error=2, Нет такого файла или каталога
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
… 20 more

Application /usr/lib64/erlang/bin/erlc is present on this PC.

@clperez

Same issue here. Using Ubuntu x64

Internal error: (java.io.IOException) Cannot run program «/home/carlos/Libs/erlang/bin/erlc» (in directory «/home/carlos/IdeaProjects/Cosmodrom/out/production/Prueba»): error=2, No such file or directory
java.io.IOException: Cannot run program «/home/carlos/Libs/erlang/bin/erlc» (in directory «/home/carlos/IdeaProjects/Cosmodrom/out/production/Prueba»): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at org.intellij.erlang.jps.builder.ErlangBuilder.build(ErlangBuilder.java:104)
at org.intellij.erlang.jps.builder.ErlangBuilder.build(ErlangBuilder.java:41)
at org.jetbrains.jps.incremental.BuildOperations.buildTarget(BuildOperations.java:100)
at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:741)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:766)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:699)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:520)
at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:311)
at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:179)
at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:128)
at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:216)
at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:111)
at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler$1.run(BuildMain.java:132)
at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:41)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
… 20 more

@ignatov

@akireev @clperez please attach tree output for your Erlang distribution directory and tell from what user IntelliJ has been started. Can that user execute the erlc?

@clperez

Hi Sergei:

I am able to compile the code from the command line using «erlc » using the same user I use to execute the Intellij Idea,

I can send you my Idea project compressed to your email if you require it.

@clperez

tree_idea

@ignatov

@clperez

Please find attached to this email my Intellij idea project.

Regards.

On 13 April 2013 23:49, Sergey Ignatov notifications@github.com wrote:

Ok, attach it please.


Reply to this email directly or view it on GitHubhttps://github.com//issues/199#issuecomment-16342368
.

@ignatov

@clperez Can’t find anything, please publish it on some public service (e.g. Dropbox).

@clperez

@akireev

@akireev

I pushed wrong button. Issue was not closed.

@clperez

Hi…. I have solved the problem creating the following tree
«out/production/Prueba»
manually under the Cosmodrom folder.

The problem is that this folder is not created before compiling.

@ignatov

Я только что впервые загрузил IntelliJ, и я просто пытаюсь выполнить простой тест «Hello World», чтобы начать чувствовать себя более комфортно с программой. Но независимо от того, что я пытаюсь сделать, я продолжаю получать эту ошибку всякий раз, когда я строю. Я посмотрел в Интернете и не могу найти никого, у кого была такая же проблема. Это ошибка

Error:Internal error: (java.io.IOException) Cannot create empty file: 

C:Usersbrent.IdeaIC2018.3systemcompile-servertest_88992a4ctimestampsdata
java.io.IOException: Cannot create empty file: C:Usersbrent.IdeaIC2018.3systemcompile-servertest_88992a4ctimestampsdata
    at com.intellij.util.io.PersistentEnumeratorBase.<init>(PersistentEnumeratorBase.java:175)
    at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:87)
    at com.intellij.util.io.PersistentEnumeratorDelegate.<init>(PersistentEnumeratorDelegate.java:47)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:168)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:157)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:148)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:140)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:133)
    at org.jetbrains.jps.incremental.storage.AbstractStateStorage.createMap(AbstractStateStorage.java:124)
    at org.jetbrains.jps.incremental.storage.AbstractStateStorage.<init>(AbstractStateStorage.java:27)
    at org.jetbrains.jps.incremental.storage.TimestampStorage.<init>(TimestampStorage.java:21)
    at org.jetbrains.jps.incremental.storage.ProjectTimestamps.<init>(ProjectTimestamps.java:35)
    at org.jetbrains.jps.cmdline.BuildRunner.load(BuildRunner.java:110)
    at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:279)
    at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:135)
    at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:229)
    at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:834)

Please perform full project rebuild (Build | Rebuild Project)

Я не знаю, как это решить. Я неправильно установил IDE? Я попытался выполнить полную перестройку проекта, как было предложено, но по-прежнему получаю эту ошибку.

Последняя временная метка из журнала

    19-01-21 15:07:51,066 [  91274]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release 
2019-01-21 15:07:52,938 [  93146]   INFO - ide.actions.ShowFilePathAction - 
Exit code 1 
2019-01-21 15:08:32,284 [ 132492]   INFO - ide.actions.ShowFilePathAction - 
Exit code 1 
2019-01-21 15:09:04,221 [ 164429]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS) 
2019-01-21 15:09:04,221 [ 164429]   INFO - j.compiler.server.BuildManager - Using preloaded build process to compile C:UsersbrentOneDriveDocumentsRSArkitoiArkitori SourceArkitori Source 
2019-01-21 15:09:04,490 [ 164698]   INFO - ij.compiler.impl.CompileDriver - java.io.IOException: Cannot create empty file: C:Usersbrent.IdeaIC2018.3systemcompile-serverarkitori_source_3dbf5cabtimestampsdata
    at com.intellij.util.io.PersistentEnumeratorBase.<init>(PersistentEnumeratorBase.java:175)
    at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:87)
    at com.intellij.util.io.PersistentEnumeratorDelegate.<init>(PersistentEnumeratorDelegate.java:47)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:168)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:157)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:148)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:140)
    at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:133)
    at org.jetbrains.jps.incremental.storage.AbstractStateStorage.createMap(AbstractStateStorage.java:124)
    at org.jetbrains.jps.incremental.storage.AbstractStateStorage.<init>(AbstractStateStorage.java:27)
    at org.jetbrains.jps.incremental.storage.TimestampStorage.<init>(TimestampStorage.java:21)
    at org.jetbrains.jps.incremental.storage.ProjectTimestamps.<init>(ProjectTimestamps.java:35)
    at org.jetbrains.jps.cmdline.BuildRunner.load(BuildRunner.java:110)
    at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:279)
    at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:135)
    at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:229)
    at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:834)

2019-01-21 15:09:04,559 [ 164767]   INFO - lij.compiler.impl.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 1; warnings: 0 took 338 ms: 0 min 0sec 
2019-01-21 15:09:04,575 [ 164783]   INFO - s.CompilerReferenceServiceBase - backward reference index reader doesn't exist 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: Failed to configure logging: 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: java.io.FileNotFoundException: C:Usersbrent.IdeaIC2018.3systemlogbuild-logbuild-log.properties (The system cannot find the path specified) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.io.FileOutputStream.open0(Native Method) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:187) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.LogSetup.ensureLogConfigExists(LogSetup.java:68) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.LogSetup.initLoggers(LogSetup.java:47) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.BuildMain.<clinit>(BuildMain.java:60) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.lang.reflect.Method.invoke(Method.java:566) 
2019-01-21 15:09:04,822 [ 165030]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.Launcher.main(Launcher.java:58) 
2019-01-21 15:09:04,875 [ 165083]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA Community Edition 2018.3.3/lib/jps-launcher.jar;C:/Program Files (x86)/Java/jdk-11/lib/tools.jar;C:/Program Files/JetBrains/IntelliJ IDEA Community Edition 2018.3.3/lib/optimizedFileManager.jar 
2019-01-21 15:09:04,875 [ 165083]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: log4j:WARN No appenders could be found for logger (#org.jetbrains.jps.cmdline.BuildMain). 
2019-01-21 15:09:04,875 [ 165083]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: log4j:WARN Please initialize the log4j system properly. 
2019-01-21 15:09:04,875 [ 165083]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 
2019-01-21 15:09:04,922 [ 165130]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2019-01-21 15:09:04,922 [ 165130]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2019-01-21 15:09:04,922 [ 165130]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2019-01-21 15:09:05,855 [ 166063]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred 
2019-01-21 15:09:05,855 [ 166063]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%20Community%20Edition%202018.3.3/lib/protobuf-java-3.4.0.jar) to field java.nio.Buffer.address 
2019-01-21 15:09:05,855 [ 166063]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil 
2019-01-21 15:09:05,855 [ 166063]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 
2019-01-21 15:09:05,855 [ 166063]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release 
2019-01-21 15:09:07,269 [ 167477]   INFO - ide.actions.ShowFilePathAction - 
Exit code 1 

Я пробовал много вещей, удалил кеши,.xml и ничего не работал. Есть идеи, как это исправить?

Error:Internal error: (java.io.IOException) Cannot create empty file: C:Users???? ?????.IdeaIC2018.2systemcompile-serverprojects_f1bd646ftimestampsdata
java.io.IOException: Cannot create empty file: C:Users???? ?????.IdeaIC2018.2systemcompile-serverprojects_f1bd646ftimestampsdata
at com.intellij.util.io.PersistentEnumeratorBase.<init>(PersistentEnumeratorBase.java:176)
at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:86)
at com.intellij.util.io.PersistentEnumeratorDelegate.<init>(PersistentEnumeratorDelegate.java:47)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:156)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:145)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:136)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:128)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:124)
at org.jetbrains.jps.incremental.storage.AbstractStateStorage.createMap(AbstractStateStorage.java:136)
at org.jetbrains.jps.incremental.storage.AbstractStateStorage.<init>(AbstractStateStorage.java:41)
at org.jetbrains.jps.incremental.storage.TimestampStorage.<init>(TimestampStorage.java:35)
at org.jetbrains.jps.incremental.storage.ProjectTimestamps.<init>(ProjectTimestamps.java:35)
at org.jetbrains.jps.cmdline.BuildRunner.load(BuildRunner.java:110)
at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:281)
at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:137)
at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:235)
at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Please perform full project rebuild (Build | Rebuild Project)

Перевод комментария y.bedrov — в настройках Windows перейдите в Регион → Административный → Изменить системный язык → Утолкнуть опцию «Бета: Использовать Юникод…».

Введите минимум 50 символов

Few things are as frustrating as running into error codes, especially when you have no idea what the problem might be.

What kind of error is: Internal Exception: java.io.ioexception

Simply put it is an internet connection error. Your computer is trying to establish a connection to the Minecraft server you have chosen and that connection gets interrupted while traveling between the server and your computer.

Internal Exception: java.io.ioexception error message
Internal Exception: java.io.ioexception in Minecraft

What is the solution to this error?

Let’s start solving this problem with some basic solutions that work for almost any error. Do not skip these unless you have already tried them, because these are the simplest solutions that take the least amount of time!

  1. Power cycle your Router, by unplugging it for a minute and then plugging it back in to start again.
  2. Restart your computer.
  3. Restart Minecraft.

Those are basic steps that will let us figure out if your problem is temporary, or comes from a larger issue that will need more troubleshooting. If these didn’t help it is time to try some of the more advanced steps.

Advanced Troubleshooting

If the basic steps above didn’t work for you, it’s probably time to look at more advanced solutions.

Uninstall and reinstall a fresh version of Minecraft

One of the biggest culprits with Minecraft issue is … Minecraft itself. Before you do anything too advanced to try and solve this problem, try to uninstall the game and reinstall it fresh. Do not reinstall any texture packs, mods, or Optifine yet. Try connecting to the server with the base game and see if it solves your problem.

Enabling the Java Native Sandbox

The Java Native Sandbox lets you start Java applications such as Minecraft in a restricted environment that might bypass whatever is causing the issue with your connection to the server. You can enable it with the following steps:

Screenshot showing the Java Program and it’s Control Panel pop up
  1. Go to the search bar on the Windows Task Bar, usually at the bottom of your screen, and type in “Control Panel” and click on the entry that pops up.
  2. Find a section with a header “Programs” and click on that header.
  3. On the following screen you should see an icon for “Java”. Click on the header. We have marked the Java header and icon in red in the below graphic.
  4. You should now have a small pop up labeled “Java Control Panel”. In it switch to the “Advanced” tab and start scrolling down until you see a section labeled “Advanced Securrity Settings”. We have marked this section in red in the graphic above.
  5. Here you will find an option for “Enable the operating system’s restricted environment (native sandbox)”. Make sure it is checkmarked, then click “Apply” and then click “OK”.
  6. It is very important that you now restart your computer, so that the changes can take effect.

After restarting your computer, start up Minecraft again and see if the connection to the server now holds. If it doesn’t, feel free to disable the native sandbox again for the sake of not adding more parameters to the problem you’re trying to track down.

Changing the DNS on your router to the Google DNS servers

Your internet service provider might have temporary issues with its DNS server, preventing your computer from finding the server you are connecting to. You can find your DNS settings in your router/modem administration panel and it will usually be set automatically.

Almost all routers will allow you to switch DNS servers to the ones you specify manually, usually two of them. You should enter the following values:

  • Primary DNS Server: 8.8.8.8
  • Secondary DNS Server: 8.8.4.4

The new DNS server settings will connect to Google’s own servers whenever it is trying to connect to something from your computer, and this tends to be a lot more reliable over time than whatever your local internet service provider will give you. Even if this solution doesn’t work, it is probably a good thing for you to keep the new settings.

Conclusion

Hopefully this solution helped you fix the Internal Exception: java.io.ioexception error and let you get back to playing Minecraft. If not then you might want to take to the Minecraft Forum to find some more information.

MinecraftForum.net

При компиляции кода (любого кода) выдает ошибку:

Error:Internal error: (java.io.IOException) Cannot create empty file: C:UsersАнтон.IdeaIC2019.3systemcompile-server1_15b502fatimestampsdata
java.io.IOException: Cannot create empty file: C:UsersАнтон.IdeaIC2019.3systemcompile-server1_15b502fatimestampsdata
at com.intellij.util.io.PersistentEnumeratorBase.<init>(PersistentEnumeratorBase.java:175)
at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:73)
at com.intellij.util.io.PersistentEnumeratorDelegate.<init>(PersistentEnumeratorDelegate.java:47)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:149)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:138)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:129)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:121)
at com.intellij.util.io.PersistentHashMap.<init>(PersistentHashMap.java:114)
at org.jetbrains.jps.incremental.storage.AbstractStateStorage.createMap(AbstractStateStorage.java:124)
at org.jetbrains.jps.incremental.storage.AbstractStateStorage.<init>(AbstractStateStorage.java:27)
at org.jetbrains.jps.incremental.storage.FileTimestampStorage.<init>(FileTimestampStorage.java:27)
at org.jetbrains.jps.incremental.storage.ProjectStamps.<init>(ProjectStamps.java:39)
at org.jetbrains.jps.incremental.storage.ProjectTimestamps.<init>(ProjectTimestamps.java:19)
at org.jetbrains.jps.cmdline.BuildRunner.load(BuildRunner.java:111)
at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:274)
at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:130)
at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:232)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Please perform full project rebuild (Build | Rebuild Project)

Подскажите, как это исправить.

Понравилась статья? Поделить с друзьями:
  • Internal error insufficient memory принтер samsung
  • Internal server error console
  • Internal server error booking
  • Internal server error avito
  • Internal server error apache24