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

missing or invalid dependency detected while loading class file #4

Open
zoeminghong opened this issue May 7, 2019 · 0 comments
Open
Labels

Comments

@zoeminghong
Copy link
Owner

描述:

[ERROR] error: missing or invalid dependency detected while loading class file 'BasicMissionStreamTemplate.class'.
[INFO] Could not access term templates in package com.tairanchina.csp.dmp,
[INFO] because it (or its dependencies) are missing. Check your build definition for
[INFO] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
[INFO] A full rebuild may help if 'BasicMissionStreamTemplate.class' was compiled against an incompatible version of com.tairanchina.csp.dmp.
[ERROR] error: missing or invalid dependency detected while loading class file 'BasicMissionStreamTemplate.class'.
[INFO] Could not access term spark in value com.tairanchina.csp.dmp.templates,
[INFO] because it (or its dependencies) are missing. Check your build definition for
[INFO] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
[INFO] A full rebuild may help if 'BasicMissionStreamTemplate.class' was compiled against an incompatible version of com.tairanchina.csp.dmp.templates.
[ERROR] two errors found

方案:

com.tairanchina.csp.dmp.templates 无法识别,改为 com.tairanchina.csp.dmp.template 即可。

参考文档:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant