Index: trunk/EventBenchConsole/misc/robotfilter.txt
===================================================================
--- trunk/EventBenchConsole/misc/robotfilter.txt	(revision 77)
+++ trunk/EventBenchConsole/misc/robotfilter.txt	(revision 78)
@@ -5,2 +5,14 @@
 YandexBot
 Spider
+ScholarUniverse
+Baiduspider
+Exabot
+Robot
+MetaGer-Bot
+YandexImages
+Gigabot
+SiteBot
+bingbot
+Ezooms
+Jeeves/Teoma
+msnbot
Index: trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/WeblogParser.java
===================================================================
--- trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/WeblogParser.java	(revision 77)
+++ trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/WeblogParser.java	(revision 78)
@@ -68,5 +68,11 @@
 			String uri = values[2];
 			// String ref = values[3]; // referer is not yet used!
-			String agent = values[4];
+			String agent;
+			if( values.length>4 ) {
+				agent = values[4];
+			} else {
+				agent = "noagent";
+			}
+			
 			List<String> postedVars = new ArrayList<String>();
 			if( values.length==6 ) { // post vars found
