Project

General

Profile

2252.txt

error logs - Vadim Gindin, 08/28/2014 04:17 PM

Download (6 KB)

 
1
Server-side
2

    
3
[08/28/2014 14:18:35 YEKT] (SecurityManager:FINER) {00000001:00000005:bogus} Search done: handle 1, decision true, cache false
4
[08/28/2014 14:18:35 YEKT] (SecurityManager:FINER) {00000000:00000005:standard} Sending AUTHRESULT0 (action = 0)
5
[08/28/2014 14:18:35 YEKT] (SecurityManager:FINER) {00000000:00000005:standard} Sent AUTHRESULT
6
[08/28/2014 14:18:35 YEKT] (SecurityManager:FINER) {00000000:00000005:standard} Sending LOCALUSERID: bogus
7
[08/28/2014 14:18:36 YEKT] (com.goldencode.p2j.ui.FontTable:SEVERE) Could not load the legacy font metrics from file font-metrics.xml
8
[08/28/2014 14:18:36 YEKT] (com.goldencode.p2j.ui.FontTable:SEVERE) Could not load the legacy font metrics from file font-metrics-ext.xml
9
[08/28/2014 14:18:36 YEKT] (com.goldencode.p2j.ui.FontTable:SEVERE) Could not load the legacy text metrics from file text-metrics.xml
10
[08/28/2014 14:18:36 YEKT] (com.goldencode.p2j.ui.FontTable:WARNING) No custom fonts are defined in the directory.
11
[08/28/2014 14:18:36 YEKT] (com.goldencode.p2j.ui.FontTable:SEVERE) Font [system,10,false,false,false] has no legacy metrics.
12
[08/28/2014 14:18:39 YEKT] (com.goldencode.p2j.persist.trigger.DatabaseTriggerManager:INFO) DatabaseTriggerManager registered with TransactionManager.
13
[08/28/2014 14:18:39 YEKT] (StandardServer.invoke:SEVERE) {00000001:00000007:bogus} Abnormal end!
14
java.lang.reflect.InvocationTargetException
15
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
16
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
17
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18
        at java.lang.reflect.Method.invoke(Method.java:606)
19
        at com.goldencode.p2j.util.Utils.invoke(Utils.java:1238)
20
        at com.goldencode.p2j.main.StandardServer$MainInvoker.execute(StandardServer.java:1701)
21
        at com.goldencode.p2j.main.StandardServer.invoke(StandardServer.java:1201)
22
        at com.goldencode.p2j.main.StandardServer.standardEntry(StandardServer.java:364)
23
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
24
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
25
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
26
        at java.lang.reflect.Method.invoke(Method.java:606)
27
        at com.goldencode.p2j.util.MethodInvoker.invoke(MethodInvoker.java:76)
28
        at com.goldencode.p2j.net.Dispatcher.processInbound(Dispatcher.java:694)
29
        at com.goldencode.p2j.net.Conversation.block(Conversation.java:319)
30
        at com.goldencode.p2j.net.Conversation.run(Conversation.java:163)
31
        at java.lang.Thread.run(Thread.java:744)
32
Caused by: java.lang.RuntimeException: No renderer is registered for id = 1000
33
        at com.goldencode.p2j.ui.client.gui.driver.swing.SwingGuiPrimitives.selectWindow(SwingGuiPrimitives.java:107)
34
        at com.goldencode.p2j.ui.client.gui.driver.swing.SwingGuiDriver.selectWindow(SwingGuiDriver.java:327)
35
        at com.goldencode.p2j.ui.client.gui.WindowGuiImpl.draw(WindowGuiImpl.java:115)
36
        at com.goldencode.p2j.ui.client.OutputManager.setInvalidate(OutputManager.java:1017)
37
        at com.goldencode.p2j.ui.chui.ThinClient.eventDrawingBracket(ThinClient.java:11922)
38
        at com.goldencode.p2j.ui.chui.ThinClient.independentEventDrawingBracket(ThinClient.java:11828)
39
        at com.goldencode.p2j.ui.chui.ThinClient.drawStatusLine(ThinClient.java:3090)
40
        at com.goldencode.p2j.ui.chui.ThinClient.status(ThinClient.java:3065)
41
        at com.goldencode.p2j.ui.chui.ThinClient.status(ThinClient.java:3038)
42
        at com.goldencode.p2j.ui.chui.ThinClient.pause(ThinClient.java:6734)
43
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
44
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
45
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
46
        at java.lang.reflect.Method.invoke(Method.java:606)
47
        at com.goldencode.p2j.util.MethodInvoker.invoke(MethodInvoker.java:76)
48
        at com.goldencode.p2j.net.Dispatcher.processInbound(Dispatcher.java:694)
49
        at com.goldencode.p2j.net.Conversation.block(Conversation.java:319)
50
        at com.goldencode.p2j.net.Conversation.waitMessage(Conversation.java:257)
51
        at com.goldencode.p2j.net.Queue.transactImpl(Queue.java:1128)
52
        at com.goldencode.p2j.net.Queue.transact(Queue.java:585)
53
        at com.goldencode.p2j.net.BaseSession.transact(BaseSession.java:179)
54
        at com.goldencode.p2j.net.HighLevelObject.transact(HighLevelObject.java:163)
55
        at com.goldencode.p2j.net.RemoteObject$RemoteAccess.invokeCore(RemoteObject.java:1424)
56
        at com.goldencode.p2j.net.InvocationStub.invoke(InvocationStub.java:97)
57
        at com.sun.proxy.$Proxy4.standardEntry(Unknown Source)
58
        at com.goldencode.p2j.main.ClientCore.start(ClientCore.java:266)
59
        at com.goldencode.p2j.main.ClientCore.start(ClientCore.java:95)
60
        at com.goldencode.p2j.main.ClientDriver.start(ClientDriver.java:227)
61
        at com.goldencode.p2j.main.CommonDriver.process(CommonDriver.java:423)
62
        at com.goldencode.p2j.main.ClientDriver.process(ClientDriver.java:1)
63
        at com.goldencode.p2j.main.ClientDriver.main(ClientDriver.java:290)
64

    
65
Client-side
66

    
67
java.lang.RuntimeException: No renderer is registered for id = 999
68
	at com.goldencode.p2j.ui.client.gui.driver.swing.SwingGuiPrimitives.selectWindow(SwingGuiPrimitives.java:107)
69
	at com.goldencode.p2j.ui.client.gui.driver.swing.SwingGuiDriver.selectWindow(SwingGuiDriver.java:327)
70
	at com.goldencode.p2j.ui.chui.ThinClient.initializePost(ThinClient.java:2635)
71
	at com.goldencode.p2j.main.ClientCore.start(ClientCore.java:215)
72
	at com.goldencode.p2j.main.ClientCore.start(ClientCore.java:95)
73
	at com.goldencode.p2j.main.ClientDriver.start(ClientDriver.java:227)
74
	at com.goldencode.p2j.main.CommonDriver.process(CommonDriver.java:423)
75
	at com.goldencode.p2j.main.ClientDriver.process(ClientDriver.java:1)
76
	at com.goldencode.p2j.main.ClientDriver.main(ClientDriver.java:290)
77

    
78

    
79

    
80

    
81

    
82