Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动出错 #26

Closed
huacxl opened this issue Jul 11, 2013 · 11 comments
Closed

启动出错 #26

huacxl opened this issue Jul 11, 2013 · 11 comments
Labels

Comments

@huacxl
Copy link

huacxl commented Jul 11, 2013

启动有2种异常:
1、/data/org.xml 找不到。我获取的最新源码,并且找了文件里的确没这个文件。
2、 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc

请帮看看是什么原因,谢谢!搭建了好久都搭建不成功。。。

@ysc
Copy link
Owner

ysc commented Jul 11, 2013

你的路径可能包含汉字,还有你的问题不够详细,请贴上完整的启动日志

@ysc ysc closed this as completed Jul 11, 2013
@huacxl
Copy link
Author

huacxl commented Jul 11, 2013

第一点的错误日志:
2013-07-11 14:15:21,559 [main] ERROR [org.apdplat.platform.util.XMLUtils] - 构造XML文件失败
java.io.FileNotFoundException: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\org.xml (系统找不到指定的路径。)
at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:138) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:97) ~[na:1.7.0_17]
at org.apdplat.platform.util.XMLUtils.validateXML(XMLUtils.java:55) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.module.security.service.register.RegisteOrg.registe(RegisteOrg.java:45) [APDPlat_Core-2.4.jar:na]
at org.apdplat.module.system.service.RegisterService.onApplicationEvent(RegisterService.java:57) [APDPlat_Core-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
2013-07-11 14:15:21,560 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 验证没有通过,请参考dtd文件

我找到了对应的源代码:
RegisteOrg类的:
public void registe() {
String xml="/data/org.xml";
LOG.info("注册【"+xml+"】文件");
LOG.info("验证【"+xml+"】文件");
boolean pass=XMLUtils.validateXML(xml);
if(!pass){
LOG.info("验证没有通过,请参考dtd文件");
return ;
}
LOG.info("验证通过");
XMLFactory factory=new XMLFactory(Org.class);
org=factory.unmarshal(RegisteOrg.class.getResourceAsStream(xml));

    assembleOrg(org);
    registeOrg(org);
}

但我下载你的源码里的确没org.xml这个文件,是自动会生成的?
类似的还有RegisteUser、RegisteRole、RegistePosition都是报告找不到对应的文件:.../data/user.xml

第2个异常具体日志:
2013-07-11 14:15:21,580 [main] INFO [org.apdplat.module.system.service.backup.BackupSchedulerService] - spring容器初始化完成, 开始检查是否需要启动定时备份数据调度器
2013-07-11 14:15:21,587 [main] INFO [org.apdplat.module.system.service.backup.BackupSchedulerService] - 没有设置定时备份数据任务
2013-07-11 14:15:21,587 [main] INFO [org.apdplat.module.index.service.IndexSchedulerService] - spring容器初始化完成, 开始检查是否需要启动定时索引调度器
2013-07-11 14:15:21,591 [main] ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc]
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1201) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1147) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:275) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:365) ~[spring-orm-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at com.sun.proxy.$Proxy94.createQuery(Unknown Source) ~[na:na]
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240) ~[spring-orm-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at com.sun.proxy.$Proxy94.createQuery(Unknown Source) ~[na:na]
at org.apdplat.platform.dao.DaoSupport.queryData(DaoSupport.java:105) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:143) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:135) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.service.ServiceFacade.query(ServiceFacade.java:99) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.service.ServiceFacade$$FastClassByCGLIB$$ff76978f.invoke() ~[cglib-2.2.jar:na]
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) ~[cglib-2.2.jar:na]
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:617) ~[spring-aop-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.service.ServiceFacade$$EnhancerByCGLIB$$7e64cb20.query() ~[cglib-2.2.jar:na]
at org.apdplat.module.index.service.IndexSchedulerService.getIndexScheduleConfig(IndexSchedulerService.java:77) ~[APDPlat_Module-2.4.jar:na]
at org.apdplat.module.index.service.IndexSchedulerService.onApplicationEvent(IndexSchedulerService.java:63) ~[APDPlat_Module-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) ~[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) ~[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
Caused by: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc]
at org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:180) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:111) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.tree.FromClause.addFromElement(FromClause.java:93) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:327) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3441) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3325) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:733) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:584) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:301) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:244) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:254) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:185) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:136) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:124) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1770) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:272) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
... 69 common frames omitted

还请再指教一下如果解决这些问题,感谢!

@huacxl
Copy link
Author

huacxl commented Jul 11, 2013

目录没使用中文了,Git下载最新源代码,
开发环境是eclipse,直接导入MAVEN项目,用命令编译安装Core和model包到本地库,jetty启动的WEB。

@ysc
Copy link
Owner

ysc commented Jul 11, 2013

首先,确保你是按照 https://github.com/ysc/APDPlat/wiki/%E5%A6%82%E4%BD%95%E5%9C%A8eclipse%E4%B8%8B%E5%BC%80%E5%8F%91 的描述来做的。
其次,不只是看你的两个错误信息,要所有的日志,所有,明白?

@huacxl
Copy link
Author

huacxl commented Jul 12, 2013

