René's URL Explorer Experiment


Title: [1.20.x] [NeoForge] Reflections fails to resolve VFSs · Issue #37 · lambda-client/lambda · GitHub

Open Graph Title: [1.20.x] [NeoForge] Reflections fails to resolve VFSs · Issue #37 · lambda-client/lambda

X Title: [1.20.x] [NeoForge] Reflections fails to resolve VFSs · Issue #37 · lambda-client/lambda

Description: Only affects NeoForge Could be caused by class loader issue org.reflections.ReflectionsException: Could not open url connection at org.reflections.vfs.JarInputDir$1.(JarInputDir.java:31) ~[reflections-0.10.2.jar#201!/:?] {re:clas...

Open Graph Description: Only affects NeoForge Could be caused by class loader issue org.reflections.ReflectionsException: Could not open url connection at org.reflections.vfs.JarInputDir$1.(JarInputDir.java:31) ~[re...

X Description: Only affects NeoForge Could be caused by class loader issue org.reflections.ReflectionsException: Could not open url connection at org.reflections.vfs.JarInputDir$1.<init>(JarInputDir.java:31...

Opengraph URL: https://github.com/lambda-client/lambda/issues/37

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[1.20.x] [NeoForge] Reflections fails to resolve VFSs","articleBody":"Only affects NeoForge\r\nCould be caused by class loader issue\r\n\r\n```\r\norg.reflections.ReflectionsException: Could not open url connection\r\n\tat org.reflections.vfs.JarInputDir$1.\u003cinit\u003e(JarInputDir.java:31) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\tat org.reflections.vfs.JarInputDir.lambda$getFiles$0(JarInputDir.java:28) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\tat org.reflections.Reflections.lambda$scan$2(Reflections.java:177) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}\r\n\tat java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1707) ~[?:?] {}\r\n\tat java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}\r\n\tat java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) ~[?:?] {}\r\n\tat java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754) ~[?:?] {}\r\n\tat java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}\r\n\tat java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:686) ~[?:?] {}\r\n\tat java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) ~[?:?] {}\r\n\tat java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173) ~[?:?] {}\r\n\tat java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) ~[?:?] {}\r\n\tat java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}\r\n\tat java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:765) ~[?:?] {}\r\n\tat org.reflections.Reflections.scan(Reflections.java:173) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\tat org.reflections.Reflections.\u003cinit\u003e(Reflections.java:126) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\tat com.lambda.module.ModuleRegistry.load(ModuleRegistry.java:18) ~[lambda-neoforge-1.0.0+1.20.4.jar%23183!/:?] {re:classloading}\r\n\tat com.lambda.core.Loader.initialize(Loader.java:51) ~[lambda-neoforge-1.0.0+1.20.4.jar%23183!/:?] {re:classloading}\r\n\tat com.lambda.Lambda.initialize$lambda$1(Lambda.java:50) ~[lambda-neoforge-1.0.0+1.20.4.jar%23183!/:?] {re:mixin,re:classloading}\r\n\tat com.mojang.blaze3d.systems.RenderSystem.replayQueue(RenderSystem.java:196) ~[minecraft-1.20.4-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}\r\n\tat com.mojang.blaze3d.systems.RenderSystem.finishInitialization(RenderSystem.java:732) ~[minecraft-1.20.4-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}\r\n\tat net.minecraft.client.main.Main.main(Main.java:207) ~[minecraft-1.20.4-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}\r\n\tat jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}\r\n\tat jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}\r\n\tat jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}\r\n\tat java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}\r\n\tat net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:126) ~[loader-1.0.16.jar:1.0] {}\r\n\tat net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:114) ~[loader-1.0.16.jar:1.0] {}\r\n\tat net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:24) ~[loader-1.0.16.jar:1.0] {}\r\n\tat net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:108) ~[loader-1.0.16.jar:1.0] {}\r\n\tat cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}\r\n\tat cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}\r\n\tat jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}\r\n\tat jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}\r\n\tat jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}\r\n\tat java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}\r\n\tat io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) ~[?:?] {}\r\n\tat org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100) ~[?:?] {}\r\n\tat org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[?:?] {}\r\n\tat org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[?:?] {}\r\nCaused by: java.nio.file.NoSuchFileException: /\r\n\tat jdk.nio.zipfs.ZipFileSystem.newByteChannel(ZipFileSystem.java:984) ~[jdk.zipfs:?] {}\r\n\tat jdk.nio.zipfs.ZipPath.newByteChannel(ZipPath.java:864) ~[jdk.zipfs:?] {}\r\n\tat jdk.nio.zipfs.ZipFileSystemProvider.newByteChannel(ZipFileSystemProvider.java:255) ~[jdk.zipfs:?] {}\r\n\tat java.nio.file.Files.newByteChannel(Files.java:380) ~[?:?] {}\r\n\tat java.nio.file.Files.newByteChannel(Files.java:432) ~[?:?] {}\r\n\tat cpw.mods.niofs.union.UnionFileSystem.byteChannel(UnionFileSystem.java:381) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat java.util.Optional.map(Optional.java:260) ~[?:?] {re:mixin}\r\n\tat cpw.mods.niofs.union.UnionFileSystem.newReadByteChannel(UnionFileSystem.java:368) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat cpw.mods.niofs.union.UnionFileSystemProvider.newByteChannel(UnionFileSystemProvider.java:151) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat java.nio.file.Files.newByteChannel(Files.java:380) ~[?:?] {}\r\n\tat java.nio.file.Files.newByteChannel(Files.java:432) ~[?:?] {}\r\n\tat java.nio.file.Files.readAllBytes(Files.java:3288) ~[?:?] {}\r\n\tat cpw.mods.niofs.union.UnionFileSystem.buildInputStream(UnionFileSystem.java:72) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat cpw.mods.niofs.union.UnionPath.buildInputStream(UnionPath.java:331) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat cpw.mods.cl.UnionURLStreamHandler.lambda$inputStreamFunction$0(UnionURLStreamHandler.java:25) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat cpw.mods.cl.ModularURLHandler$FunctionURLConnection.getInputStream(ModularURLHandler.java:65) ~[securejarhandler-2.1.24.jar:?] {}\r\n\tat org.reflections.vfs.JarInputDir$1.\u003cinit\u003e(JarInputDir.java:30) ~[reflections-0.10.2.jar%23201!/:?] {re:classloading}\r\n\t... 46 more\r\n\t```","author":{"url":"https://github.com/emyfops","@type":"Person","name":"emyfops"},"datePublished":"2024-07-10T21:08:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/37/lambda/issues/37"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:dd14a8a0-f8ca-dcf9-a9a5-bb6ecaea5cc0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE212:371948:1A5A4E9:23A96E4:697AA207
html-safe-nonce4f434b75a2942ac8f1440d93e0697d80e48c2954b06c57b2ea5b058e1b77c94b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMjEyOjM3MTk0ODoxQTVBNEU5OjIzQTk2RTQ6Njk3QUEyMDciLCJ2aXNpdG9yX2lkIjoiMTk0NTc3MjQwOTA4ODU0OTM4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac05f79668440932fd09aebde366d3510ab055363bc38fe53bb2e222d5b9da960f
hovercard-subject-tagissue:2401744345
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/lambda-client/lambda/37/issue_layout
twitter:imagehttps://opengraph.githubassets.com/65e96637f3c4de56bdd15a74454fae4635c5ccf2996b10f38f0dfe333e53dda5/lambda-client/lambda/issues/37
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/65e96637f3c4de56bdd15a74454fae4635c5ccf2996b10f38f0dfe333e53dda5/lambda-client/lambda/issues/37
og:image:altOnly affects NeoForge Could be caused by class loader issue org.reflections.ReflectionsException: Could not open url connection at org.reflections.vfs.JarInputDir$1.(JarInputDir.java:31) ~[re...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameemyfops
hostnamegithub.com
expected-hostnamegithub.com
None4d375b6c612de26fd037e0638eaf57e32cf9b16daf53ab68c25c04cd3b058113
turbo-cache-controlno-preview
go-importgithub.com/lambda-client/lambda git https://github.com/lambda-client/lambda.git
octolytics-dimension-user_id83095891
octolytics-dimension-user_loginlambda-client
octolytics-dimension-repository_id766421525
octolytics-dimension-repository_nwolambda-client/lambda
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id766421525
octolytics-dimension-repository_network_root_nwolambda-client/lambda
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9af1d97e0cdcced8d2b1d10d909b84c76e62924a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/lambda-client/lambda/issues/37#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-client%2Flambda%2Fissues%2F37
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-client%2Flambda%2Fissues%2F37
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=lambda-client%2Flambda
Reloadhttps://github.com/lambda-client/lambda/issues/37
Reloadhttps://github.com/lambda-client/lambda/issues/37
Reloadhttps://github.com/lambda-client/lambda/issues/37
lambda-client https://github.com/lambda-client
lambdahttps://github.com/lambda-client/lambda
Notifications https://github.com/login?return_to=%2Flambda-client%2Flambda
Fork 19 https://github.com/login?return_to=%2Flambda-client%2Flambda
Star 96 https://github.com/login?return_to=%2Flambda-client%2Flambda
Code https://github.com/lambda-client/lambda
Issues 20 https://github.com/lambda-client/lambda/issues
Pull requests 9 https://github.com/lambda-client/lambda/pulls
Discussions https://github.com/lambda-client/lambda/discussions
Actions https://github.com/lambda-client/lambda/actions
Projects 0 https://github.com/lambda-client/lambda/projects
Wiki https://github.com/lambda-client/lambda/wiki
Security 0 https://github.com/lambda-client/lambda/security
Insights https://github.com/lambda-client/lambda/pulse
Code https://github.com/lambda-client/lambda
Issues https://github.com/lambda-client/lambda/issues
Pull requests https://github.com/lambda-client/lambda/pulls
Discussions https://github.com/lambda-client/lambda/discussions
Actions https://github.com/lambda-client/lambda/actions
Projects https://github.com/lambda-client/lambda/projects
Wiki https://github.com/lambda-client/lambda/wiki
Security https://github.com/lambda-client/lambda/security
Insights https://github.com/lambda-client/lambda/pulse
New issuehttps://github.com/login?return_to=https://github.com/lambda-client/lambda/issues/37
New issuehttps://github.com/login?return_to=https://github.com/lambda-client/lambda/issues/37
#66https://github.com/lambda-client/lambda/pull/66
[1.20.x] [NeoForge] Reflections fails to resolve VFSshttps://github.com/lambda-client/lambda/issues/37#top
#66https://github.com/lambda-client/lambda/pull/66
bugReports or fixes new or existing bugshttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22bug%22
confirmedThe issue has been verified and needs a fixhttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22confirmed%22
not-usThe issue is not related to the projecthttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22not-us%22
Open Betahttps://github.com/lambda-client/lambda/milestone/1
https://github.com/emyfops
https://github.com/emyfops
emyfopshttps://github.com/emyfops
on Jul 10, 2024https://github.com/lambda-client/lambda/issues/37#issue-2401744345
bugReports or fixes new or existing bugshttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22bug%22
confirmedThe issue has been verified and needs a fixhttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22confirmed%22
not-usThe issue is not related to the projecthttps://github.com/lambda-client/lambda/issues?q=state%3Aopen%20label%3A%22not-us%22
Open BetaNo due datehttps://github.com/lambda-client/lambda/milestone/1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.