主题 : jeecms服务启动时报错,详细信息如图
级别: 商业授权用户
UID: 69954
积分:359 加为好友
威望: 9 精华: 0
主题:39 回复:274
注册时间:2014-11-25
在线时长:0
11#   发表于:2017-05-10 17:12:40  IP:125.216.*.*
以前用v6版本的时候,部署在InforSuite下是没得问题
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
12#   发表于:2017-05-10 17:13:47  IP:106.167.*.*
v6是v6,v8是v8
1
级别: 商业授权用户
UID: 69954
积分:359 加为好友
威望: 9 精华: 0
主题:39 回复:274
注册时间:2014-11-25
在线时长:0
13#   发表于:2017-05-10 17:20:03  IP:125.216.*.*
在服务器上部署到tomcat下还是报这个错
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
14#   发表于:2017-05-10 17:20:53  IP:106.167.*.*
你这个报错不完整啊,上面还有
1
级别: 商业授权用户
UID: 69954
积分:359 加为好友
威望: 9 精华: 0
主题:39 回复:274
注册时间:2014-11-25
在线时长:0
15#   发表于:2017-05-10 17:26:20  IP:125.216.*.*
bernate.MappingException: An association from the table jg_weixin refers to an u
nmapped class: com.jeecms.core.entity.CmsSite; nested exception is org.springfra
mework.beans.factory.BeanCreationException: Error creating bean with name 'sessi
onFactory' defined in ServletContext resource [/WEB-INF/config/application-conte
xt.xml]: Invocation of init method failed; nested exception is org.hibernate.Map
pingException: An association from the table jg_weixin refers to an unmapped cla
ss: com.jeecms.core.entity.CmsSite; nested exception is org.springframework.bean
s.factory.UnsatisfiedDependencyException: Error creating bean with name 'unified
UserDao': Unsatisfied dependency expressed through method 'setSessionFactory' pa
rameter 0: Error creating bean with name 'sessionFactory' defined in ServletCont
ext resource [/WEB-INF/config/application-context.xml]: Invocation of init metho
d failed; nested exception is org.hibernate.MappingException: An association fro
m the table jg_weixin refers to an unmapped class: com.jeecms.core.entity.CmsSit
e; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'sessionFactory' defined in ServletContext resourc
e [/WEB-INF/config/application-context.xml]: Invocation of init method failed; n
ested exception is org.hibernate.MappingException: An association from the table
 jg_weixin refers to an unmapped class: com.jeecms.core.entity.CmsSite; nested e
xception is org.springframework.beans.factory.UnsatisfiedDependencyException: Er
ror creating bean with name 'unifiedUserMng': Unsatisfied dependency expressed t
hrough method 'setDao' parameter 0: Error creating bean with name 'unifiedUserDa
o': Unsatisfied dependency expressed through method 'setSessionFactory' paramete
r 0: Error creating bean with name 'sessionFactory' defined in ServletContext re
source [/WEB-INF/config/application-context.xml]: Invocation of init method fail
ed; nested exception is org.hibernate.MappingException: An association from the
table jg_weixin refers to an unmapped class: com.jeecms.core.entity.CmsSite; nes
ted exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sessionFactory' defined in ServletContext resource [/WE
B-INF/config/application-context.xml]: Invocation of init method failed; nested
exception is org.hibernate.MappingException: An association from the table jg_we
ixin refers to an unmapped class: com.jeecms.core.entity.CmsSite; nested excepti
on is org.springframework.beans.factory.UnsatisfiedDependencyException: Error cr
eating bean with name 'unifiedUserDao': Unsatisfied dependency expressed through
 method 'setSessionFactory' parameter 0: Error creating bean with name 'sessionF
actory' defined in ServletContext resource [/WEB-INF/config/application-context.
xml]: Invocation of init method failed; nested exception is org.hibernate.Mappin
gException: An association from the table jg_weixin refers to an unmapped class:
 com.jeecms.core.entity.CmsSite; nested exception is org.springframework.beans.f
actory.BeanCreationException: Error creating bean with name 'sessionFactory' def
ined in ServletContext resource [/WEB-INF/config/application-context.xml]: Invoc
ation of init method failed; nested exception is org.hibernate.MappingException:
 An association from the table jg_weixin refers to an unmapped class: com.jeecms
