Description In case of "no Solr server to connect to" or "no search index available", the products REST API responds with an internal error: [2021-11-18 09:19:39.844 +0100] ERROR localhost ES1 appserver0 [inSPIRED-inTRONICS_Business-Site] [-] com.intershop.component.rest.internal.application.RestExceptionMapper
AWI-71440 • 27-Apr-2023 • Bug • ICM 7.10, ICM 11, Solr Cloud
Description The business object CostCenterBO doesn't respect the principle describe in the documentation: Cookbook - Business Objects https://support.intershop.com/kb/27K20 One of the last statements in the create method should be the call of objectCreated and accordingly delete of the business object
AWI-71371 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description PromotionhandlerImpl.GetPromotionsForProduct --> calls ProcessPromotionsREST-GetApplicablePromotions This should be moved to java code and checked for performance issues (Product REST request says, this takes 0,5s for each product, which is too long) null Task null Moved out of state Resolved
AWI-71344 • 30-Jun-2022 • Task • ICM 7.10, ICM 11
Description When (re)importing channel / application content in ICM or via DBPrepare (considering the NPE fix --> escal #70779 and escal #66276) the following error message occurs: Oracle: [2021-11-08 15:06:44.013 +0100] [BulkerThread-521] ERROR c.i.b.core.internal.impex.FileLogger - Impex Error message:
AWI-71341 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Take any Managed Service configuration with type String and store an email address as value. The value will vanish. You might have to go back and forth from Sharing-Tab to Configuration-Tab to see, or not see the value. Steps to Repeat Take any Managed Service configuration with type String
AWI-70298 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description We are trying to set up a process where all returns are going to a dedicated returns warehouse/supplier. The supplier is not necessarily connected to the order, meaning it did not ship the items etc. When a document (return label in this case) is created for the return warehouse it does not
AWI-71269 • 22-Mar-2023 • Bug • IOM 3.4, IOM 3.7
Description The performance of the REST API gets really bad, when using calls like /categories/test/products?amount=10000&attributeGroup=PRODUCT_LIST_DETAIL_ATTRIBUTES The given "amount=10000" causes high load on the app server. Actual Behavior The amount parameter accepts any value, even though a regular
AWI-71259 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Repro Steps Actual Behavior We always have problems to find the root cause of InvalidStateTransitionExceptions because the appropriate StatesControllerBeans only print out the class name, but not the id of the object to get a new state. It is impossible for us to determine the failing object. So it would
AWI-71258 • 25-Jan-2022 • Bug • IOM 3.6, IOM 3.7
Actual Behavior When rebuilding the search index it often fails with the below exception leaving the search index invalid and unusable.[2021-10-19 22:00:02.905 +0000] ERROR edit.shop.com ES1 appserver0 [] [] com.intershop.adapter.search_solr.internal.SolrIndexHandlerExtension [] [Unknown] [LJ0KCgQQAUwAAAF8HDgqiJqE]
AWI-71243 • 27-Apr-2023 • Bug • Solr Cloud
Steps to Repeat create an invalid return (e.g. unknown position number / sku) browse to returns tab see exception Actual Behavior If invalid returns have been created (e.g. via REST API), browsing to the returns list might fail. This is caused by an exception in the sales price calculation (e.g. missing
AWI-71213 • 22-Mar-2023 • Bug • IOM 3.6, IOM 3.7, IOM 4.1
Description REST Call post customers/<id>/costcenters -> according to the swagger docu it is not possible to set the active flag to false in the request body -> in the appropriate patch request this is possible (OK) null Bug null Verified Closed null Major AdoWorkItem 71198 Products Products ICM Fixed
AWI-71198 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description REST Call: get customers/<id>/users If a cost center admin wants to assign users to a cost center he needs a list of assignable users. Currently he is not allowed to fetch user data because he has not permission B2B_VIEW_USERS. Actual Behavior The cost center admin is able to execute the
AWI-71199 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Errors that happen during SFTPTransport or FTPTransport get ignored. This makes a possible error handling or reaction to problems impossible. If some of the transport is not possible, this should be passed on to upper layers as well. Impact stale data in the live system because some imports
AWI-71190 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description There are scenarios, where process chains can get deleted but other processes might depend on them. Two places were identified: Syndications and JobConfigurations. Repro Steps - in inSPIRED backoffice take care that your admin user has the access privilege "Process Chain Manager" - under
AWI-71159 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Whenever a product list is called via REST, a query will be triggered to the database. The Result gets a pageable id so the call does not need to be done a second time and paging can be executed on this result. However if no result was found, the pageable id will not be generated. (only in
AWI-71130 • 22-Mar-2023 • Bug
Description There is a special treatment for only 1 product result done via database. In all other cases sortable Attgributes will be added to the response. These attributes should be there in every case. This bug was found and fixed with #70172 . null Bug null Verified Closed null
AWI-71131 • 22-Mar-2023 • Bug
Description When searching for a product via search index, with built product search index but no content search index, a internal server error will occur. This bug was found and fixed with #70172 . null Bug null Verified Closed null Major AdoWorkItem 71132 Products
AWI-71132 • 22-Mar-2023 • Bug
Description Description: Deleting a product from the ICM back office that is also part of a wish list can result in a broken wish list REST API with 500 Internal Server Error responses Error: [2021-03-26 08:59:12.618 +0100] ERROR 10.0.77.165 ES2 appserver0 [inSPIRED-inTRONICS-Site] [-] com.intershop
AWI-71066 • 22-Mar-2023 • Bug • ICM 7.10
Description Problem: Possible NPE in PageletPromotionVisibilityFilter. Fix: Prevent NPE Stacktrace: java.lang.NullPointerException: null at com.intershop.component.marketing.internal.promotion.assignment.PageletPromotionVisibilityFilter.getAssignmentLookupStrategy(PageletPromotionVisibilityFilter.java:280)
AWI-71063 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Sometimes not all cache change events are handled by the CacheEngine. And sometimes caches exist two times within the application server. The CacheEngineImpl should exist as a single instance only within each application server. Remove parallel preloading from PipelineMgrImpl in 7.10.32.x-LTS
AWI-71003 • 13-Sep-2023 • Bug • ICM 7.10
Showing 781-800 of 3231
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.