I have no idea, besides pointing you to the code that's causing it (assuming
this is 2.3.2)

 public static class FindOrCreateIndexJob extends QuartzCommand {
        @Override
        protected void onExecute(JobExecutionContext callbackContext) {
            try {
                MavenIndexManager mavenIndexManager =
                        (MavenIndexManager)
callbackContext.getMergedJobDataMap().get(
                                MavenIndexManager.class.getName());
                Date fireTime = (Date)
callbackContext.getMergedJobDataMap().get(Date.class.getName());
                InternalIndexerService indexer =
InternalContextHelper.get().beanForType(InternalIndexerService.class);
                indexer.fetchOrCreateIndex(mavenIndexManager, fireTime);
            } catch (Exception e) {
                --->>>>  log.error("Fetching index files failed: {}.",
e.getMessage());
            }
        }
    }

The code's available here:
http://sourceforge.net/projects/artifactory/develop

On Mon, Apr 18, 2011 at 5:43 PM, billwonch <[email protected]> wrote:

> Hi everyone -
>
> I still haven't received a reply for this.  Do you need more information?
>  I
> could really use a hand.
>
> Thanks!
>
> Bill
>
> --
> View this message in context:
> http://forums.jfrog.org/Problems-with-Indexer-tp6266394p6284108.html
> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to