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
Description If you try to setup Google ReCaptcha V3 with proxy information in service configuration (url, username, password) ReCaptcha does not work. The problem is in com.intershop.adapter.captcha_recaptcha.internal.v3.ReCaptchaConfigurationHelper class where V2 values are read for proxy configuration:
AWI-70997 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The search index last update date is set in case of invalid/corrupt search index rebuild/update scenario Steps to Repeat - setup ICM 7.10.27 with Solr Cloud adapter 2.3.3 - within ICM BO GUI rebuild or update search index from organization or channels with an invalid search query file ( to
AWI-70974 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description No price list is displayed in the customer context if single quotes are included in the price list description. Repro Steps 1) in ICM, go to the inTRONICS Channel 2) go to Catalogs > Price Lists 3) create a new price list: Name:* TestPriceList ID:* TestPriceList Description: 'TestPriceList'
AWI-70953 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description If one adds a product to the basket and this product is deleted afterwards from the ICM, following NPE is thrown on basket validation: [2021-10-20 08:19:16.605 +0000] ERROR test.internal.cloudapp.net ES1 appserver0 [test-test-Site] [-] com.intershop.component.rest.internal.application.RestExceptionMapper
AWI-70948 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Steps to Repeat Login to backoffice Switch to inSPIRED-inTRONICS Go to "Mass Data Tasks" -> "Search Indexes" Open a index configuration e.g. product-search-idx-en_US if no index exists, create one Switch to "Synonyms" tab Add a new synonym, keyword: "hose", synonym: "Buchse," (the comma at the end is
AWI-70943 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Advance Notice: New LTS Release From December 2021 At the end of December / beginning of January Intershop will introduce a new Long Term Support (LTS) release. Long term support releases are released every 6 months and maintained for one year. In contrast to monthly releases, no new features are made
30000G • 16-Dec-2021 • TechTalk Newsletter • ICM 7.10
Description When trying to create an order for a new customer, IOM will not import the order if any of the first name fields are missing. Creation of unknown customer is configured. Expected behavior: Order is created without first name being populated as the yaml definition marks it as an optional field
AWI-70901 • 22-Mar-2023 • Bug • IOM 3.6, IOM 3.7
Description When searching for Orders with cancellations or returns, the sql include search for OrderPosDOs with "quantityCanceled" and/or "quantityReturned" greater than 0. Without (partial) index on these fields, this can lead to full table scans. null Bug null Verified Closed null Major AdoWorkItem
AWI-70904 • 22-Mar-2023 • Bug • IOM 3.6, IOM 3.7
Description Promotion conditions "Order Value" and "Number of Items" can use the messaging feature (IS-31692). When 'greater than' (example for "Number of items") is used as condition then the placeholder gets a wrong value. The placeholder value have to be increment because if the placeholder value
AWI-70895 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description When exporting content in the ICM, the <sorting> tag is missing in the exported XML file. This can lead to a NullPointerException when reimporting the content export file. Job Log Error: [2021-08-20 12:44:20.574 +0200] [JobExecutor796570254] [Job:ProcessPageletImpex] [Req:WwUKAE2lbSIAAAF7r1MCwGMp]
AWI-70896 • 22-Mar-2023 • Bug • ICM 7.10
Table of Contents Introduction Glossary General Information Additional References New Features and Enhancements Setup & Configuration Interfaces Deprecations Removals Fixed Defects Changelog Version Intershop Order Management / 3.6.3.0 Fixed Defects Version Intershop Order Management / 3.6.2.0 Fixed
299H98 • 24-Jan-2022 • Release Notes • IOM 3.6
Description Sorted Ascending by Creation date - but "12:59:58 PM" should be smaller than "1:00:04 PM". Same for "Product delivery date"! This leads to random behaviour of test case "IOM-8847-01: admin confirms partial delivery using order details tab, then edits it and finally delivers everything"
AWI-70834 • 08-May-2023 • Bug
Description A robots.txt can contain a link to the sitemap index like this: User-agent: *Disallow: /INTERSHOP/Allow: /INTERSHOP/static/ Sitemap: https://pwa.intershop.com/sitemap_pwa.xml Now NGinx must be able to proxy_pass the contents of the mentioned resource. Which involves translating above
AWI-70835 • 01-Dec-2021 • Task
Description The finalizer may throw an exception when cleaning up QueryResult. The following errors occur periodically: [2021-10-18 00:00:39.616 +0000] ERROR ### ES1 appserver0 [] [] com.intershop.beehive.core.internal.environment.ServerEnvironment [] [] [] [] "jgroups-10,appserverSyncChannel,its-prd-del-app-01-2870"
AWI-70809 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Pipelet ExecutePipeline does not allow correct error handling, because it does not react to stop node of executed pipeline. If a pipeline returns with a stop node, this should be treated as an error and error exit of pipelet "ExecutePipeline" should be taken. This would allow error handling
AWI-70711 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description REST calls: get /orders, get /orders/<id> Steps to Repeat Create an order Change the buyer data (first name, last name, email/login etc.) in the myAccount Profile. At the response the original values are not contained, only the buyer login and the taxation Id. Actual Behavior The REST response
AWI-70702 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Sometimes exception occur during the search index build when adding documents [2021-10-19 22:00:02.905 +0000] ERROR localhost ES1 appserver0 [] [] com.intershop.adapter.search_solr.internal.SolrIndexHandlerExtension [] [Unknown] [LJ0KCgQQAUwAAAF8HDgqiJqE] [F3gKCgQQ7r0AAAF 8HTgqiJqE] "Flo
AWI-70688 • 27-Apr-2023 • Bug • Solr Cloud
Description (Dispatch) shows inconsistent behaviour making test case 7047-01 unstable. As far as I can see, the JAVA-lists should all keep the order from the query which adds an "sortBy sh.id" to its query. But as you can see in the attachment, the sorting is sometimes wrong. Since this so far did not
AWI-70659 • 22-Mar-2023 • Bug • IOM 3.7
Description The 'stores' resource should return the custom attributes 'Latitude' and 'Longitude' for better Maps integration. These values are currently for some stores already managed but are not accessible via 'stores' REST API (https://support.intershop.com/rdd/Redoc-S29911.html#tag/Store-Locator)
AWI-70652 • 30-Jun-2022 • User Story • ICM 7.10, ICM 11
Showing 2621-2640 of 5293
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
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.