Questions tagged [runner]
250 questions
0
votes
1 answer
Jetty Runner, Servlet Filter and org.apache.jasper.JasperException: PWC6345
I'm desperate. I have read all topics about this problem here and it doesn't help.
I had written a simple app and tried to run it using Jetty Runner. It works well on my local machine. But after that I tried to add servlet filter (because Jetty has…

vitalikrst
- 3
- 6
0
votes
1 answer
SonarRunner works with Sonar 3.2, but not with SonarQube 4.4
Environment: Windows 7 | SonarQube 4.4 | SonarRunner 2.4 | .NET (C#)
I have been using Sonar 3.2 & SonarRunner 2.0. Projects are being displayed in Sonar dashboard upon typing "sonar-runner" in command prompt, where project base directory is…

Kali Prasad
- 33
- 1
- 5
0
votes
2 answers
Ending my 2D Game in Unity
I have been busy making a 2D game for the past month and am really happy with the way it has turned out... However my destroyer (collider) to end the level and send me to my other level which has the info on score etc isn't working how I would like…

user3799402
- 1
- 1
- 1
0
votes
1 answer
Trigger a runner everyday in Nodejs
So I want to trigger a Runner to generate something and insert it into MongoDb. I want to do it in nodejs. Are there any libraries help me do that??
Currently I am using express making a api server, haven't found a way to do that yet. Thanks a lot!

nilveryboring
- 653
- 1
- 9
- 18
0
votes
1 answer
Grunt: Warning: Object #
So, I've recently started using Grunt, and it's working! Great.
As I use LESS, I decided I want development and production version of the compiled CSS - so I decided to add in the relevant targets. However, I'm now getting the error specified in the…

arrivance
- 31
- 1
- 1
- 7
0
votes
2 answers
How to move character with permanent speed in Unity2D
I'm creating Unity2D runner where characters is running on the ground.
I'm trying to force him run with constant speed by applying force with right vector but the movement is jerky.
I'm trying to achieve effect of endless run with permanent speed.…

Mando
- 11,414
- 17
- 86
- 167
0
votes
1 answer
Mysql_fetch_array supplied argument is not a valid MYSQL query
I'm getting this error message: "Mysql_fetch_array supplied argument is not a valid MYSQL result" but I don't know whats wrong with the code
$sql = "SELECT *, status_pedido.nome as descricao_status,frete.nome as nome_frete, historico.data as…

AND4011002849
- 1,971
- 8
- 38
- 81
0
votes
2 answers
About iterations in Load Runner
How could we use iterations in controller i.e. While running scenarios in controller?
How the iterations would be handled?
Please explain me.

user3318064
- 59
- 1
- 8
0
votes
1 answer
Bluej GraphicsRunner Error
I am having a little trouble with a bluej lab I'm doing for AP Computer Science.
I am supposed to make an American Flag using ASCII characters.
I have a skeleton code my teacher gave us, but we are supposed to fill it in. I managed to make the…

BMK600
- 19
- 1
- 8
0
votes
2 answers
Angular e2e testing ng-show
I use ng-pattern for validation, use ng-show to display the error message. This works fine on browser, but how do I code it in e2e to test if the error message shows up?
Here is my HTML:

Annie C
- 764
- 2
- 12
- 31
0
votes
1 answer
gruntfile.js - grunt.registerTask
Not sure if I'm doing it right...
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json') ,
connect: {
server: {
options: {
port: 8001 ,
hostname:…

Mark
- 1,603
- 3
- 13
- 18
0
votes
1 answer
whenever gem issues using runner
Controller:
class CronjobsController < ApplicationController
def just_check
meeting_id = 1
UserMailer.upcoming_meeting_email_twelve_hours_before(meeting_id).deliver
end
end
Model:
class Cronjob <…

Faisal Malik
- 277
- 3
- 6
0
votes
0 answers
spring batch null job runner null pointer exception
Hi I'm getting null pointer exception while executing a sample spring batch job. Exception is thrown from job launcher. This is my job launcher code. Thanks in advance.
public class NewJobRunner {
public static Job job;
public static JobLauncher…

Anand Tomi
- 181
- 1
- 1
- 4
0
votes
3 answers
Sonar runner can not find or load main class
I have installed sonar and it works on http://localhost:9000
When I want to analyze a project using sonar runner (command from my project directory), I get the following error:
D:\eclipse_workspace\Project>sonar-runner.bat
C:\Program Files…

Thomas
- 225
- 5
- 13
0
votes
1 answer
create a report with database load runner
i view the document of What is the SQL used to create the Running Vusers graph in LoadRunner Analysis?
i do the same table in business object but i would like to know how to have a number of vuser , and i have a another probleme when i import the…

user1451286
- 1
- 1