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

Jobs cannot be loaded if the project is inside a directory with a space in its name #6

Open
Kevenvz opened this issue May 18, 2016 · 3 comments

Comments

@Kevenvz
Copy link

Kevenvz commented May 18, 2016

So I constantly ran into this error:

INFO  [2016-05-18 13:20:15,003] org.quartz.classloading.CascadingClassLoadHelper: Package: 'nl.glu.voteapp.jobs' becomes Resource: 'file:/E:/Development/Studenten%20App/glu-app-backend/target/classes/nl/glu/voteapp/jobs'
ERROR [2016-05-18 13:20:15,006] org.knowm.sundial.ee.SundialInitializerListener: Sundial Scheduler failed to initialize: 
! java.lang.NullPointerException: null

Then I removed the space in the directory name and it worked. I guess the fix is to not encode the directory path so that it doesn't add the %20 but instead uses a normal space.

@timmolter
Copy link
Member

I've seen this before, and I think was fixed somewhere else in the code. I'll look into it.

@timmolter
Copy link
Member

OK, fix pushed. please try snapshot jar.

@daghendrik
Copy link

I am still getting this error using the latest version (1.3.1). I am on Windows and my username contains spaces. My project folder resides in "C:\Users\User Name With Spaces\Documents".

I tried moving the project folder to root a.k.a. " C:\ " and the problem went away.

If you can take another look at this issue, I'll be happy to test and verify a fix.

Thanks for a great project!

@timmolter timmolter reopened this Sep 2, 2019
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

3 participants