This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ oc process --local -f openshift/launcher-template.yaml --param-file=released.properties -o yaml | oc create -f - > ~/Desktop/oc-process | |
Error: unknown flag: --local | |
Usage: | |
oc process (TEMPLATE | -f FILENAME) [-v=KEY=VALUE] [options] | |
Examples: | |
# Convert template.json file into resource list and pass to create | |
oc process -f template.json | oc create -f - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Cannot find module '/opt/app-root/src' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:513:25) | |
at Function.Module.runMain (internal/modules/cjs/loader.js:760:12) | |
at startup (internal/bootstrap/node.js:303:19) | |
at bootstrapNodeJSCore (internal/bootstrap/node.js:872:3) | |
npm info lifecycle [email protected]~start: Failed to exec start script | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] start: `node .` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface ResolveStage<COORDINATETYPE extends Coordinate, RESOLUTIONFILTERTYPE extends ResolutionFilter, RESOLVESTAGETYPE extends ResolveStage<COORDINATETYPE, RESOLUTIONFILTERTYPE, RESOLVESTAGETYPE, STRATEGYSTAGETYPE, RESOLVEDTYPE, FORMATSTAGETYPE, RESOLUTIONSTRATEGYTYPE>, STRATEGYSTAGETYPE extends StrategyStage<COORDINATETYPE, RESOLUTIONFILTERTYPE, RESOLVEDTYPE, FORMATSTAGETYPE, RESOLUTIONSTRATEGYTYPE>, RESOLVEDTYPE extends ResolvedArtifact<RESOLVEDTYPE>, FORMATSTAGETYPE extends FormatStage<RESOLVEDTYPE>, RESOLUTIONSTRATEGYTYPE extends ResolutionStrategy<COORDINATETYPE, RESOLUTIONFILTERTYPE, RESOLUTIONSTRATEGYTYPE>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I grew up in suburban Boston during the 1980s. The first born of Jewish parents, I’d spent Sunday mornings in temple learning of the atrocities executed throughout the Holocaust. Inappropriate as the lessons may have been for a schoolage child, they’d instilled an early defiance towards intolerance in my developing ethical code. Very clearly, there was right and wrong in how we should treat one another, and it was easy to see in the extremist actions of genocide and torture that for some time the world had gone crazy with cruelty and indifference. Our readings came from survivors and victims, designed to elicit our empathy and shock at how unfairly those of the Jewish faith were treated. The story had identifiable protagonists and villains, and as the dismissal bell rang each week we left feeling superior about our position on the just side of history. | |
As we’d aged, another tale emerged from public schooling; there was this thing called slavery, and it was kind of like a black Holocaust, except it was p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) on project shrinkwrap-parent: Execution enforce-java-version of goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce: java.lang.ExceptionInInitializerError: null | |
[ERROR] ----------------------------------------------------- | |
[ERROR] realm = plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.4.1 | |
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy | |
[ERROR] urls[0] = file:/home/alr/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar | |
[ERROR] urls[1] = file:/home/alr/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar | |
[ERROR] urls[2] = file:/home/alr/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) on project shrinkwrap-parent: Execution enforce-java-version of goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce: java.lang.ExceptionInInitializerError: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) on project shrinkwrap-parent: Execution enforce-java-version of goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce: java.lang.ExceptionInInitializerError: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff | |
diff --git a/package-lock.json b/package-lock.json | |
index 487f454..a76976e 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -1,5 +1,5 @@ | |
{ | |
- "name": "nodejs-health-check", | |
+ "name": "booster-health-check-nodejs", | |
"version": "1.0.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✔ /tmp/oso-hc-node-alr [master|✚ 2] | |
15:18 $ git status | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: package-lock.json | |
modified: package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Body | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
<title>500 Internal Server Error</title> | |
<h1>Internal Server Error</h1> | |
<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p> |