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

Booting the webservice seems to load the config file more than once #32

Open
egonw opened this issue May 2, 2018 · 1 comment
Open
Labels
bug Something isn't working question Further information is requested

Comments

@egonw
Copy link
Member

egonw commented May 2, 2018

Giving this output:

$ java -DserverURL=http://fooservice.bridgedb.org -jar dist/org.bridgedb.server.jar
Starting server on port 8183
May 02, 2018 1:26:32 PM org.restlet.engine.http.StreamServerHelper start
INFO: Starting the internal HTTP server
Using target: http://fooservice.bridgedb.org
Parsing gene database configuration: /home/egonw/var/Projects/GitHub/bridgedb/gdb.config
Loaded driver: org.bridgedb.rdb.IDMapperRdb
Loaded driver: org.bridgedb.file.IDMapperText
Loaded driver: com.mysql.jdbc.Driver
Parsing gene database configuration: /home/egonw/var/Projects/GitHub/bridgedb/gdb.config
Loaded driver: org.bridgedb.rdb.IDMapperRdb
Loaded driver: org.bridgedb.file.IDMapperText
Loaded driver: com.mysql.jdbc.Driver
@egonw
Copy link
Member Author

egonw commented May 2, 2018

@JonathanMELIUS, can you please check your logs and let me know if you have such output too? That is, is the loading the gdb.config for you twice too? And, second question, there is no need for that, right?

@egonw egonw added bug Something isn't working question Further information is requested labels May 2, 2018
@egonw egonw transferred this issue from bridgedb/BridgeDb Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants