To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

i wonder how to apache log to mxml

speedlsu
edited May 2012 in - ProMimport
Import filter 'Apache 2' initialized.
   Filter import routine invoked in dedicated thread...
   Parsing file ''...
+++ERROR: ImportFilter 'Apache 2' has died during import routine.
+++ERROR: Error message was:
+++ERROR: Fatal error in class 'org.processmining.prim.filters.Apache'.
Exception: java.io.FileNotFoundException:
+++ERROR: Fatal error in class 'org.processmining.prim.filters.Apache'.
Exception: java.io.FileNotFoundException:
--- Original exception caught: ---
java.io.FileNotFoundException:
Original stack trace:
open in java.io.FileInputStream (null, line -2)
<init> in java.io.FileInputStream (null, line -1)
<init> in java.io.FileReader (null, line -1)
retrieveLogs in org.processmining.prim.filters.Apache (Apache.java, line 96)
run in org.processmining.prim.util.ImportFilterThread (ImportFilterThread.java, line 87)

   Duration: 2 milliseconds.


this is my error

plz! help me how i can solve this problem

Answers

  • Well, the first 'real  error says: "File not found error".
    Are you sure that the file exists and that it is in the correct format???
    Joos Buijs

    Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
    Previously Assistant Professor in Process Mining at Eindhoven University of Technology
  • speedlsu
    edited May 2012
    Oops it's my mistake... my real error message is...

    Import filter 'Apache 2' initialized.
       Filter import routine invoked in dedicated thread...
       Parsing file 'access.log'...
    +++ERROR: ImportFilter 'Apache 2' has died during import routine.
    +++ERROR: Error message was:
    +++ERROR: Fatal error in class 'org.processmining.prim.filters.Apache'.
    Exception: java.text.ParseException: Unparseable date: "29/May/2012:16:51:12 +0900"
    +++ERROR: Fatal error in class 'org.processmining.prim.filters.Apache'.
    Exception: java.text.ParseException: Unparseable date: "29/May/2012:16:51:12 +0900"
    --- Original exception caught: ---
    java.text.ParseException: Unparseable date: "29/May/2012:16:51:12 +0900"
    Original stack trace:
    parse in java.text.DateFormat (DateFormat.java, line 354)
    retrieveLogs in org.processmining.prim.filters.Apache (Apache.java, line 105)
    run in org.processmining.prim.util.ImportFilterThread (ImportFilterThread.java, line 87)

       Duration: 73 milliseconds.

    and my access log format is..

    127.0.0.1 - - [29/May/2012:16:51:12 +0900] "GET /phpmyadmin HTTP/1.1" 404 501 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0"


    i wonder i would change apache log format or change prom import data format??

    i want to processmining about apache log

    teache me plz
Sign In or Register to comment.