欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Disabling contextual LOB creation as createClob() method threw error

程序员文章站 2022-07-12 16:10:35
...
问题描述(红色java.lang.reflect.InvocationTargetException):
一月 23, 2018 10:36:28 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ssh' did not find a matching property.
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version:        Apache Tomcat/7.0.79
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built:          Jun 26 2017 16:25:20 UTC
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number:         7.0.79.0
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name:               Windows 7
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version:            6.1
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture:          x86
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home:             C:\Program Files\Java\jre1.8.0_144
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version:           1.8.0_144-b01
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor:            Oracle Corporation
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE:         D:\jbpmworkspaces\.metadata\.plugins\org.eclipse.wst.server.core\tmp0
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME:         F:\apache-tomcat-7.0.79
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:64700
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=D:\jbpmworkspaces\.metadata\.plugins\org.eclipse.wst.server.core\tmp0
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=F:\apache-tomcat-7.0.79
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dwtp.deploy=D:\jbpmworkspaces\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=F:\apache-tomcat-7.0.79\endorsed
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dfile.encoding=GBK
一月 23, 2018 10:36:28 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.8.0_144\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre1.8.0_144/bin/client;C:/Program Files/Java/jre1.8.0_144/bin;C:/Program Files/Java/jre1.8.0_144/lib/i386;C:\ProgramData\Oracle\Java\javapath;C:\SoftwareTools\oracle\product\10.2.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_144\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\Program Files\VisualSVN Server\bin;C:\Program Files\TortoiseSVN\bin;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\010 Editor;D:\apache-maven-3.0.4\bin;C:\MinGW\bin;C:\Program Files\Java\jdk1.8.0_144\bin;D:\apache-ant-1.10.1\bin;C:\Program Files\nodejs\;D:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;D:\Program Files\Microsoft Visual Studio\Common\Tools;D:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\IDM Computer Solutions\UltraEdit\;C:\Users\Administrator\AppData\Roaming\npm;E:\eclipse-mars;;.
一月 23, 2018 10:36:28 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8080"]
一月 23, 2018 10:36:28 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-bio-8009"]
一月 23, 2018 10:36:28 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1250 ms
一月 23, 2018 10:36:28 上午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
一月 23, 2018 10:36:28 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.79
一月 23, 2018 10:36:29 上午 org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
警告: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [786] milliseconds.
一月 23, 2018 10:36:33 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
一月 23, 2018 10:36:33 上午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
一月 23, 2018 10:36:33 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
一月 23, 2018 10:36:33 上午 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization started
一月 23, 2018 10:36:33 上午 org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh
信息: Refreshing Root WebApplicationContext: startup date [Tue Jan 23 10:36:33 CST 2018]; root of context hierarchy
一月 23, 2018 10:36:33 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
一月 23, 2018 10:36:33 上午 org.springframework.context.annotation.ClassPathBeanDefinitionScanner registerDefaultFilters
信息: JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
一月 23, 2018 10:36:33 上午 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b618a9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,dataSource,nativeJdbcExtractor,lobHandler,sessionFactory,txManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
一月 23, 2018 10:36:33 上午 com.mchange.v2.log.MLog
信息: MLog clients using java 1.4+ standard logging.
一月 23, 2018 10:36:33 上午 com.mchange.v2.c3p0.C3P0Registry
信息: Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
一月 23, 2018 10:36:34 上午 org.hibernate.annotations.common.Version <clinit>
INFO: HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
一月 23, 2018 10:36:34 上午 org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {4.2.2.Final}
一月 23, 2018 10:36:34 上午 org.hibernate.cfg.Environment <clinit>
INFO: HHH000205: Loaded properties from resource hibernate.properties: {hibernate.bytecode.use_reflection_optimizer=false}
一月 23, 2018 10:36:34 上午 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
一月 23, 2018 10:36:34 上午 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1bqvssj9t94ddq1tlazoi|1dff25e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> oracle.jdbc.driver.OracleDriver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1bqvssj9t94ddq1tlazoi|1dff25e, idleConnectionTestPeriod -> 60, initialPoolSize -> 3, jdbcUrl -> jdbc:oracle:thin:@127.0.0.1:1521:DFPLATFORMDB, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 60, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 150, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
一月 23, 2018 10:36:34 上午 org.hibernate.dialect.Dialect <init>
INFO: HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
一月 23, 2018 10:36:34 上午 org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
INFO: HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
一月 23, 2018 10:36:34 上午 org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
INFO: HHH000399: Using default transaction strategy (direct JDBC transactions)
一月 23, 2018 10:36:34 上午 org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
INFO: HHH000397: Using ASTQueryTranslatorFactory
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000228: Running hbm2ddl schema update
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000102: Fetching database metadata
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000396: Updating schema
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000261: Table found: DFWISDOMUSER.EMPLOYEE
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000037: Columns: [password, gender, username]
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000108: Foreign keys: []
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000126: Indexes: [sys_c007450]
一月 23, 2018 10:36:35 上午 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000232: Schema update complete
一月 23, 2018 10:36:35 上午 org.springframework.orm.hibernate4.HibernateTransactionManager afterPropertiesSet
信息: Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1bqvssj9t94ddq1tlazoi|1dff25e, dataSourceName -> 1bqvssj9t94ddq1tlazoi|1dff25e ]] of Hibernate SessionFactory for HibernateTransactionManager
一月 23, 2018 10:36:35 上午 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization completed in 2403 ms
一月 23, 2018 10:36:35 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts-default.xml]
一月 23, 2018 10:36:35 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts-plugin.xml]
一月 23, 2018 10:36:35 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts.xml]
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (spring) for (com.opensymphony.xwork2.ObjectFactory)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.FileManagerFactory)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.XWorkConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.CollectionConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.ArrayConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.DateConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.NumberConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.StringConverter)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionFileProcessor)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterCreator)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterHolder)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.TextProvider)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.LocaleProvider)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.ActionProxyFactory)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ObjectTypeDeterminer)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.dispatcher.mapper.ActionMapper)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (jakarta) for (org.apache.struts2.dispatcher.multipart.MultiPartRequest)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.views.freemarker.FreemarkerManager)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.components.UrlRenderer)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.validator.ActionValidatorManager)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.ValueStackFactory)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionProvider)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionContextFactory)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.PatternMatcher)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.dispatcher.StaticContentLoader)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.UnknownHandlerManager)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.views.util.UrlHelper)
一月 23, 2018 10:36:35 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser)
一月 23, 2018 10:36:35 上午 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: Initializing Struts-Spring integration...
一月 23, 2018 10:36:35 上午 com.opensymphony.xwork2.spring.SpringObjectFactory info
信息: Setting autowire strategy to name
一月 23, 2018 10:36:35 上午 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: ... initialized Struts-Spring integration successfully
一月 23, 2018 10:36:36 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8080"]
一月 23, 2018 10:36:36 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-bio-8009"]
一月 23, 2018 10:36:36 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 7698 ms
一月 23, 2018 10:46:38 上午 org.apache.catalina.core.StandardContext reload
信息: Reloading Context with name [/ssh] has started
一月 23, 2018 10:46:38 上午 com.opensymphony.xwork2.config.ConfigurationManager info
信息: Detected container provider [Struts XML configuration provider (struts.xml)] needs to be reloaded. Reloading all providers.
一月 23, 2018 10:46:38 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts-default.xml]
一月 23, 2018 10:46:38 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts-plugin.xml]
一月 23, 2018 10:46:38 上午 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info
信息: Parsing configuration file [struts.xml]
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (spring) for (com.opensymphony.xwork2.ObjectFactory)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.FileManagerFactory)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.XWorkConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.CollectionConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.ArrayConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.DateConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.NumberConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.impl.StringConverter)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionFileProcessor)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterCreator)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.TypeConverterHolder)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.TextProvider)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.LocaleProvider)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.ActionProxyFactory)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.conversion.ObjectTypeDeterminer)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.dispatcher.mapper.ActionMapper)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (jakarta) for (org.apache.struts2.dispatcher.multipart.MultiPartRequest)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.views.freemarker.FreemarkerManager)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.components.UrlRenderer)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.validator.ActionValidatorManager)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.ValueStackFactory)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionProvider)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.reflection.ReflectionContextFactory)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.PatternMatcher)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.dispatcher.StaticContentLoader)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.UnknownHandlerManager)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (org.apache.struts2.views.util.UrlHelper)
一月 23, 2018 10:46:38 上午 org.apache.struts2.config.BeanSelectionProvider info
信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser)
一月 23, 2018 10:46:38 上午 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: Initializing Struts-Spring integration...
一月 23, 2018 10:46:38 上午 com.opensymphony.xwork2.spring.SpringObjectFactory info
信息: Setting autowire strategy to name
一月 23, 2018 10:46:38 上午 org.apache.struts2.spring.StrutsSpringObjectFactory info
信息: ... initialized Struts-Spring integration successfully
一月 23, 2018 10:46:38 上午 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
一月 23, 2018 10:46:38 上午 org.springframework.web.context.support.XmlWebApplicationContext doClose
信息: Closing Root WebApplicationContext: startup date [Tue Jan 23 10:36:33 CST 2018]; root of context hierarchy
一月 23, 2018 10:46:38 上午 org.springframework.beans.factory.support.DefaultListableBeanFactory destroySingletons
信息: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b618a9: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,dataSource,nativeJdbcExtractor,lobHandler,sessionFactory,txManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
一月 23, 2018 10:46:38 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
严重: The web application [/ssh] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
一月 23, 2018 10:46:38 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
严重: The web application [/ssh] appears to have started a thread named [C3P0PooledConnectionPoolManager[identityToken->1bqvssj9t94ddq1tlazoi|1dff25e]-AdminTaskTimer] but has failed to stop it. This is very likely to create a memory leak.
一月 23, 2018 10:46:38 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
严重: The web application [/ssh] appears to have started a thread named [Resource Destroyer in BasicResourcePool.close()] but has failed to stop it. This is very likely to create a memory leak.
解决方法:增加hibernate.temp.use_jdbc_metadata_defaults=false
<property name="hibernateProperties">
<value>
<!-- hibernate使用的方言 -->
hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
<!-- 根据实体的映射文件生成表结构 -->
hibernate.hbm2ddl.auto=update
<!-- 格式化sql -->
hibernate.format_sql=true
<!-- 是否打印出sql语句 -->
hibernate.show_sql=true
hibernate.temp.use_jdbc_metadata_defaults=false
</value>