質問編集履歴

2

Springタグを追加しました

2017/10/02 01:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

2017/09/29 catalina.outの内容を追記しました。

2017/10/02 01:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -50,4 +50,14 @@
50
50
 
51
51
 
52
52
 
53
+ /usr/share/tomcat7/logs/catalina.out で表示されたエラー内容(まずは1つ目のみ抜粋)
54
+
55
+
56
+
57
+ WARNING: Exception encountered during context initialization - cancelling refresh attempt
58
+
59
+ org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
60
+
53
61
  ```
62
+
63
+ 翻訳サイトで翻訳してみましたが、原因究明に至りませんでした。技術力がなく申し訳ありません。