on 2021 Jan 19 7:50 AM
SAP Commerce startup and also ant updatesystem fails with the following error:
[java] ERROR [main] [DBPersistenceManager] typePK or Code was NULL in getPersistenceInfoInternal()
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.accessibleCategories - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.addresses - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.allDocuments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.assignedComments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.assignedQuotes - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.carts - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.commentUserSettings - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.comments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.contactInfos - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.createdComments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.customerContact - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.customerReviews - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.cxResults - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.divisionConfigurations - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.divisions - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.ejotDownloadLogEntry - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.expertContact - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.groups - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.lockedPages - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.orders - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.ownEurope1Discounts - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.paymentInfos - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.quotes - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.readableCatalogVersions - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.restrictions - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.savedValues - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.searchRestrictions - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.syncJobs - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.tokens - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.userToSegments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.visibleTemplates - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.watchedComments - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.writableCatalogVersions - got no relation type reference
[java] ERROR [main] [ComposedType] Found invalid relation attribute Customer.zonedeliverymodevalues - got no relation type reference
[java] ERROR [main] [FlexibleSearch] Flexible search error occured...
[java] ERROR [main] [FlexibleSearch] Query translation was not successful.
[java] ERROR [main] [AbstractAntPerformable] Error occurred while performing ant task
[java] de.hybris.platform.jalo.flexiblesearch.FlexibleSearchException: cannot search unknown field 'TableField(name='uid',langPK='null',type=Customer)' within type Customer unless you disable checking , infoMap=TypeInfoMap for type = null
[java] code = null
[java] superType = null
[java] itemTable = null
[java] UPTable = null
[java] LTableName = null
[java] PropsTable = null
[java] core fields = []
[java] unlocalized fields = []
[java] localized fields = []
[java] )
[java] at de.hybris.platform.persistence.flexiblesearch.ParsedType.getTableForField(ParsedType.java:1246) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.TableField.setUpNormalTable(TableField.java:202) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.TableField.translate(TableField.java:146) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.ParsedText$2.translate(ParsedText.java:299) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.FlexibleSearchTools.replace(FlexibleSearchTools.java:310) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.ParsedText.translate(ParsedText.java:292) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.ParsedQuery.translate(ParsedQuery.java:464) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.ParsedQuery.getTranslatedQuery(ParsedQuery.java:236) ~[coreserver.jar:?]
[java] at de.hybris.platform.persistence.flexiblesearch.QueryParser.translateQuery(QueryParser.java:232) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.translate(FlexibleSearch.java:2130) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.executeSearchUsingFlexibleSearchDialect(FlexibleSearch.java:1556) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.search(FlexibleSearch.java:1368) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.search(FlexibleSearch.java:1354) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.user.UserManager.getSearchResult(UserManager.java:412) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.user.UserManager.findUsers(UserManager.java:349) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.user.UserManager.getAnonymousCustomer(UserManager.java:1145) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloSession.initUser(JaloSession.java:398) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloSession.initSessionContext(JaloSession.java:388) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloSession.createInstance(JaloSession.java:262) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloConnection.createSession(JaloConnection.java:796) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloConnection.createSession(JaloConnection.java:751) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloConnection.createAnonymousCustomerSession(JaloConnection.java:672) ~[coreserver.jar:?]
[java] at de.hybris.platform.jalo.JaloConnection.createAnonymousCustomerSession(JaloConnection.java:644) ~[coreserver.jar:?]
[java] at de.hybris.platform.util.WebSessionFunctions.createAnonymousCustomerSession(WebSessionFunctions.java:508) ~[coreserver.jar:?]
[java] at de.hybris.platform.util.WebSessionFunctions.getSession(WebSessionFunctions.java:483) ~[coreserver.jar:?]
[java] at de.hybris.platform.util.WebSessionFunctions.getSession(WebSessionFunctions.java:290) ~[coreserver.jar:?]
[java] at de.hybris.platform.util.WebSessionFunctions.getSession(WebSessionFunctions.java:263) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization.attachNewJaloSessionToHttpSession(Initialization.java:765) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization$SessionRecoveryAfterRegistryStartupAwareExecutor.doAfter(Initialization.java:745) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization$SessionRecoveryAfterRegistryStartupAwareExecutor.execute(Initialization.java:752) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization.doInitializeImpl(Initialization.java:579) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization$5.call(Initialization.java:865) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization$5.call(Initialization.java:1) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.system.InitializationLockHandler.performLocked(InitializationLockHandler.java:75) ~[coreserver.jar:?]
[java] at de.hybris.platform.core.Initialization.doInitialize(Initialization.java:897) ~[coreserver.jar:?]
[java] at de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl.performImpl(InitPlatformAntPerformableImpl.java:108) ~[coreserver.jar:?]
[java] at de.hybris.ant.taskdefs.AbstractAntPerformable.doPerform(AbstractAntPerformable.java:91) [coreserver.jar:?]
[java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[java] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[java] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
[java] at bsh.Reflect.invokeMethod(Reflect.java:131) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.Reflect.invokeObjectMethod(Reflect.java:77) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.Name.invokeMethod(Name.java:852) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHBlock.evalBlock(BSHBlock.java:125) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHBlock.eval(BSHBlock.java:75) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHBlock.eval(BSHBlock.java:41) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.Interpreter.eval(Interpreter.java:659) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.Interpreter.eval(Interpreter.java:750) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at bsh.Interpreter.eval(Interpreter.java:739) [bsh-2.0b6.jar:2.0b6 2016-02-05 05:16:19]
[java] at de.hybris.platform.util.ClientExecuter.execute(ClientExecuter.java:49) [coreserver.jar:?]
[java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[java] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[java] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[java] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
[java] at de.hybris.bootstrap.loader.Loader.execute(Loader.java:143) [ybootstrap.jar:?]
[java] at de.hybris.bootstrap.loader.Loader.main(Loader.java:117) [ybootstrap.jar:?]
[java] shutting down hybris registry..
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.