Bug 1284782 - Full text search throws exception in special case
Summary: Full text search throws exception in special case
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: DR1
: 6.3.0
Assignee: manstis
QA Contact: Jozef Marko
URL:
Whiteboard:
Depends On:
Blocks: 1289723
TreeView+ depends on / blocked
 
Reported: 2015-11-24 08:49 UTC by Jozef Marko
Modified: 2020-03-27 19:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1289723 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:13:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
runtime exception log (17.42 KB, text/plain)
2015-11-24 08:49 UTC, Jozef Marko
no flags Details
area where to put search pattern (4.35 KB, image/png)
2015-11-24 08:49 UTC, Jozef Marko
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1193484 0 high CLOSED Roles added to project are ignored by BC. 2021-02-22 00:41:40 UTC

Internal Links: 1193484

Description Jozef Marko 2015-11-24 08:49:21 UTC
Created attachment 1098066 [details]
runtime exception log

Description of problem:
Full text search throws exception in special case and business central freezes.

Version-Release number of selected component (if applicable):
6.2.0.CR1

Steps to Reproduce:
1. Create business process named 'abcdefg.bpmn2'
2. Type '*cde*' as search pattern
3. Process will be found
4. Type '*d*' as search pattern
5. Process will be not found

Actual results:
In the step 5. business central freezes and RuntimeException is thrown. See the attached runtime-error.log.

Expected results:
Business process is found in step 5. and no exception is thrown

Comment 1 Jozef Marko 2015-11-24 08:49:51 UTC
Created attachment 1098067 [details]
area where to put search pattern

Comment 2 Jozef Marko 2015-11-24 08:50:58 UTC
Please put search pattrn into the arrea from attachment 1098067 [details]

Comment 3 manstis 2015-11-24 16:29:23 UTC
Hi Josef, we're going to need the repository with which this issue occurs. I suspect it's not the search pattern directly; more that there's an asset/file in the repository that matches "*d*" but is not represented as a RuntimeResource and it is this that's causing the problem.

Comment 4 manstis 2015-11-24 20:54:35 UTC
The issue was indeed that *d* returned assets that are not within a Project - Designer creates assets in a "global" workspace. I've fixed the issue, granting access to al Users to assets not within a Project structure (unless of course the User doesn't have access to the OU or Repository).

Comment 8 Jozef Marko 2016-02-08 07:32:31 UTC
No exception is thrown. Verified on bpms-6.3.0.DR1.


Note You need to log in before you can comment on or make changes to this bug.