You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Vimal Sharma (JIRA)" <ji...@apache.org> on 2016/11/28 07:04:58 UTC

[jira] [Created] (ATLAS-1336) Storm Hook IT fails due to non registry of type storm_topology

Vimal Sharma created ATLAS-1336:
-----------------------------------

             Summary: Storm Hook IT fails due to non registry of type storm_topology
                 Key: ATLAS-1336
                 URL: https://issues.apache.org/jira/browse/ATLAS-1336
             Project: Atlas
          Issue Type: Bug
            Reporter: Vimal Sharma
            Assignee: Vimal Sharma


Storm Hook IT is failing with the following error due to non registry of type "storm_topology":

org.apache.atlas.typesystem.exception.TypeNotFoundException: Unknown datatype: storm_topology
        at org.apache.atlas.typesystem.types.TypeSystem.getDataType(TypeSystem.java:192)
        at org.apache.atlas.repository.graph.GraphHelper.getTypedReferenceableInstance(GraphHelper.java:742)
        at org.apache.atlas.repository.graph.GraphHelper.deserializeClassInstances(GraphHelper.java:726)
        at org.apache.atlas.services.DefaultMetadataService.deserializeClassInstances(DefaultMetadataService.java:280)
        at org.apache.atlas.services.DefaultMetadataService.createEntities(DefaultMetadataService.java:268)
        at org.apache.atlas.web.resources.EntityResource.submit(EntityResource.java:130)
        at org.apache.atlas.LocalAtlasClient$1.invoke(LocalAtlasClient.java:82)
        at org.apache.atlas.LocalAtlasClient$EntityOperation.run(LocalAtlasClient.java:118)
        at org.apache.atlas.LocalAtlasClient.createEntity(LocalAtlasClient.java:85)
        at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:486)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.handleMessage(NotificationHookConsumer.java:221)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.run(NotificationHookConsumer.java:202)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
2016-11-28 12:30:52,628 WARN  - [NotificationHookConsumer thread-0:] ~ Error handling messageMetadata service API CREATE_ENTITY failed with status 400 (Bad Request) Response Body (org.apache.atlas.typesystem.exception.TypeNotFoundException: Unknown datatype: storm_topology
        at org.apache.atlas.typesystem.types.TypeSystem.getDataType(TypeSystem.java:192)
        at org.apache.atlas.repository.graph.GraphHelper.getTypedReferenceableInstance(GraphHelper.java:742)
        at org.apache.atlas.repository.graph.GraphHelper.deserializeClassInstances(GraphHelper.java:726)
        at org.apache.atlas.services.DefaultMetadataService.deserializeClassInstances(DefaultMetadataService.java:280)
        at org.apache.atlas.services.DefaultMetadataService.createEntities(DefaultMetadataService.java:268)
        at org.apache.atlas.web.resources.EntityResource.submit(EntityResource.java:130)
        at org.apache.atlas.LocalAtlasClient$1.invoke(LocalAtlasClient.java:82)
        at org.apache.atlas.LocalAtlasClient$EntityOperation.run(LocalAtlasClient.java:118)
        at org.apache.atlas.LocalAtlasClient.createEntity(LocalAtlasClient.java:85)
        at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:486)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.handleMessage(NotificationHookConsumer.java:221)
        at org.apache.atlas.notification.NotificationHookConsumer$HookConsumer.run(NotificationHookConsumer.java:202)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
) (NotificationHookConsumer$HookConsumer:252)



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