[ 
https://issues.apache.org/jira/browse/SOLR-8993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272049#comment-15272049
 ] 

Javier commented on SOLR-8993:
------------------------------

I have the similar problem. I have two DIH's but in the new UI doesn't load the 
right configuration. In the new UI "dataimport-cacheable" and "dataimport" load 
data-config.xml

<!-- DataImportHandler -->
  <requestHandler name="/dataimport-cacheable" class="solr.DataImportHandler">
      <lst name="invariants">
          <str name="user">${datasource.user}</str> 
          <str name="password">${datasource.password}</str> 
          <str name="url">${datasource.url}</str> 
      </lst>
      <lst name="defaults">
          <str name="config">data-config-full.xml</str>
      </lst>
  </requestHandler>

  <requestHandler name="/dataimport" class="solr.DataImportHandler">
      <lst name="invariants">
          <str name="user">${datasource.user}</str> 
          <str name="password">${datasource.password}</str> 
          <str name="url">${datasource.url}</str> 
      </lst>
      <lst name="defaults">
          <str name="config">data-config.xml</str>
      </lst>
  </requestHandler>


> New UI can't show DIH
> ---------------------
>
>                 Key: SOLR-8993
>                 URL: https://issues.apache.org/jira/browse/SOLR-8993
>             Project: Solr
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 6.0
>            Reporter: Buğra Yıldırım
>            Priority: Critical
>         Attachments: SOLR-8993.patch, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png, screenshot-6.png
>
>
> New UI can't show DIHs when more than one DIH exists. I switch to old UI for 
> importing from database.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to