Hi There,
Migrating from ATG 2007.1 to 10 & experiencing issue while hitting BCC login page.Here is the excerpt of the error.Attached the full error log as Issue #1.txt
java.lang.IllegalArgumentException: Attempt to set property named catalog (UserProfiles:user:6510001) with value = catalog:masterCatalog (class=class atg.adapter.version.CurrentVersionItem). This property failed due to a property type specific test. Enable loggingDebug for details.
atg.repository.RepositoryItemImpl.setPropertyValue(RepositoryItemImpl.java:215)
atg.adapter.gsa.GSAItem.setPropertyValue(GSAItem.java:1323)
atg.userprofiling.Profile.setPropertyValue(Profile.java:229)
atg.userprofiling.ProfilePropertySetter.setProfileProperty(ProfilePropertySetter.java:70)
atg.commerce.catalog.custom.CatalogProfilePropertySetter.setCatalogProfileProperty(CatalogProfilePropertySetter.java:145)
atg.commerce.catalog.custom.CatalogProfilePropertySetter.setProperties(CatalogProfilePropertySetter.java:119)
atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:182)
atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:396)
Compared with CRS configuration & fixed this issue by updating the following properties in CatalogTools component
defaultCatalog=null
defaultCatalogId=null
Then I am getting error with price list.Here is the excerpt of error.Refer the attached Issue#2.txt for full log
java.lang.IllegalArgumentException: Attempt to set property named priceList (UserProfiles:user:6540000) with value = priceList:listPrices (class=class atg.adapter.version.CurrentVersionItem). This property failed due to a property type specific test. Enable loggingDebug for details.
at atg.repository.RepositoryItemImpl.setPropertyValue(RepositoryItemImpl.java:215)
at atg.adapter.gsa.GSAItem.setPropertyValue(GSAItem.java:1323)
at atg.userprofiling.Profile.setPropertyValue(Profile.java:229)
at atg.userprofiling.ProfilePropertySetter.setProfileProperty(ProfilePropertySetter.java:70)
at atg.commerce.pricing.priceLists.PriceListProfilePropertySetter.setPriceListProfileProperties(PriceListProfilePropertySetter.java:150)
at atg.commerce.pricing.priceLists.PriceListProfilePropertySetter.setProperties(PriceListProfilePropertySetter.java:119)
at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:182)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:396)
Unable to fix this issue.Have anyone experienced these issues? Any solution for it?
Thanks in advance!
Mani