Search found 551 matches

by admin
Tue Aug 31, 2010 5:01 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40878

Re: Feature Suggestion: Parse into arbitrary fields

Hello,

LogMX v2.0.2 is now available: you can now hide user-defined columns.

Xavier
by admin
Mon Jun 14, 2010 5:17 pm
Forum: Using LogMX
Topic: annoying bug
Replies: 7
Views: 11283

Re: annoying bug

Hello, If you start LogMX with "logmx.sh" (Linux) or "LogMX.bat" (Windows), and see this in the console: java.lang.ArrayIndexOutOfBoundsException: 16 at mt.a(Unknown Source) at mM.a(Unknown Source) at kL.run(Unknown Source) It's indeed a known bug dealing with user-defined fields columns (appeared i...
by admin
Thu Jun 10, 2010 7:51 pm
Forum: Writing a Parser
Topic: please help with a simple parser
Replies: 1
Views: 17692

Re: please help with a simple parser

Hello, You were close to the solution :wink: , just replace String trimmedLine = line;//.replaceAll("\\s+", ""); with: String trimmedLine = line.replaceAll("^\\s*(.*)$", "$1"); It will work for any number of spaces, from 0 to N thanks to the '*' in "\\s*" (instead of '+' which means from 1 to N). Th...
by admin
Thu May 27, 2010 8:52 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40878

Re: Feature Suggestion: Parse into arbitrary fields

OK :?
I will let you know when this feature is available
by admin
Thu May 27, 2010 5:38 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40878

Re: Feature Suggestion: Parse into arbitrary fields

Hello, OK for this feature request. In the meantime, if you use a Log4j Pattern Parser, you can turn off these new columns "Line" and "File" in the Parser creation dialog, using the Log4j tags settings editor (button "Tag settings >>" at the right of the Parser creation dialog). Just check "Ignore" ...
by admin
Tue May 18, 2010 5:13 pm
Forum: Submitting a feature request
Topic: Highlighting
Replies: 2
Views: 9173

Re: Highlighting

Hello, You may want to look at the "Find" feature that can highlight matching log entries: in the "Find" dialog box, simply choose option "As found + marked". Matching entries are highlighted at the left, and in the outline bar at the right (both in green). Please note that it also works with regula...
by admin
Sat Mar 20, 2010 4:03 pm
Forum: Using LogMX
Topic: Error logging into remote machine and retries?
Replies: 13
Views: 62501

Re: Error logging into remote machine and retries?

Hello, No, we didn't have received a response from JSch, but maybe their new releases will help fixing this (seeing their ChangeLog: http://www.jcraft.com/jsch/ChangeLog). Since we couldn't reproduce this problem with our different servers there (no account locked on wrong password), you may want to...
by admin
Sat Mar 20, 2010 3:51 pm
Forum: Using LogMX
Topic: Work with Putty Pagent for SCP operations
Replies: 25
Views: 1708278

Re: Work with Putty Pagent for SCP operations

Hello, Sorry for this late response. Now LogMX v2.0.0 is released, we are currently studying this private key issue (at first sight, the PuTTY private key file is not directly compatible with JSch expected private key format, but we are trying to parse it and adapt it to JSch). We will let you know ...
by admin
Sat Mar 20, 2010 3:43 pm
Forum: Using LogMX
Topic: !!! FIXED: Very slow scrolling on log entries table !!!
Replies: 1
Views: 30871

Re: !!! FIXED: Very slow scrolling on log entries table !!!

LogMX v2.0.0 is now available, and include a fix for this bug (Direct3D now disabled), among many other new features (http://www.logmx.com/p_download.php#ChangeLog).

Xavier.
by admin
Sat Mar 20, 2010 3:41 pm
Forum: Using LogMX
Topic: Problem using Log4j tag settings
Replies: 2
Views: 18119

Re: Problem using Log4j tag settings

Hello,

LogMX v2.0.0 is now available, and include a fix for this bug, among many other new features (http://www.logmx.com/p_download.php#ChangeLog).

Xavier.
by admin
Sat Mar 20, 2010 3:39 pm
Forum: Using LogMX
Topic: Trouble with filters
Replies: 2
Views: 17797

Re: Trouble with filters

Hello,

LogMX v2.0.0 is now available, and include a fix for this bug, among other new features (https://logmx.com/download#ChangeLog).

Feel free to let us know if you have any other question or problem using LogMX.

Xavier.
by admin
Sat Mar 20, 2010 3:35 pm
Forum: Submitting a feature request
Topic: Feature Request: Upgrade process improvements
Replies: 3
Views: 26108

Re: Feature Request: Upgrade process improvements

Hello, LogMX v2.0.0 is now available, and with its new "logmx.sh" start script, you can now use any JVM options instead of default JVM options included in this start script (these options are to be given through this start script arguments). Feel free to let me know if you have questions or problems...
by admin
Sat Mar 20, 2010 3:32 pm
Forum: Miscellaneous
Topic: Support for "Trace"-Level
Replies: 3
Views: 34574

Re: Support for "Trace"-Level

Hello,

For your information, LogMX v2.0.0 is now available and includes this TRACE log level, among many other features :wink: (http://www.logmx.com/p_download.php#ChangeLog)

Xavier
by admin
Sat Mar 20, 2010 3:27 pm
Forum: Submitting a feature request
Topic: Feature Request: Permanent Session List
Replies: 3
Views: 11539

Re: Feature Request: Permanent Session List

Hello,

LogMX v2.0.0 is now available, and its new Workspace & Bookmark feature should match your need.

Feel free to let me know if you have questions or problems using these new features.
by admin
Sat Mar 20, 2010 3:20 pm
Forum: Submitting a feature request
Topic: Feature Suggestion: Parse into arbitrary fields
Replies: 8
Views: 40878

Re: Feature Suggestion: Parse into arbitrary fields

Hello, LogMX v2.0.0 is now available, and includes this new feature. Such log entry fields have been called "user-defined fields", are displayed in a dedicated column, and can be used in Search & Filter features. Feel free to let me know if you have questions or problems using this new feature. Xavi...