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

play.Logger error: Module %name% will not be loaded because #26

Open
koroed opened this issue Jul 17, 2011 · 3 comments
Open

play.Logger error: Module %name% will not be loaded because #26

koroed opened this issue Jul 17, 2011 · 3 comments

Comments

@koroed
Copy link

koroed commented Jul 17, 2011

What are the possible causes of this error ?

play.Logger error: Module secure will not be loaded because /base/data/home/apps/ssmth/1.141895702394054553/WEB-INF/modules/secure does not exist
play.Logger error: Module siena will not be loaded because /base/data/home/apps/s
smth/1.141895702394054553/WEB-INF/modules/siena-2.0.2 does not exist
play.Logger error: Module gae will not be loaded because /base/data/home/apps/s~smth/1.141895702394054553/WEB-INF/modules/gae-1.4 does not exist

application.conf:

module.secure=${play.path}/modules/secure
module.siena=${play.path}/modules/siena-2.0.2
module.gae=${play.path}/modules/gae-1.4

@mandubian
Copy link
Collaborator

I don't really see a possible cause of your problem.
IMO, you should try with play1.2.3 and the new dependencies.yml which is far better.
I'm currently upgrading play-gae to GAE SDK 1.6.0.

@PerfectCarl
Copy link

I have also this issue with playframework 1.2.5, gae 1.6.0 and siena 2.0.7.
dependencies.yaml :

# Application dependencies

require:
    - play
    - play -> gae 1.6.0
    - play -> siena 2.0.7

application.conf :

# —- Google app engine module —-
module.gae=${play.path}/modules/gae-1.6.0
# —- Siena module —-
module.siena=${play.path}/modules/siena-2.0.7

My application is working fine, though. So for the time being, I ignore the error message in the GAE logs, but I'm still a little worried.

By the way, you need to specify the module in application.conf if you want to be able to deploy the app to GAE.
Not sure if this is a bug, though.

@chees
Copy link

chees commented Jan 29, 2013

You only need the dependencies. You should leave out the module stuff in application.conf. Deploying to gae can be done using play gae:deploy

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

4 participants