You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/08/19 16:06:36 UTC

[GitHub] [skywalking] andrewgkew opened a new issue #7500: Cant start skywalking with h2 backend

andrewgkew opened a new issue #7500:
URL: https://github.com/apache/skywalking/issues/7500


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   How do I start skwalking up using h2 as the backend
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   Skywalking version: 8.7.0
   OS: MacOs 10.13.6
   JRE: 8
   
   - Which company or project?
   QuadCorps Ltd
   
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, component version.
   
   I am trying to run skywalking on a local cluster (Docker Engine) using your helm chart to install it
   This is the command that I ran
   
   helm install "${SKYWALKING_RELEASE_NAME}" skywalking -n "${SKYWALKING_RELEASE_NAMESPACE}" \
     --set oap.image.tag=8.7.0-es7 \
     --set oap.storageType=h2\
     --set ui.image.tag=8.7.0 \
     --set elasticsearch.enabled=false
   
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   
   The UI pod comes up but the OAP does not, it moans about tables not being present.
   By default it looks like OAP is started in no-init mode set by its env variables for the JAVA_OPTS
   Looking at the OAP pod logs its moaning about tables not existing, which makes me think h2 needs to be initialized
   
   How do I do that? Override the JAVA_OPTS with -Dmode=init or -Dmode=init-only
   I cant find anything in your docs that describes how to get this to work using h2
   
   Also is the OAP image tag *-es7 correct even when using h2 and not elastic search?


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

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



[GitHub] [skywalking] kezhenxu94 closed issue #7500: Cant start skywalking with h2 backend

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #7500:
URL: https://github.com/apache/skywalking/issues/7500


   


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

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