cancel
Showing results for 
Search instead for 
Did you mean: 

missing jalo class 'de.hybris.platform.cronjob.jalo.SessionTimeoutJob' for item type 'SessionTimeoutJob' - trying supertype class instead

Former Member
0 Kudos

Hi, I am upgrading my project from hybris 5.5 to hybris 5.7...when i do solr index it says following error

WARN [hybrisHTTP50] [DisplayState] No localization for key >type_tree_solrindexedcoresrecord< found. WARN [hybrisHTTP6] [DisplayState] No localization for key >type_tree_solrindexedcoresrecord< found. WARN [hybrisHTTP6] [DisplayState] No localization for key >type_tree_solrindexedcoresrecord< found. WARN [hybrisHTTP6] [DisplayState] No localization for key >type_tree_solrindexedcoresrecord< found. WARN [hybrisHTTP42] [ExtensibleItemEJB] Error decrypting property 'encodedPassword' of item 8796093054980 - probably not encrypted? Using raw value! WARN [hybrisHTTP37] [ComposedTypeEJBImpl] missing jalo class 'de.hybris.platform.cronjob.jalo.SessionTimeoutCronJob' for item type 'SessionTimeoutCronJob' - WARN [hybrisHTTP37] [DisplayState] No localization for key >type_tree_solrindexedcoresrecord< found. WARN [hybrisHTTP37] [ComposedTypeEJBImpl] missing jalo class 'de.hybris.platform.cronjob.jalo.SessionTimeoutJob' for item type 'SessionTimeoutJob' - trying INFO [hybrisHTTP34] [SolrIndexerOperationWizard] Start solr indexing cronjob. INFO [hybrisHTTP34] [SolrIndexerOperationWizard] Perform cronjob with code: 00001AC6 WARN [00001AC6::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (00001AC6) [DisableReplicationForFullIndex] de.hybris.platform.solrfacetsearc WARN [00001AC6::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (00001AC6) [EnableReplicationForFullIndex] de.hybris.platform.solrfacetsearch WARN [00001AC6::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (00001AC6) [SolrIndexerJob] Error during indexer call: tourtrekIndex de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException: Failed exporting the configuration to the Solr server at de.hybris.platform.solrfacetsearch.indexer.listeners.ConfigurationExporterListener.beforeIndex(ConfigurationExporterListener.java:95) at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerContextFactory.executeBeforeIndexListeners(DefaultIndexerContextFactory.java:162) at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerContextFactory.initializeContext(DefaultIndexerContextFactory.java:104) at de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategy.doExecute(DefaultIndexerStrategy.java:354) at de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategy.execute(DefaultIndexerStrategy.java:326) at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerService.performFullIndex(DefaultIndexerService.java:70) at de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob.performIndexingJob(SolrIndexerJob.java:71) at de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob.perform(AbstractIndexerJob.java:41) at de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob.performCronJob(ServicelayerJob.java:38) at de.hybris.platform.cronjob.jalo.Job.execute(Job.java:1274) at de.hybris.platform.cronjob.jalo.Job.performImpl(Job.java:794) at de.hybris.platform.cronjob.jalo.Job.access$1(Job.java:747) at de.hybris.platform.cronjob.jalo.Job$JobRunable.run(Job.java:667) at de.hybris.platform.util.threadpool.PoolableThread.run(PoolableThread.java:198) Caused by: de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException: Error while creating remote solr core. Status: HTTP/1.1 400 Bad Request at de.hybris.platform.solrfacetsearch.solr.impl.SolrServiceStandaloneImpl.registerRemoteCore(SolrServiceStandaloneImpl.java:570) at de.hybris.platform.solrfacetsearch.solr.impl.SolrServiceStandaloneImpl.getSolrClientForIndexing(SolrServiceStandaloneImpl.java:155) at de.hybris.platform.solrfacetsearch.solr.impl.SolrServiceStandaloneImpl.createIndex(SolrServiceStandaloneImpl.java:194) at de.hybris.platform.solrfacetsearch.solr.impl.SolrServiceImpl.createIndex(SolrServiceImpl.java:85) at de.hybris.platform.solrfacetsearch.indexer.listeners.ConfigurationExporterListener.beforeIndex(ConfigurationExporterListener.java:86) ... 13 more

Can some one give any suggestion regarding this..Thankyou

Accepted Solutions (1)

Accepted Solutions (1)

former_member66948
Participant
0 Kudos

Hi, please check in solr path, related config-set which include files like solrconfig.xml schema.xml is there or not.

Answers (1)

Answers (1)

former_member1002389
Active Participant

Actual error is de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException: Failed exporting the configuration to the Solr server at . It means solr server configuration is missing. Check configuration tab and configure it.