question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

➜ nativeCompile git:(main) .\aya-native-windows-latest_x86-64.exe ..\..\..\..\test.aya
Exception in thread "main" java.lang.ExceptionInInitializerError                                                                                                                                              at com.intellij.lang.parser.GeneratedParserUtilBase$ErrorState.getExpected(GeneratedParserUtilBase.java:857)                                                                                          at com.intellij.lang.parser.GeneratedParserUtilBase.reportError(GeneratedParserUtilBase.java:705)                                                                                                     at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_impl_(GeneratedParserUtilBase.java:527)
        at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_(GeneratedParserUtilBase.java:462)
        at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_(GeneratedParserUtilBase.java:439)
        at org.aya.parser.AyaPsiParser.stmt_with_recover(AyaPsiParser.java:1718)
        at org.aya.parser.AyaPsiParser.stmts(AyaPsiParser.java:1743)
        at org.aya.parser.AyaPsiParser.program(AyaPsiParser.java:1490)
        at org.aya.parser.AyaPsiParser.parse_root_(AyaPsiParser.java:35)
        at org.aya.parser.AyaPsiParser.parse_root_(AyaPsiParser.java:31)
        at org.aya.parser.AyaPsiParser.parseLight(AyaPsiParser.java:26)
        at com.intellij.psi.FleetPsiParser$DefaultPsiParser.parse(FleetPsiParser.java:62)
        at com.intellij.psi.FleetPsiParser.parse(FleetPsiParser.java:27)
        at com.intellij.psi.FleetPsiParser$DefaultPsiParser.parse(FleetPsiParser.java:66)
        at org.aya.cli.parse.AyaParserImpl.parseNode(AyaParserImpl.java:38)
        at org.aya.cli.parse.AyaParserImpl.parse(AyaParserImpl.java:57)
        at org.aya.cli.parse.AyaParserImpl.program(AyaParserImpl.java:48)
        at org.aya.concrete.GenericAyaFile.parseMe(GenericAyaFile.java:28)
        at org.aya.cli.single.SingleFileCompiler.lambda$compile$3(SingleFileCompiler.java:54)
        at org.aya.cli.utils.AyaCompiler.catching(AyaCompiler.java:30)
        at org.aya.cli.single.SingleFileCompiler.compile(SingleFileCompiler.java:48)
        at org.aya.cli.single.SingleFileCompiler.compile(SingleFileCompiler.java:37)
        at org.aya.cli.Main.doCompile(Main.java:88)
        at org.aya.cli.Main.call(Main.java:44)
        at org.aya.cli.Main.call(Main.java:29)
        at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
        at picocli.CommandLine.access$1500(CommandLine.java:148)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
        at picocli.CommandLine.execute(CommandLine.java:2170)
        at org.aya.cli.Main.main(Main.java:31)
Caused by: java.util.MissingResourceException: Can't find bundle for base name messages.AnalysisBundle, locale en_US
        at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1683)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1586)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1549)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:858)
        at com.intellij.analysis.AnalysisBundle.<clinit>(AnalysisBundle.java:12)
        ... 34 more

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
tsao-chicommented, Dec 15, 2022

Basically any syntax error can trigger this

0reactions
tsao-chicommented, Dec 15, 2022

A test.aya for reproducing this issue:

u&683ugi98}||}{"
Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · jobtoday/react-native-image-viewing - GitHub
Tiny, purely TS, modal component for viewing images - Issues · jobtoday/react-native-image-viewing.
Read more >
React Native: Image is not properly showing - Stack Overflow
I try with your code and show like this. I think problem is with your image and image directory. Please try to add...
Read more >
react-native-image-picker - npm
React Native Image Picker. A React Native module that allows you to select a photo/video from the device library or camera.
Read more >
5 Things to know about Images in React Native - Medium
The more I work with React Native images, the more I find it tricky. I wrote about Image Caching without Expo, ... There...
Read more >
Displaying images with the React Native Image component
LogRocket is a React Native monitoring solution that helps you reproduce issues instantly, prioritize bugs, and understand performance in your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found