13 May 2019 |
@bkhpalmer:throgmorton.me.uk | .... | 11:16:05 |
@bkhpalmer:throgmorton.me.uk | Redacted or Malformed Event | 11:17:07 |
@bkhpalmer:throgmorton.me.uk | Sorry that's not in quotes - do I need to disable markdown? | 11:17:47 |
Maximus | you're just using the wrong characters | 11:18:03 |
Maximus | it's ` not . | 11:18:16 |
@bkhpalmer:throgmorton.me.uk | Okay | 11:18:23 |
@bkhpalmer:throgmorton.me.uk | Redacted or Malformed Event | 11:18:34 |
Maximus | just copy/paste the character :p | 11:18:47 |
@bkhpalmer:throgmorton.me.uk | mxisd_1 | 2019-05-13T11:13:13.304220575Z [main] INFO io.kamax.mxisd.storage.crypto.FileKeyStore - Key store is already in directory format
mxisd_1 | 2019-05-13T11:13:13.714656237Z [main] INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
mxisd_1 | 2019-05-13T11:13:13.917801312Z com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected STRING but was BEGIN_OBJECT at path $.connector
mxisd_1 | 2019-05-13T11:13:13.918285182Z at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:224)
mxisd_1 | 2019-05-13T11:13:13.918555661Z at com.google.gson.Gson.fromJson(Gson.java:887)
mxisd_1 | 2019-05-13T11:13:13.918815779Z at com.google.gson.Gson.fromJson(Gson.java:952)
mxisd_1 | 2019-05-13T11:13:13.919075549Z at com.google.gson.Gson.fromJson(Gson.java:925)
mxisd_1 | 2019-05-13T11:13:13.919340916Z at io.kamax.mxisd.threepid.notification.BuiltInNotificationHandlerSupplier.acceptEmail(BuiltInNotificationHandlerSupplier.java:68)
mxisd_1 | 2019-05-13T11:13:13.919934150Z at io.kamax.mxisd.threepid.notification.BuiltInNotificationHandlerSupplier.accept(BuiltInNotificationHandlerSupplier.java:58)
mxisd_1 | 2019-05-13T11:13:13.920187448Z at io.kamax.mxisd.threepid.notification.BuiltInNotificationHandlerSupplier.accept(BuiltInNotificationHandlerSupplier.java:53)
mxisd_1 | 2019-05-13T11:13:13.920438996Z at io.kamax.mxisd.Mxisd.lambda$build$1(Mxisd.java:116)
mxisd_1 | 2019-05-13T11:13:13.921488394Z at java.util.Iterator.forEachRemaining(Iterator.java:116)
mxisd_1 | 2019-05-13T11:13:13.921764357Z at io.kamax.mxisd.Mxisd.build(Mxisd.java:116)
mxisd_1 | 2019-05-13T11:13:13.922353381Z at io.kamax.mxisd.Mxisd.start(Mxisd.java:198)
mxisd_1 | 2019-05-13T11:13:13.922604854Z at io.kamax.mxisd.HttpMxisd.start(HttpMxisd.java:67)
mxisd_1 | 2019-05-13T11:13:13.923489411Z at io.kamax.mxisd.MxisdStandaloneExec.main(MxisdStandaloneExec.java:87)
mxisd_1 | 2019-05-13T11:13:13.923889738Z Caused by: java.lang.IllegalStateException: Expected STRING but was BEGIN_OBJECT at path $.connector
mxisd_1 | 2019-05-13T11:13:13.924164223Z at com.google.gson.internal.bind.JsonTreeReader.nextString(JsonTreeReader.java:180)
mxisd_1 | 2019-05-13T11:13:13.924434640Z at com.google.gson.internal.bind.TypeAdapters$16.read(TypeAdapters.java:418)
mxisd_1 | 2019-05-13T11:13:13.924683942Z at com.google.gson.internal.bind.TypeAdapters$16.read(TypeAdapters.java:406)
mxisd_1 | 2019-05-13T11:13:13.924948983Z at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:129)
mxisd_1 | 2019-05-13T11:13:13.925204912Z at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:220)
mxisd_1 | 2019-05-13T11:13:13.925466799Z ... 12 more
mxisd_1 | 2019-05-13T11:13:13.928438260Z [Thread-1] INFO App - mxisd stopped
| 11:19:06 |
@bkhpalmer:throgmorton.me.uk | The first line refers to the keystore - which in the previous attempt to restart showed conversion to the new format (as I was upgrading) but then it dies at the next line | 11:19:44 |
@bkhpalmer:throgmorton.me.uk | All I can gather is that there is apparently an object where it expects a string (presumably in my config file)? | 11:21:20 |
Maximus | your config file format is invalid | 11:21:21 |
Maximus | most likely indentation is wrong | 11:21:25 |
@bkhpalmer:throgmorton.me.uk | okay | 11:21:35 |
@bkhpalmer:throgmorton.me.uk | Given the changes to indentation is the format for the dns overwrite still
dns:
overwrite:
homeserver:
client:
- name: 'example.org'
value: 'http://localhost:8008'
```
| 11:24:54 |
Maximus | yes, but that's not where the indentation is wrong | 11:26:06 |
Maximus | it's in the threepid section | 11:26:13 |
@bkhpalmer:throgmorton.me.uk | Okay I am looking at the threepid page and it currently says this is subject to change? If I don't need any notifications currently maybe I should just comment it out? | 11:27:38 |
Maximus | it's not subject to change | 11:28:05 |
Maximus | something in email threepid has indentation wrong (one too many if I'm reading the error right) | 11:28:45 |
@bkhpalmer:throgmorton.me.uk | Apologies my goof - connector instead of connectors | 11:28:50 |
Maximus | ok, it seems the indentation is wrong just after connector | 11:32:02 |
@bkhpalmer:throgmorton.me.uk | Thank you for the help Maximus | 11:53:05 |
Maximus | anytime | 11:54:22 |
Maximus | Release v1.4.3
@room Another maintenance release is out, fixing bugs in the Application Service feature and improve misconfiguration detection and error messages. We recommend to update to this if you can but is not high-priority if you are not using the Application Service feature, as it won't bring anything new for you.
Release notes & Download links
| 23:14:24 |
| Maximus changed the room topic to "Federated Matrix Identity Server | https://github.com/kamax-matrix/mxisd | Latest release: v1.4.3 | Dev discussions: #mxisd-dev:kamax.io | Privacy Flamebearer in Matrix since 2017" from "Federated Matrix Identity Server | https://github.com/kamax-matrix/mxisd | Latest release: v1.4.2 | Dev discussions: #mxisd-dev:kamax.io | mxisd, Privacy Flamebearer in Matrix - since 2017". | 23:14:37 |
Matt (eggy) | suppose I should upgrade.. | 23:15:16 |
15 May 2019 |
@jasonm:matrix.cambsac.org.uk | Found a bug with registration, thought it was Riot/Synapse, but Synapse devs could not repeat it. Registering with a + (plus) in an email gets replaced with a ' ' (space). Could it be mxisd? https://github.com/vector-im/riot-web/issues/6333#issuecomment-492374399 | 08:38:53 |
kaiyou | Hey, is there any apt repo for mxisd? Manually downloading debs sounds like an antipattern | 09:02:20 |
Maximus | Jason Morgan: where do you see the replacement happening? in Riot settings? | 09:51:34 |