You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Radley (JIRA)" <ji...@apache.org> on 2017/01/04 15:47:58 UTC

[jira] [Updated] (ATLAS-1426) In the UI, create a term , create an entity assign the entity and there is an error

     [ https://issues.apache.org/jira/browse/ATLAS-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Radley updated ATLAS-1426:
--------------------------------
    Description: 
In the dashboard , I create a term term1, create an asset entity then assign the term to the entity. I see the entity disappear from the screen.

I see in firebug that it has issued a get for the entity
http://127.0.0.1:21000/api/atlas/v2/entity/guid/abce5fd1-55e1-4c87-96a8-0b1755569265?_=1483543298336
which fails with response errorcode ATLAS40010E and Catalog.term1: Unknown typename

The application log shows stack :
2017-01-04 15:22:17,913 WARN  - [pool-1-thread-9 - 241d477a-296c-44dd-9813-af9a9d41c16e:] ~ Type validation failed for Catalog.term1 (AtlasTypeDefGraphStore$2:884)
org.apache.atlas.exception.AtlasBaseException: TaxonomyTerm: Unknown typename
        at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
        at org.apache.atlas.type.AtlasClassificationType.collectTypeHierarchyInfo(AtlasClassificationType.java:268)
        at org.apache.atlas.type.AtlasClassificationType.getTypeHierarchyInfo(AtlasClassificationType.java:249)
        at org.apache.atlas.type.AtlasClassificationType.resolveReferences(AtlasClassificationType.java:77)
        at org.apache.atlas.type.AtlasClassificationType.<init>(AtlasClassificationType.java:64)
        at org.apache.atlas.repository.store.graph.Atlas



  

  was:
In the dashboard , I create a term term1, create an asset entity then assign the term to the entity. I see the entity disappear from the screen.

I see in firebug that it has issued a get for the entity
http://127.0.0.1:21000/api/atlas/v2/entity/guid/abce5fd1-55e1-4c87-96a8-0b1755569265?_=1483543298336
which fails with response errorcode ATLAS40010E and Catalog.term1: Unknown typename


  


> In the UI, create a term , create an entity assign the entity and there is an error 
> ------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1426
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1426
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: David Radley
>
> In the dashboard , I create a term term1, create an asset entity then assign the term to the entity. I see the entity disappear from the screen.
> I see in firebug that it has issued a get for the entity
> http://127.0.0.1:21000/api/atlas/v2/entity/guid/abce5fd1-55e1-4c87-96a8-0b1755569265?_=1483543298336
> which fails with response errorcode ATLAS40010E and Catalog.term1: Unknown typename
> The application log shows stack :
> 2017-01-04 15:22:17,913 WARN  - [pool-1-thread-9 - 241d477a-296c-44dd-9813-af9a9d41c16e:] ~ Type validation failed for Catalog.term1 (AtlasTypeDefGraphStore$2:884)
> org.apache.atlas.exception.AtlasBaseException: TaxonomyTerm: Unknown typename
>         at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
>         at org.apache.atlas.type.AtlasClassificationType.collectTypeHierarchyInfo(AtlasClassificationType.java:268)
>         at org.apache.atlas.type.AtlasClassificationType.getTypeHierarchyInfo(AtlasClassificationType.java:249)
>         at org.apache.atlas.type.AtlasClassificationType.resolveReferences(AtlasClassificationType.java:77)
>         at org.apache.atlas.type.AtlasClassificationType.<init>(AtlasClassificationType.java:64)
>         at org.apache.atlas.repository.store.graph.Atlas
>   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)