incubator-streampark icon indicating copy to clipboard operation
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'

Open yatokami opened this issue 1 year ago • 1 comments

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

yatokami avatar Oct 22 '24 03:10 yatokami

我遇到了同样的问题, 我看了源码发现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能解决

andyphone avatar Jan 23 '25 03:01 andyphone