incubator-streampark
incubator-streampark copied to clipboard
[Bug] Bug Property or field 'appId' cannot be found on object of type 'org.apache.streampark.console.core.entity.Application'
Search before asking
- [X] I had searched in the issues and found no similar issues.
Java Version
No response
Scala Version
2.12.x
StreamPark Version
2.15
Flink Version
1.17
deploy mode
None
What happened
我在使用oepnapi时出现了报错
Error Exception
org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'appId' cannot be found on object of type 'org.apache.streampark.console.core.entity.Application' - maybe not public or not valid?
Screenshots
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
我遇到了同样的问题, 我看了源码发现ff8b93b040e588c5109e610af33cab566814a083提交后, 删除了streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/entity/Application.java中的appId. 应该还有别的东西在调用它吧? 这个提交合并是在benjobs committed on Apr 14, 2024, 在没人理会的情况下, 或许安装旧版本的streampark能解决