Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 22133200BD1 for ; Mon, 28 Nov 2016 09:19:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 20C5C160B0D; Mon, 28 Nov 2016 08:19:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6AAF3160B06 for ; Mon, 28 Nov 2016 09:19:04 +0100 (CET) Received: (qmail 36423 invoked by uid 500); 28 Nov 2016 08:19:03 -0000 Mailing-List: contact dev-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list dev@atlas.incubator.apache.org Received: (qmail 36412 invoked by uid 99); 28 Nov 2016 08:19:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 08:19:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 30418C03E1 for ; Mon, 28 Nov 2016 08:19:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vGj6sousAXIi for ; Mon, 28 Nov 2016 08:19:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id BB6DA5F5CC for ; Mon, 28 Nov 2016 08:18:59 +0000 (UTC) Received: (qmail 35827 invoked by uid 99); 28 Nov 2016 08:18:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 08:18:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ADB5A2C03DF for ; Mon, 28 Nov 2016 08:18:58 +0000 (UTC) Date: Mon, 28 Nov 2016 08:18:58 +0000 (UTC) From: "Vimal Sharma (JIRA)" To: dev@atlas.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ATLAS-1336) Storm Hook IT fails due to non registry of type storm_topology MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 28 Nov 2016 08:19:05 -0000 [ https://issues.apache.org/jira/browse/ATLAS-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vimal Sharma updated ATLAS-1336: -------------------------------- Attachment: ATLAS-1336.patch > 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 > Attachments: ATLAS-1336.patch > > > 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)