Search found 109 matches

by isheedm
Tue Mar 27, 2012 7:20 pm
Forum: Submitting a feature request
Topic: Virtual reset
Replies: 2
Views: 8223

Re: Virtual reset

Thanks for the reminder about the yellow star. That makes it easy to reuse filters across several tabs.

My idea was to make it easier to setup and apply a date filter across all visible tabs, but the yellow star is probably good enough.
by isheedm
Mon Mar 26, 2012 9:36 pm
Forum: Submitting a feature request
Topic: Virtual reset
Replies: 2
Views: 8223

Virtual reset

I think it would be useful to have some sort of "virtual reset" function to easily add a filter rule on a timestamp value to all open tabs. My typical use-case in development work is to have about 3 log files open, perform an operation, examine the log files, then I'd like to "forget" all the entrie...
by isheedm
Mon Mar 26, 2012 8:59 pm
Forum: Using LogMX
Topic: Enter key not working for Date/Time popup dialog on filterin
Replies: 1
Views: 5490

Enter key not working for Date/Time popup dialog on filterin

I was trying to use the filtering options to filter by a timestamp. I added a rule that Timestamp >= value. I click in the text field for the value and get the date/time chooser dialog. I kept the default day of today, then tried to fill out the time fields. After entering the time fields, I pressed...
by isheedm
Wed Feb 15, 2012 11:33 pm
Forum: Using LogMX
Topic: Handling newlines in log entries
Replies: 1
Views: 5729

Handling newlines in log entries

I am using LogMX 3.0.1 with a Simple Parser that I setup. The format is fields seperate by pipe characters "|". If an exception is logged, it goes on the next line. However, not all messages will have exceptions. At the moment, the exceptions are ignored. I'd like them added to the Message. The curr...
by isheedm
Wed Nov 23, 2011 3:07 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707800

Re: Work with Putty Pagent for SCP operations

I thInk the drop down list would be good. That would help if I were to change my private key file, or change the password for it.

The ability to copy and paste an entry would be good in general too.
by isheedm
Fri Nov 18, 2011 10:28 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707800

Re: Work with Putty Pagent for SCP operations

After using this awhile, I see that you store the private key information for each entry in Tools->Options->Network (to segregate between username, hostname, protocol) I have about 10 different servers configured and they all use the same username, protocol, and SSH private key information. The only...
by isheedm
Mon Nov 07, 2011 8:17 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707800

Re: Work with Putty Pagent for SCP operations

One comment on the GUI for specifying the private key file: On Linux, it is usually stored in the "~/.ssh" directory. The file browser doesn't allow you to see and select a directory starting with a "." character. I manually typed in ".ssh" and was able to navigate into that directory then select my...
by isheedm
Mon Nov 07, 2011 8:15 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707800

Re: Work with Putty Pagent for SCP operations

I just got the new version installed, v3.0.1, and the private key authentication works well.

Thank you very much for this feature. This will make it MUCH easier to use this tool.
by isheedm
Thu Oct 06, 2011 9:25 pm
Forum: Installing LogMX
Topic: Cannot move from v2.0.3 Pro to v2.1.1 Pro
Replies: 6
Views: 41605

Re: Cannot move from v2.0.3 Pro to v2.1.1 Pro

I've got the same problem. However, when I edit my bookmarks, click OK, then exit LogMX, the file is saved to disk, but all my sftp:// urls get truncated. They come in as:

sftp://user
by isheedm
Wed Sep 14, 2011 8:36 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1707800

Re: Work with Putty Pagent for SCP operations

I'm using LogMX on Windows & Linux, so I prefer that you be able to load a public & private key pair in OpenSSH format. Putty can export OpenSSH formats so that isn't a problem. I've got several programs that need to load the private/public keys independently (such as Eclipse), so this is probably t...
by isheedm
Thu Dec 16, 2010 2:45 pm
Forum: Using LogMX
Topic: NullPointerException
Replies: 7
Views: 11451

Re: NullPointerException

That worked. Thanks.
by isheedm
Tue Dec 14, 2010 7:51 pm
Forum: Using LogMX
Topic: NullPointerException
Replies: 7
Views: 11451

Re: NullPointerException

I followed your instructions to start with a new properties file and I did not get the error. Before I did that, I started LogMX from a shell window and here is the exception I was getting: java.lang.NullPointerException at be.a(Unknown Source) at com.lightysoft.logmx.mgr.parsers.Log4jPatternLogFile...
by isheedm
Tue Dec 14, 2010 2:39 pm
Forum: Using LogMX
Topic: NullPointerException
Replies: 7
Views: 11451

Re: NullPointerException

LogMX generates the exception. See the attached screenshot.
logmx.png
logmx.png (24.37 KiB) Viewed 11447 times
I have 2 Log4j parsers configured. This is the 2nd parser. LogMX switched to it after the first one didn't match. My first parser is a Log4j pattern:

Code: Select all

%p %d{ISO8601} [%t] (%F:%L) %c - %m%n
by isheedm
Mon Dec 13, 2010 10:04 pm
Forum: Using LogMX
Topic: NullPointerException
Replies: 7
Views: 11451

NullPointerException

Some of my log files have entries that look like the example below, and I'm getting a NullPointerException. My log4j pattern for the parser is %p %d{ISO8601} [%t] - %m (%F:%L)%n and I'm using v2.0.1. The extra newlines seem to cause the problem. I would prefer that this message could be parsed. If t...
by isheedm
Thu May 27, 2010 6:34 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40175

Re: Feature Suggestion: Parse into arbitrary fields

I do want to see them in the message though.