Search found 38 matches

by smartbear
Mon Oct 29, 2012 1:33 pm
Forum: Questions (API)
Topic: Thread-2 NullPointerException
Replies: 3
Views: 8382

Re: Thread-2 NullPointerException

Thanks Jeff, will do.

Eric
by smartbear
Mon Oct 29, 2012 12:27 pm
Forum: Questions (API)
Topic: Thread-2 NullPointerException
Replies: 3
Views: 8382

Thread-2 NullPointerException

I'm adding 6.0 integration with our client. Any idea why I would be seeing this error when our client terminates? Exception in thread "Thread-2" java.lang.NullPointerException at system.Threading.Thread.setAppDomain(Thread.jvm.cs:1046) at system.Threading.ThreadPool$WorkerThread.run(Thread...
by smartbear
Mon Aug 22, 2011 9:24 am
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

Linda, Yes - thank you! I updated the customer's settings.xml file to match the CacheLocation in the registry, and it fixed the problem. I'm still waiting for confirmation that this solves the problem for all their users. I first considered ignoring the working folders altogether, hoping that a user...
by smartbear
Thu Aug 11, 2011 8:00 am
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

Linda, So you're saying your Java API does not know the location of working folders as set by your Vault GUI Client? It's certainly the case that we don't set working folders using the API and have so far relied on the working folders returned by ServerOperations.GetWorkingFolderAssignments. It is j...
by smartbear
Tue Aug 09, 2011 1:23 pm
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

Sorry for the confusion. Both sets of output were generated on the same system. They connect to their server with vault.exe and it correctly reports the working folders. They connect to their server with our client (which uses your Java API) and no working folder mappings are returned.
by smartbear
Tue Aug 09, 2011 11:47 am
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

Linda, They run: vault -host fortress.micrium.com:446 -repository Micrium -ssl -user francois01 -password XXXX listworkingfolders and get: <vault> <listworkingfolders> <workingfolder reposfolder="$" localfolder="C:\" /> <workingfolder reposfolder="$/Micrium/Software/uC-FS&qu...
by smartbear
Tue Aug 02, 2011 3:51 pm
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

Linda, Yes, when the customer runs the vault CLI it reports the one working folder $ mapped to C:\. In our getNormalizedWorkingFolderPath method, we enumerate the working folders in order to match to a path. We loop through the working folders returned by GetWorkingFolderAssignments to find a matchi...
by smartbear
Tue Aug 02, 2011 2:00 pm
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

BTW, their "vault ... listworkingfolders" output returns:

Reposfolder="$" localfolder="C:\"
by smartbear
Tue Aug 02, 2011 1:54 pm
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

Re: GetWorkingFolderAssignments returns no folders

This has worked in all previous versions that we know of. I've never run into it, and I can't reproduce it on Vault v5.1.1 (19215). The problem has only been reported by the one customer, and apparently all their users see this problem. They are running with Vault Pro v5.1.1 (19216). The only slight...
by smartbear
Tue Aug 02, 2011 10:32 am
Forum: Questions (API)
Topic: GetWorkingFolderAssignments returns no folders
Replies: 15
Views: 25344

GetWorkingFolderAssignments returns no folders

We're getting no results from a ServerOperations.GetWorkingFolderAssignments() call. The vault command line, however, does return the working folders. Can you help? I've attached the trace log from the Vault API, as well as our log (you can see in it when we enabled logging and when we call GetWorki...
by smartbear
Thu Oct 07, 2010 10:16 am
Forum: Questions (API)
Topic: Get local version value
Replies: 3
Views: 8718

Re: Get local version value

It didn't work - returns the same item as RepositoryUtil.FindVaultFileAtReposOrLocalPath(path), and has the repository version of the file, not the local version. Can you find out how the Vault client determines the local version?
by smartbear
Mon Sep 27, 2010 1:51 pm
Forum: Questions (API)
Topic: Get local version value
Replies: 3
Views: 8718

Get local version value

I have a local file at version 3, and the repository version is 4 having been rolled back to 2. Viewing the folder with the Vault GUI client shows that file with Local Version 3 and Remote Version 4, and getting the File Properties also shows Version 3 for the "Local copy" and Version 4 fo...
by smartbear
Thu Jul 22, 2010 12:35 pm
Forum: Questions (API)
Topic: ProcessCommandListChangeset shows all files modified
Replies: 3
Views: 7241

Re: ProcessCommandListChangeset shows all files modified

Beth, I don't think the customer's timestamps have changed on these files. The Vault GUI client is working as expected - showing only changed files, regardless of whether the Detect using CRCs option is selected. However, the API is returning all files in the returned list of changed files. The cust...
by smartbear
Wed Jul 21, 2010 2:21 pm
Forum: Questions (API)
Topic: ProcessCommandListChangeset shows all files modified
Replies: 3
Views: 7241

ProcessCommandListChangeset shows all files modified

We have a customer who says all their files (or many more than expected) are showing as modified. We're calling ProcessCommandListChangeset to enumerate these changes. The log file from the Vault API is attached. We're calling ProcessCommandListChangeset at 1:25:34 in the log file, and it runs until...
by smartbear
Tue Jan 12, 2010 11:55 am
Forum: Questions (API)
Topic: ServerOperations.Login() slow
Replies: 5
Views: 25696

Re: ServerOperations.Login() slow

The slow performance is continuing to be a problem for a number of our customers. Several are resigned to it, however, a couple customers are continuing to have problems with it, as making the connection takes several minutes. One of these customers reports their CacheMember_Repository file is 17MB....