含溪涤心 2013-08-30 16:05
浏览 427

quartz 在windows下运行正常 在linux下运行不了

求大神指教:quartz 在windows下运行正常 在linux下启动服务的时候报下面异常,弄了好久还是不知原因,烦啊,请求好心人帮助!!!
信息: Stopping Coyote HTTP/1.1 on http-9000
2013-8-30 10:08:22 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
2013-8-30 10:08:22 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'trusted' to 'false' did not find a matching property.
2013-8-30 10:08:22 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.6.0_10/jre/lib/i386/client:/usr/java/jdk1.6.0_10/jre/lib/i386:/usr/java/jdk1.6.0_10/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
2013-8-30 10:08:22 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-9000
2013-8-30 10:08:22 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1140 ms
2013-8-30 10:08:22 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2013-8-30 10:08:22 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.20
2013-8-30 10:08:22 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-jdk14-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-simple-1.5.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2013-8-30 10:08:25 org.quartz.impl.StdSchedulerFactory instantiate
信息: Using default implementation for ThreadExecutor
2013-8-30 10:08:25 org.quartz.simpl.SimpleThreadPool initialize
信息: Job execution threads will use class loader of thread: main
2013-8-30 10:08:25 org.quartz.core.SchedulerSignalerImpl
信息: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2013-8-30 10:08:25 org.quartz.core.QuartzScheduler
信息: Quartz Scheduler v.1.8.6 created.
2013-8-30 10:08:25 org.quartz.impl.jdbcjobstore.JobStoreSupport initialize
信息: Using db table-based data access locking (synchronization).
2013-8-30 10:08:25 org.quartz.core.QuartzScheduler shutdown
信息: Scheduler SchedulerName_$_NON_CLUSTERED shutting down.
2013-8-30 10:08:25 org.quartz.core.QuartzScheduler standby
信息: Scheduler SchedulerName_$_NON_CLUSTERED paused.
2013-8-30 10:08:25 org.quartz.core.QuartzScheduler shutdown
信息: Scheduler SchedulerName_$_NON_CLUSTERED shutdown complete.
服务器启动
2013-8-30 10:08:25 org.apache.catalina.core.StandardContext start
严重: Error listenerStart
2013-8-30 10:08:25 org.apache.catalina.core.StandardContext start
严重: Context [] startup failed due to previous errors
服务器停止
2013-8-30 10:08:26 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive proxy.war
2013-8-30 10:08:28 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive ssh.war
2013-8-30 10:08:28 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-jdk14-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/apache-tomcat-emp660/webapps/ssh/WEB-INF/lib/slf4j-simple-1.5.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2013-8-30 10:08:30 org.quartz.impl.StdSchedulerFactory instantiate
信息: Using default implementation for ThreadExecutor
2013-8-30 10:08:30 org.quartz.simpl.SimpleThreadPool initialize
信息: Job execution threads will use class loader of thread: main
2013-8-30 10:08:30 org.quartz.core.SchedulerSignalerImpl
信息: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2013-8-30 10:08:30 org.quartz.core.QuartzScheduler
信息: Quartz Scheduler v.1.8.6 created.
2013-8-30 10:08:30 org.quartz.impl.jdbcjobstore.JobStoreSupport initialize
信息: Using db table-based data access locking (synchronization).
2013-8-30 10:08:30 org.quartz.core.QuartzScheduler shutdown
信息: Scheduler SchedulerName_$_NON_CLUSTERED shutting down.
2013-8-30 10:08:30 org.quartz.core.QuartzScheduler standby
信息: Scheduler SchedulerName_$_NON_CLUSTERED paused.
2013-8-30 10:08:30 org.quartz.core.QuartzScheduler shutdown
信息: Scheduler SchedulerName_$_NON_CLUSTERED shutdown complete.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料