java显示无法打开pdt_resin启动不了,该怎么解决

resin启动不了,该怎么解决

resin启动不了,该怎么解决

日期:2014-05-18  浏览次数:20335 次

resin启动不了

Starting Resin on Mon, 08 Feb 2010 10:42:25 +0800 (CST)

[10:42:28.156] {main}

[10:42:28.171] {main} Windows XP 5.1 x86

[10:42:28.187] {main} Java(TM) SE Runtime Environment 1.6.0_02-b06, GBK, zh

[10:42:28.187] {main} Java HotSpot(TM) Client VM 1.6.0_02-b06, 32, mixed mode, Sun Microsystems Inc.

[10:42:28.187] {main} user.name: Administrator

[10:42:28.187] {main} resin.home = D:\resin-pro-3.1.9

[10:42:28.187] {main} resin.root = D:\resin-pro-3.1.9

[10:42:28.187] {main} resin.conf = /D:/resin-pro-3.1.9/conf/resin.conf

[10:42:28.187] {main}

[10:42:28.718] {main} WebApp[http://localhost:8080] active

[10:42:28.890] {main} WebApp[http://localhost:8080/resin-admin] active

J2EE项目开发。我的resin跑到这里就停了,请教各位大虾是什么原因?小弟在次多谢了!

------解决方案--------------------

ding

------解决方案--------------------

Resin-3.1.9 (built Mon, 13 Apr 2009 11:09:12 PDT)

Copyright(c) 1998-2008 Caucho Technology. All rights reserved.

Starting Resin on Mon, 08 Feb 2010 11:28:55 +0800 (CST)

Using Resin(R) Open Source under the GNU Public License (GPL).

See http://www.caucho.com for information on Resin Professional,

including caching, clustering, JNI acceleration, and OpenSSL integration.

[11:28:57.656] {main} 'select-manager' requires Resin Professional. See http://www.caucho.com for information and licensing.

[11:28:57.656] {main}

[11:28:57.656] {main} Windows XP 5.1 x86

[11:28:57.656] {main} Java(TM) SE Runtime Environment 1.6.0_13-b03, MS950, zh

[11:28:57.656] {main} Java HotSpot(TM) Client VM 11.3-b02, 32, mixed mode, Sun Microsystems Inc.

[11:28:57.656] {main} user.name: Administrator

[11:28:57.656] {main} resin.home = D:\softc\resin-3.1.9

[11:28:57.656] {main} resin.root = D:\softc\resin-3.1.9

[11:28:57.656] {main} resin.conf = /D:/softc/resin-3.1.9/conf/resin.conf

[11:28:57.656] {main}

Context GMT destroyed on Mon Feb 08 03:28:58 GMT 2010.

log4j:WARN No such property [file] in org.apache.log4j.jdbc.JDBCAppender.

log4j:WARN No such property [datePattern] in org.apache.log4j.jdbc.JDBCAppender.

log4j:ERROR Could not find value for key log4j.appender.registerLog

log4j:ERROR Could not instantiate appender named "registerLog".

[11:28:58.937] {main} WebApp[http://localhost:8080] Initializing Spring root WebApplicationContext

Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@1c62af [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@87bd1c [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 100, initialPoolSize -> 5, maxIdleTime -> 90, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@60904e [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:mysql://127.0.0.1:3306/egame, properties -> {useUnicode=true, user=******, password=******, characterEncoding=UTF-8, release_mode=on_close} ] , preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ] , factoryClassLocation -> null, numHelperThreads -> 3, poolOwnerIdentityToken -> 1c62af ]

[11:29:11.906] {main} WebApp[http://localhost:8080] Set web app root system property: 'webapp.

免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
JDBC Connection [org.postgresql.jdbc.PgConnection@49f1bf43] will not be managed by Spring ==> Preparing: select z.*,y.PDTCLASS_CLASS FROM ( SELECT * FROM (SELECT r.PDT_PLANEX_PDTID,r.PDT_PLANEX_TYPE ,r.SUM_NUM,e.SUM_NUM2,e.COUNT_NUM FROM (SELECT SUM(t.PDT_PLANEX_NUM) as SUM_NUM,t.PDT_PLANEX_PDTID,t.PDT_PLANEX_TYPE FROM c_pdt_plan_ex t WHERE t.PDT_PLANEX_DELETED = 0 and t.DATA_FROM = ? and to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') >= t.PDT_PLANEX_BEGIN and t.PDT_PLANEX_END >= to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') GROUP BY t.PDT_PLANEX_PDTID,t.PDT_PLANEX_TYPE )r LEFT JOIN (SELECT SUM(o.WEISHT_NET_WGHT) SUM_NUM2,COUNT(1) COUNT_NUM,o.PDTINF_PDT,o.PDTINF_CLASS,o.PDT_PLANEX_PDTID,o.PDT_PLANEX_TYPE FROM(SELECT * FROM(SELECT * FROM (SELECT q.*, p.* FROM ( SELECT t.PDT_PLANEX_ID, t.PDT_PLANEX_NUM, t.PDT_PLANEX_PDTID, t.PDT_PLANEX_TYPE, t.PDT_PLANEX_BEGIN, t.PDT_PLANEX_END, t.PDT_PLANEX_COID FROM c_pdt_plan_ex t WHERE t.PDT_PLANEX_DELETED = 0 and t.DATA_FROM = ? and to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') >= t.PDT_PLANEX_BEGIN and t.PDT_PLANEX_END >= to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') GROUP BY t.PDT_PLANEX_PDTID, t.PDT_PLANEX_COID, t.PDT_PLANEX_TYPE, t.PDT_PLANEX_BEGIN, t.PDT_PLANEX_END, t.PDT_PLANEX_COID ) q LEFT JOIN (SELECT PDTINF_PDT, PDTINF_ID , PDTINF_CLASS FROM c_products_info WHERE PDTINF_DELETED=0 and DATA_FROM = ? )p on q.PDT_PLANEX_PDTID=p.PDTINF_ID)k LEFT JOIN (select g.CPY_CO,g.CPY_ID from c_companys g where CPY_DELETED=0 and DATA_FROM = ? ) c ON k.PDT_PLANEX_COID=c.CPY_ID)k inner JOIN (select j.WEISHT_NET_WGHT,j.WEISHT_PRODUCT,j.WEISHT_CO,j.WEISHT_EMPTY_TM,j.WEISHT_FULL_TM from c_weight_sheets j where WEISHT_DELETED = 0 and DATA_FROM = ? )r ON k.PDTINF_PDT=r.WEISHT_PRODUCT and k.CPY_CO=r.WEISHT_CO AND k.PDT_PLANEX_BEGIN <= r.WEISHT_FULL_TM AND k.PDT_PLANEX_END >= r.WEISHT_FULL_TM ORDER BY k.PDTINF_PDT )o GROUP BY o.PDT_PLANEX_PDTID)e ON e.PDT_PLANEX_PDTID=r.PDT_PLANEX_PDTID AND e.PDT_PLANEX_TYPE=r.PDT_PLANEX_TYPE)w left join (SELECT PDTINF_PDT, PDTINF_ID , PDTINF_CLASS FROM c_products_info WHERE PDTINF_DELETED=0 and DATA_FROM = ? )p on w.PDT_PLANEX_PDTID=p.PDTINF_ID) z left join (select PDTCLASS_CLASS,PDTCLASS_ID from c_pdt_class where PDTCLASS_DELETED=0) y on z.PDTINF_CLASS=y.PDTCLASS_ID ==> Parameters: e9f6ed8e091611ec842700163e092c06(String), 2023-10-08 23:59:59(String), 2020-10-08 23:59:59(String), e9f6ed8e091611ec842700163e092c06(String), 2023-10-08 23:59:59(String), 2020-10-08 23:59:59(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String) Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57f98196] [2023-06-01 21:16:02] [ERROR] -- Servlet.service() for servlet [dispatcherServlet] in context with path [/szIntranetweb] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.postgresql.util.PSQLException: 错误: 字段 "t.pdt_planex_id" 必须出现在 GROUP BY 子句中或者在聚合函数中使用
最新发布
06-02

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值