You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/ServiceModel.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
/*
3
-
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
4
4
*
5
5
* Licensed under the Universal Permissive License v 1.0 as shown at
6
6
* https://oss.oracle.com/licenses/upl.
@@ -2124,6 +2124,12 @@ public boolean isReady()
2124
2124
{
2125
2125
service = ((SafeProxyService) service).getService();
2126
2126
}
2127
+
// the service is likely null because it failed to start and
2128
+
// there should already be error log messages for the startup failure
0 commit comments