Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with make local #196

Closed
Natkeeran opened this issue Nov 16, 2021 · 2 comments
Closed

Error with make local #196

Natkeeran opened this issue Nov 16, 2021 · 2 comments

Comments

@Natkeeran
Copy link
Contributor

Running into the following error when trying to use make local. Make demo works.


 // Do you want to continue?: yes.                                              

 [success] Successfully enabled: file_replace

 // Do you want to update remove_jsonld_format key in jsonld.settings config?:  
 // yes.                                                                        


 // Do you want to update broker_url key in islandora.settings config?: yes.    

Fedora Admin role already exists.  No need to create it.
 [success] Added fedoraadmin role to admin
 [notice] Already enabled: jwt
+------------+---------------------------+-----------+
| Collection | Config                    | Operation |
+------------+---------------------------+-----------+
|            | key.key.islandora_rsa_key | Update    |
+------------+---------------------------+-----------+

 // Import the listed configuration changes?: yes.                              

 [error]  Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.
Unable to install the <em class="placeholder">auto_entitylabel</em> module since it does not exist.
Unable to install the <em class="placeholder">config_inspector</em> module since it does not exist.
Unable to install the <em class="placeholder">content_browser</em> module since it does not exist.
Unable to install the <em class="placeholder">controlled_access_terms</em> module since it does not exist.
Unable to install the <em class="placeholder">controlled_access_terms_defaults</em> module since it does not exist.
Unable to install the <em class="placeholder">devel</em> module since it does not exist.
Unable to install the <em class="placeholder">embed</em> module since it does not exist.
Unable to install the <em class="placeholder">entity_browser</em> module since it does not exist.
Unable to install the <em class="placeholder">entity_embed</em> module since it does not exist.
Unable to install the <em class="placeholder">facets</em> module since it does not exist.
Unable to install the <em class="placeholder">field_group</em> module since it does not exist.
Unable to install the <em class="placeholder">field_permissions</em> module since it does not exist.
Unable to install the <em class="placeholder">geolocation</em> module since it does not exist.
Unable to install the <em class="placeholder">islandora_defaults</em> module since it does not exist.
Unable to install the <em class="placeholder">islandora_fits</em> module since it does not exist.
Unable to install the <em class="placeholder">islandora_oaipmh</em> module since it does not exist.
Unable to install the <em class="placeholder">islandora_search</em> module since it does not exist.
Unable to install the <em class="placeholder">libraries</em> module since it does not exist.
Unable to install the <em class="placeholder">matomo</em> module since it does not exist.
Unable to install the <em class="placeholder">name</em> module since it does not exist.
Unable to install the <em class="placeholder">openseadragon</em> module since it does not exist.
Unable to install the <em class="placeholder">pdf</em> module since it does not exist.
Unable to install the <em class="placeholder">rest_oai_pmh</em> module since it does not exist.
Unable to install the <em class="placeholder">restui</em> module since it does not exist.
Unable to install the <em class="placeholder">search_api_solr</em> module since it does not exist.
Unable to install the <em class="placeholder">search_api_solr_defaults</em> module since it does not exist.
Unable to install the <em class="placeholder">views_bulk_edit</em> module since it does not exist.
Unable to install the <em class="placeholder">views_bulk_operations</em> module since it does not exist.
Unable to install the <em class="placeholder">views_slideshow</em> module since it does not exist.
Unable to install the <em class="placeholder">views_slideshow_cycle</em> module since it does not exist. in Drupal\Core\Config\ConfigImporter->validate() (line 750 of /var/www/drupal/web/core/lib/Drupal/Core/Config/ConfigImporter.php). 

