Giter Club home page Giter Club logo

demo-sandbox-example-voting-app's People

Contributors

aanand avatar bfirsh avatar bretfisher avatar dave-tucker avatar dependabot[bot] avatar erjangavalji avatar h0tbird avatar ikisusi avatar jon-funk avatar jrburcio avatar justincormack avatar lbussell avatar lucj avatar manomarks avatar marcellodesales avatar marcosnils avatar mbelsakacn avatar mikesir87 avatar mohan08p avatar oherrala avatar pocteo avatar rf-sys avatar schollii avatar sixeyed avatar spara avatar spuder avatar stefanscherer avatar stewartshea avatar thajeztah avatar ubinix-warun avatar

Forkers

jon-funk

demo-sandbox-example-voting-app's Issues

[RunWhen] worker Application Issue

RunSession Details

A RunSession (started by [email protected]) with the following tasks has produced this GitHub Issue:

  • ["Get ${CONTAINER_NAME} Application Logs","Scan ${CONTAINER_NAME} Application For Misconfigured Environment","Troubleshoot ${CONTAINER_NAME} Application Logs"]

To view the RunSession, click this link

The following exception was found while parsing the application logs of worker

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 74

Near this code

                        { // Normal +1 vote requested
			    if (vote.vote == "a") {
				try{
					throw new Exception($"The Voter {vote.voter_id} failed to have its vote: {vote.vote} processed.");
				}catch(Exception ex){
					Console.WriteLine($"Exception Occured During Work: {ex}");
				}
			    }
                            UpdateVote(pgsql, vote.voter_id, vote.vote);
                        }

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33


Repository URL(s):


RunWhen Workspace

Recreating:

Here's the command used to collect the exception data:
kubectl --context=default -n voting-app logs -l app=worker --tail=500 --limit-bytes=256000 --since=60m --container=worker | grep -Eiv "InvalidToken|Placeholder" || true

[RunWhen] Application Issue

We couldn't find any notable error messages in the most common exception, but it's detailed below:

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 55

Repository URL(s): https://github.com/runwhen-contrib/demo-sandbox-example-voting-app.git

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33
- 7e7445a

Here's the command used to collect the exception data:
kubectl --context=sandbox-cluster-1 -n voting-app logs -l app=worker --tail=300 --limit-bytes=256000 --since=15m --container=worker | grep -Eiv "FalseError|SecondErrorToSkip" || true

[RunWhen] worker Application Issue

The following We couldn't find any notable error messages in the most common exception, but it's detailed below:

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 74

To view the RunSession, click this link

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33
- 7e7445a

Repository URL(s):


RunWhen Workspace

Recreating:

Here's the command used to collect the exception data:
kubectl --context=sandbox-cluster-1 -n voting-app logs -l app=worker --tail=300 --limit-bytes=256000 --since=15m --container=worker | grep -Eiv "FalseError|SecondErrorToSkip" || true

[RunWhen] worker Application Issue

RunSession Details

A RunSession (started by [email protected]) with the following tasks has produced this GitHub Issue:

  • ["Get ${CONTAINER_NAME} Application Logs","Scan ${CONTAINER_NAME} Application For Misconfigured Environment","Troubleshoot ${CONTAINER_NAME} Application Logs"]

To view the RunSession, click this link

The following exception was found while parsing the application logs of worker

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 74

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33


Repository URL(s):


RunWhen Workspace

Recreating:

Here's the command used to collect the exception data:
kubectl --context=default -n voting-app logs -l app=worker --tail=500 --limit-bytes=256000 --since=60m --container=worker | grep -Eiv "InvalidToken|Placeholder" || true

[RunWhen] deploy/worker Application Issue

We couldn't find any notable error messages in the most common exception, but it's detailed below:

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 74

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33
- 7e7445a

Repository URL(s):

Recreating:

Here's the command used to collect the exception data:
kubectl --context=sandbox-cluster-1 -n voting-app logs -l app=worker --tail=300 --limit-bytes=256000 --since=15m --container=worker | grep -Eiv "FalseError|SecondErrorToSkip" || true

[RunWhen] deployment.apps/worker Application Issue

We couldn't find any notable error messages in the most common exception, but it's detailed below:

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 55

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33

Repository URL(s):

Recreating:

Here's the command used to collect the exception data:
kubectl --context=default -n voting-app logs -l app=worker --tail=500 --limit-bytes=256000 --since=60m --container=worker | grep -Eiv "InvalidToken|Placeholder" || true

[RunWhen] Application Issue

We couldn't find any notable error messages in the most common exception, but it's detailed below:

   at Worker.Program.Main(String[] args) in /source/Program.cs:line 74

Source Code

Found associated files in exception stacktrace data:

https://github.com/runwhen-contrib/demo-sandbox-example-voting-app/blob/main/worker/Program.cs
Recent commited changes to this file:
- 7d88d33
- 7e7445a

Repository URL(s): https://github.com/runwhen-contrib/demo-sandbox-example-voting-app.git

Here's the command used to collect the exception data:
kubectl --context=sandbox-cluster-1 -n voting-app logs -l app=worker --tail=300 --limit-bytes=256000 --since=15m --container=worker | grep -Eiv "FalseError|SecondErrorToSkip" || true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.