質問編集履歴

2

エラーコードの更新

2023/03/16 06:01

投稿

sinono
sinono

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,18 +12,23 @@
12
12
 
13
13
 
14
14
  ```
15
- 2023-03-13 13:59:03.372 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : Starting IssueappApplication using Java 19.0.1 on abehiroshinosukenoMacBook-Air.local with PID 8205 (/Users/absn/java_projects/issueapp/build/classes/java/main started by absn in /Users/absn/java_projects/issueapp)
16
- 2023-03-13 13:59:03.373 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : No active profile set, falling back to 1 default profile: "default"
17
- 2023-03-13 13:59:03.870 INFO 8205 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
18
- 2023-03-13 13:59:03.876 INFO 8205 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
19
- 2023-03-13 13:59:03.876 INFO 8205 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.71]
20
- 2023-03-13 13:59:03.935 INFO 8205 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
21
- 2023-03-13 13:59:03.935 INFO 8205 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 540 ms
22
- 2023-03-13 13:59:03.981 INFO 8205 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
23
- 2023-03-13 13:59:04.174 INFO 8205 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
24
- 2023-03-13 13:59:04.304 INFO 8205 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
25
- 2023-03-13 13:59:04.397 INFO 8205 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
26
- 2023-03-13 13:59:04.402 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : Started IssueappApplication in 1.209 seconds (JVM running for 1.438)
15
+ 2023-03-16 14:58:51.661 INFO 19412 --- [ main] i.techcamp.issueapp.IssueappApplication : Starting IssueappApplication using Java 19.0.1 on abehiroshinosukenoMacBook-Air.local with PID 19412 (/Users/absn/java_projects/issueapp/build/classes/java/main started by absn in /Users/absn/java_projects/issueapp)
16
+ 2023-03-16 14:58:51.662 INFO 19412 --- [ main] i.techcamp.issueapp.IssueappApplication : No active profile set, falling back to 1 default profile: "default"
17
+ 2023-03-16 14:58:52.128 INFO 19412 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
18
+ 2023-03-16 14:58:52.133 INFO 19412 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
19
+ 2023-03-16 14:58:52.134 INFO 19412 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.71]
20
+ 2023-03-16 14:58:52.176 INFO 19412 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
21
+ 2023-03-16 14:58:52.176 INFO 19412 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 494 ms
22
+ 2023-03-16 14:58:52.221 INFO 19412 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
23
+ 2023-03-16 14:58:52.367 INFO 19412 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
24
+ 2023-03-16 14:58:52.496 INFO 19412 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
25
+ 2023-03-16 14:58:52.585 INFO 19412 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
26
+ 2023-03-16 14:58:52.591 INFO 19412 --- [ main] i.techcamp.issueapp.IssueappApplication : Started IssueappApplication in 1.087 seconds (JVM running for 1.238)
27
+ 2023-03-16 14:59:16.997 INFO 19412 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
28
+ 2023-03-16 14:59:16.997 INFO 19412 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
29
+ 2023-03-16 14:59:16.998 INFO 19412 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
30
+ 2023-03-16 14:59:17.021 WARN 19412 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors<EOL>Field error in object 'issueForm' on field 'importance': rejected value [�a]; codes [typeMismatch.issueForm.importance,typeMismatch.importance,typeMismatch.char,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [issueForm.importance,importance]; arguments []; default message [importance]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'char' for property 'importance'; nested exception is java.lang.IllegalArgumentException: String [�a] with length 2 cannot be converted to char type: neither Unicode nor single character]]
31
+
27
32
 
28
33
  ```
29
34
 

1

タグの追加  エラー文の追加

2023/03/13 05:10

投稿

sinono
sinono

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,19 @@
12
12
 
13
13
 
14
14
  ```
15
- There was an unexpected error (type=Internal Server Error, status=500).
15
+ 2023-03-13 13:59:03.372 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : Starting IssueappApplication using Java 19.0.1 on abehiroshinosukenoMacBook-Air.local with PID 8205 (/Users/absn/java_projects/issueapp/build/classes/java/main started by absn in /Users/absn/java_projects/issueapp)
16
+ 2023-03-13 13:59:03.373 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : No active profile set, falling back to 1 default profile: "default"
17
+ 2023-03-13 13:59:03.870 INFO 8205 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
18
+ 2023-03-13 13:59:03.876 INFO 8205 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
19
+ 2023-03-13 13:59:03.876 INFO 8205 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.71]
20
+ 2023-03-13 13:59:03.935 INFO 8205 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
21
+ 2023-03-13 13:59:03.935 INFO 8205 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 540 ms
22
+ 2023-03-13 13:59:03.981 INFO 8205 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
23
+ 2023-03-13 13:59:04.174 INFO 8205 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
24
+ 2023-03-13 13:59:04.304 INFO 8205 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
25
+ 2023-03-13 13:59:04.397 INFO 8205 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
26
+ 2023-03-13 13:59:04.402 INFO 8205 --- [ main] i.techcamp.issueapp.IssueappApplication : Started IssueappApplication in 1.209 seconds (JVM running for 1.438)
27
+
16
28
  ```
17
29
 
18
30
  ### 該当のソースコード