Giter Club home page Giter Club logo

Comments (4)

ChristopherSchultz avatar ChristopherSchultz commented on July 3, 2024 1

FWIW, an attacker would already have to have control of your Mirth server in order to exploit this. While updating to the latest library version is always a good idea, this CVE would seem to have a minimal impact on "actual security". Unless you really don't trust your Mirth administrators.

from connect.

narupley avatar narupley commented on July 3, 2024

Thanks, we do have this on our list of libraries to update!

from connect.

jonbartels avatar jonbartels commented on July 3, 2024

@heiira check your logs before the shutdown event. Is there a previous exception before the error you posted?

The null connectionPool object is constructed by reading mirth.properties and creating a connection pool. That pool could only be null if there was some problem reading mirth.properties or creating the pool.

from connect.

heiira avatar heiira commented on July 3, 2024

@heiira check your logs before the shutdown event. Is there a previous exception before the error you posted?

The null connectionPool object is constructed by reading mirth.properties and creating a connection pool. That pool could only be null if there was some problem reading mirth.properties or creating the pool.

The logs before the shutdown event seem to be fine..

INFO  2023-04-03 09:34:54.511 [Main Server Thread] com.mirth.connect.server.Mirth: Mirth Connect 4.2.0 (Built on November 29, 2022) server successfully started.
INFO  2023-04-03 09:34:54.520 [Main Server Thread] com.mirth.connect.server.Mirth: This product was developed by NextGen Healthcare (https://www.nextgen.com) and its contributors (c)2005-2023.
INFO  2023-04-03 09:34:54.521 [Main Server Thread] com.mirth.connect.server.Mirth: Running OpenJDK 64-Bit Server VM 17.0.6 on Windows Server 2019 (10.0, amd64), derby, with charset windows-1252.
INFO  2023-04-03 09:34:54.574 [Main Server Thread] com.mirth.connect.server.Mirth: Web server running at http://192.168.212.72:8080/ and https://192.168.212.72:8443/
INFO  2023-04-03 09:36:41.804 [Shutdown Hook Thread] com.mirth.connect.server.Mirth: shutting down mirth due to normal request
ERROR 2023-04-03 09:36:55.014 [Main Server Thread] Server: Exception in thread "Main Server Thread" java.lang.RuntimeException: org.apache.ibatis.exceptions.PersistenceException: 
ERROR 2023-04-03 09:36:55.022 [Main Server Thread] Server: ### Error building SqlSession.
ERROR 2023-04-03 09:36:55.022 [Main Server Thread] Server: ### The error may exist in SQL Mapper Configuration
ERROR 2023-04-03 09:36:55.022 [Main Server Thread] Server: ### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.lang.NullPointerException: Cannot invoke "com.mirth.connect.donkey.server.data.jdbc.ConnectionPool.getDataSource()" because "connectionPool" is null
ERROR 2023-04-03 09:36:55.023 [Main Server Thread] Server: 	at com.mirth.connect.server.util.SqlConfig.init(SqlConfig.java:117)
ERROR 2023-04-03 09:36:55.023 [Main Server Thread] Server: 	at com.mirth.connect.server.util.SqlConfig.<init>(SqlConfig.java:71)
ERROR 2023-04-03 09:36:55.023 [Main Server Thread] Server: 	at com.mirth.connect.server.util.SqlConfig.getInstance(SqlConfig.java:62)
ERROR 2023-04-03 09:36:55.023 [Main Server Thread] Server: 	at com.mirth.connect.server.Mirth.startup(Mirth.java:304)
ERROR 2023-04-03 09:36:55.023 [Main Server Thread] Server: 	at com.mirth.connect.server.Mirth.run(Mirth.java:168)
ERROR 2023-04-03 09:36:55.024 [Main Server Thread] Server: Caused by: org.apache.ibatis.exceptions.PersistenceException: 

from connect.

Related Issues (20)

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.