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

Can't load config.yml #8

Open
yairpe opened this issue Nov 11, 2015 · 3 comments
Open

Can't load config.yml #8

yairpe opened this issue Nov 11, 2015 · 3 comments

Comments

@yairpe
Copy link

yairpe commented Nov 11, 2015

I'm using the default config.yml with gearman-server-0.8.9-20141210.162656-1.jar
port: 4730 httpPort: 8080 enableSSL: false debugging: true hostName: localhost persistenceEngine: engine: memory exceptionStore: engine: memory

but it doesn't load it and give an error:
root@sparrow [/home/topi12sf/public_html/protected]# java -jar /home/topi12sf/public_html/protected/components/net_gearman/gearman-server-0.8.9-20141210.162656-1.jar 11:53:33.739 - [main] ERROR n.j.gearman.server.GearmanDaemon - Can't load config.yml: org.yaml.snakeyaml.constructor.ConstructorException: null; Can't construct a java object for tag:yaml.org,2002:net.johnewart.gearman.server.config.GearmanServerConfiguration; exception=Cannot create property=exceptionStore for JavaBean=net.johnewart.gearman.server.config.GearmanServerConfiguration@3f2a3a5; Unable to find property 'exceptionStore' on class: net.johnewart.gearman.server.config.GearmanServerConfiguration; in 'reader', line 1, column 1: port: 4730 ^ at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:333) ~[gearman-server-0.8.9-20141210.162656-1.jar:0.4]

@yairpe
Copy link
Author

yairpe commented Dec 28, 2015

??? anyone?

@arcaneiceman
Copy link

Remove the exceptionStore setting from the yml file. It will work fine

@johnewart
Copy link
Owner

Somehow I missed this -- sorry ... that is supported in the latest SNAPSHOT, not 0.8.9

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