因我有安装m2eclipse,并希望试用maven管理项目结构,故直接导入从GIT下载的源代码。除WEB项目外,其余2个项目都可以修改并编译通过。还请帮检查下是什么问题,感谢!以下是完整的日志记录:

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building APDPlat_Web 2.4
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run (default-cli) @ APDPlat_Web >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ APDPlat_Web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 62 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ APDPlat_Web ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- wro4j-maven-plugin:1.7.0:run (default) @ APDPlat_Web ---
[INFO] Executing the mojo:
[INFO] Wro4j Model path: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\resources\wro4j_single_merge.xml
[INFO] targetGroups: null
[INFO] minimize: false
[INFO] ignoreMissingResources: true
[INFO] destinationFolder: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] jsDestinationFolder: null
[INFO] cssDestinationFolder: null
[INFO] groupNameMappingFile: null
[INFO] wroManagerFactory class: org.apdplat.platform.wro4j.APDPlatWro4jSingleMergeManagerFactory
[INFO] The following groups will be processed: [apdplat_merge, login_merge]
[INFO] folder: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] processing group: apdplat_merge.css
originalName:apdplat_merge.css
originalName:platform/include/apdplat_merge.css
[INFO] file size: apdplat_merge.css -> 147773 bytes
[INFO] D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\platform\include\apdplat_merge.css (147773 bytes)
[INFO] folder: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] processing group: apdplat_merge.js
originalName:apdplat_merge.js
originalName:platform/include/apdplat_merge.js
[INFO] file size: apdplat_merge.js -> 1691519 bytes
[INFO] D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\platform\include\apdplat_merge.js (1691519 bytes)
[INFO] folder: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] processing group: login_merge.css
originalName:login_merge.css
originalName:css/login_merge.css
[INFO] file size: login_merge.css -> 118847 bytes
[INFO] D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\css\login_merge.css (118847 bytes)
[INFO] folder: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] processing group: login_merge.js
originalName:login_merge.js
originalName:js/login_merge.js
[INFO] file size: login_merge.js -> 790142 bytes
[INFO] D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\js\login_merge.js (790142 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ APDPlat_Web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ APDPlat_Web ---
[INFO] No sources to compile
[INFO]
[INFO] <<< maven-jetty-plugin:6.1.26:run (default-cli) @ APDPlat_Web <<<
[INFO]
[INFO] --- maven-jetty-plugin:6.1.26:run (default-cli) @ APDPlat_Web ---
[INFO] Configuring Jetty for project: APDPlat_Web
[INFO] Webapp source directory = D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\target\classes
2013-07-12 13:53:58.860:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
[INFO] Context path = /APDPlat_Web
[INFO] Tmp directory = determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\web.xml
[INFO] Webapp directory = D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
[INFO] Starting jetty 6.1.26 ...
2013-07-12 13:53:58.902:INFO::jetty-6.1.26
13:53:59,064 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
13:53:59,064 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
13:53:59,065 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/work/Java/BPM/DEMO/APDPlat/APDPlat_Web/target/classes/logback.xml]
13:53:59,097 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
13:53:59,097 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
13:53:59,100 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
13:53:59,136 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - This appender no longer admits a layout as a sub-component, set an encoder instead.
13:53:59,136 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
13:53:59,136 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
13:53:59,136 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
13:53:59,138 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [logfile]
13:53:59,152 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4dc79451 - No compression will be used
13:53:59,152 |-WARN in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4dc79451 - Large window sizes are not allowed.
13:53:59,152 |-WARN in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4dc79451 - MaxIndex reduced to 13
13:53:59,158 |-WARN in ch.qos.logback.core.rolling.RollingFileAppender[logfile] - This appender no longer admits a layout as a sub-component, set an encoder instead.
13:53:59,158 |-WARN in ch.qos.logback.core.rolling.RollingFileAppender[logfile] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
13:53:59,158 |-WARN in ch.qos.logback.core.rolling.RollingFileAppender[logfile] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
13:53:59,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[logfile] - Active log file name: logs/logback.log
13:53:59,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[logfile] - File property is set to [logs/logback.log]
13:53:59,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apdplat] to INFO
13:53:59,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apdplat.platform.filter] to ERROR
13:53:59,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apdplat.module.security.service.UserLoginListener] to ERROR
13:53:59,159 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
13:53:59,159 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]

