[IMGREC-36] Error while uploading asset and getting automatic tags Created: 28/Dec/18 Updated: 16/May/19 Due: 28/Dec/18 Resolved: 06/May/19 |
|
| Status: | Closed |
| Project: | Image Recognition |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1 |
| Type: | Bug | Priority: | Neutral |
| Reporter: | Alberto Cordero | Assignee: | Antonín Juran |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
| Date of First Response: | |
| Epic Link: | Image Rec |
| Sprint: | Add-Ons 11 |
| Story Points: | 5 |
| Description |
|
I am trying ImageRecognitionModule and when I was uploading an asset I got the following error(attached as log.txt). I´m using this dependencies(1.0.2-SNAPSHOT for imageRecognition):
<dependency> <groupId>info.magnolia.types</groupId> <artifactId>magnolia-content-types</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>info.magnolia.contenttags</groupId> <artifactId>magnolia-content-tags-ui</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>info.magnolia.periscope</groupId> <artifactId>magnolia-periscope-core</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>info.magnolia.periscope</groupId> <artifactId>magnolia-speech-recognition</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>info.magnolia.periscope</groupId> <artifactId>magnolia-periscope-result-ranker</artifactId> <version>1.0</version> </dependency>
<dependency> <groupId>info.magnolia.ai.image</groupId> <artifactId>magnolia-local-image-recognition</artifactId> <version>1.0.2-SNAPSHOT</version> </dependency>
I attach configuration screenshot with LocalImageRecognitionClass. Steps to reproduce:
I have an error or there is an bug? Thanks
Regards
|
| Comments |
| Comment by Antonín Juran [ 06/May/19 ] |
|
When was increased -Xmx (maximum JVM heap memory limit) to 3GB it worked correctly. |