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

sld editor crash when attempting running #438

Open
JCCabreraMX opened this issue Jan 17, 2019 · 1 comment
Open

sld editor crash when attempting running #438

JCCabreraMX opened this issue Jan 17, 2019 · 1 comment

Comments

@JCCabreraMX
Copy link

When I try to tun .jar executable file in console "WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.", "WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset." and "WARNING: Extension lookup 'ExtensionProvider', but ApplicationContext is unset" messages are showed before crashing. Even I tried running as sudo but sld editor get frost and GUI is not showing. Is there any reason why? Thanks in advance

@sldeditor
Copy link
Owner

There are 2 issues here:

  1. The warnings

WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.

can be ignored. The application includes a couple of GeoServer libraries and the warnings are generated because some static methods are called and the rest of GeoServer is not included and configured. This is not a problem.

  1. The application not starting up is an issue and I've discovered it is because a library was missing from the classpath. I've fixed the issue and created a new release, available here as a pre-release. I'll create the Mac and Linux releases later.

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

2 participants