2013-07-12 13:53:59,166 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 装入主配置文件:/org/apdplat/config.properties
2013-07-12 13:53:59,168 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - Main profile is loaded: /org/apdplat/config.properties
2013-07-12 13:53:59,168 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 装入自定义主配置文件:/config.local.properties
2013-07-12 13:53:59,168 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - Custom main profile is loaded: /config.local.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 装入数据库配置文件:/org/apdplat/db.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - Database profile is loaded:/org/apdplat/db.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 装入自定义数据库配置文件:/db.local.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - Custom database profile is loaded:/db.local.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 装入扩展配置文件:/web.apdplat.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - Extend profile is loaded:/web.apdplat.properties
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - 系统配置属性装载完毕
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - System configuration properties finished loading
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - _属性列表_*********
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - _Properties List_**
2013-07-12 13:53:59,169 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.maxWait = -1
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.maxActive = 100
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.cache.use_structured_entries = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.maxWait = -1
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - app.copyright = 杨尚川(版权所有)
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - extend.property.files = /web.apdplat.properties
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - logQueueMax = 1000
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - action.generator.freemarker.template = /org/apdplat/platform/action/generator/freemarker/template/
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.cache.use_query_cache = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - dataSource = dataSource
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.format_sql = false
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - command.update = updatePart,updateWhole
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - login.fail.page = /login.jsp
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.maxIdle = 100
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.cache.provider_class = org.hibernate.cache.EhCacheProvider
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.cache.provider_class = org.hibernate.cache.EhCacheProvider
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - https.port = 8443
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.forlog.driver = com.mysql.jdbc.Driver
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - demo = false
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.maxIdle = 100
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.memcached.servers =
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.forlog.show_sql = false
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.memory.circle = 60
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - log.create = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.forlog.url = jdbc:mysql://hdhip:3306/${module.short.name}_for_log?useUnicode=true&characterEncoding=UTF-8&createDatabaseIfNotExist=true&autoReconnect=true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - log.locale.language = zh
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.memcached.servers =
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - security = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - deny.page = /accessDenied.jsp
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - http.port = 8080
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - login.code = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - auto.login.username = admin
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.minIdle = 10
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.login = true
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.property.file = /org/apdplat/db.properties
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.minIdle = 10
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.format_sql = false
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - search.js = search_apdplat.js
2013-07-12 13:53:59,170 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - libsigar.linux = libsigar-amd64-linux-1.6.4.so
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - model.generator.freemarker.template = /org/apdplat/platform/model/generator/freemarker/template/
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - topnav.page = topnav_apdplat.jsp
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - log.update = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.restore.command = mysql -u${db.username} -p${db.password} ${module.short.name}
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.defaultAutoCommit = false
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.forlog.password = sa
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.jdbc.fetch_size = 50
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - logo.image = logo_apdplat.png
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.initialSize = 10
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.backup = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - data.privilege.control.exclude = User,Role,Privilege,SelectItem,Module,Command,Org,InfoType
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.show_sql = false
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - index.dictionary = lucene/indexes
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - index.page.js = indexPage_apdplat.js
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.max_fetch_depth = 3
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - app.support = 杨尚川
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.poolPreparedStatements = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.jdbc.batch_size = 50
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.performance = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - basePackages = org/apdplat
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - system.main.page = /platform/index.jsp
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.index = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.cache.use_second_level_cache = true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - login.page = /login.jsp
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.url = jdbc:mysql://hdhip:3306/${module.short.name}?useUnicode=true&characterEncoding=UTF-8&createDatabaseIfNotExist=true&autoReconnect=true
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.forlog.username = root
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.driver = com.mysql.jdbc.Driver
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - basePackages.local =
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - logout.page = /
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - libsigar.solaris = libsigar-amd64-solaris-1.6.4.so
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.password = sa
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - dictionary.generator.freemarker.template = /org/apdplat/module/dictionary/generator/freemarker/template/
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - channel.type = http
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.backup.command = mysqldump -u${db.username} -p${db.password} ${module.short.name}
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - app.contact = 电话:18919193664
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.initialSize = 10
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - dataSourceForLog = dataSourceForLog
2013-07-12 13:53:59,171 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - context.path =
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - app.name = APDPlat应用级产品开发平台
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - persistenceUnit = apdplat
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.runing = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.cache.use_structured_entries = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.forlog.database = MYSQL
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.cache.use_query_cache = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.max_fetch_depth = 3
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.forlog.generateDdl = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.jdbc.batch_size = 50
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - command.query = query,retrieve,search
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - manager.default.url = org/apdplat/url.txt
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.forlog.jdbc.fetch_size = 50
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - db.username = root
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.defaultAutoCommit = false
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - libsigar.mac = libsigar-universal64-macosx-1.6.4.dylib
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - app.version = 系统版本(v2.2)
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - scan.jars =
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.poolPreparedStatements = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - hibernate.cache.use_second_level_cache = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - log.delete = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - module.short.name = apdplat
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.generateDdl = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - module.disable =
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - login.image = login_apdplat.png
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - persistenceUnitForLog = apdplatForLog
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - pool.forlog.maxActive = 100
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - jpa.database = MYSQL
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - monitor.memory = true
2013-07-12 13:53:59,172 [main] INFO [org.apdplat.module.system.service.PropertyHolder] - ***********************************************************
2013-07-12 13:53:59.177:INFO::No Transaction manager found - if your webapp requires one, please configure one.
2013-07-12 13:53:59,397 [main] INFO [org.apdplat.module.system.service.SystemListener] - 启用内存监视日志
2013-07-12 13:53:59,397 [main] INFO [org.apdplat.module.system.service.SystemListener] - 启用系统运行日志
2013-07-12 13:53:59,397 [main] INFO [org.apdplat.module.system.service.SystemListener] - 启动【APDPlat应用级产品开发平台】
2013-07-12 13:53:59,397 [main] INFO [org.apdplat.module.system.service.SystemListener] - 应用上下文:/APDPlat_Web
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - basePath:D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - user.dir:D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - 将user.dir重新设置为:D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - 你的操作系统所用的编码file.encoding:UTF-8
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - 注册模块前,scanJars:
2013-07-12 13:53:59,399 [main] INFO [org.apdplat.module.system.service.SystemListener] - 注册模块后,scanJars:
2013-07-12 13:53:59,453 [main] INFO [org.apdplat.platform.generator.Generator] - 开始生成数据字典JS代码
2013-07-12 13:53:59,453 [main] INFO [org.apdplat.platform.generator.Generator] - runtimingWebBasePath:D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp
2013-07-12 13:53:59,454 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典DTD文件(Find data dictionary DID file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/dic.dtd
2013-07-12 13:53:59,455 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD复制到(Copy DID to):/target/dic.dtd
2013-07-12 13:53:59,456 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典描述文件(Find data dictionary description file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/dic.xml
2013-07-12 13:53:59,456 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD文件替换为绝对路径(Replace DID file into absolute path)
2013-07-12 13:53:59,456 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将数据字典文件读取到字节数组中,长度为(Load data dictionary into byte array, the length is):706
2013-07-12 13:53:59,456 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 注册dic.xml文件(Register dic.xml file)
2013-07-12 13:53:59,456 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证dic.xml文件(Verify dic.xml file )
2013-07-12 13:53:59,460 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证通过(Validation succeed)
2013-07-12 13:53:59,705 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),dic=数据字典
2013-07-12 13:53:59,708 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),dicitem=数据字典项
2013-07-12 13:53:59,713 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典描述文件(Find data dictionary description file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Module/2.4/APDPlat_Module-2.4.jar!/META-INF/services/dic.xml
2013-07-12 13:53:59,713 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD文件替换为绝对路径(Replace DID file into absolute path)
2013-07-12 13:53:59,713 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将数据字典文件读取到字节数组中,长度为(Load data dictionary into byte array, the length is):37358
2013-07-12 13:53:59,714 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 注册dic.xml文件(Register dic.xml file)
2013-07-12 13:53:59,714 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证dic.xml文件(Verify dic.xml file )
2013-07-12 13:53:59,735 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证通过(Validation succeed)
2013-07-12 13:53:59,839 [main] INFO [org.apdplat.platform.generator.Generator] - 生成的文件为(Generated file is):D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\platform\js\dic.js
2013-07-12 13:53:59,839 [main] INFO [org.apdplat.platform.generator.Generator] - 数据字典代码生成成功
2013-07-12 13:53:59,839 [main] INFO [org.apdplat.module.system.service.SystemListener] - 记录服务器启动日志
2013-07-12 13:53:59,840 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),runingtime=系统持续运行时间日志
2013-07-12 13:53:59,841 [main] INFO [org.apdplat.module.system.service.SystemListener] - 启动内存监视线程
2013-07-12 13:53:59,842 [main] INFO [org.apdplat.module.monitor.service.MemoryMonitorThread] - 内存监视间隔为(Memory monitor interval) 60 分钟(min)
2013-07-12 13:53:59.842:INFO:/APDPlat_Web:Initializing Spring root WebApplicationContext
2013-07-12 13:53:59,842 [内存监视线程(Memory monitor thread)] INFO [org.apdplat.module.monitor.service.MemoryMonitorThread] - 内存监视线程启动(Launch memory monitor thread)
2013-07-12 13:53:59,843 [内存监视线程(Memory monitor thread)] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),memorystate=内存使用情况日志
2013-07-12 13:54:01,255 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 开始执行apdplat对spring jpa的定制修改1(1. Start to execute custom modifications of APDPlat for Spring JPA )
2013-07-12 13:54:01,256 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符的内容为(Content of placeholder is): ${persistenceUnit}
2013-07-12 13:54:01,256 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符对应的配置文件的内容为(Content of config file related to placeholder is): apdplat
2013-07-12 13:54:01,256 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 开始执行apdplat对spring jpa的定制修改2(2. Start to execute custom modifications of APDPlat for Spring JPA )
2013-07-12 13:54:01,257 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符的内容为(Content of placeholder is): ${scan.jars}
2013-07-12 13:54:01,257 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符对应的配置文件的内容为(Content of config file related to placeholder is):
2013-07-12 13:54:01,259 [main] INFO [org.apdplat.platform.spring.APDPlatLocalContainerEntityManagerFactoryBean] - Building JPA container EntityManagerFactory for persistence unit 'apdplat'
2013-07-12 13:54:01,690 [main] INFO [org.apdplat.platform.model.ModelListener] - 启用添加数据日志(Enable add data log)
2013-07-12 13:54:01,690 [main] INFO [org.apdplat.platform.model.ModelListener] - 启用删除数据日志(Enable delete data log)
2013-07-12 13:54:01,690 [main] INFO [org.apdplat.platform.model.ModelListener] - 启用更新数据日志(Enable update data log)
2013-07-12 13:54:02,224 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),org=组织架构
2013-07-12 13:54:02,230 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),backupscheduleconfig=定时备份数据配置
2013-07-12 13:54:02,235 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),indexlog=重建索引日志
2013-07-12 13:54:02,240 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),operatelog=业务操作日志
2013-07-12 13:54:02,250 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),module=模块信息
2013-07-12 13:54:02,255 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),role=角色信息
2013-07-12 13:54:02,265 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),position=岗位
2013-07-12 13:54:02,270 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),command=命令信息
2013-07-12 13:54:02,275 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),userlogin=用户登陆注销日志
2013-07-12 13:54:02,280 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),processtime=请求处理时间日志
2013-07-12 13:54:02,284 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),backuplog=备份恢复日志
2013-07-12 13:54:02,293 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),usergroup=用户组信息
2013-07-12 13:54:02,298 [main] INFO [org.apdplat.platform.model.ModelMetaData] - 注册模型元数据(Register model metadata),user=用户信息
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 开始执行apdplat对spring jpa的定制修改1(1. Start to execute custom modifications of APDPlat for Spring JPA )
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符的内容为(Content of placeholder is): ${persistenceUnitForLog}
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符对应的配置文件的内容为(Content of config file related to placeholder is): apdplatForLog
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 开始执行apdplat对spring jpa的定制修改2(2. Start to execute custom modifications of APDPlat for Spring JPA )
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符的内容为(Content of placeholder is): ${scan.jars}
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatPersistenceUnitReader] - 占位符对应的配置文件的内容为(Content of config file related to placeholder is):
2013-07-12 13:54:02,655 [main] INFO [org.apdplat.platform.spring.APDPlatLocalContainerEntityManagerFactoryBean] - Building JPA container EntityManagerFactory for persistence unit 'apdplatForLog'
2013-07-12 13:54:03,143 [main] INFO [org.apdplat.platform.search.IndexManager] - 启用重建索引日志(Enable rebuilding index log)
2013-07-12 13:54:03,143 [main] INFO [org.apdplat.platform.search.IndexManager] - 获取索引文件目录(Get index file list):D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\lucene\indexes
2013-07-12 13:54:03,145 [main] INFO [org.apdplat.platform.compass.APDPlatLocalCompassBean] - 开始执行apdplat对compass的定制修改1 :将索引目录路径【 D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\lucene\indexes 】修改成路径【 D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\lucene\indexes】
2013-07-12 13:54:03,579 [main] INFO [org.apdplat.module.security.service.SpringSecurityService] - 开始初始化权限子系统...
2013-07-12 13:54:03,837 [main] INFO [org.apdplat.module.security.service.SpringSecurityService] - 完成初始化权限子系统...
2013-07-12 13:54:03,859 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - module css:/* 自动生成的文件,请不要修改 /.security{background-image: url(../images/module/security.png) !important;}.user{background-image: url(../images/module/security/user.png) !important;}.userGroup{background-image: url(../images/module/security/userGroup.png) !important;}.role{background-image: url(../images/module/security/role.png) !important;}.org{background-image: url(../images/module/security/org.png) !important;}.position{background-image: url(../images/module/security/position.png) !important;}.monitor{background-image: url(../images/module/monitor.png) !important;}.userLogin{background-image: url(../images/module/monitor/userLogin.png) !important;}.runingTime{background-image: url(../images/module/monitor/runingTime.png) !important;}.memoryState{background-image: url(../images/module/monitor/memoryState.png) !important;}.processTime{background-image: url(../images/module/monitor/processTime.png) !important;}.backupLog{background-image: url(../images/module/monitor/backupLog.png) !important;}.indexLog{background-image: url(../images/module/monitor/indexLog.png) !important;}.log{background-image: url(../images/module/log.png) !important;}.operateLog{background-image: url(../images/module/log/operateLog.png) !important;}.system{background-image: url(../images/module/system.png) !important;}.backup{background-image: url(../images/module/system/backup.png) !important;}.module{background-image: url(../images/module/module.png) !important;}.editModule{background-image: url(../images/module/module/editModule.png) !important;}.editCommand{background-image: url(../images/module/module/editCommand.png) !important;}.dictionary{background-image: url(../images/module/dictionary.png) !important;}.dicItem{background-image: url(../images/module/dictionary/dicItem.png) !important;}.index{background-image: url(../images/module/index.png) !important;}.state{background-image: url(../images/module/index/state.png) !important;}.setup{background-image: url(../images/module/index/setup.png) !important;}.info{background-image: url(../images/module/info.png) !important;}.infoType{background-image: url(../images/module/info/infoType.png) !important;}.news{background-image: url(../images/module/info/news.png) !important;}.infoCollect{background-image: url(../images/module/infoCollect.png) !important;}.homeCollect{background-image: url(../images/module/infoCollect/homeCollect.png) !important;}.basicInfoCollect{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect.png) !important;}.populationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/populationInfo.png) !important;}.childbearingAgeInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/childbearingAgeInfo.png) !important;}.marriageInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/marriageInfo.png) !important;}.contraceptInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/contraceptInfo.png) !important;}.pregnancyEugenic{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/pregnancyEugenic.png) !important;}.birthControlInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/birthControlInfo.png) !important;}.pregnancyInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/pregnancyInfo.png) !important;}.maternityChildRelationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/maternityChildRelationInfo.png) !important;}.familyPlanningOperation{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/familyPlanningOperation.png) !important;}.currentPopulationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/currentPopulationInfo.png) !important;}.parentInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/parentInfo.png) !important;}
2013-07-12 13:54:03,898 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - operation css:/
自动生成的文件,请不要修改 */.export{background-image: url(../images/operation/export.png) !important;}.query{background-image: url(../images/operation/query.png) !important;}.clearTask{background-image: url(../images/operation/clearTask.png) !important;}.download{background-image: url(../images/operation/download.png) !important;}.updateWhole{background-image: url(../images/operation/updateWhole.png) !important;}.create{background-image: url(../images/operation/create.png) !important;}.rebuidAll{background-image: url(../images/operation/rebuidAll.png) !important;}.search{background-image: url(../images/operation/search.png) !important;}.retrieve{background-image: url(../images/operation/retrieve.png) !important;}.restore{background-image: url(../images/operation/restore.png) !important;}.delete{background-image: url(../images/operation/delete.png) !important;}.reset{background-image: url(../images/operation/reset.png) !important;}.chart{background-image: url(../images/operation/chart.png) !important;}.setTask{background-image: url(../images/operation/setTask.png) !important;}.updatePart{background-image: url(../images/operation/updatePart.png) !important;}.backup{background-image: url(../images/operation/backup.png) !important;}
2013-07-12 13:54:07,051 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - spring容器初始化完成, 开始检查 数据字典 是否需要初始化数据
2013-07-12 13:54:07,052 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 需要初始化 数据字典
2013-07-12 13:54:07,053 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 打开实体管理器
2013-07-12 13:54:07,054 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典DTD文件(Find data dictionary DID file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/dic.dtd
2013-07-12 13:54:07,054 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD复制到(Copy DID to):/target/dic.dtd
2013-07-12 13:54:07,055 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典描述文件(Find data dictionary description file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/dic.xml
2013-07-12 13:54:07,056 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD文件替换为绝对路径(Replace DID file into absolute path)
2013-07-12 13:54:07,056 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将数据字典文件读取到字节数组中,长度为(Load data dictionary into byte array, the length is):706
2013-07-12 13:54:07,056 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 注册dic.xml文件(Register dic.xml file)
2013-07-12 13:54:07,056 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证dic.xml文件(Verify dic.xml file )
2013-07-12 13:54:07,058 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证通过(Validation succeed)
2013-07-12 13:54:07,080 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 找到数据字典描述文件(Find data dictionary description file):file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Module/2.4/APDPlat_Module-2.4.jar!/META-INF/services/dic.xml
2013-07-12 13:54:07,081 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将DTD文件替换为绝对路径(Replace DID file into absolute path)
2013-07-12 13:54:07,081 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 将数据字典文件读取到字节数组中,长度为(Load data dictionary into byte array, the length is):37358
2013-07-12 13:54:07,081 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 注册dic.xml文件(Register dic.xml file)
2013-07-12 13:54:07,081 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证dic.xml文件(Verify dic.xml file )
2013-07-12 13:54:07,096 [main] INFO [org.apdplat.module.dictionary.service.DicParser] - 验证通过(Validation succeed)
2013-07-12 13:54:07,154 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 以前已经注册过数据字典(Already registered the data dictionary)
2013-07-12 13:54:07,154 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 查找出根数据字典(Find out the root data dictionary)
2013-07-12 13:54:07,170 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 找到以前导入的根数据字典(Find out previous imported root data dictionary): 数据字典
2013-07-12 13:54:07,171 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 将第一次以后的数据字典的根数据字典设置为第一次注册的根数据字典(Set the later data dictionary to the first registered root data dictionary)
2013-07-12 13:54:07,180 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(This data dictionary) 安全管理 (already registered)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,189 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 用户状态 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,190 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 以前已经注册过数据字典(Already registered the data dictionary)
2013-07-12 13:54:07,190 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 查找出根数据字典(Find out the root data dictionary)
2013-07-12 13:54:07,199 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 找到以前导入的根数据字典(Find out previous imported root data dictionary): 数据字典
2013-07-12 13:54:07,199 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 将第一次以后的数据字典的根数据字典设置为第一次注册的根数据字典(Set the later data dictionary to the first registered root data dictionary)
2013-07-12 13:54:07,209 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(This data dictionary) 内容管理 (already registered)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,218 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 是否 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,227 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 语言 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,237 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(This data dictionary) 全员人口基础数据 (already registered)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,246 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 是否缴纳社会抚养费 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,255 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 国籍 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,264 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 证件类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,273 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 性别 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,282 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 学历 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,290 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 户口性质 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,297 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 婚姻状况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,306 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 民族 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,314 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 服务机构类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,322 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 妊娠结果 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,330 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 避孕情况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,337 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 孕情检查结果 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,346 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 宫内节育器检查结果 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,354 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 生殖健康检查结果 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,361 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 流动原因 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,368 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 与父母血缘关系 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,376 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 出生政策属性 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,385 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 独生子女情况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,393 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 子女出生健康状况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,401 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 子女存活情况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,408 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 子女健康状况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,417 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 住房性质 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,425 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 建筑类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,433 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 选举情况 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,441 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 进入系统原因 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,449 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 退出系统原因 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,457 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 生育备注 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,465 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 计划类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,474 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 政策依据 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,481 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 计划终止原因 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,490 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 抚养费缴纳方式 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,498 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 户类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,506 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 协查紧急程度 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,514 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 协查类型 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,522 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 管理关系 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,530 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 进入系统原因(WIS) (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,537 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 退出系统原因(WIS) (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,544 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 人流原因 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,551 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 数据字典(Data dictionary) 与户主关系 (already registered, checking other sub-data dictionary)在此前已经被注册过,此次忽略,检查其子数据字典
2013-07-12 13:54:07,551 [main] INFO [org.apdplat.module.dictionary.service.register.RegisteDic] - 关闭实体管理器
2013-07-12 13:54:07,551 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - spring容器初始化完成, 开始检查 模块信息 是否需要初始化数据
2013-07-12 13:54:07,552 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 需要初始化 模块信息
2013-07-12 13:54:07,552 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 打开实体管理器
2013-07-12 13:54:07,553 [main] INFO [org.apdplat.module.module.service.ModuleParser] - module.disable:
2013-07-12 13:54:07,553 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 找到模块描述文件:file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/module.xml
2013-07-12 13:54:07,554 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 找到模块DTD文件:file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/module.dtd
2013-07-12 13:54:07,554 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将DTD复制到:/target/module.dtd
2013-07-12 13:54:07,555 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将DTD文件替换为绝对路径
2013-07-12 13:54:07,555 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将模块文件读取到字节数组中,长度为:8464
2013-07-12 13:54:07,555 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 注册module.xml文件
2013-07-12 13:54:07,555 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 验证module.xml文件
2013-07-12 13:54:07,559 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 验证通过
2013-07-12 13:54:07,581 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 安全管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 用户管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 用户组管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 角色管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 组织架构
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 岗位管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 系统监控
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 用户登录
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 运行时间
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 内存使用
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 操作耗时
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 备份日志
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 索引日志
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 业务日志
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 增删改日志
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 系统管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 备份恢复
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 模块管理
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 模块维护
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 命令维护
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 数据字典
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 字典维护
2013-07-12 13:54:07,582 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 找到模块描述文件:file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Module/2.4/APDPlat_Module-2.4.jar!/META-INF/services/module.xml
2013-07-12 13:54:07,583 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 找到模块DTD文件:file:/D:/work/Java/Lib/Common/org/apdplat/APDPlat_Core/2.4/APDPlat_Core-2.4.jar!/META-INF/services/module.dtd
2013-07-12 13:54:07,583 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将DTD复制到:/target/module.dtd
2013-07-12 13:54:07,584 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将DTD文件替换为绝对路径
2013-07-12 13:54:07,584 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 将模块文件读取到字节数组中,长度为:11075
2013-07-12 13:54:07,584 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 注册module.xml文件
2013-07-12 13:54:07,584 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 验证module.xml文件
2013-07-12 13:54:07,588 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 验证通过
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 索引管理
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 索引状况
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 索引设置
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 内容管理
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 类别管理
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 新闻管理
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 信息采集业务
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 入户采集子业务
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 基础信息采集
2013-07-12 13:54:07,609 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 全员人口基础信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 育龄夫妇信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 婚姻信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 避孕信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 孕前优生信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 生育计划信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 妊娠信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 生育及子女关系信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 计划生育手术
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 流动人口信息
2013-07-12 13:54:07,610 [main] INFO [org.apdplat.module.module.service.ModuleParser] - 启用: 父母信息
2013-07-12 13:54:07,624 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 以前已经注册过模块
2013-07-12 13:54:07,624 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 查找出根模块
2013-07-12 13:54:07,

@huacxl
Copy link
Author

huacxl commented Jul 12, 2013

内容太长,提交不成功,下面接着后面的:

2013-07-12 13:54:07,990 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 找到以前导入的根模块: 功能菜单
2013-07-12 13:54:07,990 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 将第一次以后的模块的根模块设置为第一次注册的根模块
2013-07-12 13:54:07,997 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引管理 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:07,997 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引管理 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,010 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引状况 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,010 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引状况 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,024 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引设置 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,024 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 索引设置 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,038 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 内容管理 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,038 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 内容管理 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,051 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 类别管理 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,051 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 类别管理 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,065 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 新闻管理 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,065 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 新闻管理 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,080 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 信息采集业务 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,080 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 信息采集业务 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,093 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 入户采集子业务 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,093 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 入户采集子业务 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,106 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 基础信息采集 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,107 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 基础信息采集 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,120 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 全员人口基础信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,120 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 全员人口基础信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,136 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 育龄夫妇信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,136 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 育龄夫妇信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,151 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 婚姻信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,151 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 婚姻信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,166 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 避孕信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,166 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 避孕信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,180 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 孕前优生信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,180 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 孕前优生信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,195 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 生育计划信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,195 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 生育计划信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,212 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 妊娠信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,212 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 妊娠信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,230 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 生育及子女关系信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,230 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 生育及子女关系信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,246 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 计划生育手术 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,246 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 计划生育手术 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,260 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 流动人口信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,260 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 流动人口信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,273 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 父母信息 在此前已经被注册过,此次忽略,检查其子模块
2013-07-12 13:54:08,274 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块 父母信息 在此前已经被注册过,检查其命令
2013-07-12 13:54:08,281 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 关闭实体管理器
2013-07-12 13:54:08,282 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 模块、命令数据没有变化
2013-07-12 13:54:08,282 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 重新生成/platform/css/module.css
2013-07-12 13:54:08,294 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - module css:/* 自动生成的文件,请不要修改 /.security{background-image: url(../images/module/security.png) !important;}.user{background-image: url(../images/module/security/user.png) !important;}.userGroup{background-image: url(../images/module/security/userGroup.png) !important;}.role{background-image: url(../images/module/security/role.png) !important;}.org{background-image: url(../images/module/security/org.png) !important;}.position{background-image: url(../images/module/security/position.png) !important;}.monitor{background-image: url(../images/module/monitor.png) !important;}.userLogin{background-image: url(../images/module/monitor/userLogin.png) !important;}.runingTime{background-image: url(../images/module/monitor/runingTime.png) !important;}.memoryState{background-image: url(../images/module/monitor/memoryState.png) !important;}.processTime{background-image: url(../images/module/monitor/processTime.png) !important;}.backupLog{background-image: url(../images/module/monitor/backupLog.png) !important;}.indexLog{background-image: url(../images/module/monitor/indexLog.png) !important;}.log{background-image: url(../images/module/log.png) !important;}.operateLog{background-image: url(../images/module/log/operateLog.png) !important;}.system{background-image: url(../images/module/system.png) !important;}.backup{background-image: url(../images/module/system/backup.png) !important;}.module{background-image: url(../images/module/module.png) !important;}.editModule{background-image: url(../images/module/module/editModule.png) !important;}.editCommand{background-image: url(../images/module/module/editCommand.png) !important;}.dictionary{background-image: url(../images/module/dictionary.png) !important;}.dicItem{background-image: url(../images/module/dictionary/dicItem.png) !important;}.index{background-image: url(../images/module/index.png) !important;}.state{background-image: url(../images/module/index/state.png) !important;}.setup{background-image: url(../images/module/index/setup.png) !important;}.info{background-image: url(../images/module/info.png) !important;}.infoType{background-image: url(../images/module/info/infoType.png) !important;}.news{background-image: url(../images/module/info/news.png) !important;}.infoCollect{background-image: url(../images/module/infoCollect.png) !important;}.homeCollect{background-image: url(../images/module/infoCollect/homeCollect.png) !important;}.basicInfoCollect{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect.png) !important;}.populationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/populationInfo.png) !important;}.childbearingAgeInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/childbearingAgeInfo.png) !important;}.marriageInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/marriageInfo.png) !important;}.contraceptInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/contraceptInfo.png) !important;}.pregnancyEugenic{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/pregnancyEugenic.png) !important;}.birthControlInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/birthControlInfo.png) !important;}.pregnancyInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/pregnancyInfo.png) !important;}.maternityChildRelationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/maternityChildRelationInfo.png) !important;}.familyPlanningOperation{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/familyPlanningOperation.png) !important;}.currentPopulationInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/currentPopulationInfo.png) !important;}.parentInfo{background-image: url(../images/module/infoCollect/homeCollect/basicInfoCollect/parentInfo.png) !important;}
2013-07-12 13:54:08,294 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - 重新生成/platform/css/operation.css
2013-07-12 13:54:08,324 [main] INFO [org.apdplat.module.module.service.register.RegisteModule] - operation css:/
自动生成的文件,请不要修改 */.export{background-image: url(../images/operation/export.png) !important;}.query{background-image: url(../images/operation/query.png) !important;}.clearTask{background-image: url(../images/operation/clearTask.png) !important;}.download{background-image: url(../images/operation/download.png) !important;}.updateWhole{background-image: url(../images/operation/updateWhole.png) !important;}.create{background-image: url(../images/operation/create.png) !important;}.rebuidAll{background-image: url(../images/operation/rebuidAll.png) !important;}.search{background-image: url(../images/operation/search.png) !important;}.retrieve{background-image: url(../images/operation/retrieve.png) !important;}.restore{background-image: url(../images/operation/restore.png) !important;}.delete{background-image: url(../images/operation/delete.png) !important;}.reset{background-image: url(../images/operation/reset.png) !important;}.chart{background-image: url(../images/operation/chart.png) !important;}.setTask{background-image: url(../images/operation/setTask.png) !important;}.updatePart{background-image: url(../images/operation/updatePart.png) !important;}.backup{background-image: url(../images/operation/backup.png) !important;}
2013-07-12 13:54:08,324 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - spring容器初始化完成, 开始检查 组织架构 是否需要初始化数据
2013-07-12 13:54:08,331 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 需要初始化 组织架构
2013-07-12 13:54:08,331 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 打开实体管理器
2013-07-12 13:54:08,331 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 注册【/data/org.xml】文件
2013-07-12 13:54:08,331 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 验证【/data/org.xml】文件
2013-07-12 13:54:08,335 [main] ERROR [org.apdplat.platform.util.XMLUtils] - 构造XML文件失败
java.io.FileNotFoundException: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\org.xml (系统找不到指定的路径。)
at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:138) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:97) ~[na:1.7.0_17]
at org.apdplat.platform.util.XMLUtils.validateXML(XMLUtils.java:55) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.module.security.service.register.RegisteOrg.registe(RegisteOrg.java:45) [APDPlat_Core-2.4.jar:na]
at org.apdplat.module.system.service.RegisterService.onApplicationEvent(RegisterService.java:57) [APDPlat_Core-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
2013-07-12 13:54:08,335 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 验证没有通过,请参考dtd文件
2013-07-12 13:54:08,335 [main] INFO [org.apdplat.module.security.service.register.RegisteOrg] - 关闭实体管理器
2013-07-12 13:54:08,336 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - spring容器初始化完成, 开始检查 岗位 是否需要初始化数据
2013-07-12 13:54:08,343 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 需要初始化 岗位
2013-07-12 13:54:08,343 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 打开实体管理器
2013-07-12 13:54:08,343 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 注册【/data/position.xml】文件
2013-07-12 13:54:08,343 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 验证【/data/position.xml】文件
2013-07-12 13:54:08,344 [main] ERROR [org.apdplat.platform.util.XMLUtils] - 构造XML文件失败
java.io.FileNotFoundException: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\position.xml (系统找不到指定的路径。)
at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:138) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:97) ~[na:1.7.0_17]
at org.apdplat.platform.util.XMLUtils.validateXML(XMLUtils.java:55) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.module.security.service.register.RegistePosition.registe(RegistePosition.java:45) [APDPlat_Core-2.4.jar:na]
at org.apdplat.module.system.service.RegisterService.onApplicationEvent(RegisterService.java:57) [APDPlat_Core-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
2013-07-12 13:54:08,344 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 验证没有通过,请参考dtd文件
2013-07-12 13:54:08,344 [main] INFO [org.apdplat.module.security.service.register.RegistePosition] - 关闭实体管理器
2013-07-12 13:54:08,344 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - spring容器初始化完成, 开始检查 角色信息 是否需要初始化数据
2013-07-12 13:54:08,352 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 需要初始化 角色信息
2013-07-12 13:54:08,352 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 打开实体管理器
2013-07-12 13:54:08,352 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 注册【/data/role.xml】文件
2013-07-12 13:54:08,353 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 验证【/data/role.xml】文件
2013-07-12 13:54:08,353 [main] ERROR [org.apdplat.platform.util.XMLUtils] - 构造XML文件失败
java.io.FileNotFoundException: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\role.xml (系统找不到指定的路径。)
at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:138) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:97) ~[na:1.7.0_17]
at org.apdplat.platform.util.XMLUtils.validateXML(XMLUtils.java:55) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.module.security.service.register.RegisteRole.registe(RegisteRole.java:45) [APDPlat_Core-2.4.jar:na]
at org.apdplat.module.system.service.RegisterService.onApplicationEvent(RegisterService.java:57) [APDPlat_Core-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
2013-07-12 13:54:08,354 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 验证没有通过,请参考dtd文件
2013-07-12 13:54:08,354 [main] INFO [org.apdplat.module.security.service.register.RegisteRole] - 关闭实体管理器
2013-07-12 13:54:08,354 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - spring容器初始化完成, 开始检查 用户信息 是否需要初始化数据
2013-07-12 13:54:08,360 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 需要初始化 用户信息
2013-07-12 13:54:08,360 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 打开实体管理器
2013-07-12 13:54:08,360 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 注册【/data/user.xml】文件
2013-07-12 13:54:08,360 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 验证【/data/user.xml】文件
2013-07-12 13:54:08,361 [main] ERROR [org.apdplat.platform.util.XMLUtils] - 构造XML文件失败
java.io.FileNotFoundException: D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp\WEB-INF\classes\data\user.xml (系统找不到指定的路径。)
at java.io.FileInputStream.open(Native Method) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:138) ~[na:1.7.0_17]
at java.io.FileInputStream.(FileInputStream.java:97) ~[na:1.7.0_17]
at org.apdplat.platform.util.XMLUtils.validateXML(XMLUtils.java:55) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.module.security.service.register.RegisteUser.registe(RegisteUser.java:49) [APDPlat_Core-2.4.jar:na]
at org.apdplat.module.system.service.RegisterService.onApplicationEvent(RegisterService.java:57) [APDPlat_Core-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) [spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
2013-07-12 13:54:08,361 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 验证没有通过,请参考dtd文件
2013-07-12 13:54:08,361 [main] INFO [org.apdplat.module.security.service.register.RegisteUser] - 关闭实体管理器
2013-07-12 13:54:08,361 [main] INFO [org.apdplat.module.system.service.backup.BackupSchedulerService] - spring容器初始化完成, 开始检查是否需要启动定时备份数据调度器
2013-07-12 13:54:08,367 [main] INFO [org.apdplat.module.system.service.backup.BackupSchedulerService] - 没有设置定时备份数据任务
2013-07-12 13:54:08,367 [main] INFO [org.apdplat.module.index.service.IndexSchedulerService] - spring容器初始化完成, 开始检查是否需要启动定时索引调度器
2013-07-12 13:54:08,371 [main] ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc]
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1201) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1147) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:275) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:365) ~[spring-orm-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at com.sun.proxy.$Proxy94.createQuery(Unknown Source) ~[na:na]
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240) ~[spring-orm-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at com.sun.proxy.$Proxy94.createQuery(Unknown Source) ~[na:na]
at org.apdplat.platform.dao.DaoSupport.queryData(DaoSupport.java:105) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:143) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:135) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.service.ServiceFacade.query(ServiceFacade.java:99) ~[APDPlat_Core-2.4.jar:na]
at org.apdplat.platform.service.ServiceFacade$$FastClassByCGLIB$$ff76978f.invoke() ~[cglib-2.2.jar:na]
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) ~[cglib-2.2.jar:na]
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:617) ~[spring-aop-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.service.ServiceFacade$$EnhancerByCGLIB$$ce1c1fc9.query() ~[cglib-2.2.jar:na]
at org.apdplat.module.index.service.IndexSchedulerService.getIndexScheduleConfig(IndexSchedulerService.java:77) ~[APDPlat_Module-2.4.jar:na]
at org.apdplat.module.index.service.IndexSchedulerService.onApplicationEvent(IndexSchedulerService.java:63) ~[APDPlat_Module-2.4.jar:na]
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428) ~[spring-context-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) ~[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) ~[spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.5.RELEASE.jar:3.0.5.RELEASE]
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37) [APDPlat_Core-2.4.jar:na]
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.jetty.Server.doStart(Server.java:224) [jetty-6.1.26.jar:6.1.26]
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) [jetty-util-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184) [maven-jetty-plugin-6.1.26.jar:6.1.26]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) [maven-core-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) [maven-embedder-3.0.4.jar:3.0.4]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.4.jar:3.0.4]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
Caused by: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc]
at org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:180) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:111) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.tree.FromClause.addFromElement(FromClause.java:93) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:327) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3441) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3325) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:733) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:584) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:301) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:244) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:254) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:185) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:136) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:124) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1770) ~[hibernate-core-3.6.3.Final.jar:3.6.3.Final]
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:272) ~[hibernate-entitymanager-3.6.3.Final.jar:3.6.3.Final]
... 69 common frames omitted
2013-07-12 13:54:08.372:WARN::Failed startup of context org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@7cece585{/APDPlat_Web,D:\work\Java\BPM\DEMO\APDPlat\APDPlat_Web\src\main\webapp}
java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: IndexScheduleConfig is not mapped [select o from IndexScheduleConfig o order by o.id desc]
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1201)
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1147)
at org.hibernate.ejb.AbstractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:275)
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:365)
at com.sun.proxy.$Proxy94.createQuery(Unknown Source)
at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
at com.sun.proxy.$Proxy94.createQuery(Unknown Source)
at org.apdplat.platform.dao.DaoSupport.queryData(DaoSupport.java:105)
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:143)
at org.apdplat.platform.dao.DaoFacade.query(DaoFacade.java:135)
at org.apdplat.platform.service.ServiceFacade.query(ServiceFacade.java:99)
at org.apdplat.platform.service.ServiceFacade$$FastClassByCGLIB$$ff76978f.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:617)
at org.apdplat.platform.service.ServiceFacade$$EnhancerByCGLIB$$ce1c1fc9.query()
at org.apdplat.module.index.service.IndexSchedulerService.getIndexScheduleConfig(IndexSchedulerService.java:77)
at org.apdplat.module.index.service.IndexSchedulerService.onApplicationEvent(IndexSchedulerService.java:63)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:37)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396)
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210)
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
2013-07-12 13:54:08.386:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server

