Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 394F210622 for ; Wed, 4 Dec 2013 07:27:55 +0000 (UTC) Received: (qmail 43001 invoked by uid 500); 4 Dec 2013 07:27:45 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 42872 invoked by uid 500); 4 Dec 2013 07:27:40 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 42786 invoked by uid 99); 4 Dec 2013 07:27:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 07:27:35 +0000 Date: Wed, 4 Dec 2013 07:27:35 +0000 (UTC) From: "Wilfried Sibla (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACE-440) Login not possible if a resource processor is missed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Wilfried Sibla created ACE-440: ---------------------------------- Summary: Login not possible if a resource processor is missed Key: ACE-440 URL: https://issues.apache.org/jira/browse/ACE-440 Project: ACE Issue Type: Bug Components: Client Repository, Repository Affects Versions: 1.0.0 Reporter: Wilfried Sibla If there is a resource in the repo but no corresponding resource processor login in not possible. Neither in the UI nor by using the client API. Unfortunately I don't know how the resource processor disapeared. I assume that adding a resource without having a certain RP could normally not be committed. Output from the GoGo-Shell after trying to login (Client API) gogo: ConversionException: java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. ---- Debugging information ---- message : java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. cause-exception : java.lang.IllegalArgumentException cause-message : java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. class : org.apache.ace.client.repository.impl.RepositorySerializer required-type : org.apache.ace.client.repository.impl.RepositorySerializer path : /repository/artifacts/artifact[94] line number : 1410 Stacktrace excerpt form UI login attempt: [Warn ] [ ] Login failed! Destroying session... com.thoughtworks.xstream.converters.ConversionException: java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. ---- Debugging information ---- message : java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. cause-exception : java.lang.IllegalArgumentException cause-message : java.lang.IllegalArgumentException: There are no ArtifactHelpers known for type 'application/vnd.apache.ace.cfgfilesjar'. class : org.apache.ace.client.repository.impl.RepositorySerializer required-type : org.apache.ace.client.repository.impl.RepositorySerializer path : /repository/artifacts/artifact[94] line number : 1410 ------------------------------- at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:63) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:45) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:46) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:117) at com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(ReferenceByXPathMarshallingStrategy.java:29) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:846) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:833) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:816) at org.apache.ace.client.repository.impl.RepositorySerializer.fromXML(RepositorySerializer.java:114) at org.apache.ace.client.repository.impl.RepositorySet.read(RepositorySet.java:198) at org.apache.ace.client.repository.impl.RepositorySet.checkout(RepositorySet.java:234) at org.apache.ace.client.repository.impl.RepositoryAdminImpl.checkout(RepositoryAdminImpl.java:283) at org.apache.ace.webui.vaadin.VaadinClient.login(VaadinClient.java:1043) at org.apache.ace.webui.vaadin.VaadinClient.login(VaadinClient.java:542) at org.apache.ace.webui.vaadin.LoginWindow$1.buttonClick(LoginWindow.java:81) -- This message was sent by Atlassian JIRA (v6.1#6144)