.core.entity.CmsSite
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:651) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject
(InjectionMetadata.java:88) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:350) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-bean
s-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans
-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4
.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.0.jar:4
.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:302) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.3.0.jar
:4.3.0.RELEASE]
        ... 35 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Err
or creating bean with name 'unifiedUserMng': Unsatisfied dependency expressed th
rough method 'setDao' parameter 0: Error creating bean with name 'unifiedUserDao
': Unsatisfied dependency expressed through method 'setSessionFactory' parameter
 0: Error creating bean with name 'sessionFactory' defined in ServletContext res
ource [/WEB-INF/config/application-context.xml]: Invocation of init method faile
d; nested exception is org.hibernate.MappingException: An association from the t
able jg_weixin refers to an unmapped class: com.jeecms.core.entity.CmsSite; nest
ed exception is org.springframework.beans.factory.BeanCreationException: Error c
reating bean with name 'sessionFactory' defined in ServletContext resource [/WEB
-INF/config/application-context.xml]: Invocation of init method failed; nested e
xception is org.hibernate.MappingException: An association from the table jg_wei
xin refers to an unmapped class: com.jeecms.core.entity.CmsSite; nested exceptio
n is org.springframework.beans.factory.UnsatisfiedDependencyException: Error cre
ating bean with name 'unifiedUserDao': Unsatisfied dependency expressed through
method 'setSessionFactory' parameter 0: Error creating bean with name 'sessionFa
ctory' defined in ServletContext resource [/WEB-INF/config/application-context.x
ml]: Invocation of init method failed; nested exception is org.hibernate.Mapping
Exception: An association from the table jg_weixin refers to an unmapped class:
com.jeecms.core.entity.CmsSite; nested exception is org.springframework.beans.fa
ctory.BeanCreationException: Error creating bean with name 'sessionFactory' defi
ned in ServletContext resource [/WEB-INF/config/application-context.xml]: Invoca
tion of init method failed; nested exception is org.hibernate.MappingException:
An association from the table jg_weixin refers to an unmapped class: com.jeecms.
core.entity.CmsSite
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:651) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject
(InjectionMetadata.java:88) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:350) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-bean
s-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans
-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4
.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.0.jar:4
.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:302) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolve
Candidate(DependencyDescriptor.java:187) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]

        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1208) ~[spring-beans-4.3.
0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1048) ~[spring-beans-4.3.0.j
ar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:1018) ~[spring-beans-4.3.0.jar
:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:643) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        ... 45 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Err
or creating bean with name 'unifiedUserDao': Unsatisfied dependency expressed th
rough method 'setSessionFactory' parameter 0: Error creating bean with name 'ses
sionFactory' defined in ServletContext resource [/WEB-INF/config/application-con
text.xml]: Invocation of init method failed; nested exception is org.hibernate.M
appingException: An association from the table jg_weixin refers to an unmapped c
lass: com.jeecms.core.entity.CmsSite; nested exception is org.springframework.be
ans.factory.BeanCreationException: Error creating bean with name 'sessionFactory
' defined in ServletContext resource [/WEB-INF/config/application-context.xml]:
Invocation of init method failed; nested exception is org.hibernate.MappingExcep
tion: An association from the table jg_weixin refers to an unmapped class: com.j
eecms.core.entity.CmsSite
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:651) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject
(InjectionMetadata.java:88) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:350) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-bean
s-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans
-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4
.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.0.jar:4
.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:302) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolve
Candidate(DependencyDescriptor.java:187) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]

        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1208) ~[spring-beans-4.3.
0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1048) ~[spring-beans-4.3.0.j
ar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:1018) ~[spring-beans-4.3.0.jar
:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:643) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        ... 59 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/
config/application-context.xml]: Invocation of init method failed; nested except
ion is org.hibernate.MappingException: An association from the table jg_weixin r
efers to an unmapped class: com.jeecms.core.entity.CmsSite
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578) ~[spring-be
ans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans
-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4
.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.0.jar:4
.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:302) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolve
Candidate(DependencyDescriptor.java:187) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]

        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1208) ~[spring-beans-4.3.
0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1048) ~[spring-beans-4.3.0.j
ar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:1018) ~[spring-beans-4.3.0.jar
:4.3.0.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.
java:643) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE]
        ... 73 common frames omitted
