Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » RCP AUT Start Problems
RCP AUT Start Problems [message #982791] Tue, 13 November 2012 12:22 Go to next message
Patrick R. is currently offline Patrick R.Friend
Messages: 10
Registered: July 2009
Junior Member
Hello,

i'm now trying to specifiy some test for an RCP Tool. However i have some Problems starting the AUT.

* I extraced the Jubula Remote Control Plugin into my plugins Directory.
* After that i modified the config.ini:
osgi.bundles=[email]org.eclipse.equinox.simpleconfigurator@1:start, org.eclipse.jubula.rc.rcp

* For the AUT i choose the RCP Toolkit.
* I start the AUT with it's own JRE (1.6)

=> When i start the AUT everything happens as normal, but the entry "starting AUT" in the progress view is there, like forever and the AUT is never listed under runing auts.

Thanks

[Updated on: Tue, 13 November 2012 12:25]

Report message to a moderator

Re: RCP AUT Start Problems [message #982811 is a reply to message #982791] Tue, 13 November 2012 12:41 Go to previous messageGo to next message
Patrick R. is currently offline Patrick R.Friend
Messages: 10
Registered: July 2009
Junior Member
2012-11-13 12:13:35.478 [AUTServerWatcher] ERROR o.eclipse.jubula.autagent.AutStarter - unknown AUTServer exit code: 13'
2012-11-13 13:07:18.372 [Connection.ReaderThread:Socket[addr=/10.48.128.253,port=53282,localport=53281]] ERROR o.e.j.c.connection.Connection - send failed
java.net.SocketException: Connection reset by peer: socket write error
	at java.net.SocketOutputStream.socketWrite0(Native Method) ~[na:1.6.0_33]
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) ~[na:1.6.0_33]
	at java.net.SocketOutputStream.write(SocketOutputStream.java:136) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) ~[na:1.6.0_33]
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) ~[na:1.6.0_33]
	at java.io.BufferedWriter.flush(BufferedWriter.java:236) ~[na:1.6.0_33]
	at org.eclipse.jubula.communication.connection.Connection.send(Connection.java:321) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.send(Communicator.java:492) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent.removeAut(AutAgent.java:453) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent.access$2(AutAgent.java:445) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent$AutCommunicationErrorListener.shutDown(AutAgent.java:244) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.fireShutDown(Communicator.java:664) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.access$5(Communicator.java:657) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator$ErrorListener.shutDown(Communicator.java:887) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection.fireShutDown(Connection.java:374) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection.access$4(Connection.java:367) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection$ReaderThread.fireShutDownAndFinish(Connection.java:592) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection$ReaderThread.run(Connection.java:464) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
2012-11-13 13:07:18.382 [Connection.ReaderThread:Socket[addr=/10.48.128.253,port=53282,localport=53281]] ERROR o.e.j.communication.Communicator - An error occured: 
java.net.SocketException: Connection reset by peer: socket write error
	at java.net.SocketOutputStream.socketWrite0(Native Method) ~[na:1.6.0_33]
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) ~[na:1.6.0_33]
	at java.net.SocketOutputStream.write(SocketOutputStream.java:136) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276) ~[na:1.6.0_33]
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) ~[na:1.6.0_33]
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) ~[na:1.6.0_33]
	at java.io.BufferedWriter.flush(BufferedWriter.java:236) ~[na:1.6.0_33]
	at org.eclipse.jubula.communication.connection.Connection.send(Connection.java:321) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.send(Communicator.java:492) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent.removeAut(AutAgent.java:453) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent.access$2(AutAgent.java:445) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.autagent.agent.AutAgent$AutCommunicationErrorListener.shutDown(AutAgent.java:244) [org.eclipse.jubula.autagent_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.fireShutDown(Communicator.java:664) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator.access$5(Communicator.java:657) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.Communicator$ErrorListener.shutDown(Communicator.java:887) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection.fireShutDown(Connection.java:374) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection.access$4(Connection.java:367) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection$ReaderThread.fireShutDownAndFinish(Connection.java:592) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
	at org.eclipse.jubula.communication.connection.Connection$ReaderThread.run(Connection.java:464) [org.eclipse.jubula.communication_1.3.0.201210161256.jar:na]
Re: RCP AUT Start Problems [message #985243 is a reply to message #982811] Thu, 15 November 2012 09:00 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

There have been a few threads about this sort of problem - I'm think that pretty much every one was resolved by people having found a typo or an extra space or something similar in their config.ini. Perhaps it would be worth to have a look through some of the threads to find out what people's solutions were.

HTH,
Alex
Re: RCP AUT Start Problems [message #986896 is a reply to message #982791] Thu, 22 November 2012 10:00 Go to previous message
Patrick R. is currently offline Patrick R.Friend
Messages: 10
Registered: July 2009
Junior Member
Ok, thanks for the info.
Previous Topic:Cannot Map into category
Next Topic:select multiple rows in table?
Goto Forum:
  


Current Time: Fri Mar 29 14:02:24 GMT 2024

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

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

Back to the top