This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258424

Summary: NullPointerException at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages
Product: versioncontrol Reporter: vstokesjr
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223083
Attachments: stacktrace

Description vstokesjr 2016-03-17 19:41:46 UTC
This bug was originally marked as duplicate of bug 224960, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 24.95-b01, OpenJDK Runtime Environment, 1.7.0_95-b00
OS: Linux

User Comments:
vstokesjr: Committing files from project to SVN server.




Stacktrace: 
java.lang.NullPointerException
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2661)
   at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:200)
   at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:178)
   at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:120)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Comment 1 vstokesjr 2016-03-17 19:41:48 UTC
Created attachment 158913 [details]
stacktrace
Comment 2 Ondrej Vrabec 2016-03-18 15:20:52 UTC
Were you trying to commit files under /d01/dev/ECI/edi/vendor/ramsey/uuid/ ? I noticed the "vendor" folder that is unfortunately ignored by NetBeans for PHP projects. Is that your case? Do you have a PHP project where the vendor folder is marked as ignored? In that case it's possible that NetBeans gets crazy about it. Does it always happen when committing changesinside the vendor folder?