Description Basket recalculation after customersegment/pricelist assignement to a customer does not work until the user logged out and in again. Steps to Repeat Preparation steps: - open the SMC and disable Pagecache for "inTRONICS_Business" - login to to the "inTRONICS_Business" Backoffice - create
AWI-95149 • 13-May-2024 • Bug • ICM 7.10
Description If you on master/channel and application level select a group for the simple component search an 500 error is logged in the network tab of your browser (and also an error is written to the log). The search works anyway. Other content like includes, where the same simple search is used, works
AWI-95125 • 13-May-2024 • Bug • ICM 7.10
Description Importing a category with an empty name throws an error page and also creates a catalog without id/name. The catalog cannot be edited / deleted in the back office. Stacktrace: com.intershop.beehive.core.capi.pipeline.PipelineExecutionException: Exception occurred while executing pipelet 'UpdateProductType'
AWI-95099 • 13-May-2024 • Bug • ICM 7.10
Description Problem with Paypal connector 6.0.4 in ICM 7.10.38.29-LTS Use case: 4 different Paypal services for 4 different paypal accounts in the same channel. Which paypal account will be used by which customer is defined by the customer segment to which the customer belongs and that the service is
AWI-95038 • 26-Mar-2024 • Bug • PayPal
Description This might be a new bug introduced with the fix of #93998 steps to repeat: Configuration: no use of hierarchical stocks shop 1 bound to supplier 1 and supplier 2 BC files for supplier 1 only Create order with order approval (supplier 1) Check the evaluations in OrderSupplierEvaluationDO:
AWI-94949 • 12-Apr-2024 • Bug • IOM 4.7, IOM 5.0
Description The Scheduling section had a description text in an earlier version which can be seen in the SMC Online Help. It's not available anymore at least since 7.6 (no older demo server was available.) Furthermore the text for the section Site Management is missing as well. Actual Behavior The Schedules
AWI-94842 • 12-Mar-2024 • Bug
Description The customer reports the following to the topic OCI Punchout. His opinion is that the class PunchoutPricePlaceholderImpl and the line: price = punchoutConfigurationContext.getLineItem().getSingleBasePrice(); should be replaced with the discounted single base price e.g.: price = punchoutConfigurationContext
AWI-94831 • 02-May-2024 • Bug • ICM 7.10
Description Created URLs for "intershop.REST" static pages in PWA3 sitemaps are incorrect. Steps to Repeat 1. Open the file "domainsplittings.xml" under "<server>/share/system/config/cluster". 2. Add a valid domain splitting entry where the host name matches the host from the "intershop.WebServerSecureURL"
AWI-94830 • 13-May-2024 • Bug • ICM 7.10
Description Static pages of "intershop.REST" applications cannot be selected for sitemaps under the "Target" tab. Steps to Repeat 1. Open the ICM and switch to the "inTRONICS Business" channel. 2. Go to "Catalogs" > "Product Data Feeds" and click "New". 3. Enter a "Name" and "ID" and click on "Apply"
AWI-94822 • 25-Mar-2024 • Bug • Responsive Starter Store
Description A lot of error messages occur in case the connection between application server and database is broken. "Error while trying to send a heartbeat signal over a non-alive connection of JDBCSharedConnectionPool [currentPoolSize=15, maxPoolSize=20]." The non-alive connections will be removed and
AWI-94727 • 08-Apr-2024 • Bug • ICM 7.10
Description Configuration: shop 1 (supplier 1 and supplier 2) (Shop2SupplierDO are active) |_> shop 2 (supplier 1 and supplier 2) (allowParent=true) (Shop2SupplierDO are not active) |_> shop 3 (supplier 1 and supplier 2) (Shop2SupplierDO are active) product data and inventory A and N files for shop 1 and both supplier
AWI-94702 • 12-Apr-2024 • Bug • IOM 4.7, IOM 5.0
Description TheSearchIndexProductPriceChangeListener sets a lastIndexStartTime at the config but never save the config. // update config searchIndex.getConfiguration() .setLastIndexStartTime(new Date()); Furthermore the event listener only processes the products with price change events but not all potentially
AWI-94701 • 13-May-2024 • Bug • ICM 7.10
Description The edit environment faces the behavior that an update of index configuration (e.g. adding an attribute) does not lead to a touch / update of the related ish-config.xml in the channels site directory. However the lastSchemaUpdate.properties file IS updated in the same directory. The circumstances
AWI-94700 • 18-Apr-2024 • Bug • Solr Cloud
Description A null value in Shop2SupplierDO."allowParentStock" will cause a jpa error when loading the entity as the setter/attribute expects a primitive boolean. The database column should hence be defined as not null (it has already a default set to false). Otherwise such errors will be triggered:
AWI-94641 • 12-Apr-2024 • Bug • IOM 4.7, IOM 5.0
Description After upgrade from ICM 7.10.37.1 to 7.10.40.5 jobs executions get stuck often. Based on the SMC process details of the last execution and also based on the PROCESS table these "Running" jobs finished already. null Bug null Verified Closed null Blocker AdoWorkItem 94639 Products Schedules
AWI-94639 • 13-May-2024 • Bug • ICM 7.10
Description Configuration: shop 1 (supplier 1 and supplier 2) (Shop2SupplierDO are active) |_> shop 2 (supplier 1 and supplier 2) (allowParent=true) (Shop2SupplierDO are not active) |_> shop 3 (supplier 1 and supplier 2) (Shop2SupplierDO are active) product data and inventoryA and N files for shop 1
AWI-94596 • 12-Apr-2024 • Bug • IOM 4.7, IOM 5.0
Description NullPointerException in ReCaptcha v3 when the Recaptcha cookie is absent (empty). Steps to Repeat There is an issue with a NullPointerException in ReCaptcha v3 when the store customer refused the google cookies. The NPE happened here: at com.intershop.adapter.captcha_recaptcha.internal.v3
AWI-94599 • 13-May-2024 • Bug • ICM 7.10
Description Replication state set to failed because of an error during resource cleanup. https://onenr.io/0vwBVm1PVwp Steps to Repeat After the replication ran without any apparent error, the resulting state has been set to failed. The logs point to an issue with the resource cleanup: ErrorFeb 9, 2024
AWI-94592 • 14-Mar-2024 • Bug
Description When you create a new shipping rule and click on Apply when "Select Shipping Action Type" is still displayed and you verify the rule afterwards (without setting a proper Action) you will run into an error page. This affects 7.10 and ICM11 Workaround is to set a proper Action type and verify
AWI-94587 • 14-May-2024 • Bug • ICM 7.10
Description URLRewriteHandlerMgrImpl can't be replaced by project version, because a direct cast to URLRewriteHandlerMgrImpl is contained in RuleSetLoadingStrategy. The server start throws an error: [2024-02-19 13:47:16.559 +0100] ERROR localhost ES1 appserver0 [] [] org.apache.catalina.core.ContainerBase
AWI-94526 • 13-May-2024 • Bug • ICM 7.10
Showing 41-60 of 3228
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.