[LOG, 2024-03-29 17:10:52] character encoding : null
[LOG, 2024-03-29 17:10:52] contentType :
[LOG, 2024-03-29 17:10:52] <<< Request Info >>>
####### Request Parameters
######### Request Parameters END!!!!

######### Request Files Start!!

######### Request Files End!!

######### Request Session Start!!

######### Request Session End!!

######### Request Cookie Start!!

######### Request Cookie End!!


[LOG, 2024-03-29 17:10:52] (RCODE-17116998521113) [/cn/sustainable/sustainable_05.jsp] START!!

[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : SELECT * FROM board WHERE board_seq='4007'
[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] Query Success!! Selection Count :1
[LOG, 2024-03-29 17:10:52] Query Execution Time : 0.0sec.

[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : SELECT count(1) cnt
FROM bulletin a
WHERE 1=1
and a.display_yn = 'Y'
and a.board_seq='4007'

[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] Query Success!! Selection Count :1
[LOG, 2024-03-29 17:10:52] Query Execution Time : 0.0sec.

[LOG, 2024-03-29 17:10:52] Query Result Value : 4
[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : SELECT top 4 a.*, A.BULLETIN_SEQ SEQ,
(SELECT COUNT(1) CNT FROM bulletin_comment WHERE bulletin_seq=a.bulletin_seq and display_yn='Y') comment_cnt
FROM bulletin a
WHERE 1=1
and a.display_yn = 'Y'
and a.board_seq='4007'
and a.bulletin_seq not in
(select top 0 b.bulletin_seq from bulletin b
WHERE 1=1
and b.display_yn = 'Y'
and b.board_seq='4007'
ORDER BY b.regi_date desc, b.bulletin_seq desc)
ORDER BY a.regi_date desc, a.bulletin_seq desc

[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] Query Success!! Selection Count :4
[LOG, 2024-03-29 17:10:52] Query Execution Time : 0.016sec.

[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : SELECT * FROM board_category WHERE board_seq='4007'
ORDER BY order_num asc
[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] Query Success!! Selection Count :0
[LOG, 2024-03-29 17:10:52] Query Execution Time : 0.0sec.

[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : select title from page_title where menu1='3200'

[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] Query Success!! Selection Count :0
[LOG, 2024-03-29 17:10:52] Query Execution Time : 0.0sec.

[LOG, 2024-03-29 17:10:52] Query Result Value :
[LOG, 2024-03-29 17:10:52] Executer.executeQuery Start!
[LOG, 2024-03-29 17:10:52] Query : select * from webzine_main2_cn where display_yn='Y' order by order_num desc

[LOG, 2024-03-29 17:10:52] Params : []
[LOG, 2024-03-29 17:10:52] com.microsoft.sqlserver.jdbc.SQLServerException: 개체 이름 'webzine_main2_cn'이(가) 유효하지 않습니다.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1493)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:390)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:340)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:179)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:154)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(SQLServerPreparedStatement.java:283)
at biznetpia.fw.dao.Executer.executeQuery(Executer.java:276)
at biznetpia.fw.dao.Executer.getGeneralList(Executer.java:129)
at org.apache.jsp.cn.sustainable.sustainable_005f05_jsp._jspService(sustainable_005f05_jsp.java:1259)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)

ERROR RCODE : 17116998521113