Caused by: org.hibernate.MappingException: An association from the table jg_weix
in refers to an unmapped class: com.jeecms.core.entity.CmsSite
        at org.hibernate.cfg.Configuration.secondPassCompileForeignKeys(Configur
ation.java:1807) ~[hibernate-core-4.3.11.Final.jar:4.3.11.Final]
        at org.hibernate.cfg.Configuration.originalSecondPassCompile(Configurati
on.java:1741) ~[hibernate-core-4.3.11.Final.jar:4.3.11.Final]
        at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:
1426) ~[hibernate-core-4.3.11.Final.jar:4.3.11.Final]
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.jav
a:1846) ~[hibernate-core-4.3.11.Final.jar:4.3.11.Final]
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.jav
a:1930) ~[hibernate-core-4.3.11.Final.jar:4.3.11.Final]
        at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSe
ssionFactory(LocalSessionFactoryBuilder.java:372) ~[spring-orm-4.3.0.jar:4.3.0.R
ELEASE]
        at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessi
onFactory(LocalSessionFactoryBean.java:454) ~[spring-orm-4.3.0.jar:4.3.0.RELEASE
]
        at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPrope
rtiesSet(LocalSessionFactoryBean.java:439) ~[spring-orm-4.3.0.jar:4.3.0.RELEASE]

        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) ~[spring
-beans-4.3.0.jar:4.3.0.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-be
ans-4.3.0.jar:4.3.0.RELEASE]
        ... 84 common frames omitted
五月 10, 2017 5:19:26 下午 org.apache.catalina.core.StandardContext startInterna
l
严重: One or more listeners failed to start. Full details will be found in the a
ppropriate container log file
五月 10, 2017 5:19:26 下午 org.apache.catalina.core.StandardContext startInterna
l
严重: Context [] startup failed due to previous errors
五月 10, 2017 5:19:26 下午 org.apache.catalina.loader.WebappClassLoaderBase clea
rReferencesJdbc
严重: The web application [] registered the JDBC driver [com.microsoft.sqlserver
.jdbc.SQLServerDriver] but failed to unregister it when the web application was
stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistere
d.
五月 10, 2017 5:19:26 下午 org.apache.catalina.loader.WebappClassLoaderBase clea
rReferencesThreads
严重: The web application [] appears to have started a thread named [Timer-0] bu
t has failed to stop it. This is very likely to create a memory leak.
五月 10, 2017 5:19:26 下午 org.apache.catalina.loader.WebappClassLoaderBase clea
rReferencesThreads
严重: The web application [] appears to have started a thread named [com.mchange
.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it.
 This is very likely to create a memory leak.
五月 10, 2017 5:19:26 下午 org.apache.catalina.loader.WebappClassLoaderBase clea
rReferencesThreads
严重: The web application [] appears to have started a thread named [com.mchange
.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it.
 This is very likely to create a memory leak.
五月 10, 2017 5:19:26 下午 org.apache.catalina.loader.WebappClassLoaderBase clea
rReferencesThreads
严重: The web application [] appears to have started a thread named [com.mchange
.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it.
 This is very likely to create a memory leak.
五月 10, 2017 5:19:26 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-81"]
五月 10, 2017 5:19:26 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-bio-8009"]
五月 10, 2017 5:19:26 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 12790 ms


这是能看的全部信息了
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
16#   发表于:2017-05-10 17:27:19  IP:106.167.*.*
你是不是本地二次开发过了
1
级别: 商业授权用户
UID: 69954
积分:359 加为好友
威望: 9 精华: 0
主题:39 回复:274
注册时间:2014-11-25
在线时长:0
17#   发表于:2017-05-10 17:28:12  IP:125.216.*.*
jdk版本
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
18#   发表于:2017-05-10 17:29:33  IP:106.167.*.*
你是不是本地二次开发过了
1
级别: 商业授权用户
UID: 69954
积分:359 加为好友
威望: 9 精华: 0
主题:39 回复:274
注册时间:2014-11-25
在线时长:0
19#   发表于:2017-05-10 17:31:15  IP:125.216.*.*
没有呀,我直接用的你给我的那个部署文件,升的v8.1达
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
20#   发表于:2017-05-11 08:46:08  IP:106.167.*.*
是不是忘记改jdbc了
1
|< < 1 2 3 4 > >| 共4页