Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » [solved]JSlider AUT won't run(5009: AUT start failed)
[solved]JSlider AUT won't run [message #1075434] Mon, 29 July 2013 12:28 Go to next message
Paraita Wohler is currently offline Paraita WohlerFriend
Messages: 8
Registered: June 2013
Junior Member
I've been following the extension manual (June 17, 2013) bundled with Jubula 7.1.0 but I can't run the AUT once I've deployed the extension. I imported the 3 projects in Eclipse (I've tried from Helios to the latest Kepler version):


  1. org.eclipse.jubula.examples.extension.swing.toolkit (my plug-in project)
  2. org.eclipse.jubula.examples.extension.swing.feature (my feature project referencing the toolkit plug-in project)
  3. org.eclipse.jubula.examples.extension.swing.rc (the remove control fragment project)


I've also created an Update Site project referencing my feature project. The rc fragment project is already referenced in the feature project in the plug-in tab (see the first attached image).

I can install my feature from the ITE, I even see the Swing JSlider actions, but I can't run the AUT as it fails on error 5009 (see the second attached image).

I read on the forum about creating a clean project and copy over the rc files, it didn't work.
I also tried to remove the signatures from the jars cited in this thread, it didn't help either.

The logs from the ITE don't really help. Here's the client log:
2013-07-29 14:07:06.617 [Connection.ReaderThread:Socket[addr=localhost/127.0.0.1,port=60000,localport=12258]] ERROR o.e.j.c.c.c.StartAUTServerStateCommand - AUTServer could not start: Error while starting AUT!


and the AUT Agent log:
2013-07-29 14:07:06.617 [Connection.ReaderThread:Socket[addr=localhost/127.0.0.1,port=60000,localport=12258]] ERROR o.e.j.c.c.c.StartAUTServerStateCommand - AUTServer could not start: Error while starting AUT!


I am using the embedded DB and the embedded AUT Agent as well. I'm running Win XP SP3 with Oracle JDK 7.

Can anyone help me ?

[Updated on: Thu, 01 August 2013 08:20]

Report message to a moderator

Re: JSlider AUT won't run [message #1076584 is a reply to message #1075434] Wed, 31 July 2013 15:54 Go to previous messageGo to next message
Rodrigo Revuelta Roca is currently offline Rodrigo Revuelta RocaFriend
Messages: 12
Registered: January 2012
Junior Member
Hi,

I have solved this problem with this solution

http://www.eclipse.org/forums/index.php/mv/msg/491460/1072186/#msg_1072186

I have removed the sign of the following jars (in the plugins folder of jubula):
org.eclipse.jubula.rc.common_2.1.0.201306171048.jar
org.eclipse.jubula.rc.swt_2.1.0.201306171048.jar
org.eclipse.jubula.rc.swing_2.1.0.201306171048.jar

And my plugin works ok.

Re: JSlider AUT won't run [message #1077082 is a reply to message #1076584] Thu, 01 August 2013 08:19 Go to previous messageGo to next message
Paraita Wohler is currently offline Paraita WohlerFriend
Messages: 8
Registered: June 2013
Junior Member
Thank you Rodrigo ! I did try this solution but forgot the org.eclipse.jubula.rc.swt_2.1.0.201306171048.jar, so now everything works !
Re: JSlider AUT won't run [message #1077260 is a reply to message #1077082] Thu, 01 August 2013 12:58 Go to previous message
Rodrigo Revuelta Roca is currently offline Rodrigo Revuelta RocaFriend
Messages: 12
Registered: January 2012
Junior Member
You don't need to remove the signature of the org.eclipse.jubula.rc.swt.* because you have tested a swing application. In my case i need to remove this signature because i tested a swt application.

Anyway, this is a temporary solution, i'm trying to find the right form to sign the extension.

Best Regards,
Previous Topic:swing extend example jubula
Next Topic:Can I export data from AUT with using Jubula modules?
Goto Forum:
  


Current Time: Thu Mar 28 14:59:07 GMT 2024

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

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

Back to the top