Title: Processing 3.4-3 openjdk8 · Issue #5754 · processing/processing · GitHub
Open Graph Title: Processing 3.4-3 openjdk8 · Issue #5754 · processing/processing
X Title: Processing 3.4-3 openjdk8 · Issue #5754 · processing/processing
Description: Upgrading processing to version 3.4-3 gives this error when using OpenJDK8, there is no problem with version 3.4-2 Processing error: Exception in thread "Thread-10" java.lang.RuntimeException: Exception while attempting /usr/lib/jvm/java...
Open Graph Description: Upgrading processing to version 3.4-3 gives this error when using OpenJDK8, there is no problem with version 3.4-2 Processing error: Exception in thread "Thread-10" java.lang.RuntimeException: Exce...
X Description: Upgrading processing to version 3.4-3 gives this error when using OpenJDK8, there is no problem with version 3.4-2 Processing error: Exception in thread "Thread-10" java.lang.RuntimeExcep...
Opengraph URL: https://github.com/processing/processing/issues/5754
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Processing 3.4-3 openjdk8","articleBody":"Upgrading processing to version 3.4-3 gives this error when using OpenJDK8, there is no problem with version 3.4-2\r\n\r\nProcessing error:\r\n`\r\nException in thread \"Thread-10\" java.lang.RuntimeException: Exception while attempting /usr/lib/jvm/java-8-openjdk/bin/java -agentlib:jdwp=transport=dt_socket,address=8433,server=y,suspend=y,quiet=y -Djna.nosys=true -Djava.ext.dirs=/usr/lib/jvm/java-8-openjdk/lib/ext -Djava.library.path=:/usr/share/processing/core/library:/usr/share/processing/modes/java/libraries/serial/library/linux64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -cp /tmp/BraidOMatic2018v22321127144340720970temp:/usr/share/processing/core/library/jogl-all-natives-linux-amd64.jar:/usr/share/processing/core/library/jogl-all-natives-linux-i586.jar:/usr/share/processing/core/library/jogl-all-natives-macosx-universal.jar:/usr/share/processing/core/library/gluegen-rt-natives-windows-i586.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-armv6hf.jar:/usr/share/processing/core/library/jogl-all-natives-windows-amd64.jar:/usr/share/processing/core/library/jogl-all-natives-linux-aarch64.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-amd64.jar:/usr/share/processing/core/library/gluegen-rt-natives-macosx-universal.jar:/usr/share/processing/core/library/core.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-i586.jar:/usr/share/processing/core/library/jogl-all-natives-windows-i586.jar:/usr/share/processing/core/library/jogl-all.jar:/usr/share/processing/core/library/gluegen-rt.jar:/usr/share/processing/core/library/gluegen-rt-natives-windows-amd64.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-aarch64.jar:/usr/share/processing/core/library/jogl-all-natives-linux-armv6hf.jar:/usr/share/processing/modes/java/libraries/serial/library/jssc.jar:/usr/share/processing/modes/java/libraries/serial/library/serial.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/rt.jar:/usr/share/processing/lib/ant.jar:/usr/share/processing/lib/ant-launcher.jar:/usr/share/processing/lib/jna.jar:/usr/share/processing/lib/jna-platform.jar:/usr/share/processing/lib/pde.jar:/usr/share/processing/core/library/core.jar:/usr/share/processing/core/library/gluegen-rt.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-aarch64.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-amd64.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-armv6hf.jar:/usr/share/processing/core/library/gluegen-rt-natives-linux-i586.jar:/usr/share/processing/core/library/gluegen-rt-natives-macosx-universal.jar:/usr/share/processing/core/library/gluegen-rt-natives-windows-amd64.jar:/usr/share/processing/core/library/gluegen-rt-natives-windows-i586.jar:/usr/share/processing/core/library/jogl-all.jar:/usr/share/processing/core/library/jogl-all-natives-linux-aarch64.jar:/usr/share/processing/core/library/jogl-all-natives-linux-amd64.jar:/usr/share/processing/core/library/jogl-all-natives-linux-armv6hf.jar:/usr/share/processing/core/library/jogl-all-natives-linux-i586.jar:/usr/share/processing/core/library/jogl-all-natives-macosx-universal.jar:/usr/share/processing/core/library/jogl-all-natives-windows-amd64.jar:/usr/share/processing/core/library/jogl-all-natives-windows-i586.jar:/usr/share/processing/modes/java/mode/antlr.jar:/usr/share/processing/modes/java/mode/classpath-explorer-1.0.jar:/usr/share/processing/modes/java/mode/com.ibm.icu.jar:/usr/share/processing/modes/java/mode/JavaMode.jar:/usr/share/processing/modes/java/mode/jdi.jar:/usr/share/processing/modes/java/mode/jdimodel.jar:/usr/share/processing/modes/java/mode/jdtCompilerAdapter.jar:/usr/share/processing/modes/java/mode/jsoup-1.7.1.jar:/usr/share/processing/modes/java/mode/org.eclipse.core.contenttype.jar:/usr/share/processing/modes/java/mode/org.eclipse.core.jobs.jar:/usr/share/processing/modes/java/mode/org.eclipse.core.resources.jar:/usr/share/processing/modes/java/mode/org.eclipse.core.runtime.jar:/usr/share/processing/modes/java/mode/org.eclipse.equinox.common.jar:/usr/share/processing/modes/java/mode/org.eclipse.equinox.preferences.jar:/usr/share/processing/modes/java/mode/org.eclipse.jdt.core.jar:/usr/share/processing/modes/java/mode/org.eclipse.osgi.jar:/usr/share/processing/modes/java/mode/org.eclipse.text.jar:/usr/share/processing/modes/java/mode/org.netbeans.swing.outline.jar -ea processing.core.PApplet --editor-location=610,660 --external --display=1 --sketch-path=/home/narzul/Documents/Braiderbot/BraidOMatic2018v2 BraidOMatic2018v2\r\n\tat processing.core.PApplet.exec(PApplet.java:3498)\r\n\tat processing.mode.java.runner.Runner$1.run(Runner.java:498)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\nCaused by: java.io.IOException: Cannot run program \"/usr/lib/jvm/java-8-openjdk/bin/java\": error=2, No such file or directory\r\n\tat java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)\r\n\tat java.lang.Runtime.exec(Runtime.java:620)\r\n\tat java.lang.Runtime.exec(Runtime.java:485)\r\n\tat processing.core.PApplet.exec(PApplet.java:3496)\r\n\t... 2 more\r\nCaused by: java.io.IOException: error=2, No such file or directory\r\n\tat java.lang.UNIXProcess.forkAndExec(Native Method)\r\n\tat java.lang.UNIXProcess.\u003cinit\u003e(UNIXProcess.java:247)\r\n\tat java.lang.ProcessImpl.start(ProcessImpl.java:134)\r\n\tat java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)\r\n\t... 5 more\r\n`\r\n\r\nOpenJDK version:\r\nopenjdk version \"1.8.0_192\"\r\nOpenJDK Runtime Environment (build 1.8.0_192-b26)\r\nOpenJDK 64-Bit Server VM (build 25.192-b26, mixed mode)\r\n\r\nEnvironment:\r\nLinux 4.20.1-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 9 20:25:43 UTC 2019 x86_64 GNU/Linux","author":{"url":"https://github.com/narzul","@type":"Person","name":"narzul"},"datePublished":"2019-01-15T08:33:52.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/5754/processing/issues/5754"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f736358d-9d2e-38b3-c080-de298648e209 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8E68:2735DF:45F29DA:61352EC:69714CA2 |
| html-safe-nonce | 0273345b49779f17baf4037927ac0c031187dfe096ebe2352a73cc02aeca76c2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTY4OjI3MzVERjo0NUYyOURBOjYxMzUyRUM6Njk3MTRDQTIiLCJ2aXNpdG9yX2lkIjoiMjM4NTMxNDE1NjY2MDIxNDk0NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | ad6999b5b35f6f8411253aaff3fc21712bf183402ea5b09605d746e8689ffeff |
| hovercard-subject-tag | issue:399236842 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/processing/5754/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ed8a07c40c36d8d20182f730206cffe742e32d2e024cdaeb3e8a9ab82f96a5f9/processing/processing/issues/5754 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ed8a07c40c36d8d20182f730206cffe742e32d2e024cdaeb3e8a9ab82f96a5f9/processing/processing/issues/5754 |
| og:image:alt | Upgrading processing to version 3.4-3 gives this error when using OpenJDK8, there is no problem with version 3.4-2 Processing error: Exception in thread "Thread-10" java.lang.RuntimeException: Exce... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | narzul |
| hostname | github.com |
| expected-hostname | github.com |
| None | da7cbccf7f40bcd9540003423d9bef63b2fe7bb0b73fc59d91b5ae5b46000c90 |
| turbo-cache-control | no-preview |
| go-import | github.com/processing/processing git https://github.com/processing/processing.git |
| octolytics-dimension-user_id | 1617169 |
| octolytics-dimension-user_login | processing |
| octolytics-dimension-repository_id | 7807399 |
| octolytics-dimension-repository_nwo | processing/processing |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 7807399 |
| octolytics-dimension-repository_network_root_nwo | processing/processing |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c9e6c71b091ca750658a3b2e3c82b0b85555f788 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width