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

console作业维度加载不出来 后台有报空指针错误。 #147

Closed
blackcat1991 opened this issue Oct 28, 2016 · 1 comment
Closed
Labels

Comments

@blackcat1991
Copy link

跟踪代码在这里获取liteJobConfig的时候为null导致后面的空指针错误。
LiteJobConfiguration liteJobConfig = LiteJobConfigurationGsonFactory.fromJson(regCenter.get(jobNodePath.getConfigNodePath()));

jobBriefInfo.setJobType(liteJobConfig.getTypeConfig().getJobType().name());

@terrymanu terrymanu added the bug label Oct 28, 2016
@workcheng
Copy link

workcheng commented Oct 28, 2016

我也遇到了这个问题,我登陆zookeeper之后,看到一个config节点不正常,我看到那个作业已经不再用了,就把那个错误的作业节点直接手动删除了,然后在刷新一下运维平台就可以了。
这个是那个错误的作业节点:
default
删除之后:
image
然后刷新运维平台,发现作业维度又出现了:
image

@haocao haocao closed this as completed in d69cac8 Nov 3, 2016
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

3 participants