Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get weMessage to run #30

Open
SamJeigh opened this issue Jan 9, 2020 · 1 comment
Open

Cannot get weMessage to run #30

SamJeigh opened this issue Jan 9, 2020 · 1 comment

Comments

@SamJeigh
Copy link

SamJeigh commented Jan 9, 2020

Hello! I am trying to download and run weMessage, I am running macOS Catalina version 10.15.2. I have added terminal to accessibility and I have Java installed but keep getting this message:

[!!! ERROR !!!] [weServer Database Service] An error occurred while connecting to the Messages Chat database. Shutting down!

java.sql.SQLException: The database has been closed
at org.sqlite.core.NativeDB.throwex(NativeDB.java:471)
at org.sqlite.core.NativeDB.errmsg_utf8(Native Method)
at org.sqlite.core.NativeDB.errmsg(NativeDB.java:137)
at org.sqlite.core.DB.newSQLException(DB.java:921)
at org.sqlite.core.DB.throwex(DB.java:886)
at org.sqlite.core.NativeDB._open_utf8(Native Method)
at org.sqlite.core.NativeDB._open(NativeDB.java:71)
at org.sqlite.core.DB.open(DB.java:174)
at org.sqlite.core.CoreConnection.open(CoreConnection.java:220)
at org.sqlite.core.CoreConnection.(CoreConnection.java:76)
at org.sqlite.jdbc3.JDBC3Connection.(JDBC3Connection.java:25)
at org.sqlite.jdbc4.JDBC4Connection.(JDBC4Connection.java:24)
at org.sqlite.SQLiteConnection.(SQLiteConnection.java:45)
at org.sqlite.JDBC.createConnection(JDBC.java:114)
at org.sqlite.JDBC.connect(JDBC.java:88)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:251)
at scott.wemessage.server.c.a.(SourceFile:120)
at scott.wemessage.server.a.(SourceFile:79)
at scott.wemessage.server.ServerLauncher.main(SourceFile:8)

[Process completed]

Any help with the above would be more than appreciated!

@cedarlug
Copy link

cedarlug commented Jan 10, 2020

#27 (comment)

You're very close -- just add the latter permission for java to communicate with SQLite3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants