Skip to content

Instantly share code, notes, and snippets.

View mthmulders's full-sized avatar

Maarten Mulders mthmulders

View GitHub Profile
@mthmulders
mthmulders / inspect-scoop-apps-packagename-all-subdirs.txt
Created March 6, 2024 07:25
Various ways to detect Scoop-installed Java runtimes
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\openjdk21\current has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\graalvm22-jdk17\22.3.2 has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\graalvm22-jdk17\current has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\microsoft17-jdk\17.0.10 has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\microsoft17-jdk\17.0.9 has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\microsoft17-jdk\current has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\openjdk17\17.0.2-8 has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\openjdk17\current has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\openjdk21\21.0.1-12 has bin/javac or bin/javac.exe
[DEBUG] - C:\Users\<windows-user-name<\scoop\apps\openjdk21\21.0.2-13 has bin/javac or bin/javac.exe
@mthmulders
mthmulders / trace.log
Created February 21, 2020 14:33
OpenLiberty/open-liberty #10988
This file has been truncated, but you can view the full file.
********************************************************************************
product = Open Liberty 19.0.0.12 (wlp-1.0.35.cl191220191120-0300)
wlp.install.dir = /Users/maarten/Junk/openliberty-mvc/target/liberty/wlp/
java.home = /Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home/jre
java.version = 1.8.0_212
java.runtime = Java(TM) SE Runtime Environment (1.8.0_212-b10)
os = Mac OS X (10.14.6; x86_64) (en_GB)
process = 23897@leonardo
trace.specification = *=info:GenericBNF=all:HTTPChannel=all:com.ibm.ws.webcontainer*=all:com.ibm.wsspi.webcontainer*=all
@mthmulders
mthmulders / issuecomment-573021303
Last active January 10, 2020 20:53
eclipse-ee4j/krazo #132
commit:976, SRTServletResponse (com.ibm.ws.webcontainer.srt)
alertFirstFlush:205, SRTServletResponse (com.ibm.ws.webcontainer.srt)
flushChars:507, BufferedWriter (com.ibm.wsspi.webcontainer.util)
flush:489, BufferedWriter (com.ibm.wsspi.webcontainer.util)
flush:320, PrintWriter (java.io)
closeResponseOutput:492, SRTServletResponse (com.ibm.ws.webcontainer.srt)
closeResponseOutput:204, SRTServletResponse40 (com.ibm.ws.webcontainer40.srt)
closeResponseOutput:442, SRTServletResponse (com.ibm.ws.webcontainer.srt)
dispatch:1537, WebAppRequestDispatcher (com.ibm.ws.webcontainer.webapp)
forward:171, WebAppRequestDispatcher (com.ibm.ws.webcontainer.webapp)
@mthmulders
mthmulders / terraform.log
Last active November 26, 2019 09:00
terraform-providers:terraform-provider-oci/933 debug output
2019/11/23 08:27:27 [WARN] Provider "oci" produced an invalid plan for oci_core_instance.example, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .launch_options: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/11/23 08:27:27 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/11/23 08:27:27 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/11/23 08:27:27 [DEBUG] oci_core_instance.example: applying the planned Create change
2019/11/23 08:27:27 [TRACE] GRPCProvider: ApplyResourceChange
2019-11-23T08:27:27.501+0100 [DEBUG] plugin.terraform-provider-oci_v3.52.0_x4: 2019/11/23 08:27:27 [DEBUG] setting computed for "create_vnic_details.0.freeform_tags" from ComputedKeys
2019-11-23T08:27:27.501+0100 [DEBUG] plugin.terraform-provider-oci_v3.52.0_x4:
@mthmulders
mthmulders / gist:71e2563bb8ce3408195f9b611474dfef
Created November 5, 2019 08:58
terraform-providers:terraform-provider-oci/918 debug output
oci_functions_application.example: Creating...
2019/11/05 09:55:50 [DEBUG] oci_functions_application.example: applying the planned Create change
2019/11/05 09:55:50 [TRACE] GRPCProvider: ApplyResourceChange
2019-11-05T09:55:50.089+0100 [DEBUG] plugin.terraform-provider-oci_v3.50.0_x4: 2019/11/05 09:55:50 [DEBUG] setting computed for "config" from ComputedKeys
2019-11-05T09:55:50.089+0100 [DEBUG] plugin.terraform-provider-oci_v3.50.0_x4: 2019/11/05 09:55:50 [DEBUG] setting computed for "defined_tags" from ComputedKeys
2019-11-05T09:55:50.089+0100 [DEBUG] plugin.terraform-provider-oci_v3.50.0_x4: 2019/11/05 09:55:50 [DEBUG] setting computed for "defined_tags" from ComputedKeys
2019-11-05T09:55:50.089+0100 [DEBUG] plugin.terraform-provider-oci_v3.50.0_x4: 2019/11/05 09:55:50 [DEBUG] setting computed for "freeform_tags" from ComputedKeys
2019-11-05T09:55:50.089+0100 [DEBUG] plugin.terraform-provider-oci_v3.50.0_x4: DEBUG 2019/11/05 09:55:50.089704 asm_amd64.s:1337: operation attempt #1
2019-11-05T09:55:50.089+010

Keybase proof

I hereby claim:

  • I am mthmulders on github.
  • I am mthm (https://keybase.io/mthm) on keybase.
  • I have a public key whose fingerprint is 6188 DEA9 DC82 AD43 DA38 E307 C18C 805F 31AF E52D

To claim this, I am signing this object: