You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/01 07:58:18 UTC

[GitHub] [incubator-linkis] idoflax commented on issue #2390: [Bug] linkis-publicservice fails to start due to sqlSessionFactory init error when running local debug mode

idoflax commented on issue #2390:
URL: https://github.com/apache/incubator-linkis/issues/2390#issuecomment-1172054265

   **Update:**
   
   Adding the following dependencies to `linkis-storage-script-dev-server` solves the issues (there is more tan one mapper missing):
   
   ```xml
           <dependency>
               <groupId>org.apache.linkis</groupId>
               <artifactId>linkis-metadata</artifactId>
               <version>${linkis.version}</version>
               <scope>runtime</scope>
           </dependency>
   
           <dependency>
               <groupId>org.apache.linkis</groupId>
               <artifactId>linkis-bml</artifactId>
               <version>${linkis.version}</version>
               <scope>runtime</scope>
           </dependency>
   ```


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

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


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