jnioche opened a new issue, #1545:
URL: https://github.com/apache/stormcrawler/issues/1545
### Version
main branch
### Describe what's wrong
Getting the exception below when trying to inject seeds into URLFrontier in
a project generated from the archetype
### Error message and/or stacktrace
2025-06-01T15:31:50.131948536Z main ERROR Log4j API could not find a logging
provider.
Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/protobuf/MapFieldReflectionAccessor
at crawlercommons.urlfrontier.client.PutURLs.parse(PutURLs.java:183)
at crawlercommons.urlfrontier.client.PutURLs.run(PutURLs.java:125)
at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at
picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
at
picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at picocli.CommandLine.execute(CommandLine.java:2078)
### How to reproduce
Generate a proj from the archetype and follow the README
### Additional context
There is a discrepancy between the version of URLFrontier[ in the external
module
](https://github.com/apache/stormcrawler/blob/main/external/urlfrontier/pom.xml)
and in [the pom from the
archetype](https://github.com/apache/stormcrawler/blob/main/archetype/src/main/resources/archetype-resources/pom.xml)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]