2008-1-19 13:01:28 org.apache.catalina.core.AprLifecycleListener init
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\JDK1.6\bin;D:\常用软件\apache-tomcat-6.0.14\bin
2008-1-19 13:01:28 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2008-1-19 13:01:28 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 748 ms
2008-1-19 13:01:28 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2008-1-19 13:01:28 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.14
2008-1-19 13:01:29 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
2008-1-19 13:01:29 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
log4j:WARN No appenders could be found for logger (org.springframework.web.filter.CharacterEncodingFilter).
log4j:WARN Please initialize the log4j system properly.
2008-1-19 13:01:35 org.apache.catalina.core.ApplicationContext log
信息: Initializing WebApplicationContext for Struts ActionServlet 'action', module ''
2008-1-19 13:01:38 org.apache.catalina.core.ApplicationContext log
严重: action: null
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '/guestbook' defined in ServletContext resource [/WEB-INF/action-servlet.xml]: Cannot resolve reference to bean 'guestbookManager' while setting bean property 'guestbookManager'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'guestbookManager' is defined
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'guestbookManager' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition请问有哪位高手知道解决的办法啊?

解决方案 »

  1.   


        在 D:\JDK1.6\bin;D:\常用软件\apache-tomcat-6.0.14\bin  路径中找不到 Apache Tomcat   
      

  2.   

    信息:   The   Apache   Tomcat   Native   library   which   allows   optimal   performance   in   production   environments   was   not   found   on   the   java.library.path:   D:\JDK1.6\bin;D:\常用软件\apache-tomcat-6.0.14\bin 是jdk和tomcat的配置问题吧。不知道你给出的这些提示和ssh整合有什么关系?