ContributionsMost RecentMost LikesSolutionsRe: Why MixpanelCustomEngine throws java.net.ConnectException ?Unfortunately, after updating to 3.20.0, I'm still having this problem and haven't found a solution yet.Why MixpanelCustomEngine throws java.net.ConnectException ? Hello everybody. I have upgraded to ReadyAPI-3.10.2 just yesterday. I run ReadyAPI on a Windows server VM without internet connection. While my projects run fine and the test cases pass, I have noticed the following exception in the logs. Could somebody please explain what "MixpanelCustomEngine" is and how to disable it. Thanks in advance! 04:55:47,787 ERROR [MixpanelCustomEngine] Connection timed out: connect java.net.ConnectException: Connection timed out: connect at sun.nio.ch.Net.connect0(Native Method) ~[?:?] at sun.nio.ch.Net.connect(Net.java:576) ~[?:?] at sun.nio.ch.Net.connect(Net.java:565) ~[?:?] at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~[?:?] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) ~[?:?] at java.net.Socket.connect(Socket.java:645) ~[?:?] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290) ~[?:?] at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:174) ~[?:?] at sun.net.NetworkClient.doConnect(NetworkClient.java:182) ~[?:?] at sun.net.www.http.HttpClient.openServer(HttpClient.java:497) ~[?:?] at sun.net.www.http.HttpClient.openServer(HttpClient.java:600) ~[?:?] at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265) ~[?:?] at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:379) ~[?:?] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:189) ~[?:?] at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1232) ~[?:?] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1120) ~[?:?] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:175) ~[?:?] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1653) ~[?:?] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1577) ~[?:?] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527) ~[?:?] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308) ~[?:?] at com.smartbear.analytics.impl.addon.MixpanelCustomEngine.pingRemoveMixpanelManager(MixpanelCustomEngine.java:57) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.addon.MixpanelCustomEngine.importEvents(MixpanelCustomEngine.java:97) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.addon.MixpanelImporter.processEvents(MixpanelImporter.java:142) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.addon.MixpanelImporter.processEvents(MixpanelImporter.java:125) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.addon.MixpanelImporter$2.run(MixpanelImporter.java:89) [analytics-core-2.6.41.jar:?] at java.lang.Thread.run(Thread.java:831) [?:?] at com.smartbear.analytics.impl.addon.MixpanelImporter.sendInboxEvents(MixpanelImporter.java:92) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.addon.MixpanelImporter.trackEvent(MixpanelImporter.java:68) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.ReadyApiMixpanelProvider.sendEventData(ReadyApiMixpanelProvider.java:129) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.impl.ReadyApiMixpanelProvider.trackAction(ReadyApiMixpanelProvider.java:59) [analytics-core-2.6.41.jar:?] at com.smartbear.analytics.AnalyticsManager$2.run(AnalyticsManager.java:154) [analytics-core-2.6.41.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?] at java.lang.Thread.run(Thread.java:831) [?:?] How to set up ReadyAPI for external Groovy development? I would really love to develop my Groovy scripts outside of ReadyAPI in a full-fledged IDE. No offense, I'm just used to have good refactoring capabilities and at least "go to definition" functionality, which is not available in the script editors at this time. To get started, I was thinking about setting the Resource Rootproject property to ${projectDir}and have a scriptsfolder in my project folder. However, as I have a composite project, I'm not sure if this is a good idea. Is it okay to create sub-folders in a composite project folder? Another thing are the objects log, context and testRunner available inscript editors. I have no idea how to access them in my IDE. Any advice on this? Is anybody here developing Groovy scripts for ReadyAPI in an IDE and would be interested in sharing some best practices? Thanks in advance. Kind regards SolvedRe: Dark Theme for SoapUI in ReadyAPI I would love a dark theme for ReadyAPI. Synchronized with the system theme, if possible. Thanks! Re: Where to look when ReadyAPI does not start? Thanks for your reply, HimanshuTayal. No, I did not touch any files of the ReadyAPI installation. I solved this for now by reinstalling ReadyAPI. While this was the quickest solution, it is also the least satisfying solution, of course. I would have preferred to find the root cause. Let's hope it will not happen again. Just one more thing. After reinstalling ReadyAPI, I could no longer compile my Java project with Maven in Visual Studio Code. I fixed this by explicitly setting JAVA_HOME for the Maven terminal (a VS Code setting). It looks like an issue with executable search path definition. Unfortunately I do not have time to investigate this further. Re: Where to look when ReadyAPI does not start? Looks like my installation is broken. Testrunner fails as well. PS C:\Program Files\SmartBear\ReadyAPI-3.3.2\bin> .\testrunner.bat Error: Unable to initialize main class com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner Caused by: java.lang.NoClassDefFoundError: com/eviware/soapui/reporting/ModelItemReport PS C:\Program Files\SmartBear\ReadyAPI-3.3.2\bin> Re: Where to look when ReadyAPI does not start? Found some logs in%HOMEPATH%\.readyapi\logs but they do not contain any error message for today. Deleted all logs. Restartet ReadyAPI. No new logs are written. Where to look when ReadyAPI does not start? Not sure if this is the right forum here. My ReadyAPI, which was working fine before, now refuses to start. The splash screen shows up, disappears and that's it. I do not see the ReadyAPI process in Windows task manager. I was looking for logs in the ReadyAPI directories, but found nothing. Is there any way to enable error logging? This is ReadyAPI 3.3.2 on Windows 10 Enterprise, Version 1909. SolvedReadyAPI user install available? It seems that the ReadyAPI installer is doing a system install (for all users), which requires administrator privileges and registry access. Is there any way to do a user install forReadyAPI? SolvedRe: In ServiceV, how do I return a scripted response without it being overwritten in the Editor? Did you find a solution to this problem? I'm having the same problem at this time (scripted response being overwritten in the editor) Thanks