Giter Club home page Giter Club logo

mgnl-on-k8s's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mgnl-on-k8s's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
images/runtime-env/docker-compose.tls.yml
  • mysql 8.4.0
images/runtime-env/docker-compose.yml
  • mysql 8.4.0
dockerfile
images/light-module-updater/Dockerfile
  • ubuntu 24.04
images/runtime-env/Dockerfile
  • maven 3.9.6-eclipse-temurin-17
  • tomcat 9.0.88-jdk17-temurin-jammy
images/runtime-env/builder.Dockerfile
  • docker 26.1
images/webapp/Dockerfile.builder
  • docker 26.1
images/webapp/magnolia-build/ce/Dockerfile
  • busybox 1.36.1-musl
images/webapp/magnolia-build/dx-workflow/Dockerfile
  • busybox 1.36.1-musl
images/webapp/magnolia-build/dx/Dockerfile
  • busybox 1.36.1-musl
helm-values
helm/values.yaml
  • neoskop/mgnl-light-module-updater 0.21.10
  • neoskop/mgnl-runtime-env 0.21.10
  • neoskop/mgnl-webapp-ce 6.2.45
  • busybox 1.36.1
  • busybox 1.36.1
  • mysql 8.4.0
maven
images/runtime-env/build/entrypoint/pom.xml
  • org.apache.maven.plugins:maven-compiler-plugin 3.13.0
  • org.apache.maven.plugins:maven-assembly-plugin 3.7.1
  • org.apache.maven.plugins:maven-jar-plugin 3.4.1
  • com.google.code.gson:gson 2.10.1
  • mysql:mysql-connector-java 8.0.33
  • org.apache.logging.log4j:log4j-api 2.23.1
  • org.apache.logging.log4j:log4j-core 2.23.1
  • org.apache.commons:commons-text 1.12.0

  • Check this box to trigger a request for Renovate to run again on this repository

Mysql issue

It has issue while connecting with mysql -

2024-05-16T06:16:55.954289Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2024-05-16T06:16:56.255807Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.3.0) starting as process 1
2024-05-16T06:16:56.276267Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-05-16T06:16:56.497781Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
mysqld: Table 'mysql.plugin' doesn't exist
2024-05-16T06:16:56.644462Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
2024-05-16T06:16:56.644913Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645155Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645392Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645723Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645920Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646115Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646379Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.700666Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.731789Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.736290Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-05-16T06:16:56.736331Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-05-16T06:16:56.739345Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2024-05-16T06:16:56.739779Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.740062Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist

CE webapp not starting

Module Paperboy Magnolia Module (version 2.3.3) is dependent on pages (version 5.6/*), which was not found.

setting `mysql.enabled: false` has no effect

Chart still prompts for MySQL rootPassword. I am just running locally to test out the chart and don't need MySQL.

When it's disabled in the values.yaml

helm lint returns

engine.go:167: [INFO] Missing required value: Set paperboy.userPassword
engine.go:167: [INFO] Missing required value: Set paperboy.token
engine.go:167: [INFO] Missing required value: Set paperboyPreview.userPassword
engine.go:167: [INFO] Missing required value: Set paperboyPreview.token

and
helm install returns

Error: execution error at (mgnl/templates/mysql-passwords.secret.yaml:9:12): Provide mysql.rootPassword

You get the same error even if you add some kind of rootPassword

Is there instructions on how to run this locally?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.