Skip to content

Instantly share code, notes, and snippets.

@justinvw
Created January 23, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinvw/8926adc3bd28046869f1 to your computer and use it in GitHub Desktop.
Save justinvw/8926adc3bd28046869f1 to your computer and use it in GitHub Desktop.
Megatron v1.1.0 "--import-contacts" fail log
2015-01-23 11:23:56.409 INFO - Megatron 1.1.0 (2015-01-22 15:14:22) started.
2015-01-23 11:23:57.927 ERROR - No import filename provided
2015-01-23 11:23:57.928 INFO - Reading system data from file: /home/vagrant/megatron-source/megatron-java/dist/megatron-java/conf/dev/systemdata.txt
2015-01-23 11:23:57.928 DEBUG - Processing line: # This file contains test data which can be used to populate a dev-db.
2015-01-23 11:23:57.929 DEBUG - Line is comment
2015-01-23 11:23:57.929 DEBUG - Processing line: # Run Megatron with the switch --import-contacts to import this file.
2015-01-23 11:23:57.930 DEBUG - Line is comment
2015-01-23 11:23:57.930 DEBUG - Processing line:
2015-01-23 11:23:57.930 DEBUG - Processing line: # Priorities
2015-01-23 11:23:57.931 DEBUG - Line is comment
2015-01-23 11:23:57.931 DEBUG - Processing line: !Priority;Name,*Prio
2015-01-23 11:23:57.931 DEBUG - Class= Priority, attributeNames = Name,*Prio
2015-01-23 11:23:57.932 DEBUG - Object key index for *Prio is 1
2015-01-23 11:23:57.932 DEBUG - Processing line: Your own organization;100
2015-01-23 11:23:57.932 DEBUG - Processing data lineYour own organization;100
2015-01-23 11:23:57.933 DEBUG - Trying to load Priority
2015-01-23 11:23:57.933 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:57.934 DEBUG - Value is: 100
2015-01-23 11:23:58.051 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.052 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.052 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.053 DEBUG - Value is: Your own organization
2015-01-23 11:23:58.053 DEBUG - Invoking method: setName on Priority whith Your own organization
2015-01-23 11:23:58.054 DEBUG - ParamClass = String
2015-01-23 11:23:58.054 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.055 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.055 DEBUG - Value is: 100
2015-01-23 11:23:58.055 DEBUG - Invoking method: setPrio on Priority whith 100
2015-01-23 11:23:58.056 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.057 DEBUG - Saving object addPriority
2015-01-23 11:23:58.060 DEBUG - Processing line: Organization Category 1;95
2015-01-23 11:23:58.060 DEBUG - Processing data lineOrganization Category 1;95
2015-01-23 11:23:58.061 DEBUG - Trying to load Priority
2015-01-23 11:23:58.061 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.062 DEBUG - Value is: 95
2015-01-23 11:23:58.065 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.065 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.066 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.066 DEBUG - Value is: Organization Category 1
2015-01-23 11:23:58.067 DEBUG - Invoking method: setName on Priority whith Organization Category 1
2015-01-23 11:23:58.067 DEBUG - ParamClass = String
2015-01-23 11:23:58.068 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.068 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.068 DEBUG - Value is: 95
2015-01-23 11:23:58.069 DEBUG - Invoking method: setPrio on Priority whith 95
2015-01-23 11:23:58.069 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.069 DEBUG - Saving object addPriority
2015-01-23 11:23:58.070 DEBUG - Processing line: Organization Category 2;90
2015-01-23 11:23:58.070 DEBUG - Processing data lineOrganization Category 2;90
2015-01-23 11:23:58.071 DEBUG - Trying to load Priority
2015-01-23 11:23:58.071 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.071 DEBUG - Value is: 90
2015-01-23 11:23:58.073 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.073 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.074 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.074 DEBUG - Value is: Organization Category 2
2015-01-23 11:23:58.074 DEBUG - Invoking method: setName on Priority whith Organization Category 2
2015-01-23 11:23:58.075 DEBUG - ParamClass = String
2015-01-23 11:23:58.075 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.075 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.076 DEBUG - Value is: 90
2015-01-23 11:23:58.076 DEBUG - Invoking method: setPrio on Priority whith 90
2015-01-23 11:23:58.077 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.077 DEBUG - Saving object addPriority
2015-01-23 11:23:58.078 DEBUG - Processing line: Organization Category 3;80
2015-01-23 11:23:58.078 DEBUG - Processing data lineOrganization Category 3;80
2015-01-23 11:23:58.078 DEBUG - Trying to load Priority
2015-01-23 11:23:58.079 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.079 DEBUG - Value is: 80
2015-01-23 11:23:58.080 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.080 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.081 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.081 DEBUG - Value is: Organization Category 3
2015-01-23 11:23:58.081 DEBUG - Invoking method: setName on Priority whith Organization Category 3
2015-01-23 11:23:58.082 DEBUG - ParamClass = String
2015-01-23 11:23:58.087 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.088 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.088 DEBUG - Value is: 80
2015-01-23 11:23:58.089 DEBUG - Invoking method: setPrio on Priority whith 80
2015-01-23 11:23:58.089 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.089 DEBUG - Saving object addPriority
2015-01-23 11:23:58.090 DEBUG - Processing line: Organization Category 4;70
2015-01-23 11:23:58.090 DEBUG - Processing data lineOrganization Category 4;70
2015-01-23 11:23:58.091 DEBUG - Trying to load Priority
2015-01-23 11:23:58.091 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.091 DEBUG - Value is: 70
2015-01-23 11:23:58.092 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.094 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.094 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.095 DEBUG - Value is: Organization Category 4
2015-01-23 11:23:58.095 DEBUG - Invoking method: setName on Priority whith Organization Category 4
2015-01-23 11:23:58.096 DEBUG - ParamClass = String
2015-01-23 11:23:58.096 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.097 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.097 DEBUG - Value is: 70
2015-01-23 11:23:58.098 DEBUG - Invoking method: setPrio on Priority whith 70
2015-01-23 11:23:58.098 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.098 DEBUG - Saving object addPriority
2015-01-23 11:23:58.100 DEBUG - Processing line: Organization Category 5;65
2015-01-23 11:23:58.100 DEBUG - Processing data lineOrganization Category 5;65
2015-01-23 11:23:58.101 DEBUG - Trying to load Priority
2015-01-23 11:23:58.101 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.102 DEBUG - Value is: 65
2015-01-23 11:23:58.103 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.103 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.104 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.104 DEBUG - Value is: Organization Category 5
2015-01-23 11:23:58.104 DEBUG - Invoking method: setName on Priority whith Organization Category 5
2015-01-23 11:23:58.105 DEBUG - ParamClass = String
2015-01-23 11:23:58.105 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.105 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.106 DEBUG - Value is: 65
2015-01-23 11:23:58.106 DEBUG - Invoking method: setPrio on Priority whith 65
2015-01-23 11:23:58.107 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.107 DEBUG - Saving object addPriority
2015-01-23 11:23:58.109 DEBUG - Processing line: Organization Category 6;60
2015-01-23 11:23:58.109 DEBUG - Processing data lineOrganization Category 6;60
2015-01-23 11:23:58.110 DEBUG - Trying to load Priority
2015-01-23 11:23:58.110 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.110 DEBUG - Value is: 60
2015-01-23 11:23:58.112 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.112 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.113 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.114 DEBUG - Value is: Organization Category 6
2015-01-23 11:23:58.114 DEBUG - Invoking method: setName on Priority whith Organization Category 6
2015-01-23 11:23:58.114 DEBUG - ParamClass = String
2015-01-23 11:23:58.115 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.115 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.115 DEBUG - Value is: 60
2015-01-23 11:23:58.116 DEBUG - Invoking method: setPrio on Priority whith 60
2015-01-23 11:23:58.116 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.116 DEBUG - Saving object addPriority
2015-01-23 11:23:58.117 DEBUG - Processing line: Organization Category 7;50
2015-01-23 11:23:58.117 DEBUG - Processing data lineOrganization Category 7;50
2015-01-23 11:23:58.118 DEBUG - Trying to load Priority
2015-01-23 11:23:58.118 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.118 DEBUG - Value is: 50
2015-01-23 11:23:58.121 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.121 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.121 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.122 DEBUG - Value is: Organization Category 7
2015-01-23 11:23:58.122 DEBUG - Invoking method: setName on Priority whith Organization Category 7
2015-01-23 11:23:58.122 DEBUG - ParamClass = String
2015-01-23 11:23:58.123 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.123 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.123 DEBUG - Value is: 50
2015-01-23 11:23:58.124 DEBUG - Invoking method: setPrio on Priority whith 50
2015-01-23 11:23:58.124 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.124 DEBUG - Saving object addPriority
2015-01-23 11:23:58.125 DEBUG - Processing line: Organization Category 8;45
2015-01-23 11:23:58.125 DEBUG - Processing data lineOrganization Category 8;45
2015-01-23 11:23:58.126 DEBUG - Trying to load Priority
2015-01-23 11:23:58.126 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.127 DEBUG - Value is: 45
2015-01-23 11:23:58.128 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.128 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.128 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.129 DEBUG - Value is: Organization Category 8
2015-01-23 11:23:58.129 DEBUG - Invoking method: setName on Priority whith Organization Category 8
2015-01-23 11:23:58.129 DEBUG - ParamClass = String
2015-01-23 11:23:58.130 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.130 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.130 DEBUG - Value is: 45
2015-01-23 11:23:58.131 DEBUG - Invoking method: setPrio on Priority whith 45
2015-01-23 11:23:58.132 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.132 DEBUG - Saving object addPriority
2015-01-23 11:23:58.133 DEBUG - Processing line: Organization Category 9;40
2015-01-23 11:23:58.133 DEBUG - Processing data lineOrganization Category 9;40
2015-01-23 11:23:58.133 DEBUG - Trying to load Priority
2015-01-23 11:23:58.134 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.134 DEBUG - Value is: 40
2015-01-23 11:23:58.135 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.135 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.136 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.136 DEBUG - Value is: Organization Category 9
2015-01-23 11:23:58.137 DEBUG - Invoking method: setName on Priority whith Organization Category 9
2015-01-23 11:23:58.137 DEBUG - ParamClass = String
2015-01-23 11:23:58.137 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.138 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.138 DEBUG - Value is: 40
2015-01-23 11:23:58.138 DEBUG - Invoking method: setPrio on Priority whith 40
2015-01-23 11:23:58.138 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.138 DEBUG - Saving object addPriority
2015-01-23 11:23:58.139 DEBUG - Processing line: Organization Category 10;30
2015-01-23 11:23:58.139 DEBUG - Processing data lineOrganization Category 10;30
2015-01-23 11:23:58.139 DEBUG - Trying to load Priority
2015-01-23 11:23:58.139 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.140 DEBUG - Value is: 30
2015-01-23 11:23:58.140 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.141 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.141 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.142 DEBUG - Value is: Organization Category 10
2015-01-23 11:23:58.142 DEBUG - Invoking method: setName on Priority whith Organization Category 10
2015-01-23 11:23:58.142 DEBUG - ParamClass = String
2015-01-23 11:23:58.142 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.143 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.143 DEBUG - Value is: 30
2015-01-23 11:23:58.143 DEBUG - Invoking method: setPrio on Priority whith 30
2015-01-23 11:23:58.143 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.144 DEBUG - Saving object addPriority
2015-01-23 11:23:58.144 DEBUG - Processing line: Organization Category 11;20
2015-01-23 11:23:58.145 DEBUG - Processing data lineOrganization Category 11;20
2015-01-23 11:23:58.146 DEBUG - Trying to load Priority
2015-01-23 11:23:58.147 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.147 DEBUG - Value is: 20
2015-01-23 11:23:58.148 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.149 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.149 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.149 DEBUG - Value is: Organization Category 11
2015-01-23 11:23:58.150 DEBUG - Invoking method: setName on Priority whith Organization Category 11
2015-01-23 11:23:58.150 DEBUG - ParamClass = String
2015-01-23 11:23:58.150 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.150 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.151 DEBUG - Value is: 20
2015-01-23 11:23:58.151 DEBUG - Invoking method: setPrio on Priority whith 20
2015-01-23 11:23:58.152 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.152 DEBUG - Saving object addPriority
2015-01-23 11:23:58.152 DEBUG - Processing line: ISP;10
2015-01-23 11:23:58.152 DEBUG - Processing data lineISP;10
2015-01-23 11:23:58.153 DEBUG - Trying to load Priority
2015-01-23 11:23:58.153 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.153 DEBUG - Value is: 10
2015-01-23 11:23:58.154 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.155 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.155 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.156 DEBUG - Value is: ISP
2015-01-23 11:23:58.156 DEBUG - Invoking method: setName on Priority whith ISP
2015-01-23 11:23:58.157 DEBUG - ParamClass = String
2015-01-23 11:23:58.157 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.157 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.158 DEBUG - Value is: 10
2015-01-23 11:23:58.158 DEBUG - Invoking method: setPrio on Priority whith 10
2015-01-23 11:23:58.158 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.159 DEBUG - Saving object addPriority
2015-01-23 11:23:58.159 DEBUG - Processing line: Parked with no prio;0
2015-01-23 11:23:58.160 DEBUG - Processing data lineParked with no prio;0
2015-01-23 11:23:58.160 DEBUG - Trying to load Priority
2015-01-23 11:23:58.160 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.161 DEBUG - Value is: 0
2015-01-23 11:23:58.162 DEBUG - Decorating object of class Priority
2015-01-23 11:23:58.163 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.163 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.163 DEBUG - Value is: Parked with no prio
2015-01-23 11:23:58.164 DEBUG - Invoking method: setName on Priority whith Parked with no prio
2015-01-23 11:23:58.164 DEBUG - ParamClass = String
2015-01-23 11:23:58.164 DEBUG - Class found java.lang.Integer
2015-01-23 11:23:58.165 DEBUG - Type is class java.lang.Integer
2015-01-23 11:23:58.165 DEBUG - Value is: 0
2015-01-23 11:23:58.166 DEBUG - Invoking method: setPrio on Priority whith 0
2015-01-23 11:23:58.166 DEBUG - ParamClass = Integer
2015-01-23 11:23:58.166 DEBUG - Saving object addPriority
2015-01-23 11:23:58.167 DEBUG - Processing line:
2015-01-23 11:23:58.167 DEBUG - Processing line: # Entry type
2015-01-23 11:23:58.168 DEBUG - Line is comment
2015-01-23 11:23:58.168 DEBUG - Processing line: !EntryType;*Name
2015-01-23 11:23:58.168 DEBUG - Class= EntryType, attributeNames = *Name
2015-01-23 11:23:58.169 DEBUG - Object key index for *Name is 0
2015-01-23 11:23:58.169 DEBUG - Processing line: Default
2015-01-23 11:23:58.169 DEBUG - Processing data lineDefault
2015-01-23 11:23:58.169 DEBUG - Trying to load EntryType
2015-01-23 11:23:58.170 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.170 DEBUG - Value is: Default
2015-01-23 11:23:58.173 DEBUG - Decorating object of class EntryType
2015-01-23 11:23:58.173 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.174 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.174 DEBUG - Value is: Default
2015-01-23 11:23:58.174 DEBUG - Invoking method: setName on EntryType whith Default
2015-01-23 11:23:58.175 DEBUG - ParamClass = String
2015-01-23 11:23:58.175 DEBUG - Saving object addEntryType
2015-01-23 11:23:58.176 DEBUG - Processing line: Spam (RBL)
2015-01-23 11:23:58.176 DEBUG - Processing data lineSpam (RBL)
2015-01-23 11:23:58.177 DEBUG - Trying to load EntryType
2015-01-23 11:23:58.177 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.177 DEBUG - Value is: Spam (RBL)
2015-01-23 11:23:58.181 DEBUG - Decorating object of class EntryType
2015-01-23 11:23:58.181 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.182 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.182 DEBUG - Value is: Spam (RBL)
2015-01-23 11:23:58.182 DEBUG - Invoking method: setName on EntryType whith Spam (RBL)
2015-01-23 11:23:58.183 DEBUG - ParamClass = String
2015-01-23 11:23:58.183 DEBUG - Saving object addEntryType
2015-01-23 11:23:58.184 DEBUG - Processing line: Botnet
2015-01-23 11:23:58.184 DEBUG - Processing data lineBotnet
2015-01-23 11:23:58.185 DEBUG - Trying to load EntryType
2015-01-23 11:23:58.185 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.185 DEBUG - Value is: Botnet
2015-01-23 11:23:58.186 DEBUG - Decorating object of class EntryType
2015-01-23 11:23:58.187 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.187 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.187 DEBUG - Value is: Botnet
2015-01-23 11:23:58.188 DEBUG - Invoking method: setName on EntryType whith Botnet
2015-01-23 11:23:58.188 DEBUG - ParamClass = String
2015-01-23 11:23:58.189 DEBUG - Saving object addEntryType
2015-01-23 11:23:58.189 DEBUG - Processing line: Miscellaneous
2015-01-23 11:23:58.190 DEBUG - Processing data lineMiscellaneous
2015-01-23 11:23:58.190 DEBUG - Trying to load EntryType
2015-01-23 11:23:58.190 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.191 DEBUG - Value is: Miscellaneous
2015-01-23 11:23:58.195 DEBUG - Decorating object of class EntryType
2015-01-23 11:23:58.197 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.200 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.201 DEBUG - Value is: Miscellaneous
2015-01-23 11:23:58.201 DEBUG - Invoking method: setName on EntryType whith Miscellaneous
2015-01-23 11:23:58.202 DEBUG - ParamClass = String
2015-01-23 11:23:58.202 DEBUG - Saving object addEntryType
2015-01-23 11:23:58.203 DEBUG - Processing line: Incident
2015-01-23 11:23:58.203 DEBUG - Processing data lineIncident
2015-01-23 11:23:58.203 DEBUG - Trying to load EntryType
2015-01-23 11:23:58.204 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.206 DEBUG - Value is: Incident
2015-01-23 11:23:58.207 DEBUG - Decorating object of class EntryType
2015-01-23 11:23:58.208 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.209 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.209 DEBUG - Value is: Incident
2015-01-23 11:23:58.210 DEBUG - Invoking method: setName on EntryType whith Incident
2015-01-23 11:23:58.210 DEBUG - ParamClass = String
2015-01-23 11:23:58.211 DEBUG - Saving object addEntryType
2015-01-23 11:23:58.215 DEBUG - Processing line:
2015-01-23 11:23:58.215 DEBUG - Processing line: # Job type
2015-01-23 11:23:58.216 DEBUG - Line is comment
2015-01-23 11:23:58.217 DEBUG - Processing line: !JobType;EntryType,*Name,Enabled,SourceDescription,Comment
2015-01-23 11:23:58.217 DEBUG - Class= JobType, attributeNames = EntryType,*Name,Enabled,SourceDescription,Comment
2015-01-23 11:23:58.218 DEBUG - Object key index for *Name is 1
2015-01-23 11:23:58.218 DEBUG - Processing line: Default;default;true;Required by Megatron;Job with a non-matching type will be assigned this type.
2015-01-23 11:23:58.219 DEBUG - Processing data lineDefault;default;true;Required by Megatron;Job with a non-matching type will be assigned this type.
2015-01-23 11:23:58.219 DEBUG - Trying to load JobType
2015-01-23 11:23:58.220 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.220 DEBUG - Value is: default
2015-01-23 11:23:58.225 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.226 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.226 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.227 DEBUG - Value is: Default
2015-01-23 11:23:58.227 DEBUG - Object is EntryType, value is Default
2015-01-23 11:23:58.228 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af645
2015-01-23 11:23:58.228 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.229 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.229 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.229 DEBUG - Value is: default
2015-01-23 11:23:58.230 DEBUG - Invoking method: setName on JobType whith default
2015-01-23 11:23:58.230 DEBUG - ParamClass = String
2015-01-23 11:23:58.230 DEBUG - Class found boolean
2015-01-23 11:23:58.231 DEBUG - Type is boolean
2015-01-23 11:23:58.231 DEBUG - Value is: true
2015-01-23 11:23:58.231 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.232 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.232 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.232 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.233 DEBUG - Value is: Required by Megatron
2015-01-23 11:23:58.233 DEBUG - Invoking method: setSourceDescription on JobType whith Required by Megatron
2015-01-23 11:23:58.233 DEBUG - ParamClass = String
2015-01-23 11:23:58.234 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.234 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.234 DEBUG - Value is: Job with a non-matching type will be assigned this type.
2015-01-23 11:23:58.235 DEBUG - Invoking method: setComment on JobType whith Job with a non-matching type will be assigned this type.
2015-01-23 11:23:58.239 DEBUG - ParamClass = String
2015-01-23 11:23:58.239 DEBUG - Saving object addJobType
2015-01-23 11:23:58.240 DEBUG - Processing line: Spam (RBL);rbl-ip-range;True;RBL (IP range);
2015-01-23 11:23:58.241 DEBUG - Processing data lineSpam (RBL);rbl-ip-range;True;RBL (IP range);
2015-01-23 11:23:58.241 DEBUG - Trying to load JobType
2015-01-23 11:23:58.242 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.242 DEBUG - Value is: rbl-ip-range
2015-01-23 11:23:58.244 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.244 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.245 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.245 DEBUG - Value is: Spam (RBL)
2015-01-23 11:23:58.246 DEBUG - Object is EntryType, value is Spam (RBL)
2015-01-23 11:23:58.246 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af646
2015-01-23 11:23:58.247 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.247 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.248 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.248 DEBUG - Value is: rbl-ip-range
2015-01-23 11:23:58.249 DEBUG - Invoking method: setName on JobType whith rbl-ip-range
2015-01-23 11:23:58.249 DEBUG - ParamClass = String
2015-01-23 11:23:58.249 DEBUG - Class found boolean
2015-01-23 11:23:58.250 DEBUG - Type is boolean
2015-01-23 11:23:58.250 DEBUG - Value is: True
2015-01-23 11:23:58.250 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.251 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.251 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.252 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.252 DEBUG - Value is: RBL (IP range)
2015-01-23 11:23:58.252 DEBUG - Invoking method: setSourceDescription on JobType whith RBL (IP range)
2015-01-23 11:23:58.253 DEBUG - ParamClass = String
2015-01-23 11:23:58.253 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.254 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.254 DEBUG - Value is:
2015-01-23 11:23:58.255 DEBUG - Saving object addJobType
2015-01-23 11:23:58.256 DEBUG - Processing line: Spam (RBL);rbl-syslog-ip-plus-host;true;RBL (IP plus hostname);
2015-01-23 11:23:58.256 DEBUG - Processing data lineSpam (RBL);rbl-syslog-ip-plus-host;true;RBL (IP plus hostname);
2015-01-23 11:23:58.256 DEBUG - Trying to load JobType
2015-01-23 11:23:58.257 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.257 DEBUG - Value is: rbl-syslog-ip-plus-host
2015-01-23 11:23:58.260 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.260 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.261 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.261 DEBUG - Value is: Spam (RBL)
2015-01-23 11:23:58.262 DEBUG - Object is EntryType, value is Spam (RBL)
2015-01-23 11:23:58.262 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af646
2015-01-23 11:23:58.263 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.263 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.264 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.264 DEBUG - Value is: rbl-syslog-ip-plus-host
2015-01-23 11:23:58.264 DEBUG - Invoking method: setName on JobType whith rbl-syslog-ip-plus-host
2015-01-23 11:23:58.265 DEBUG - ParamClass = String
2015-01-23 11:23:58.265 DEBUG - Class found boolean
2015-01-23 11:23:58.265 DEBUG - Type is boolean
2015-01-23 11:23:58.266 DEBUG - Value is: true
2015-01-23 11:23:58.266 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.266 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.267 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.267 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.268 DEBUG - Value is: RBL (IP plus hostname)
2015-01-23 11:23:58.268 DEBUG - Invoking method: setSourceDescription on JobType whith RBL (IP plus hostname)
2015-01-23 11:23:58.268 DEBUG - ParamClass = String
2015-01-23 11:23:58.269 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.269 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.269 DEBUG - Value is:
2015-01-23 11:23:58.270 DEBUG - Saving object addJobType
2015-01-23 11:23:58.271 DEBUG - Processing line: Spam (RBL);rbl-hostname;true;RBL (hostname);
2015-01-23 11:23:58.271 DEBUG - Processing data lineSpam (RBL);rbl-hostname;true;RBL (hostname);
2015-01-23 11:23:58.271 DEBUG - Trying to load JobType
2015-01-23 11:23:58.272 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.272 DEBUG - Value is: rbl-hostname
2015-01-23 11:23:58.273 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.274 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.274 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.274 DEBUG - Value is: Spam (RBL)
2015-01-23 11:23:58.275 DEBUG - Object is EntryType, value is Spam (RBL)
2015-01-23 11:23:58.275 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af646
2015-01-23 11:23:58.276 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.276 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.277 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.277 DEBUG - Value is: rbl-hostname
2015-01-23 11:23:58.277 DEBUG - Invoking method: setName on JobType whith rbl-hostname
2015-01-23 11:23:58.278 DEBUG - ParamClass = String
2015-01-23 11:23:58.278 DEBUG - Class found boolean
2015-01-23 11:23:58.278 DEBUG - Type is boolean
2015-01-23 11:23:58.279 DEBUG - Value is: true
2015-01-23 11:23:58.279 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.279 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.279 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.280 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.280 DEBUG - Value is: RBL (hostname)
2015-01-23 11:23:58.280 DEBUG - Invoking method: setSourceDescription on JobType whith RBL (hostname)
2015-01-23 11:23:58.280 DEBUG - ParamClass = String
2015-01-23 11:23:58.280 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.281 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.281 DEBUG - Value is:
2015-01-23 11:23:58.281 DEBUG - Saving object addJobType
2015-01-23 11:23:58.282 DEBUG - Processing line: Botnet;shadowserver-sinkhole-http-drone;true;Shadowserver Sinkhole HTTP Drone;
2015-01-23 11:23:58.282 DEBUG - Processing data lineBotnet;shadowserver-sinkhole-http-drone;true;Shadowserver Sinkhole HTTP Drone;
2015-01-23 11:23:58.283 DEBUG - Trying to load JobType
2015-01-23 11:23:58.283 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.283 DEBUG - Value is: shadowserver-sinkhole-http-drone
2015-01-23 11:23:58.284 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.285 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.285 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.286 DEBUG - Value is: Botnet
2015-01-23 11:23:58.286 DEBUG - Object is EntryType, value is Botnet
2015-01-23 11:23:58.287 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af647
2015-01-23 11:23:58.287 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.287 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.288 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.288 DEBUG - Value is: shadowserver-sinkhole-http-drone
2015-01-23 11:23:58.288 DEBUG - Invoking method: setName on JobType whith shadowserver-sinkhole-http-drone
2015-01-23 11:23:58.289 DEBUG - ParamClass = String
2015-01-23 11:23:58.289 DEBUG - Class found boolean
2015-01-23 11:23:58.289 DEBUG - Type is boolean
2015-01-23 11:23:58.289 DEBUG - Value is: true
2015-01-23 11:23:58.290 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.290 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.290 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.290 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.291 DEBUG - Value is: Shadowserver Sinkhole HTTP Drone
2015-01-23 11:23:58.291 DEBUG - Invoking method: setSourceDescription on JobType whith Shadowserver Sinkhole HTTP Drone
2015-01-23 11:23:58.291 DEBUG - ParamClass = String
2015-01-23 11:23:58.291 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.292 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.292 DEBUG - Value is:
2015-01-23 11:23:58.293 DEBUG - Saving object addJobType
2015-01-23 11:23:58.294 DEBUG - Processing line: Botnet;shadowserver-ddos;true;Shadowserver DDoS;
2015-01-23 11:23:58.295 DEBUG - Processing data lineBotnet;shadowserver-ddos;true;Shadowserver DDoS;
2015-01-23 11:23:58.295 DEBUG - Trying to load JobType
2015-01-23 11:23:58.295 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.296 DEBUG - Value is: shadowserver-ddos
2015-01-23 11:23:58.297 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.297 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.298 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.298 DEBUG - Value is: Botnet
2015-01-23 11:23:58.298 DEBUG - Object is EntryType, value is Botnet
2015-01-23 11:23:58.299 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af647
2015-01-23 11:23:58.299 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.300 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.300 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.300 DEBUG - Value is: shadowserver-ddos
2015-01-23 11:23:58.301 DEBUG - Invoking method: setName on JobType whith shadowserver-ddos
2015-01-23 11:23:58.301 DEBUG - ParamClass = String
2015-01-23 11:23:58.301 DEBUG - Class found boolean
2015-01-23 11:23:58.302 DEBUG - Type is boolean
2015-01-23 11:23:58.302 DEBUG - Value is: true
2015-01-23 11:23:58.303 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.303 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.303 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.304 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.304 DEBUG - Value is: Shadowserver DDoS
2015-01-23 11:23:58.304 DEBUG - Invoking method: setSourceDescription on JobType whith Shadowserver DDoS
2015-01-23 11:23:58.305 DEBUG - ParamClass = String
2015-01-23 11:23:58.305 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.310 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.311 DEBUG - Value is:
2015-01-23 11:23:58.311 DEBUG - Saving object addJobType
2015-01-23 11:23:58.314 DEBUG - Processing line: Botnet;shadowserver-drone;true;Shadowserver Drone;
2015-01-23 11:23:58.323 DEBUG - Processing data lineBotnet;shadowserver-drone;true;Shadowserver Drone;
2015-01-23 11:23:58.324 DEBUG - Trying to load JobType
2015-01-23 11:23:58.324 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.325 DEBUG - Value is: shadowserver-drone
2015-01-23 11:23:58.326 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.327 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.327 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.335 DEBUG - Value is: Botnet
2015-01-23 11:23:58.335 DEBUG - Object is EntryType, value is Botnet
2015-01-23 11:23:58.336 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af647
2015-01-23 11:23:58.337 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.337 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.338 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.338 DEBUG - Value is: shadowserver-drone
2015-01-23 11:23:58.338 DEBUG - Invoking method: setName on JobType whith shadowserver-drone
2015-01-23 11:23:58.339 DEBUG - ParamClass = String
2015-01-23 11:23:58.339 DEBUG - Class found boolean
2015-01-23 11:23:58.340 DEBUG - Type is boolean
2015-01-23 11:23:58.340 DEBUG - Value is: true
2015-01-23 11:23:58.340 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.341 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.341 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.342 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.342 DEBUG - Value is: Shadowserver Drone
2015-01-23 11:23:58.342 DEBUG - Invoking method: setSourceDescription on JobType whith Shadowserver Drone
2015-01-23 11:23:58.343 DEBUG - ParamClass = String
2015-01-23 11:23:58.343 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.344 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.344 DEBUG - Value is:
2015-01-23 11:23:58.345 DEBUG - Saving object addJobType
2015-01-23 11:23:58.348 DEBUG - Processing line: Miscellaneous;dshield;true;DShield;
2015-01-23 11:23:58.349 DEBUG - Processing data lineMiscellaneous;dshield;true;DShield;
2015-01-23 11:23:58.349 DEBUG - Trying to load JobType
2015-01-23 11:23:58.350 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.350 DEBUG - Value is: dshield
2015-01-23 11:23:58.353 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.354 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.354 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.354 DEBUG - Value is: Miscellaneous
2015-01-23 11:23:58.355 DEBUG - Object is EntryType, value is Miscellaneous
2015-01-23 11:23:58.356 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af648
2015-01-23 11:23:58.356 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.357 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.357 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.358 DEBUG - Value is: dshield
2015-01-23 11:23:58.358 DEBUG - Invoking method: setName on JobType whith dshield
2015-01-23 11:23:58.358 DEBUG - ParamClass = String
2015-01-23 11:23:58.359 DEBUG - Class found boolean
2015-01-23 11:23:58.359 DEBUG - Type is boolean
2015-01-23 11:23:58.360 DEBUG - Value is: true
2015-01-23 11:23:58.360 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.360 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.361 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.361 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.361 DEBUG - Value is: DShield
2015-01-23 11:23:58.362 DEBUG - Invoking method: setSourceDescription on JobType whith DShield
2015-01-23 11:23:58.362 DEBUG - ParamClass = String
2015-01-23 11:23:58.362 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.363 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.363 DEBUG - Value is:
2015-01-23 11:23:58.363 DEBUG - Saving object addJobType
2015-01-23 11:23:58.364 DEBUG - Processing line: Incident;ip-flowing;true;Arbitrary file with IPs;
2015-01-23 11:23:58.365 DEBUG - Processing data lineIncident;ip-flowing;true;Arbitrary file with IPs;
2015-01-23 11:23:58.365 DEBUG - Trying to load JobType
2015-01-23 11:23:58.366 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.366 DEBUG - Value is: ip-flowing
2015-01-23 11:23:58.367 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.368 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.368 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.369 DEBUG - Value is: Incident
2015-01-23 11:23:58.369 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.370 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.370 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.371 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.371 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.371 DEBUG - Value is: ip-flowing
2015-01-23 11:23:58.372 DEBUG - Invoking method: setName on JobType whith ip-flowing
2015-01-23 11:23:58.372 DEBUG - ParamClass = String
2015-01-23 11:23:58.372 DEBUG - Class found boolean
2015-01-23 11:23:58.373 DEBUG - Type is boolean
2015-01-23 11:23:58.373 DEBUG - Value is: true
2015-01-23 11:23:58.373 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.374 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.374 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.374 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.375 DEBUG - Value is: Arbitrary file with IPs
2015-01-23 11:23:58.375 DEBUG - Invoking method: setSourceDescription on JobType whith Arbitrary file with IPs
2015-01-23 11:23:58.376 DEBUG - ParamClass = String
2015-01-23 11:23:58.376 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.376 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.377 DEBUG - Value is:
2015-01-23 11:23:58.377 DEBUG - Saving object addJobType
2015-01-23 11:23:58.379 DEBUG - Processing line: Incident;whois-cymru-verbose-with-timestamps;true;whois file;
2015-01-23 11:23:58.379 DEBUG - Processing data lineIncident;whois-cymru-verbose-with-timestamps;true;whois file;
2015-01-23 11:23:58.379 DEBUG - Trying to load JobType
2015-01-23 11:23:58.380 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.380 DEBUG - Value is: whois-cymru-verbose-with-timestamps
2015-01-23 11:23:58.381 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.382 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.382 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.382 DEBUG - Value is: Incident
2015-01-23 11:23:58.383 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.383 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.384 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.384 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.385 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.385 DEBUG - Value is: whois-cymru-verbose-with-timestamps
2015-01-23 11:23:58.385 DEBUG - Invoking method: setName on JobType whith whois-cymru-verbose-with-timestamps
2015-01-23 11:23:58.386 DEBUG - ParamClass = String
2015-01-23 11:23:58.386 DEBUG - Class found boolean
2015-01-23 11:23:58.386 DEBUG - Type is boolean
2015-01-23 11:23:58.387 DEBUG - Value is: true
2015-01-23 11:23:58.387 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.387 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.387 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.388 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.388 DEBUG - Value is: whois file
2015-01-23 11:23:58.388 DEBUG - Invoking method: setSourceDescription on JobType whith whois file
2015-01-23 11:23:58.388 DEBUG - ParamClass = String
2015-01-23 11:23:58.388 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.389 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.389 DEBUG - Value is:
2015-01-23 11:23:58.389 DEBUG - Saving object addJobType
2015-01-23 11:23:58.390 DEBUG - Processing line: Incident;whois-cymru-verbose;true;whois file;
2015-01-23 11:23:58.391 DEBUG - Processing data lineIncident;whois-cymru-verbose;true;whois file;
2015-01-23 11:23:58.391 DEBUG - Trying to load JobType
2015-01-23 11:23:58.392 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.392 DEBUG - Value is: whois-cymru-verbose
2015-01-23 11:23:58.393 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.394 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.394 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.395 DEBUG - Value is: Incident
2015-01-23 11:23:58.395 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.396 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.396 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.397 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.397 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.398 DEBUG - Value is: whois-cymru-verbose
2015-01-23 11:23:58.398 DEBUG - Invoking method: setName on JobType whith whois-cymru-verbose
2015-01-23 11:23:58.398 DEBUG - ParamClass = String
2015-01-23 11:23:58.398 DEBUG - Class found boolean
2015-01-23 11:23:58.398 DEBUG - Type is boolean
2015-01-23 11:23:58.399 DEBUG - Value is: true
2015-01-23 11:23:58.399 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.399 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.399 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.400 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.400 DEBUG - Value is: whois file
2015-01-23 11:23:58.400 DEBUG - Invoking method: setSourceDescription on JobType whith whois file
2015-01-23 11:23:58.400 DEBUG - ParamClass = String
2015-01-23 11:23:58.400 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.401 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.401 DEBUG - Value is:
2015-01-23 11:23:58.401 DEBUG - Saving object addJobType
2015-01-23 11:23:58.402 DEBUG - Processing line: Incident;timestamp-plus-ip;true;General log file;
2015-01-23 11:23:58.403 DEBUG - Processing data lineIncident;timestamp-plus-ip;true;General log file;
2015-01-23 11:23:58.403 DEBUG - Trying to load JobType
2015-01-23 11:23:58.403 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.404 DEBUG - Value is: timestamp-plus-ip
2015-01-23 11:23:58.405 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.405 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.406 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.406 DEBUG - Value is: Incident
2015-01-23 11:23:58.406 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.407 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.408 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.408 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.409 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.409 DEBUG - Value is: timestamp-plus-ip
2015-01-23 11:23:58.409 DEBUG - Invoking method: setName on JobType whith timestamp-plus-ip
2015-01-23 11:23:58.410 DEBUG - ParamClass = String
2015-01-23 11:23:58.410 DEBUG - Class found boolean
2015-01-23 11:23:58.410 DEBUG - Type is boolean
2015-01-23 11:23:58.411 DEBUG - Value is: true
2015-01-23 11:23:58.411 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.411 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.412 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.412 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.412 DEBUG - Value is: General log file
2015-01-23 11:23:58.413 DEBUG - Invoking method: setSourceDescription on JobType whith General log file
2015-01-23 11:23:58.413 DEBUG - ParamClass = String
2015-01-23 11:23:58.413 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.413 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.414 DEBUG - Value is:
2015-01-23 11:23:58.414 DEBUG - Saving object addJobType
2015-01-23 11:23:58.416 DEBUG - Processing line: Incident;syslog-ip-plus-host;true;Syslog format;
2015-01-23 11:23:58.416 DEBUG - Processing data lineIncident;syslog-ip-plus-host;true;Syslog format;
2015-01-23 11:23:58.416 DEBUG - Trying to load JobType
2015-01-23 11:23:58.417 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.417 DEBUG - Value is: syslog-ip-plus-host
2015-01-23 11:23:58.419 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.419 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.419 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.420 DEBUG - Value is: Incident
2015-01-23 11:23:58.420 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.421 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.422 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.422 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.423 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.432 DEBUG - Value is: syslog-ip-plus-host
2015-01-23 11:23:58.432 DEBUG - Invoking method: setName on JobType whith syslog-ip-plus-host
2015-01-23 11:23:58.433 DEBUG - ParamClass = String
2015-01-23 11:23:58.433 DEBUG - Class found boolean
2015-01-23 11:23:58.433 DEBUG - Type is boolean
2015-01-23 11:23:58.438 DEBUG - Value is: true
2015-01-23 11:23:58.438 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.439 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.440 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.440 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.441 DEBUG - Value is: Syslog format
2015-01-23 11:23:58.441 DEBUG - Invoking method: setSourceDescription on JobType whith Syslog format
2015-01-23 11:23:58.442 DEBUG - ParamClass = String
2015-01-23 11:23:58.442 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.442 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.443 DEBUG - Value is:
2015-01-23 11:23:58.443 DEBUG - Saving object addJobType
2015-01-23 11:23:58.444 DEBUG - Processing line: Incident;iis-to-apache;true;Web log in IIS-format;
2015-01-23 11:23:58.452 DEBUG - Processing data lineIncident;iis-to-apache;true;Web log in IIS-format;
2015-01-23 11:23:58.452 DEBUG - Trying to load JobType
2015-01-23 11:23:58.453 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.453 DEBUG - Value is: iis-to-apache
2015-01-23 11:23:58.454 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.455 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.455 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.456 DEBUG - Value is: Incident
2015-01-23 11:23:58.456 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.457 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.457 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.458 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.459 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.459 DEBUG - Value is: iis-to-apache
2015-01-23 11:23:58.460 DEBUG - Invoking method: setName on JobType whith iis-to-apache
2015-01-23 11:23:58.460 DEBUG - ParamClass = String
2015-01-23 11:23:58.461 DEBUG - Class found boolean
2015-01-23 11:23:58.461 DEBUG - Type is boolean
2015-01-23 11:23:58.461 DEBUG - Value is: true
2015-01-23 11:23:58.462 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.462 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.462 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.463 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.463 DEBUG - Value is: Web log in IIS-format
2015-01-23 11:23:58.463 DEBUG - Invoking method: setSourceDescription on JobType whith Web log in IIS-format
2015-01-23 11:23:58.464 DEBUG - ParamClass = String
2015-01-23 11:23:58.464 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.464 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.465 DEBUG - Value is:
2015-01-23 11:23:58.465 DEBUG - Saving object addJobType
2015-01-23 11:23:58.466 DEBUG - Processing line: Incident;web-apache;true;Web log in W3-format;
2015-01-23 11:23:58.467 DEBUG - Processing data lineIncident;web-apache;true;Web log in W3-format;
2015-01-23 11:23:58.467 DEBUG - Trying to load JobType
2015-01-23 11:23:58.467 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.468 DEBUG - Value is: web-apache
2015-01-23 11:23:58.473 DEBUG - Decorating object of class JobType
2015-01-23 11:23:58.474 DEBUG - Class found se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.474 DEBUG - Type is class se.sitic.megatron.entity.EntryType
2015-01-23 11:23:58.474 DEBUG - Value is: Incident
2015-01-23 11:23:58.475 DEBUG - Object is EntryType, value is Incident
2015-01-23 11:23:58.476 DEBUG - Invoking method: setEntryType on JobType whith se.sitic.megatron.entity.EntryType@515af649
2015-01-23 11:23:58.476 DEBUG - ParamClass = EntryType
2015-01-23 11:23:58.477 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.477 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.477 DEBUG - Value is: web-apache
2015-01-23 11:23:58.478 DEBUG - Invoking method: setName on JobType whith web-apache
2015-01-23 11:23:58.478 DEBUG - ParamClass = String
2015-01-23 11:23:58.484 DEBUG - Class found boolean
2015-01-23 11:23:58.485 DEBUG - Type is boolean
2015-01-23 11:23:58.485 DEBUG - Value is: true
2015-01-23 11:23:58.485 DEBUG - Invoking method: setEnabled on JobType whith true
2015-01-23 11:23:58.486 DEBUG - ParamClass = boolean
2015-01-23 11:23:58.486 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.486 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.487 DEBUG - Value is: Web log in W3-format
2015-01-23 11:23:58.487 DEBUG - Invoking method: setSourceDescription on JobType whith Web log in W3-format
2015-01-23 11:23:58.487 DEBUG - ParamClass = String
2015-01-23 11:23:58.488 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.488 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.488 DEBUG - Value is:
2015-01-23 11:23:58.489 DEBUG - Saving object addJobType
2015-01-23 11:23:58.490 DEBUG - Processing line:
2015-01-23 11:23:58.490 DEBUG - Processing line: # Test organizations (Swedish political parties)
2015-01-23 11:23:58.491 DEBUG - Line is comment
2015-01-23 11:23:58.491 DEBUG - Processing line: !ASNumber;*Number
2015-01-23 11:23:58.491 DEBUG - Class= ASNumber, attributeNames = *Number
2015-01-23 11:23:58.492 DEBUG - Object key index for *Number is 0
2015-01-23 11:23:58.492 DEBUG - Processing line: !DomainName;*Name
2015-01-23 11:23:58.492 DEBUG - Class= DomainName, attributeNames = *Name
2015-01-23 11:23:58.493 DEBUG - Object key index for *Name is 0
2015-01-23 11:23:58.493 DEBUG - Processing line: !IpRange;*StartAddress,EndAddress
2015-01-23 11:23:58.493 DEBUG - Class= IpRange, attributeNames = *StartAddress,EndAddress
2015-01-23 11:23:58.494 DEBUG - Object key index for *StartAddress is 0
2015-01-23 11:23:58.494 DEBUG - Processing line: !Organization;*Name,RegistrationNo,CountryCodo
2015-01-23 11:23:58.495 DEBUG - Class= Organization, attributeNames = *Name,RegistrationNo,CountryCodo
2015-01-23 11:23:58.495 DEBUG - Object key index for *Name is 0
2015-01-23 11:23:58.495 DEBUG - Processing line: Socialdemokraterna;;SE
2015-01-23 11:23:58.495 DEBUG - Processing data lineSocialdemokraterna;;SE
2015-01-23 11:23:58.496 DEBUG - Trying to load Organization
2015-01-23 11:23:58.497 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.497 DEBUG - Value is: Socialdemokraterna
2015-01-23 11:23:58.520 DEBUG - Decorating object of class Organization
2015-01-23 11:23:58.521 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.522 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.522 DEBUG - Value is: Socialdemokraterna
2015-01-23 11:23:58.523 DEBUG - Invoking method: setName on Organization whith Socialdemokraterna
2015-01-23 11:23:58.523 DEBUG - ParamClass = String
2015-01-23 11:23:58.524 DEBUG - Class found java.lang.String
2015-01-23 11:23:58.524 DEBUG - Type is class java.lang.String
2015-01-23 11:23:58.525 DEBUG - Value is:
2015-01-23 11:23:58.526 ERROR - NoSuchMethodException in setObjectAttributes; (import file line no: 52) : se.sitic.megatron.db.DbManager.addOrganization(se.sitic.megatron.entity.Organization)
java.lang.NoSuchMethodException: se.sitic.megatron.db.DbManager.addOrganization(se.sitic.megatron.entity.Organization)
at java.lang.Class.getMethod(Class.java:1670)
at se.sitic.megatron.db.ImportSystemData.setObjectAttributes(ImportSystemData.java:341)
at se.sitic.megatron.db.ImportSystemData.processDataLine(ImportSystemData.java:192)
at se.sitic.megatron.db.ImportSystemData.processLine(ImportSystemData.java:131)
at se.sitic.megatron.db.ImportSystemData.importFile(ImportSystemData.java:107)
at se.sitic.megatron.db.ImportSystemData.importFile(ImportSystemData.java:87)
at Megatron.processCommands(Megatron.java:306)
at Megatron.main(Megatron.java:170)
2015-01-23 11:23:58.532 FATAL - Error: NoSuchMethodException in setObjectAttributes; (import file line no: 52) : se.sitic.megatron.db.DbManager.addOrganization(se.sitic.megatron.entity.Organization)
se.sitic.megatron.core.MegatronException: NoSuchMethodException in setObjectAttributes; (import file line no: 52) : se.sitic.megatron.db.DbManager.addOrganization(se.sitic.megatron.entity.Organization)
at se.sitic.megatron.db.ImportSystemData.handleException(ImportSystemData.java:496)
at se.sitic.megatron.db.ImportSystemData.setObjectAttributes(ImportSystemData.java:351)
at se.sitic.megatron.db.ImportSystemData.processDataLine(ImportSystemData.java:192)
at se.sitic.megatron.db.ImportSystemData.processLine(ImportSystemData.java:131)
at se.sitic.megatron.db.ImportSystemData.importFile(ImportSystemData.java:107)
at se.sitic.megatron.db.ImportSystemData.importFile(ImportSystemData.java:87)
at Megatron.processCommands(Megatron.java:306)
at Megatron.main(Megatron.java:170)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment