Coder Social home page Coder Social logo

Comments (11)

adam-wypych avatar adam-wypych commented on July 24, 2024

Hello,

could you answer below questions and provide need files?

  1. Which version of RED feature you are using?
  2. Which Operating System you are using?
  3. Which python interpreter you are using?
  4. Can you attach problematic files (with absolute path names) - just as dump from original file
  5. Could you attach .log file from workspace directory?

from red.

dmskibba avatar dmskibba commented on July 24, 2024

Please see the attached document.

Dan

From: "adam-wypych" [email protected]
To: "nokia/RED" [email protected]
Cc: "dmskibba" [email protected]
Sent: Friday, November 13, 2015 3:10:01 AM
Subject: Re: [RED] Errors when viewing source in Source Mode (#2)

Hello,

could you answer below questions and provide need files?

1. Which version of RED feature you are using? 
2. Which Operating System you are using? 
3. Which python interpreter you are using? 
4. Can you attach your project zipped (please follow instruction http://agile.csc.ncsu.edu/SEMaterials/tutorials/import_export/index.html#section1_0 ): 
5. Could you attach .log file from workspace directory? 


Reply to this email directly or view it on GitHub .

from red.

adam-wypych avatar adam-wypych commented on July 24, 2024

Hello,

As I see github do not support attaching any kind of document. Can you put it as text?

Best Regards,
-Adam.

from red.

dmskibba avatar dmskibba commented on July 24, 2024

Thank you for your prompt response.

I could not send you the project because of non-disclosure issues and decided it would be simpler to reproduce the problem with non-proprietary information.

I created a new Robot project referencing an existing empty directory as the project directory. I got the following error during the project creation:

An internal error occurred during: "Validating".

java.lang.NullPointerException

I have no idea what caused the error. It created the .projects and red.xml files and the Robot Standard libraries show in the project explorer.

RED Version:

1.0.0.201511040856

Operating System:

Windows 8.1 Enterprise
Python Interpreter: 2.7.8 (64 bit)

My scaled-down project contained 2 files, with one referencing the other.

The file with the reference flagged the reference as an error (file did not exist). I changed the reference to the fully qualified path and it then showed a warning and an error. The warning was about using a fully-qualified path. The error said the file was not in the workspace.

Apparently, RED requires the project to be in the workspace. I was not in the habit of doing that because I am used to mapping an eclipse project on top of a snapshot view and wanted to minimize the number of non-artifact files in my view area. In any case, I removed the old project and created a new one inside the workspace. The file not found errors went away.

Now the resource references show error “Given file is not a resource file”. The file has a .txt extension. Is the .robot extension required?

I also hit two other issues.

An internal error occurred during: Revalidating model:.GC overhead limit exceeded.

An internal error occurred during: "Validating". java.lang.StackOverflowError

  1. I would like to run a single test in a suite. The only option I see is to right-click on the test name in the Project explorer and click the run icon. This runs the single test but there is no way to provide the command line options the way I can in a run configuration. Will there be future support for running single tests that incorporate command line options?

Thanks

----- Original Message -----

From: "adam-wypych" [email protected]
To: "nokia/RED" [email protected]
Cc: "dmskibba" [email protected]
Sent: Friday, November 13, 2015 3:01:48 PM
Subject: Re: [RED] Errors when viewing source in Source Mode (#2)

Hello,

I ass I see github do not support attaching any kind of document. Can you put it as text?

Best Regards,
-Adam.


Reply to this email directly or view it on GitHub .

from red.

adam-wypych avatar adam-wypych commented on July 24, 2024

Hello,

  1. Unfortunatelly I can not reproduce issues described by you below:
    *) I created a new Robot project referencing an existing empty directory as the project directory. I got the following error during the project creation: "An internal error occurred during: "Validating". java.lang.NullPointerException"
    *) "An internal error occurred during: Revalidating model:.GC overhead limit exceeded."
    *) "An internal error occurred during: "Validating". java.lang.StackOverflowError"

I think .log file content from the workspace can help with get idea what happen.

  1. For issue ( #3 ): "Now the resource references show error “Given file is not a resource file”. The file has a .txt extension. Is the .robot extension required?" it will be solved in next release.
  2. "I would like to run a single test in a suite. The only option I see is to right-click on the test name in the Project explorer and click the run icon. This runs the single test but there is no way to provide the command line options the way I can in a run configuration. Will there be future support for running single tests that incorporate command line options?"
    You can run single test case with options for Robot Framework, please follow instruction: https://github.com/nokia/RED/blob/master/doc/create_run.md#limiting-test-cases-to-be-run and put your command line options to Arguments: field in Run Configuration. It is not right-click option.
  3. "Apparently, RED requires the project to be in the workspace. I was not in the habit of doing that because I am used to mapping an eclipse project on top of a snapshot view and wanted to minimize the number of non-artifact files in my view area. In any case, I removed the old project and created a new one inside the workspace." I check and I was able to create project outside the workspace without any problem, so if you can just screen shot with your configuration it can help with faster solve the problem.

Additional questions:
a) which Java version You are using?
b) what Eclipse version You are using?
c) what Robot Framework version You have installed?

from red.

KrzysztofJozefowicz avatar KrzysztofJozefowicz commented on July 24, 2024

Hi
Resource issue may be the same as #3 , you can check if it is the case by renaming the resource extension from .txt to .robot
This will be fixed in upcoming release.

from red.

dmskibba avatar dmskibba commented on July 24, 2024

Since now is not a good time to rename a significant number of files, I will wait for the next release. Is their a notification process to which I can subscribe?

Thank you for your efforts. The RED plugin will be a real godsend for us.

Dan

----- Original Message -----

From: "Krzysztof Jozefowicz" [email protected]
To: "nokia/RED" [email protected]
Cc: "dmskibba" [email protected]
Sent: Monday, November 16, 2015 5:18:31 AM
Subject: Re: [RED] Errors when viewing source in Source Mode (#2)

Hi
Resource issue may be the same as #3 , you can check if it is the case by renaming the resource extension from .txt to .robot
This will be fixed in upcoming release.


Reply to this email directly or view it on GitHub .

from red.

adam-wypych avatar adam-wypych commented on July 24, 2024

Will you be able to provide need data?

  1. .log file content from the workspace
  2. answer for questions:
    a) which Java version You are using?
    b) what Eclipse version You are using?
    c) what Robot Framework version You have installed?

Thanks in advance!
PS. " Is their a notification process to which I can subscribe?" You can add yourself to Watchers of our GitHub project.
PS.2. I was able to reproduce Your problem with resource not found when I imported project via General->File System option. Could you confirm that You used this option to get your project to RED?

from red.

dmskibba avatar dmskibba commented on July 24, 2024

See attached document.

----- Original Message -----

From: "adam-wypych" [email protected]
To: "nokia/RED" [email protected]
Cc: "dmskibba" [email protected]
Sent: Tuesday, November 17, 2015 2:14:42 AM
Subject: Re: [RED] Errors when viewing source in Source Mode (#2)

Will you be able to provide need data?

  1. .log file content from the workspace
  2. answer for questions:
    a) which Java version You are using?
    b) what Eclipse version You are using?
    c) what Robot Framework version You have installed?

Thanks in advance!


Reply to this email directly or view it on GitHub .

from red.

adam-wypych avatar adam-wypych commented on July 24, 2024

Could you put .log file content here as it is? GitHub has problem with attached files different than pictures.

from red.

KrzysztofJozefowicz avatar KrzysztofJozefowicz commented on July 24, 2024

As no response, I close this issue.

from red.

Related Issues (20)

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.