Search found 14 matches

by mrobinson108
Tue Nov 14, 2023 3:13 pm
Forum: Using LogMX
Topic: parsers getting destroyed
Replies: 0
Views: 23848

parsers getting destroyed

Recently (past month or two) I have found that LogMx will work fine one day and the next it says that it cannot find a suitable parser to use. For example yesterday, I used it most of the day, then this morning I find it will not work on the same site due to no suitable parser. The "upgrade" dialog ...
by mrobinson108
Mon Apr 19, 2021 3:48 am
Forum: Using LogMX
Topic: updating startup.conf JAVA_PATH
Replies: 5
Views: 8815

Re: updating startup.conf JAVA_PATH

Thanks for the reply, Xavier. I tried moving "libjli.dylib" from "/Library/Java/JavaVirtualMachines/jdk-16.jdk/Contents/Home/lib/" as you suggested. However, that does not change anything. I would not mind updating the app but it seems there is no discount for existing users, just the regular purcha...
by mrobinson108
Sun Apr 18, 2021 1:30 am
Forum: Using LogMX
Topic: updating startup.conf JAVA_PATH
Replies: 5
Views: 8815

Re: updating startup.conf JAVA_PATH

Reverted back to Java 8 and LogMx worked fine. Time passed and installed Java 16 and need to run it in Java_Home. Same problem appears. This time I am presenting a log from starting up LogMX.app as you suggested. There is no LogMX.log that gets created in my home directory (there were some from prev...
by mrobinson108
Wed Jan 06, 2021 5:39 pm
Forum: Using LogMX
Topic: updating startup.conf JAVA_PATH
Replies: 5
Views: 8815

updating startup.conf JAVA_PATH

I am trying to get around a problem having Java15 installed on my MacOS. I cannot launch LogMx since it is looking for a .dylib in the wrong place for Java15. So I edited the startup.conf JAVA_PATH to point to a Java8 JDK. I have used two paths since I was not exactly sure of the ending /Library/Jav...
by mrobinson108
Tue May 07, 2019 3:08 pm
Forum: Installing LogMX
Topic: Cannot upgrade from 7.5 to 7.7
Replies: 1
Views: 12577

Cannot upgrade from 7.5 to 7.7

After entering client ID and Invoice # (verified 3 times) I get an error updating saying one or the other datum is wrong. Can you verify that?

Regards,
Mike Robinson
by mrobinson108
Wed Jan 16, 2019 7:27 pm
Forum: Submitting a feature request
Topic: Easier updating
Replies: 2
Views: 10666

mrobinson108

Thanks for correcting the last update. OK, I see your point about paying vs non-paying customers. However, there are a lot of vendors that do offer that convenience and I'm sure that they take precautions to prevent unauthorized use. How, I don't know, but one idea would be to make use of a non-desc...
by mrobinson108
Tue Jan 15, 2019 4:27 pm
Forum: Submitting a feature request
Topic: Easier updating
Replies: 2
Views: 10666

Easier updating

It would be great if, when you offer updated, it did not require me to search through my emails to find my client ID. I would think this is a piece of data that could be stored by LogMX (encrypted?) and read as needed. p.s. the latest update 7.4.0 downloads but does not seem to install/update proper...
by mrobinson108
Wed Aug 22, 2018 1:54 am
Forum: Getting/Buying LogMX
Topic: Upgrade to professional
Replies: 4
Views: 45362

Re: Upgrade to professional

OK, thanks
by mrobinson108
Tue Aug 21, 2018 4:23 am
Forum: Getting/Buying LogMX
Topic: Upgrade to professional
Replies: 4
Views: 45362

Re: Upgrade to professional

I am traveling and want to download the professional version (which I have a license for and installed on my desktop), however when I try to download per the above instructions I get an error - invalid download id (9).you are not allowed access to this file at this time. I live in the USA but am tra...
by mrobinson108
Fri Jul 06, 2018 4:56 pm
Forum: Writing a Parser
Topic: converting #012 from syslog
Replies: 4
Views: 16642

mrobinson108

No problem. Thanks for the update.

BTW, I did try the Plan B method as well. It worked like a charm. Thanks for pointing it out.
by mrobinson108
Tue Jul 03, 2018 8:56 pm
Forum: Writing a Parser
Topic: converting #012 from syslog
Replies: 4
Views: 16642

Re: converting #012 from syslog

I tried importing your custom parser with no luck. I'll attach the screenshot.

The other suggestion might be simpler. I'll take a look at the option as well. I'll let you know.

Thanks for the help.
by mrobinson108
Tue Jul 03, 2018 8:53 pm
Forum: Submitting a feature request
Topic: Enhance Mark/Unmark Entry
Replies: 2
Views: 11068

Re: Enhance Mark/Unmark Entry

Thanks for the suggestion. I'll give it a try to change the INFO background color. But would still appreciate the ability to choose a marked color. Thanks
by mrobinson108
Mon Jul 02, 2018 6:26 pm
Forum: Submitting a feature request
Topic: Enhance Mark/Unmark Entry
Replies: 2
Views: 11068

Enhance Mark/Unmark Entry

It would be helpful to be able to make the marking of an entry less subtle. As it is right now, the 1st field of the entry has a slightly darker green. However, this is really too subtle to easily see it in a list of entries. It would be great if there were an option that we could choose the backgro...
by mrobinson108
Mon Jul 02, 2018 6:21 pm
Forum: Writing a Parser
Topic: converting #012 from syslog
Replies: 4
Views: 16642

converting #012 from syslog

I understand that syslog wants a single line as a message and converts new lines to #012. Is there any reasonable way to convert those back to a new line when parsing the syslog? Currently I am using a Logback pattern

%d{MMM dd HH:mm:ss} %t %p %c{0} - %m - %X{username} : %X{company}