Hi all,
 
I am new to Jenkins . We run TPT test cases on Jenkins with Integrity as 
Source code management tool. 
But we have been facing some issues with "tpt-jenkins" plugin.
Our Setup:
Jenkins V 1.609 run as a windows package(Hosted on port 8080)
tpt-jenkins plugin V6.0
TPT tool V 7u2, Build number:1873(64 bit)
Note that we were able to successfully generate Change log and update 
workspace. And the Build result is SUCCESS
*Error: TPT process stops with exit code -1*
 
Additional iNfo:
Execution time: 6 hours
Manual test execution time: 30 seconds
The output is the same whether we run the test with MATLAB  or AUTOSAR 
Platform.

Please find attached the console output.

Do let me know how to proceed further.

Thanks in advance!
Best Regards,
Vivek 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/74cdc0a5-c7d3-4d1a-bae2-21b5696b438c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gestartet durch Benutzer vivek yaragatti
Baue in Arbeitsbereich C:\Program Files 
(x86)\Jenkins\jobs\BCM1_Klima_STM\workspace
Change Log: http://localhost:8080/job/BCM1_Klima_STM/31/changes
Build Log: http://localhost:8080/job/BCM1_Klima_STM/31/console
Preparing to execute si projectinfo for 
#/Spielwiese#yaragattivivek/project.pj#CI_BCM1Klima/project.pj#STM/project.pj
Preparing to execute si viewproject for 
#/Spielwiese#yaragattivivek/CI_BCM1Klima/STM
Checkout directory is C:\Program Files 
(x86)\Jenkins\jobs\BCM1_Klima_STM\workspace
Successfully updated workspace with 0 updates and cleaned up 0 files!
Saving current Integrity Project configuration...
Writing build change log...
Change log successfully generated: C:\Program Files 
(x86)\Jenkins\jobs\BCM1_Klima_STM\builds\31\changelog.xml
[Info 28.08.15 13:34:24]: *** Running TPT-File "STM" with configuration 
"MATLAB/Simulink_MIL" now. ***
[Info 28.08.15 13:34:24]: Launching ""C:\Program Files\TPT-7\tpt.exe" "--run 
build" "D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\STM.tpt" 
"MATLAB/Simulink_MIL" --dataDir 
"D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\testdata\AUTOSAR_Platform_SIL\000_Klima_Systemzustand\000_Klima_Systemzustand_KL15_Kli"
 --reportDir 
"D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\testdata\AUTOSAR_Platform_SIL\000_Klima_Systemzustand\000_Klima_Systemzustand_KL15_Kli""
$ "C:\Program Files\TPT-7\tpt.exe" "--run build" 
D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\STM.tpt 
MATLAB/Simulink_MIL --dataDir 
D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\testdata\AUTOSAR_Platform_SIL\000_Klima_Systemzustand\000_Klima_Systemzustand_KL15_Kli
 --reportDir 
D:\CI_BCM1Klima\STM\20_Produkt\40_TST\TST_STM\40_TST\10_TS\testdata\AUTOSAR_Platform_SIL\000_Klima_Systemzustand\000_Klima_Systemzustand_KL15_Kli
CompilerOracle: exclude javax/swing/text/GlyphView.getBreakSpot
ERROR: Timeout after 6 hours
[Error 28.08.15 19:34:24]: TPT process stops with exit code -1
[Info 28.08.15 19:34:24]: *** Publishing results now ***
Sending e-mails to: [email protected] [email protected]
ERROR: Could not connect to SMTP host: localhost, port: 25
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 
25;
  nested exception is:
        java.net.ConnectException: Connection refused: connect
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934)
        at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
        at javax.mail.Service.connect(Service.java:295)
        at javax.mail.Service.connect(Service.java:176)
        at javax.mail.Service.connect(Service.java:125)
        at javax.mail.Transport.send0(Transport.java:194)
        at javax.mail.Transport.send(Transport.java:124)
        at hudson.tasks.MailSender.run(MailSender.java:126)
        at hudson.tasks.Mailer.perform(Mailer.java:141)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
        at hudson.model.Run.execute(Run.java:1763)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:98)
        at hudson.model.Executor.run(Executor.java:381)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
        at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:286)
        at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:231)
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900)
        ... 18 more
Finished: SUCCESS

Reply via email to