質問編集履歴

1

server.log の中で、「重大」となっている箇所を追記

2019/07/02 07:11

投稿

fhiro_tokio
fhiro_tokio

スコア66

test CHANGED
File without changes
test CHANGED
@@ -5,3 +5,43 @@
5
5
 
6
6
 
7
7
  ![イメージ説明](faf628b7e3517f4bbd8ec8c7904183d7.png)
8
+
9
+
10
+
11
+ server.log の中で、いくつか「重大」となっている箇所がありましたので、追記します。
12
+
13
+
14
+
15
+ ```
16
+
17
+ [2019-07-02T15:45:00.288+0900] [Payara 5.191] [重大] [] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID=145 _ThreadName=Thread-25] [timeMillis: 1562049900288] [levelValue: 1000] [[
18
+
19
+ enterprise.deployment.backend.invalidDescriptorFailure]]
20
+
21
+
22
+
23
+ [2019-07-02T15:45:00.289+0900] [Payara 5.191] [重大] [] [javax.enterprise.system.tools.deployment.dol] [tid: _ThreadID=145 _ThreadName=Thread-25] [timeMillis: 1562049900289] [levelValue: 1000] [[
24
+
25
+ enterprise.deployment.backend.saxParserError]]
26
+
27
+
28
+
29
+ [2019-07-02T15:45:03.003+0900] [Payara 5.191] [重大] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=145 _ThreadName=Thread-25] [timeMillis: 1562049903003] [levelValue: 1000] [[
30
+
31
+ The SSL certificate has expired: [
32
+
33
+
34
+
35
+ [2019-07-02T15:45:05.223+0900] [Payara 5.191] [重大] [] [javax.faces] [tid: _ThreadID=145 _ThreadName=Thread-25] [timeMillis: 1562049905223] [levelValue: 1000] [[
36
+
37
+ Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?]]
38
+
39
+
40
+
41
+ [2019-07-02T15:45:05.239+0900] [Payara 5.191] [重大] [] [javax.faces] [tid: _ThreadID=145 _ThreadName=Thread-25] [timeMillis: 1562049905239] [levelValue: 1000] [[
42
+
43
+ アプリケーションは起動時に正しく初期化されず、ファクトリが見つかりませんでした: javax.faces.context.FacesContextFactory. Attempting to find backup.]]
44
+
45
+
46
+
47
+ ```