java.net.SocketException: Connection reset by peer: socket write error
Hello, - Collaborator Enterprise v13.2.13200 Server - Collaborator client v12.4.12400 - SCM system is configured to PTC Integrity The PTC Integrity change package has 96 new files and 48 updated files The total size of the files is rather small ~ 4.2 MB When creating a review from ccollabgui.exe, when executing command ccollab addchangelist, the following java exception is raised. Please see the two attached files for more error details. ERROR: Executing command `ccollab addchangelist`: Error occurred: ERROR: Executing command `ccollab addchangelist`: java.io.IOException: java.net.SocketException: Connection reset Error occurred: java.io.IOException: java.net.SocketException: Connection reset com.smartbear.collaborator.client.exceptions.CollabClientException: java.io.IOException: java.net.SocketException: Connection reset Error occurred: com.smartbear.collaborator.client.exceptions.CollabClientException: java.io.IOException: java.net.SocketException: Connection reset at com.smartbear.collaborator.json.api.AbstractApi.sendBatch(AbstractApi.java:95) .... .... javax.net.ssl.SSLException: java.net.SocketException: Connection reset Error occurred: javax.net.ssl.SSLException: java.net.SocketException: Connection reset at sun.security.ssl.Alert.createSSLException(Unknown Source) Error occurred: at sun.security.ssl.Alert.createSSLException(Unknown Source) at sun.security.ssl.TransportContext.fatal(Unknown Source) Error occurred: at sun.security.ssl.TransportContext.fatal(Unknown Source) at sun.security.ssl.TransportContext.fatal(Unknown Source) Error occurred: at sun.security.ssl.TransportContext.fatal(Unknown Source) at sun.security.ssl.TransportContext.fatal(Unknown Source) Error occurred: at sun.security.ssl.TransportContext.fatal(Unknown Source) at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source) Error occurred: at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source) at sun.security.ssl.SSLSocketImpl.access$400(Unknown Source) Error occurred: at sun.security.ssl.SSLSocketImpl.access$400(Unknown Source) at sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source) Processing change 12345678:1. Suppressed: java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(Unknown Source) at java.net.SocketOutputStream.write(Unknown Source) at sun.security.ssl.SSLSocketOutputRecord.encodeAlert(Unknown Source) ... 36 more4KViews0likes1CommentUnable to add files for review using P4 plugin
I've recently set up my mac for code reviewing using p4v for file syncing/ changelists and ccollab for the review platform. Versions are: MacOS - 10.15.7 Perforce - P4V/MACOSX1015X86_64/2020.1/1966006 ccollab client - 13_1_13100 Via the coollabgui app, I have the SCM verified and connected with no errors. I am unable to add pending changelists for review, but I can add submitted changelists. What's more is I'm able to submit files for review by manually uploading them through the web client. The big headache comes when I attempt to use the smartbear custom tool that installation builds into P4V. Attempting to right-click and add any changelist results in the following error: No SCM Configuration could be determined Cannot run program "p4" (in directory "/Applications/ccollab_client/ccollabgui.app"): error=2, No such file or director I have reviewed the following other topics and found no solutions: https://community.smartbear.com/t5/Collaborator/quot-No-SCM-could-be-determined-quot-p4-plugin-does-not-work-out/td-p/173012 https://community.smartbear.com/t5/Collaborator/Config-p4-plugin-on-Mac/m-p/44317 Any ideas? It's looking like this could be a potential bug.Solved2.6KViews0likes2CommentsCollaborator client/Visual Studio addin and admin rights
Hi, We are using Collaborator 10.0 and Visual Studio addin with VS 2015. For some reason we are experiencing problems using the client GUI and VS addin if we don't run them with administrator rights. Without admin rights, the client GUI starts but the Add Changes/Shelvesets/Changesets buttons don't do anything. In Visual Studio, the Collaborator pane shows up but doesn't show any reviews and the Add files to review and New review from changes buttons are dead. When we start the client or Visual Studio as administrator, we have no problems. Is it a feature that admin rights are required or should they work also without them? Any advice to fix this would be nice. Thanks a lot, - Dukeman1.9KViews0likes1CommentUnable to install Code collaborator client
I was using code collaborator for a while and it suddenly stopped working and the application was not opening up. I uninstalled and while trying to reinstall getting the error as below. "java.lang.RuntimeException: java.lang.reflect.InvocationTargetException" Also tried to reinstall Java but didn't work. Using Java 1.8 Error Log Exception: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.install4j.runtime.installer.frontend.GUIHelper.invokeOnEDT(GUIHelper.java:704) at com.install4j.runtime.installer.frontend.WizardScreenExecutor.register(WizardScreenExecutor.java:265) at com.install4j.runtime.installer.ContextImpl.registerScreenConfigs(ContextImpl.java:744) at com.install4j.runtime.installer.ContextImpl.registerScreens(ContextImpl.java:732) at com.install4j.runtime.installer.controller.Controller.start(Controller.java:83) at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:57) at com.install4j.runtime.installer.Installer.main(Installer.java:45) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85) at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94) at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25) Caused by: java.lang.reflect.InvocationTargetException at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1367) at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1342) at com.install4j.runtime.installer.frontend.GUIHelper.invokeOnEDT(GUIHelper.java:700) ... 13 more Caused by: java.lang.IllegalArgumentException: Malformed \uxxxx encoding. at java.base/java.util.Properties.loadConvert(Properties.java:654) at java.base/java.util.Properties.load0(Properties.java:454) at java.base/java.util.Properties.load(Properties.java:404) at com.smartbear.beans.ConfigUtils$1.run(ConfigUtils.java:371) at com.smartbear.beans.ConfigUtils.withLockFile(ConfigUtils.java:310) at com.smartbear.beans.ConfigUtils.loadProfileConfigProps(ConfigUtils.java:364) at com.smartbear.beans.ConfigUtils.loadConfigFiles(ConfigUtils.java:546) at com.smartbear.ccollab.installer.CollaboratorSetupScreen.createComponent(CollaboratorSetupScreen.java:215) at com.install4j.runtime.installer.frontend.ScreenEnvelope.initContentComponent(ScreenEnvelope.java:338) at com.install4j.runtime.installer.frontend.ScreenEnvelope.init(ScreenEnvelope.java:68) at com.install4j.runtime.installer.frontend.ScreenEnvelope.<init>(ScreenEnvelope.java:46) at com.install4j.runtime.installer.frontend.WizardScreenExecutor$3.run(WizardScreenExecutor.java:268) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)1.8KViews0likes4CommentsCan you map phaseId from database to Phase State
I'm currently working with XML files containing dumps of the database. One of the things I want to do is link Reviews with their phase state. The ReviewData table has an attribute called phaseId, and the Database Schema on the site indicates there's a phase table, though there isn't one among the dumped tables I'm working with. I've also tried checking a reviewId from the table against that review in the browser gui and matching the state seen there to the phaseId value. However, I've noticed that the phaseId isn't consistently one value or another for that state. phaseId = 2 is listed for several reviews, even though each review is in a different phase state than the other. I saw Cancelled, Inspection and Completed. Phase 1 seemed more consistent, always being either Planning or Inspection, but I don't know if that's always the case or coincidence. Is there a Phase table? Or some reliable way to map the phaseId in the database to the actual state of the review?Solved1.2KViews0likes3CommentsTray Action Items window not closeable
I have updated to Collaborator client version 13.0.13001 on Kubuntu 20.04. When clicking on the Collaborator tray icon, the Action Items window appears as always. However, in past versions it would close when losing focus. Now the window does not close, and the window is marked not closeable so I have to kill the process to remove it. Please make this window closeable.1.2KViews0likes1CommentCan I review only the changes since my last review?
Hi, When, after a review, the developer uploads new changes, how, as a reviewer, can I limit my view to only those files *and* only those lines that are newly changed since my last review? Even with a small number of files, it seems I have to check each one again and look at all changes again. I know there is an upload number associated with each file, but it is much to burdensome to have to write down those upload numbers somewhere in order to limit my review work. Even with that, all changes are still displayed. Is there a filter that allows me to review only the changes since my last review? Thanks.1.1KViews0likes1CommentRemoving the Auto Underline feature in review material file names
I have users that have run into issues when they have file names with an underscore in the file name. When Collaborator adds a file to the list of review material it underlines the entire name of the file automatically. what happens is when a user goes to re-upload a file and they have different file names and underscore combinations they will upload a "new" file versus a new rev of the current file. Can the auto underline feature be toggled? Note I am still using version 10.1 of Collaborator.998Views0likes0CommentsCollaborator comments have very large space in the text
This is in the diff-viewer screen...I have been asked to address an issue where various reviews in Collaborator (13.4) have comments that were entered where most of them the text is formatted as a paragraph would be. however other comments in the same review for the same document have a very large space (like 100 line returns) in the text and the comment shows what looks like metadata for the text. if i view the Details for for the review the comment for that same pin is normal.985Views0likes3CommentsCollaborator Client locks up.
I am attempting to create a collaborator review with SVN revisions but the create locks up. Collaborator appears to be clicking through the repositories. One thing that I have noticed is that it is attempting to compare DLL's (which I don't need).Solved960Views0likes1Comment