Issues setting up AUT [message #1809853] |
Wed, 24 July 2019 16:16  |
Eclipse User |
|
|
|
Hello everyone,
after several different tries, I come here to ask for some help.
I just started working with Jubula and it seems very promissing.
I'm trying to setup an AUT but I'm getting the infamous error 5009 error.
The configuration I'm using right now is, on advanced tab for a swing application:
Executable file name: /home/personal/projects/p1/dist/desktop/run.sh
AUT Working Directory: /home/personal/projects/p1/dist/desktop
The run.sh file, which works perfectly well if I run it outside of Eclipse, has this content:
cd /home/personal/projects/p1/dist/desktop/
java -cp "*" com.MainController
I'm able to set the AUT with the examples provided in the standalone version of Jubula.
So I can run Jubula, can run my app and can't run both together :(
I saw a very similar error posted a while ago by a Windows user but even there the problem wasnt solved.
Any heads up is appreciated.
Thanks
|
|
|
|
Re: Issues setting up AUT [message #1810048 is a reply to message #1809855] |
Tue, 30 July 2019 02:04  |
Eclipse User |
|
|
|
Hello,
can you please remove the change directory command in the first line of your run shell script? This might lead to some problems.(Also since your working directory is already set by jubula it should than work).
Also to get more Information we have log files in your USER_HOME/.jubula/logs . for this kind of issues either the client.log the aut_agent.log or the rc_swing.log might give you hints about the Problems.
As another point, are you just using class files or is there a build jar File. Jubula works best with the jar files.
best regards
Marvin Mueller
[Updated on: Tue, 30 July 2019 02:04] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04073 seconds