You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/10 08:45:01 UTC

[GitHub] [incubator-linkis] WenxiangFan opened a new issue #1421: [Bug]

WenxiangFan opened a new issue #1421:
URL: https://github.com/apache/incubator-linkis/issues/1421


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-cg-engineConnManager
   
   ### What happened + What you expected to happen
   
   JDBC engine execution error:21304, Task is Failed,errorMsg: NullPointerException:
   
   ### Relevent platform
   
   linkis1.0.3  linkis-cli
   
   ### Reproduction script
   
   linkis/bin/linkis-cli -engineType jdbc-4 -code "show databases" -codeType sql
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] WenxiangFan commented on issue #1421: [Bug] JDBC engine execution error:21304, Task is Failed,errorMsg: NullPointerException:

Posted by GitBox <gi...@apache.org>.
WenxiangFan commented on issue #1421:
URL: https://github.com/apache/incubator-linkis/issues/1421#issuecomment-1035706019


   The JDBC engine has been compiled and installed by itself. After debugging the JDBC engine code, I found that this is a program problem.


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] WenxiangFan commented on issue #1421: [Bug] JDBC engine execution error:21304, Task is Failed,errorMsg: NullPointerException:

Posted by GitBox <gi...@apache.org>.
WenxiangFan commented on issue #1421:
URL: https://github.com/apache/incubator-linkis/issues/1421#issuecomment-1035764128


   "wds.linkis.jdbc.auth.type" must be configured during JDBC engine execution, but this configuration item is not available on the "参数配置" page. The best solution is to add this item to the page and add the default value of "USERNAME". At present, the default value has been considered in the code, but the value of "null" is not considered.  The specific question points to line 223 of "src/main/java/org/apache/linkis/manager/engineplugin/jdbc/ConnectionManager.java"。


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on issue #1421: [Bug] JDBC engine execution error:21304, Task is Failed,errorMsg: NullPointerException:

Posted by GitBox <gi...@apache.org>.
casionone commented on issue #1421:
URL: https://github.com/apache/incubator-linkis/issues/1421#issuecomment-1034934491


   The jdbc engine is not in the installation package by default. Make sure you compile and add it manually. For details, see
   https://linkis.apache.org/zh-CN/docs/1.1.0/deployment/quick_deploy#1-%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on issue #1421: [Bug] JDBC engine execution error:21304, Task is Failed,errorMsg: NullPointerException:

Posted by GitBox <gi...@apache.org>.
casionone commented on issue #1421:
URL: https://github.com/apache/incubator-linkis/issues/1421#issuecomment-1035709608


   > The JDBC engine has been compiled and installed by itself. After debugging the JDBC engine code, I found that this is a program problem.
   About ‘program problem’ mentioned, can you provide a specific description
   


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org