You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/30 08:32:15 UTC

[GitHub] [dolphinscheduler] yuanyunchu opened a new issue, #12234: [Bug] [Module Name] Bug title

yuanyunchu opened a new issue, #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   dolphinscheduler/resources上线服务端上传jar包经常报错
   ```java
   exceptionHandler(Exception, HandlerMethod)
   java.lang.IllegalStateException: Could not resolve parameter [1] in public org.apache.dolphinscheduler.api.utils.Result org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler.exceptionHandler(java.lang.Exception,org.springframework.web.method.HandlerMethod): No suitable resolver
   ```
   ![image](https://user-images.githubusercontent.com/33806778/193227206-b01aea89-540b-4388-8d6a-5082c58eebaa.png)
   
   本地服务上传jar是成功的
   ![image](https://user-images.githubusercontent.com/33806778/193227358-0342e742-f4fa-426b-aaab-5ca7df9b3095.png)
   
   非常不理解这是什么问题造成
   
   ### What you expected to happen
   
   upload xxx.jar
   
   ### How to reproduce
   
   upload /dolphinscheduler/resources xxx.jar
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] yuanyunchu commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by GitBox <gi...@apache.org>.
yuanyunchu commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1278704355

   > <img alt="image" width="1494" src="https://user-images.githubusercontent.com/33984497/194710773-c2ad68d2-975c-4147-8996-799b5e702551.png">
   > 
   > may be under current directory ```(/text0908)``` had existed same name file which named ``` testsss.jar```
   这个是上传成功的。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] fuchanghai commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by GitBox <gi...@apache.org>.
fuchanghai commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1272325306

   <img width="1494" alt="image" src="https://user-images.githubusercontent.com/33984497/194710773-c2ad68d2-975c-4147-8996-799b5e702551.png">
   may be under current directory ```(/text0908)``` had existed same name file which named ``` dolphinscheduler-api-3.0.0.jar```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar  No suitable resolver
URL: https://github.com/apache/dolphinscheduler/issues/12234


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1312873391

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12234: [Bug] [Module Name] Bug title

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1263287626

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Dolphinscheduler/resources online server uploading jar package often reports errors
   ````java
   exceptionHandler(Exception, HandlerMethod)
   java.lang.IllegalStateException: Could not resolve parameter [1] in public org.apache.dolphinscheduler.api.utils.Result org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler.exceptionHandler(java.lang.Exception,org.springframework. web.method.HandlerMethod): No suitable resolver
   ````
   ![image](https://user-images.githubusercontent.com/33806778/193227206-b01aea89-540b-4388-8d6a-5082c58eebaa.png)
   
   Local service upload jar is successful
   ![image](https://user-images.githubusercontent.com/33806778/193227358-0342e742-f4fa-426b-aaab-5ca7df9b3095.png)
   
   I really don't understand what's causing the problem
   
   ### What you expected to happen
   
   upload xxx.jar
   
   ### How to reproduce
   
   upload /dolphinscheduler/resources xxx.jar
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12234: [Bug] [Module Name] Bug title

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1263287860

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1449128851

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] yuanyunchu commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by GitBox <gi...@apache.org>.
yuanyunchu commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1278705053

   上传失败是这个
   ![image](https://user-images.githubusercontent.com/33806778/195806946-acbc2d03-c1d7-4df5-be0a-00b841a970b4.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] fuchanghai commented on issue #12234: [Bug] dolphinscheduler/resources createResource method xxx.jar No suitable resolver

Posted by GitBox <gi...@apache.org>.
fuchanghai commented on issue #12234:
URL: https://github.com/apache/dolphinscheduler/issues/12234#issuecomment-1272325395

   <img width="1494" alt="image" src="https://user-images.githubusercontent.com/33984497/194710773-c2ad68d2-975c-4147-8996-799b5e702551.png">
   may be under current directory ```(/text0908)``` had existed same name file which named ``` dolphinscheduler-api-3.0.0.jar```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org