Search found 551 matches

by admin
Fri Dec 19, 2008 7:02 pm
Forum: Installing LogMX
Topic: Unable to install LogMX on Red Hat Enterprise Linux AS 4.6
Replies: 10
Views: 37480

Hello, You can use for example this Log4j Pattern: %d{MMM dd HH:mm:ss}: $%p|%t|%L|%c|%m But here are a few questions about this log format: Is it normal that a "$" is just before the log level "DEBUG"? What do "353", "9999", and "Object" refer to? In my Log4j pattern example, I used "Thread" (%t), "...
by admin
Sat Dec 13, 2008 7:36 pm
Forum: Installing LogMX
Topic: Unable to install LogMX on Red Hat Enterprise Linux AS 4.6
Replies: 10
Views: 37480

Hello,

Yes, I think you can definitely remove jdkgcj. From what I read in the links you give, it seems that jdkgcj is installed by default on RedHat because Sun's Java Virtual Machine is not open-source according to RedHat (moreover, I think now it's not the case anymore)

Xavier
by admin
Fri Dec 12, 2008 6:57 am
Forum: Installing LogMX
Topic: Unable to install LogMX on Red Hat Enterprise Linux AS 4.6
Replies: 10
Views: 37480

Hello, Here are a few ideas: * It seems you use an old version of Java : v1.4.2 (text "java.version=1.4.2" in your file "logmx.log.txt", and the class "java.lang.StringBuilder" which caused your "java.lang.ClassNotFoundException" didn't exist in Java 1.4.2 but appeared in Java v1.5). LogMX needs Jav...
by admin
Thu Dec 11, 2008 8:07 am
Forum: Installing LogMX
Topic: Unable to install LogMX on Red Hat Enterprise Linux AS 4.6
Replies: 10
Views: 37480

Hello, Thank you for your interest in LogMX. Here is how to install and run LogMX on Linux: unzip LogMX_v1.2.6.zip cd LogMX_v1.2.6 chmod +x logmx.sh ./logmx.sh If you get the message "./logmx.sh: line 22: java: command not found" for command "./logmx.sh", it means you don't have Java properly instal...
by admin
Mon Dec 01, 2008 8:25 pm
Forum: Miscellaneous
Topic: Request for enhancements
Replies: 3
Views: 19820

Hello Klaus, Thanks for these features requests! OK for feature 1), the next release will allow you to do that. Unfortunately, for 2), we can't change the cells text justification due to Java Swing limitations (works with single-line text fields but not for multiple-lines text areas). Another idea a...
by admin
Thu Nov 27, 2008 8:33 pm
Forum: Writing a Parser
Topic: Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...
Replies: 4
Views: 33263

Hello Klaus, Sorry for the inconvenience. Thank you for purchasing LogMX, I can reassure you, you will get more with this version :D (see http://www.logmx.com/p_download.php) our company's policy is of course to match users need the best we can. Producing two different obfuscations for eval and pro ...
by admin
Wed Nov 26, 2008 9:03 pm
Forum: Writing a Parser
Topic: Log4jPatternLogFileParser seems to ignore Log4j NDN/MDC...
Replies: 4
Views: 33263

[ this post refers to post http://www.logmx.com/forum/viewtopic.php?t=58 ] Hello The solution is to use the obfuscated class "aH" to set the "%x" Log4j Tag settings like you can do with a Log4j parser you would create using LogMX GUI (switch on the flag "Include in Message" for this "%x" tag): impo...
by admin
Tue Nov 25, 2008 8:23 pm
Forum: Writing a Parser
Topic: How to access your Log4JPatternParser programatically?
Replies: 3
Views: 22022

Thanks! :)

Feel free to use this forum if you have any question or problem while implementing your parser or using LogMX.

Xavier
by admin
Mon Nov 24, 2008 11:15 pm
Forum: Writing a Parser
Topic: How to access your Log4JPatternParser programatically?
Replies: 3
Views: 22022

Hello, You're right, it would be a good idea and very useful in your case. But we don't provide such API to avoid other developpers using it to write his/her own log viewer... :? Using LogMX v1.2.6 free evaluation version (and only this version due to JAR obfuscation), you can still create a Java Cl...
by admin
Sun Nov 16, 2008 10:20 am
Forum: Using LogMX
Topic: Multi-line log entries
Replies: 1
Views: 3841

Hello, Many log formats use several lines for a single log entry, and LogMX handles these multi-lines formats. Could you tell me what do you mean by "logmx only shows the first line": if you mean that LogMX parses all entry lines but only the first line of entry Message is displayed, due to cells he...
by admin
Fri Nov 14, 2008 5:31 pm
Forum: Using LogMX
Topic: give access
Replies: 7
Views: 7719

In fact, LogMX stores a pasword for a {host + user + protocol}, not only for a file. For example, if you already opened a SFTP file "/mylogs/log.txt" as "john" on server "myhost", you won't have to retype your password for any file or folder on this SFTP server (ex: no password for "john" to open "/...
by admin
Fri Nov 14, 2008 12:35 am
Forum: Using LogMX
Topic: getting error when i m trying to connect to a remote host
Replies: 1
Views: 3800

Hello, Could you please give me the URL you try to connect to (text bar displayed at the top of LogMX main window). In the meantime, try using SFTP instead of SCP (most SCP servers provide SCP and SFTP protocols). To use SFTP with LogMX, do exactly the same as for SCP, but simple replace "SCP" by "S...
by admin
Fri Nov 14, 2008 12:32 am
Forum: Using LogMX
Topic: give access
Replies: 7
Views: 7719

Hello, LogMX doesn't prompt to save password when quiting but when opening a remote file (checkbox "Remember this password"): http://www.logmx.com/pics/sshot_for_forum_1.png If you don't want to open a file to save a password, you can go to menu "Tools" > "Options" > "Network" > green "+" button, an...
by admin
Thu Nov 13, 2008 7:53 am
Forum: Using LogMX
Topic: give access
Replies: 7
Views: 7719

how will developers copy the file logmx.properties : is it that i have to send them the file and they will save in their folder and then they can view the logs. Yes, this is what I meant. You will have to send them this file, and each developer will have to: exit LogMX, copy this file in LogMX "con...
by admin
Wed Nov 12, 2008 11:38 pm
Forum: Using LogMX
Topic: give access
Replies: 7
Views: 7719

Hello, LogMX is able to open remote logs (on any remote server) using protocols SCP, SFTP, and HTTP (use menu "File" > "Open" > and select the protocol at the top of the dialog). Of course, the server from which you want to read logs must run a SCP, SFTP, or HTTP server. If you only want to give the...