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 442BB2009C6 for ; Tue, 17 May 2016 05:36:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42CE3160A16; Tue, 17 May 2016 03:36:15 +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 8C7A8160A19 for ; Tue, 17 May 2016 05:36:14 +0200 (CEST) Received: (qmail 94197 invoked by uid 500); 17 May 2016 03:36:13 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 94165 invoked by uid 99); 17 May 2016 03:36:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2016 03:36:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8D7462C1F60 for ; Tue, 17 May 2016 03:36:13 +0000 (UTC) Date: Tue, 17 May 2016 03:36:13 +0000 (UTC) From: "Pavel Konstantinov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (IGNITE-3144) Refactor Schema Import Utility. Split for two modules: schema-import and schema-import-db MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 May 2016 03:36:15 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3144?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Konstantinov reopened IGNITE-3144: ---------------------------------------- Assignee: Alexey Kuznetsov (was: Pavel Konstantinov) got this when click Load Schemas {code} =D1=8C=D1=80=D1=89 17, 2016 10:34:21 AM org.apache.ignite.schema.ui.Message= Box errorDialog SEVERE: Failed to get schemas list from database. java.lang.NoClassDefFoundError: org/apache/ignite/schema/parser/DbMetadataR= eader at org.apache.ignite.schema.ui.SchemaImportApp.connect(SchemaImport= App.java:414) at org.apache.ignite.schema.ui.SchemaImportApp.access$000(SchemaImp= ortApp.java:97) at org.apache.ignite.schema.ui.SchemaImportApp$3.call(SchemaImportA= pp.java:520) at org.apache.ignite.schema.ui.SchemaImportApp$3.call(SchemaImportA= pp.java:515) at javafx.concurrent.Task$TaskCallable.call(Task.java:1259) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.ja= va:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExec= utor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExe= cutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: org.apache.ignite.schema.parse= r.DbMetadataReader at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 11 more {code} > Refactor Schema Import Utility. Split for two modules: schema-import and = schema-import-db > -------------------------------------------------------------------------= ---------------- > > Key: IGNITE-3144 > URL: https://issues.apache.org/jira/browse/IGNITE-3144 > Project: Ignite > Issue Type: Task > Components: build > Affects Versions: 1.6 > Reporter: Alexey Kuznetsov > Assignee: Alexey Kuznetsov > Fix For: 1.6 > > > In order to reuse same code from Schema Import and Web console we need to= refactor ignite-schema-import module. -- This message was sent by Atlassian JIRA (v6.3.4#6332)