Skip to content

Instantly share code, notes, and snippets.

View rafaprax's full-sized avatar

Rafael Praxedes rafaprax

  • Liferay, Inc
  • Recife, Brazil
View GitHub Profile
@rafaprax
rafaprax / tomcat.log
Created May 20, 2022 16:07
[Environment] Git Hash: 8b79946a701b85fa277836a9b9bcf49b21baba53, tomcat, jdk11, mysql 5.7.35
Using CATALINA_BASE: /Users/rafaelpraxedes/Workspace/bundles/ce/tomcat-9.0.56
Using CATALINA_HOME: /Users/rafaelpraxedes/Workspace/bundles/ce/tomcat-9.0.56
Using CATALINA_TMPDIR: /Users/rafaelpraxedes/Workspace/bundles/ce/tomcat-9.0.56/temp
Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home
Using CLASSPATH: /Users/rafaelpraxedes/Workspace/bundles/ce/tomcat-9.0.56/bin/bootstrap.jar:/Users/rafaelpraxedes/Workspace/bundles/ce/tomcat-9.0.56/bin/tomcat-juli.jar
Using CATALINA_OPTS: -Dfile.encoding=UTF-8 -Djava.locale.providers=JRE,COMPAT,CLDR -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Xms2560m -Xmx2560m -XX:MaxNewSize=1536m -XX:MaxMetaspaceSize=768m -XX:MetaspaceSize=768m -XX:NewSize=1536m -XX:SurvivorRatio=7 -javaagent:/Users/rafaelpraxedes/Workspace/sources/liferay-portal/lib/development/aspectj-weaver.jar -Dorg.aspectj.weaver.loadtime.configuration=com/liferay/aspectj/aop.xml -Dsun.zip.disableMemoryMapping=true -Xdebug -Xrunjdwp:transport=dt_socket,addr
@rafaprax
rafaprax / tomcat startup log
Last active April 8, 2022 15:36
Enviroment: Liferay + postgres 13.4 over jdk 11
./catalina.sh run
Using CATALINA_BASE: /Users/rafaelpraxedes/Workspace/bundles/bundles/tomcat-9.0.56
Using CATALINA_HOME: /Users/rafaelpraxedes/Workspace/bundles/bundles/tomcat-9.0.56
Using CATALINA_TMPDIR: /Users/rafaelpraxedes/Workspace/bundles/bundles/tomcat-9.0.56/temp
Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home
Using CLASSPATH: /Users/rafaelpraxedes/Workspace/bundles/bundles/tomcat-9.0.56/bin/bootstrap.jar:/Users/rafaelpraxedes/Workspace/bundles/bundles/tomcat-9.0.56/bin/tomcat-juli.jar
Using CATALINA_OPTS: -Dfile.encoding=UTF-8 -Djava.locale.providers=JRE,COMPAT,CLDR -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Xms2560m -Xmx2560m -XX:MaxNewSize=1536m -XX:MaxMetaspaceSize=768m -XX:MetaspaceSize=768m -XX:NewSize=1536m -XX:SurvivorRatio=7
NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=
[exec]
[exec] Why you should do it regularly:
[exec] https://github.com/browserslist/browserslist#browsers-data-updating
[exec] PASS test/js/components/ReviewExperimentModal.es.js (7.257s)
[exec] PASS test/js/components/ClickGoalPicker.es.js (7.372s)
[exec] PASS test/js/components/SegmentsExperimentsSidebar.es.js (8.765s)
[exec] ??? Console
[exec]
[exec] console.error ../../../../node_modules/react-dom/cjs/react-dom.development.js:530
[exec] Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
# Path to your oh-my-zsh installation.
export ZSH=/Users/rafael/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.