-
Notifications
You must be signed in to change notification settings - Fork 5
/
jMetal.log
59 lines (59 loc) · 1.57 KB
/
jMetal.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
<date>2018-01-22T11:33:44</date>
<millis>1516592024494</millis>
<sequence>0</sequence>
<logger>org.uma.jmetal.util.JMetalLogger</logger>
<level>INFO</level>
<class>org.uma.jmetal.util.JMetalLogger</class>
<method>configureLoggers</method>
<thread>1</thread>
<message>Loggers configured with null</message>
</record>
<record>
<date>2018-01-22T11:33:44</date>
<millis>1516592024567</millis>
<sequence>1</sequence>
<logger>org.uma.jmetal.util.JMetalLogger</logger>
<level>SEVERE</level>
<class>org.uma.jmetal.util.JMetalException</class>
<method><init></method>
<thread>1</thread>
<message>initializeUniformWeight: failed when reading file: </message>
<exception>
<message>java.lang.NullPointerException</message>
<frame>
<class>java.io.Reader</class>
<method><init></method>
<line>78</line>
</frame>
<frame>
<class>java.io.InputStreamReader</class>
<method><init></method>
<line>72</line>
</frame>
<frame>
<class>hxy.Tools</class>
<method>ReadWeights</method>
<line>188</line>
</frame>
<frame>
<class>hxy.MOEAD_EP</class>
<method><init></method>
<line>55</line>
</frame>
<frame>
<class>hxy.MOEAD_EP</class>
<method><init></method>
<line>25</line>
</frame>
<frame>
<class>hxy.SimpleTest</class>
<method>main</method>
<line>23</line>
</frame>
</exception>
</record>
</log>