You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have comiled mc under openjdk 17. the lanuncher can't lanch this, and using openwebstart to run the manager, but I got this in open webstart console:
java.lang.IllegalStateException: zip file closed
at java.base/java.lang.Thread.run(Thread.java:833)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
at com.mirth.connect.client.ui.LoginPanel$8.doInBackground(LoginPanel.java:423)
at com.mirth.connect.client.ui.LoginPanel$8.doInBackground(LoginPanel.java:430)
at com.mirth.connect.client.core.Client.(Client.java:155)
at com.mirth.connect.client.core.Client.(Client.java:189)
at org.reflections.Reflections.(Reflections.java:143)
at org.reflections.Reflections.(Reflections.java:170)
at org.reflections.Reflections.(Reflections.java:129)
at org.reflections.Reflections.scan(Reflections.java:204)
at org.reflections.Reflections.scan(Reflections.java:240)
at org.reflections.vfs.ZipDir$1.iterator(ZipDir.java:26)
at org.reflections.vfs.ZipDir$1$1.(ZipDir.java:27)
at java.base/java.util.jar.JarFile.entries(JarFile.java:530)
at java.base/java.util.zip.ZipFile$1.entries(ZipFile.java:1108)
at java.base/java.util.zip.ZipFile.jarEntries(ZipFile.java:532)
at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:831)
I vaguely remember doing something with that library when I was trying to get openwebstart to work with mirth. I can't remember exactly what I did, but I did find reflections-0.10.2.jar in my downloads.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have comiled mc under openjdk 17. the lanuncher can't lanch this, and using openwebstart to run the manager, but I got this in open webstart console:
java.lang.IllegalStateException: zip file closed
at java.base/java.lang.Thread.run(Thread.java:833)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
at com.mirth.connect.client.ui.LoginPanel$8.doInBackground(LoginPanel.java:423)
at com.mirth.connect.client.ui.LoginPanel$8.doInBackground(LoginPanel.java:430)
at com.mirth.connect.client.core.Client.(Client.java:155)
at com.mirth.connect.client.core.Client.(Client.java:189)
at org.reflections.Reflections.(Reflections.java:143)
at org.reflections.Reflections.(Reflections.java:170)
at org.reflections.Reflections.(Reflections.java:129)
at org.reflections.Reflections.scan(Reflections.java:204)
at org.reflections.Reflections.scan(Reflections.java:240)
at org.reflections.vfs.ZipDir$1.iterator(ZipDir.java:26)
at org.reflections.vfs.ZipDir$1$1.(ZipDir.java:27)
at java.base/java.util.jar.JarFile.entries(JarFile.java:530)
at java.base/java.util.zip.ZipFile$1.entries(ZipFile.java:1108)
at java.base/java.util.zip.ZipFile.jarEntries(ZipFile.java:532)
at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:831)
Beta Was this translation helpful? Give feedback.
All reactions