Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

features.BasicString not found #30

Open
jmccrae opened this issue Mar 8, 2024 · 0 comments
Open

features.BasicString not found #30

jmccrae opened this issue Mar 8, 2024 · 0 comments
Assignees

Comments

@jmccrae
Copy link
Collaborator

jmccrae commented Mar 8, 2024

java.lang.RuntimeException: Could not load service: features.BasicString
	at org.insightcentre.uld.naisc.util.Services.get(Services.java:20)
	at org.insightcentre.uld.naisc.main.Configuration.makeTextFeatures(Configuration.java:177)
	at org.insightcentre.uld.naisc.main.Main.execute(Main.java:284)
	at org.insightcentre.uld.naisc.main.Main.execute2(Main.java:188)
	at org.insightcentre.uld.naisc.meas.execution.ExecutionTask.run(ExecutionTask.java:77)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ClassNotFoundException: features.BasicString
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.insightcentre.uld.naisc.util.Services.get(Services.java:18)
	... 5 more

Happens when running a configuration with no features

@jmccrae jmccrae self-assigned this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant