Hello,
Seems like a Java 9 (or higher) issue. Since LogMX is still backwards-compatible with Java 8, you can either try to build with Java 8, or check out this maybe: https://stackoverflow.com/q/49520858/1149528
Let me know!
Search found 552 matches
- Wed May 08, 2024 2:58 am
- Forum: Writing a Parser
- Topic: Can't import logmx.jar
- Replies: 1
- Views: 6707
- Thu Feb 23, 2023 1:55 am
- Forum: Installing LogMX
- Topic: Unable to use a Java environment
- Replies: 1
- Views: 30185
Re: Unable to use a Java environment
Hello Didier, Could you please send me the terminal output you get when you type the command "LogMX.app/Contents/MacOS/LogMX" in the LogMX directory? It should also fail (because it's the command line used when starting the macOS native app) but at least this would give us details on what's happenin...
- Fri Feb 11, 2022 2:27 am
- Forum: Using LogMX
- Topic: Passing Credentials in URL for HTTP Log Manager
- Replies: 1
- Views: 23931
Re: Passing Credentials in URL for HTTP Log Manager
Hello, The format for HTTP URLs with an IP v4 address and Basic Auth is: http://<login>@<host>/<path> For security reasons, you can't include your password in the URL (because the URL is saved/displayed). But if LogMX doesn't know the password for the given username, LogMX will ask you to enter it (...
- Thu Jan 20, 2022 11:49 pm
- Forum: Using LogMX
- Topic: How to use message -> like (regex) to match beginning of line
- Replies: 3
- Views: 32539
Re: How to use message -> like (regex) to match beginning of line
You're right, thanks for sharing!
- Thu Jan 20, 2022 1:50 am
- Forum: Installing LogMX
- Topic: LogMX GotoSource IntelliJ IDEA 2021.2 failed
- Replies: 2
- Views: 26232
Re: LogMX GotoSource IntelliJ IDEA 2021.2 failed
Hi,
Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+
Xavier
Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+
Xavier
- Thu Jan 20, 2022 1:50 am
- Forum: Using LogMX
- Topic: GotoSource plugin not working with IntelliJ 2021.2.2
- Replies: 8
- Views: 70126
Re: GotoSource plugin not working with IntelliJ 2021.2.2
Hi,
Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+
Xavier
Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+
Xavier
- Thu Jan 20, 2022 1:47 am
- Forum: Using LogMX
- Topic: How to use message -> like (regex) to match beginning of line
- Replies: 3
- Views: 32539
Re: How to use message -> like (regex) to match beginning of line
We actually followed-up this conversation over email In case it helps others on this forum, the regex that should be used here is:
(to match every string starting with "QM42VT2, quote included)
Code: Select all
^"QM42VT2.*
- Wed Nov 10, 2021 12:05 am
- Forum: Writing a Parser
- Topic: LogMX not showing entries on INFO level (logback format)
- Replies: 8
- Views: 72329
Re: LogMX not showing entries on INFO level (logback format)
Oh I see, thanks for the feedback. Yes it is indeed checked by default, so that is why I couldn't reproduce the issue without your parser (this option was checked on my end)
- Mon Nov 08, 2021 11:52 pm
- Forum: Writing a Parser
- Topic: LogMX not showing entries on INFO level (logback format)
- Replies: 8
- Views: 72329
Re: LogMX not showing entries on INFO level (logback format)
Hello, It seems like you exported (or sent) the wrong Parser. This is the parser you attached to this forum: imported-parser.png As you can see the date expected by this Parser also contains day/month/year, and not just hour/min/sec like your logs. But I tried with the following Parser pattern inste...
- Thu Nov 04, 2021 10:27 pm
- Forum: Using LogMX
- Topic: GotoSource plugin not working with IntelliJ 2021.2.2
- Replies: 8
- Views: 70126
Re: GotoSource plugin not working with IntelliJ 2021.2.2
Happy to hear it
- Thu Nov 04, 2021 2:21 am
- Forum: Using LogMX
- Topic: GotoSource plugin not working with IntelliJ 2021.2.2
- Replies: 8
- Views: 70126
Re: GotoSource plugin not working with IntelliJ 2021.2.2
Hi, I updated my 2021.2.2 to 2021.2.3 and it still worked, even after uninstalling the plugin and re-installing it (in 2021.2.3). Are you installing the plugin via this option?: intellij.png And when doing so, do you pick the whole file I linked above? ("LogMX GotoSource IntelliJ IDEA v2020.2-and-la...
- Wed Nov 03, 2021 2:08 am
- Forum: Using LogMX
- Topic: GotoSource plugin not working with IntelliJ 2021.2.2
- Replies: 8
- Views: 70126
Re: GotoSource plugin not working with IntelliJ 2021.2.2
Hello, Weird, I tried on 2 fresh machines (macOS + Windows), both with IntelliJ 2021.2.2, and I didn't have any issue. Maybe the old version of the plugin was not completely uninstalled, and caused some issues with the new one? If the error persists: does it happen every time the IDE starts, or only...
- Sat Oct 30, 2021 4:17 pm
- Forum: Submitting a feature request
- Topic: Concatenate files before merge
- Replies: 1
- Views: 34916
Re: Concatenate files before merge
Bonjour, First, really sorry for the very late response, all the posts on this forum were silently queued, but the forum is now fixed. Sadly, I am not sure we could implement such feature, because it would mean that a LogMX Parser for one file would have to be aware of other files, and of the order ...
- Sat Oct 30, 2021 3:42 pm
- Forum: Writing a Parser
- Topic: LogMX not showing entries on INFO level (logback format)
- Replies: 8
- Views: 72329
Re: LogMX not showing entries on INFO level (logback format)
Hello, First, really sorry for the very late response, all the posts on this forum were silently queued, but the forum is now fixed. I tried with the latest version of LogMX (v8.1.0), and it worked for me (i.e. both DEBUG and INFO entries show up), but I had to manually type in the Logback pattern s...
- Sat Oct 30, 2021 3:23 pm
- Forum: Using LogMX
- Topic: LogMX 8.1.0 and Log4j2 JSON 2.4.1
- Replies: 1
- Views: 23086
Re: LogMX 8.1.0 and Log4j2 JSON 2.4.1
Hello, First, really sorry for the very late response, all the posts on this forum were silently queued, but it's now fixed. If your issue is that you are trying to have a readable date in the "Timestamp" column, you can do that by going to menu "Tools" > "Options" > tab "Display": entries-date.png ...