Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] Error with get-nebula-grid("Scriptlet GetNebulaGrid not found")
[SOLVED] Error with get-nebula-grid [message #1593402] Fri, 30 January 2015 16:13 Go to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hello,

I'm trying to write an ECL script to interface with my AUTs nebula grids.

with [get-window "Create Components Wizard"] {
	get-nebula-grid | get-item "RAM" | get-item-cell -column "Label"
}


I've tried using get-nebula-grid, get-items, get-row-header based on the examples in the ECL Documentation but the execution always fails at with the message:
Quote:
Scriptlet GetNebulaGrid not found
at get-nebula-grid


Attached is a screengrab of the grid in my AUT [nebula_widgets_grid_Grid.png], widget information [nebGrid_info.txt], and the failed test case's execution details [failed_testcase.txt].

If it's possible, I need to enter text into the grid's search fields (top row in blue in the screenshot).

I'm getting the error in both 1.5.4 and the nightly build.

Thank you for you're time and advice,
Chris

PS - While I'm here, I'd also like to ask if RCPTT supports nebula NatTables (org.eclipse.nebula.widgets.nattable.NatTable)?

[Updated on: Mon, 05 October 2015 06:24] by Moderator

Report message to a moderator

Re: Error with get-nebula-grid [message #1597372 is a reply to message #1593402] Mon, 02 February 2015 08:44 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Thank you for your report.

RCPTT should support Nebula Grid, it looks like we missed to include this issue into RCPTT build. We'll let you know shortly.

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1597378 is a reply to message #1597372] Mon, 02 February 2015 08:48 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Thank you! Very Happy
Re: Error with get-nebula-grid [message #1621906 is a reply to message #1597378] Wed, 18 February 2015 06:03 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Nebula Grid support is now included in RCPTT builds, you can check the last nightly one: https://www.eclipse.org/rcptt/download/
Please sorry for this inconvenience.

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1624162 is a reply to message #1621906] Thu, 19 February 2015 15:56 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hi Ulyana,

I tried with a test that I previously recorded and a newly recorded test (both use "get-canvas" together with mouse-press/release/move) using the latest NB 1.5.5.201502181355.

The recorded tests behave the same as before in that they appear to interface with the grid's field but text input doesn't work.

If I write my own test using "get-nebula-grid" I'm still getting the error:
Scriptlet GetNebulaGrid not found
at get-nebula-grid

I see the following in the installation details so I'm not sure why it can't find the scriptlet...:
RCPTT Nebula Widgets Support (Incubation) 1.5.5.201502110532 org.eclipse.rcptt.module.nebula.feature.group Eclipse RCP Testing Tool Project

Thank you,
Chris
Re: Error with get-nebula-grid [message #1625729 is a reply to message #1624162] Fri, 20 February 2015 16:00 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Some additional information -
In RCPTT I have the following features and plug-ins:
RCPTT Nebula Widgets Module (Incubation) 1.5.5.201502110532 org.eclipse.rcptt.module.nebula
RCPTT Nebula Widgets Module (Incubation) 1.5.5.201502110532 org.eclipse.rcptt.module.nebula.updates
Nebula Widgets Tesla Model (Incubation) 1.5.5.201412230921 org.eclipse.rcptt.tesla.nebula
Nebula Widgets ECL Model (Incubation) 1.5.5.201412230921 org.eclipse.rcptt.tesla.nebula.ecl
RCPTT Recording Nebula ECL Support (Incubation) 1.5.5.201412230921 org.eclipse.rcptt.tesla.recording.nebula.ecl

My AUT has these plugins:
Nebula Widgets Tesla Model (Incubation) 1.5.5.201412230921 org.eclipse.rcptt.tesla.nebula
Nebula Widgets ECL Model (Incubation) 1.5.5.201412230921 org.eclipse.rcptt.tesla.nebula.ecl
Re: Error with get-nebula-grid [message #1632270 is a reply to message #1625729] Tue, 24 February 2015 07:05 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Did you re-create AUT configuration? If you didn't, please do it, because RCPTT should create a new target configuration for your AUT containing all required plugins.

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1632347 is a reply to message #1632270] Tue, 24 February 2015 08:05 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hi Ulyana,
I deleted my AUT configuration and recreated it but I'm still getting the same error.
Attaching the error log:

[Updated on: Tue, 24 February 2015 08:06]

Report message to a moderator

Re: Error with get-nebula-grid [message #1636388 is a reply to message #1632347] Thu, 26 February 2015 06:55 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

We still can't reproduce the problem, could you please send us additional info:

1) Eclipse version of AUT;
2) AUT logs during the first execution of the get-nebula-grid scriptlet;


Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1637007 is a reply to message #1636388] Thu, 26 February 2015 13:44 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hi Ulyana,

1) AUT is using Eclipse 3.8.2
2) Console log attached.

Thank you,
Chris
  • Attachment: console.log
    (Size: 63.45KB, Downloaded 120 times)

[Updated on: Fri, 27 February 2015 08:42]

Report message to a moderator

Re: Error with get-nebula-grid [message #1647148 is a reply to message #1637007] Tue, 03 March 2015 09:21 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Could you please also send us:

1<yourAUT>/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info (if present)
2) RCPTT-generated config files: <rcptt-workspace>/.metadata/.plugins/org.eclipse.pde.core/<your aut name>/org.eclipse.equinox.simpleconfigurator/bundles.info (if present)

According to logs plugins is not loaded because of "Missing required bundle org.eclipse.nebula.widgets.grid_0.0.0".

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1662967 is a reply to message #1647148] Tue, 10 March 2015 07:45 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hi Ulyana,

This AUT congif bundles.info is not present but I'm attaching the one from RCPTT-generated config files.

Best regards,
Chris
  • Attachment: bundles.info
    (Size: 103.06KB, Downloaded 135 times)

[Updated on: Tue, 10 March 2015 07:46]

Report message to a moderator

Re: Error with get-nebula-grid [message #1686708 is a reply to message #1662967] Thu, 19 March 2015 10:05 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Nebula grid is absent in generated bundles.info.
Could you please send us AUT config.ini file?

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1687003 is a reply to message #1686708] Thu, 19 March 2015 12:57 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Sure!

Thank you,
Chris
  • Attachment: config.ini
    (Size: 0.74KB, Downloaded 108 times)
Re: Error with get-nebula-grid [message #1690089 is a reply to message #1687003] Wed, 25 March 2015 08:18 Go to previous messageGo to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
I am using the latest RCPTT 1.5.5 yet I see an issue with my Nebula Grid. I am unable to select an item in a particular row and column. Can some one help?

I don't have a label for get-item, and I am using the following which shows an error in get-item.

get-view XYZ| get-nebula-grid | get-item-cell "Deleted Info" -index 144 | get-item | get-text | equals "00200000" | verify-true

------------------------------------

Figured this out:

During development, they have changed the plugin name org.eclipse.nebula.grid.widget to com.<something>.nebula . I think RCPTT finds everything using the exact plugin widget name. My college has the original name, but my product had a different plugin name.

Could this be issue. I think this is the case. Could some one conform if you have faced an issue.

It is not a custom widget, it is the same nebula grid with changed name.

Thank you

[Updated on: Tue, 31 March 2015 06:11]

Report message to a moderator

Re: Error with get-nebula-grid [message #1690748 is a reply to message #1687003] Tue, 31 March 2015 03:19 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Chris,

Attached config.ini is obviously not original - it has RCPTT plugin references inside. Could you please send us your original AUT config.ini?

Yours sincerely,
Ulyana.
Re: Error with get-nebula-grid [message #1692066 is a reply to message #1690748] Mon, 13 April 2015 07:11 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
Hi Ulyana,

I'm not sure I follow you.
I attached the config.ini file from the folder <AUT>/eclipse/configuration.

I see that it contains osgi bundles but nothing in reference to RCPTT.

Do I need to add something to the configuration file and point RCPTT to it in the AUT configuration -> Configuration (tab) -> Configuration File -> Use an existing config.ini file as a template in order for RCPTT to find its get-nebula-grid scriptlet?

[Updated on: Mon, 13 April 2015 07:14]

Report message to a moderator

icon6.gif  Re: Error with get-nebula-grid [message #1692740 is a reply to message #1692066] Fri, 17 April 2015 13:44 Go to previous messageGo to next message
Chris Champion is currently offline Chris ChampionFriend
Messages: 49
Registered: February 2014
Member
It's working now for me with the latest nightly build 1.5.6.20150415! Very Happy Very Happy Very Happy
Re: [SOLVED] Error with get-nebula-grid [message #1741498 is a reply to message #1593402] Thu, 25 August 2016 14:28 Go to previous message
Georg Koch is currently offline Georg KochFriend
Messages: 2
Registered: August 2016
Junior Member
Hello,
after migrating our application from eclipse 3.8.2 to 4.6 Neo and to RCPTT 2.1.0 we get the same error now: "GetNebulaGrid Scriplet not found". Can someone help me?
Georg
Previous Topic:How to check New pop up window ?
Next Topic:get-label when text has underscores?
Goto Forum:
  


Current Time: Fri Apr 26 11:23:07 GMT 2024

Powered by FUDForum. Page generated in 0.04332 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top