Skip to content

Instantly share code, notes, and snippets.

View saravana2906's full-sized avatar
🧘‍♂️
searching peace

Saravana Perumal saravana2906

🧘‍♂️
searching peace
  • Chennai
View GitHub Profile
@saravana2906
saravana2906 / error logs
Created April 10, 2023 07:08
error logs for quarkus test
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.deployment.steps.ConfigGenerationBuildStep#generateConfigClass threw an exception: java.lang.OutOfMemoryError: Java heap space
[error]: Build step io.quarkus.arc.deployment.ArcProcessor#generateResources threw an exception: java.lang.IllegalStateException: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:918)
at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
Sep 03, 2019 11:25:09 PM org.apache.catalina.core.ContainerBase startInternal
SEVERE: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/PLLWEB]]
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:831)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367)
@saravana2906
saravana2906 / The Technical Interview Cheat Sheet.md
Created December 29, 2018 08:01 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
@saravana2906
saravana2906 / appium error logs
Last active September 29, 2017 05:42
Appium error logs
Appium version : 1.4.16.1
Java version is: 1.8.0_121
apktool version : 2.3.0
Launching Appium server with command: C:\Program Files (x86)\Appium\node.exe lib\server\main.js --address 192.168.1.4 --port 4723 --app C:\Users\<user>\Downloads\com.android.chrome_v61.0.3163.98-316309800_Android-4.1.apk --pre-launch --platform-name Android --platform-version 23 --automation-name Appium --device-name "Redmi" --log-no-color
> info: [debug] Starting Appium in pre-launch mode
> info: Pre-launching app
> info: [debug] No appActivity desired capability or server param. Parsing from apk.
> info: [debug] No appPackage desired capability or server param. Parsing from apk.