In ConfigImportCommands.php line 357:
                                                                               
  The import failed due to the following reasons:                              
  Unable to install the <em class="placeholder">auto_entitylabel</em> module   
  since it does not exist.                                                     
  Unable to install the <em class="placeholder">config_inspector</em> module   
  since it does not exist.                                                     
  Unable to install the <em class="placeholder">content_browser</em> module s  
  ince it does not exist.                                                      
  Unable to install the <em class="placeholder">controlled_access_terms</em>   
  module since it does not exist.                                              
  Unable to install the <em class="placeholder">controlled_access_terms_defau  
  lts</em> module since it does not exist.                                     
  Unable to install the <em class="placeholder">devel</em> module since it do  
  es not exist.                                                                
  Unable to install the <em class="placeholder">embed</em> module since it do  
  es not exist.                                                                
  Unable to install the <em class="placeholder">entity_browser</em> module si  
  nce it does not exist.                                                       
  Unable to install the <em class="placeholder">entity_embed</em> module sinc  
  e it does not exist.                                                         
  Unable to install the <em class="placeholder">facets</em> module since it d  
  oes not exist.                                                               
  Unable to install the <em class="placeholder">field_group</em> module since  
   it does not exist.                                                          
  Unable to install the <em class="placeholder">field_permissions</em> module  
   since it does not exist.                                                    
  Unable to install the <em class="placeholder">geolocation</em> module since  
   it does not exist.                                                          
  Unable to install the <em class="placeholder">islandora_defaults</em> modul  
  e since it does not exist.                                                   
  Unable to install the <em class="placeholder">islandora_fits</em> module si  
  nce it does not exist.                                                       
  Unable to install the <em class="placeholder">islandora_oaipmh</em> module   
  since it does not exist.                                                     
  Unable to install the <em class="placeholder">islandora_search</em> module   
  since it does not exist.                                                     
  Unable to install the <em class="placeholder">libraries</em> module since i  
  t does not exist.                                                            
  Unable to install the <em class="placeholder">matomo</em> module since it d  
  oes not exist.                                                               
  Unable to install the <em class="placeholder">name</em> module since it doe  
  s not exist.                                                                 
  Unable to install the <em class="placeholder">openseadragon</em> module sin  
  ce it does not exist.                                                        
  Unable to install the <em class="placeholder">pdf</em> module since it does  
   not exist.                                                                  
  Unable to install the <em class="placeholder">rest_oai_pmh</em> module sinc  
  e it does not exist.                                                         
  Unable to install the <em class="placeholder">restui</em> module since it d  
  oes not exist.                                                               
  Unable to install the <em class="placeholder">search_api_solr</em> module s  
  ince it does not exist.                                                      
  Unable to install the <em class="placeholder">search_api_solr_defaults</em>  
   module since it does not exist.                                             
  Unable to install the <em class="placeholder">views_bulk_edit</em> module s  
  ince it does not exist.                                                      
  Unable to install the <em class="placeholder">views_bulk_operations</em> mo  
  dule since it does not exist.                                                
  Unable to install the <em class="placeholder">views_slideshow</em> module s  
  ince it does not exist.                                                      
  Unable to install the <em class="placeholder">views_slideshow_cycle</em> mo  
  dule since it does not exist.                                                
                                                                               

config:import [--preview [PREVIEW]] [--source SOURCE] [--partial] [--diff] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-d|--debug] [-y|--yes] [--no] [--remote-host REMOTE-HOST] [--remote-user REMOTE-USER] [-r|--root ROOT] [-l|--uri URI] [--simulate] [--pipe] [-D|--define DEFINE] [--notify [NOTIFY]] [--druplicon] [--xh-link XH-LINK] [--] <command> [<label>]

make[1]: [Makefile:139: update-config-from-environment] Error 1 (ignored)
matomo is not installed.  Skipping configuration
openseadragon is not installed.  Skipping configuration
islandora_defaults is not installed.  Skipping configuration
search_api_solr is not installed.  Skipping core setup.
Waiting for 80 on blazegraph to open.
Triplestore Found at blazegraph:80
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   735    0    17  100   718   8060   332k --:--:-- --:--:-- --:--:--  358k
EXISTS: islandora  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   282  100    60  100   222    239    885 --:--:-- --:--:-- --:--:--  1128
<?xml version="1.0"?><data modified="2" milliseconds="249"/> [notice] Now acting as user ID 1

In CSV.php line 263:
                                                                             
  File "modules/contrib/islandora_defaults/migrate/tags.csv" was not found.  
                                                                             

migrate:import [--all] [--group GROUP] [--tag TAG] [--limit LIMIT] [--feedback FEEDBACK] [--idlist IDLIST] [--idlist-delimiter [IDLIST-DELIMITER]] [--update] [--force] [--continue-on-failure] [--execute-dependencies] [--skip-progress-bar] [--sync] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-d|--debug] [-y|--yes] [--no] [--remote-host REMOTE-HOST] [--remote-user REMOTE-USER] [-r|--root ROOT] [-l|--uri URI] [--simulate] [--pipe] [-D|--define DEFINE] [--userid USERID] [--notify [NOTIFY]] [--druplicon] [--xh-link XH-LINK] [--] <command> [<migration_names>]

make[1]: *** [Makefile:148: run-islandora-migrations] Error 1

@noahwsmith
Copy link
Contributor

I recommend that we look at accepting #160 to address this issue. All of these issues with the d9 upgrade have been resolved there for make local.

@joecorall
Copy link
Contributor

The make local command has been replaced by documentation.

$ make local
make local has been removed. To create a demo site, please follow the instructions at https://islandora.github.io/documentation/installation/docker-local/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants