Proyecto

General

Perfil

error_gongr.txt

Plexus Plexus, 2015-07-02 12:07

Descargar (12,1 KB)

 
1
09:38:05,525 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@1df5c9fc] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] to thread [http-bio-8080-exec-9]
2
09:38:05,525 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.orm.hibernate4.SessionHolder@739fcec1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] to thread [http-bio-8080-exec-9]
3
09:38:05,525 DEBUG TransactionSynchronizationManager:222 - Initializing transaction synchronization
4
09:38:05,526 DEBUG TransactionInterceptor:282 - Getting transaction for [com.plexus.gong.services.informes.IInformesService.getInformeVOById]
5
09:38:05,526 DEBUG TransactionSynchronizationManager:140 - Retrieved value [org.springframework.orm.hibernate4.SessionHolder@739fcec1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] bound to thread [http-bio-8080-exec-9]
6
Hibernate: 
7
    /* load com.plexus.gong.model.informes.InformeVO */ select
8
        informevo0_.id as id1_6_0_,
9
        informevo0_.id_proyecto as id2_6_0_,
10
        informevo0_.periodo as periodo3_6_0_,
11
        informevo0_.tipo_periodo as tipo4_6_0_,
12
        informevo0_.nombre as nombre5_6_0_,
13
        informevo0_.fecha_creacion as fecha6_6_0_,
14
        informevo0_.fecha_modificacion as fecha7_6_0_,
15
        informevo0_.estado as estado8_6_0_,
16
        (select
17
            count(*) 
18
        from
19
            informes_generados inf 
20
        where
21
            inf.id_informe = informevo0_.id )  as formula0_0_,
22
        (SELECT
23
            EXISTS(SELECT
24
                inf_zip.id 
25
            FROM
26
                informes_zip inf_zip 
27
            where
28
                inf_zip.id_informe = informevo0_.id))  as formula1_0_ 
29
        from
30
            gongr_tama.informes informevo0_ 
31
        where
32
            informevo0_.id=?
33
09:38:05,527 DEBUG TransactionInterceptor:312 - Completing transaction for [com.plexus.gong.services.informes.IInformesService.getInformeVOById]
34
09:38:05,527 DEBUG TransactionSynchronizationManager:276 - Clearing transaction synchronization
35
09:38:05,528 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.orm.hibernate4.SessionHolder@739fcec1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] from thread [http-bio-8080-exec-9]
36
09:38:05,528 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@1df5c9fc] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] from thread [http-bio-8080-exec-9]
37
09:38:05,528 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@7c0f8200] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] to thread [http-bio-8080-exec-9]
38
09:38:05,528 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.orm.hibernate4.SessionHolder@5e200da1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] to thread [http-bio-8080-exec-9]
39
09:38:05,529 DEBUG TransactionSynchronizationManager:222 - Initializing transaction synchronization
40
09:38:05,529 DEBUG TransactionInterceptor:282 - Getting transaction for [com.plexus.gong.services.excels.IExcelService.descargaFicheroDocAsociada]
41
09:38:05,529 DEBUG TransactionSynchronizationManager:140 - Retrieved value [org.springframework.orm.hibernate4.SessionHolder@5e200da1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] bound to thread [http-bio-8080-exec-9]
42
Hibernate: 
43
    /* criteria query */ select
44
        this_.id as id1_7_0_,
45
        this_.id_informe as id2_7_0_,
46
        this_.id_pestanya as id3_7_0_,
47
        this_.fecha as fecha4_7_0_,
48
        this_.version as version5_7_0_,
49
        this_.version_final as version6_7_0_,
50
        this_.nombre as nombre7_7_0_,
51
        this_.tipo as tipo8_7_0_ 
52
    from
53
        gongr_tama.informes_generados this_ 
54
    where
55
        this_.id_informe=?
56
Hibernate: 
57
    /* criteria query */ select
58
        this_.id as id1_7_0_,
59
        this_.id_informe as id2_7_0_,
60
        this_.id_pestanya as id3_7_0_,
61
        this_.fecha as fecha4_7_0_,
62
        this_.version as version5_7_0_,
63
        this_.version_final as version6_7_0_,
64
        this_.nombre as nombre7_7_0_,
65
        this_.tipo as tipo8_7_0_ 
66
    from
67
        gongr_tama.informes_generados this_ 
68
    where
69
        this_.id_informe=? 
70
        and this_.id_pestanya=?
71
Hibernate: 
72
    /* criteria query */ select
73
        this_.id as id1_7_0_,
74
        this_.id_informe as id2_7_0_,
75
        this_.id_pestanya as id3_7_0_,
76
        this_.fecha as fecha4_7_0_,
77
        this_.version as version5_7_0_,
78
        this_.version_final as version6_7_0_,
79
        this_.nombre as nombre7_7_0_,
80
        this_.tipo as tipo8_7_0_ 
81
    from
82
        gongr_tama.informes_generados this_ 
83
    where
84
        this_.id_informe=? 
85
        and this_.id_pestanya=? 
86
        and this_.version=?
87
Hibernate: 
88
    /* criteria query */ select
89
        this_.id as id1_7_0_,
90
        this_.id_informe as id2_7_0_,
91
        this_.id_pestanya as id3_7_0_,
92
        this_.fecha as fecha4_7_0_,
93
        this_.version as version5_7_0_,
94
        this_.version_final as version6_7_0_,
95
        this_.nombre as nombre7_7_0_,
96
        this_.tipo as tipo8_7_0_ 
97
    from
98
        gongr_tama.informes_generados this_ 
99
    where
100
        this_.id_informe=? 
101
        and this_.id_pestanya=? 
102
        and this_.version=? 
103
    order by
104
        this_.version desc limit ?
105
09:38:05,532 DEBUG TransactionInterceptor:312 - Completing transaction for [com.plexus.gong.services.excels.IExcelService.descargaFicheroDocAsociada]
106
09:38:05,532 DEBUG TransactionSynchronizationManager:276 - Clearing transaction synchronization
107
09:38:05,533 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.orm.hibernate4.SessionHolder@5e200da1] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] from thread [http-bio-8080-exec-9]
108
09:38:05,533 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@7c0f8200] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] from thread [http-bio-8080-exec-9]
109
09:38:05,635 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@e0269a6] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] to thread [http-bio-8080-exec-9]
110
09:38:05,635 DEBUG TransactionSynchronizationManager:168 - Bound value [org.springframework.orm.hibernate4.SessionHolder@40661879] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] to thread [http-bio-8080-exec-9]
111
09:38:05,635 DEBUG TransactionSynchronizationManager:222 - Initializing transaction synchronization
112
09:38:05,635 DEBUG TransactionInterceptor:282 - Getting transaction for [com.plexus.gong.services.pestanyas.IPestanyasService.getPestanyaById]
113
09:38:05,636 DEBUG TransactionSynchronizationManager:140 - Retrieved value [org.springframework.orm.hibernate4.SessionHolder@40661879] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] bound to thread [http-bio-8080-exec-9]
114
Hibernate: 
115
    /* load com.plexus.gong.model.pestanyas.PestanyaVO */ select
116
        pestanyavo0_.id as id1_2_0_,
117
        pestanyavo0_.codigo as codigo2_2_0_,
118
        pestanyavo0_.descripcion as descripc3_2_0_,
119
        pestanyavo0_.abreviatura as abreviat4_2_0_,
120
        pestanyavo0_.tipo as tipo5_2_0_,
121
        pestanyavo0_.nombre_excel as nombre6_2_0_,
122
        pestanyavo0_.final as final7_2_0_,
123
        pestanyavo0_.carpeta as carpeta8_2_0_,
124
        pestanyavo0_.orden as orden9_2_0_ 
125
    from
126
        gongr_tama.contenidos_informes pestanyavo0_ 
127
    where
128
        pestanyavo0_.id=?
129
Hibernate: 
130
    /* load one-to-many com.plexus.gong.model.pestanyas.PestanyaVO.informesGeneradoses */ select
131
        informesge0_.id_pestanya as id3_2_1_,
132
        informesge0_.id as id1_7_1_,
133
        informesge0_.id as id1_7_0_,
134
        informesge0_.id_informe as id2_7_0_,
135
        informesge0_.id_pestanya as id3_7_0_,
136
        informesge0_.fecha as fecha4_7_0_,
137
        informesge0_.version as version5_7_0_,
138
        informesge0_.version_final as version6_7_0_,
139
        informesge0_.nombre as nombre7_7_0_,
140
        informesge0_.tipo as tipo8_7_0_ 
141
    from
142
        gongr_tama.informes_generados informesge0_ 
143
    where
144
        informesge0_.id_pestanya=?
145
09:38:05,638 DEBUG TransactionInterceptor:312 - Completing transaction for [com.plexus.gong.services.pestanyas.IPestanyasService.getPestanyaById]
146
09:38:05,639 DEBUG TransactionSynchronizationManager:276 - Clearing transaction synchronization
147
09:38:05,639 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.orm.hibernate4.SessionHolder@40661879] for key [org.hibernate.internal.SessionFactoryImpl@67f9969] from thread [http-bio-8080-exec-9]
148
09:38:05,639 DEBUG TransactionSynchronizationManager:193 - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@e0269a6] for key [org.apache.commons.dbcp.BasicDataSource@75908eeb] from thread [http-bio-8080-exec-9]
149
java.lang.NullPointerException
150
	at com.plexus.gong.controller.AplicacionController.error(AplicacionController.java:64)
151
	at sun.reflect.GeneratedMethodAccessor498.invoke(Unknown Source)
152
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
153
	at java.lang.reflect.Method.invoke(Method.java:622)
154
	at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
155
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
156
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
157
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745)
158
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686)
159
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
160
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
161
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
162
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)
163
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
164
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
165
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
166
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
167
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
168
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
169
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:690)
170
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:479)
171
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:402)
172
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
173
	at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:453)
174
	at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:324)
175
	at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:415)
176
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:191)
177
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
178
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
179
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
180
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
181
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
182
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
183
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
184
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
185
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
186
	at java.lang.Thread.run(Thread.java:701)