@ysc
Copy link
Owner

ysc commented Jul 12, 2013

从你最后贴的日志

[INFO] Scanning for projects...
[INFO]

[INFO] ------------------------------------------------------------------------
[INFO] Building APDPlat_Web 2.4
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run (default-cli) @ APDPlat_Web >>>

我才发现你运行的是 jetty:run ,而我在 如何在eclipse下开发:https://github.com/ysc/APDPlat/wiki/%E5%A6%82%E4%BD%95%E5%9C%A8eclipse%E4%B8%8B%E5%BC%80%E5%8F%91 中明确要求是要运行 jetty:run-war 的

@ysc
Copy link
Owner

ysc commented Jul 12, 2013

初始输出应该是这样的
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building APDPlat_Web 2.4
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run-war (default-cli) @ APDPlat_Web >>>

@huacxl
Copy link
Author

huacxl commented Jul 15, 2013

OK,可以运行了,看来对命令使用还不够熟悉,非常感谢!

@zcwfeng
Copy link

zcwfeng commented Jul 30, 2013

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dicService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceFacade': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'daoFacade': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/apdplat/spring.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to get the default Bean Validation factory
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:301)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1073)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:455)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204)
at org.apdplat.platform.spring.APDPlatContextLoaderListener.contextInitialized(APDPlatContextLoaderListener.java:60)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
scan.jars 这里jpa报错,无法启动。
表示框架搭建有点费劲

@zcwfeng
Copy link

zcwfeng commented Jul 31, 2013

搞定了,估计那步骤部署出问题了,打扰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants