Invalid line detected (line did not match)

Hello!

need some help! I look in the forum for similar problems but cant find the solution.
I have a log file with the following format:

#Version: 1.0
#Fields: date time cs-ip cs-method cs-uri sc-status sc-bytes time-taken cs(Referer) cs(User-Agent) cs(Cookie) x-wafinfo
2013-09-11 22:06:42 12.25.25.65 GET /www.mysite.com/robots.txt 304 205 1 “-” “Mozilla/5.0 (compatible; Yahoo! Slurp; Why is Slurp crawling my page? | Search for Desktop Help - SLN22600)” “-” "AUTA_8478|960015|"
2013-09-11 22:07:42 12.25.25.65 GET /www.mysite.com/RESULTS-LOCAL-500000-AF.json 304 205 1 “-” “Mozilla/5.0 (compatible; Yahoo! Slurp; Why is Slurp crawling my page? | Search for Desktop Help - SLN22600)” “-” "AUTA_8478|960015|"
2013-09-11 22:08:42 12.25.25.65 GET /www.mysite.com/RESULTS-LOCAL-500000-AF.json 304 205 1 “-” “Mozilla/5.0 (compatible; Yahoo! Slurp; Why is Slurp crawling my page? | Search for Desktop Help - SLN22600)” “-” "AUTA_8478|960015|"
2013-09-11 22:09:42 12.25.25.65 GET /www.mysite.com/RESULTS-LOCAL-500000-AF.json 304 205 1 “-” “Mozilla/5.0 (compatible; Yahoo! Slurp; Why is Slurp crawling my page? | Search for Desktop Help - SLN22600)” “-” “AUTA_8478|960015|”

–log-format-regex=’(?P([0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]))) (?P([0-2][0-3]:[0-5][0-9]:[0-5][0-9]))\t(?P((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])))\t(?P(GET|POST|DELETE|PUT|UPDATE))\t(?P((/([\w-]+.)+[a-z]{2,5}(/[\w.-]+)))\t(?P([1-4][0-9][0-9]))\t(?P([0-9]+))\t(?P<session_time>([0-9]+)))\t(?P(".{0,}"))\t(?P<user_agent>(".{0,}"))\t.?’

My result is:
:: [DEBUG] Invalid line detected (line did not match):

How can i find the error?

May someone help me please?

Thanks in advance!

no one? :S

a bit complicated to get help. Not many people are experts in regexp