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 - NullPointerException at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages
Summary: NullPointerException at org.tigris.subversion.svnclientadapter.javahl.Abstrac...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-17 19:41 UTC by vstokesjr
Modified: 2016-03-18 15:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223083


Attachments
stacktrace (2.57 KB, text/plain)
2016-03-17 19:41 UTC, vstokesjr
Details

Note You need to log in before you can comment on or make changes to this bug.
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?