Return-Path: X-Original-To: apmail-ofbiz-dev-archive@www.apache.org Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89B1D17998 for ; Sat, 21 Feb 2015 12:00:15 +0000 (UTC) Received: (qmail 84262 invoked by uid 500); 21 Feb 2015 12:00:15 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 84227 invoked by uid 500); 21 Feb 2015 12:00:15 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 84215 invoked by uid 99); 21 Feb 2015 12:00:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2015 12:00:15 +0000 Date: Sat, 21 Feb 2015 12:00:14 +0000 (UTC) From: "Deepak Dixit (JIRA)" To: dev@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (OFBIZ-6089) Cannot locate service by name (ensureNaPartyRoleTo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepak Dixit updated OFBIZ-6089: -------------------------------- Attachment: OFBIZ-6089.patch Here is the patch for this issue. Removed ensurePartyRoleFrom service definition as well, and used the ensurePartyRoleTo and ensurePartyRoleFrom service in seca call. > Cannot locate service by name (ensureNaPartyRoleTo) > --------------------------------------------------- > > Key: OFBIZ-6089 > URL: https://issues.apache.org/jira/browse/OFBIZ-6089 > Project: OFBiz > Issue Type: Bug > Components: party > Affects Versions: Trunk, 14.12.01 > Reporter: Deepak Dixit > Assignee: Pranay Pandey > Attachments: OFBIZ-6089.patch > > > {code} > [java] 2015-02-21 15:05:13,584 |http-bio-8443-exec-4 |ArtifactInfoFactory |I| Loading artifact info objects... > [java] 2015-02-21 15:05:14,684 |kJoinPool-1-worker-3 |ArtifactInfoFactory |W| Error processing service: acceptPartyInvitation > [java] org.ofbiz.service.GenericServiceException: Cannot locate service by name (ensureNaPartyRoleTo) > [java] at org.ofbiz.service.DispatchContext.getModelService(DispatchContext.java:216) ~[ofbiz-service.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory.getModelService(ArtifactInfoFactory.java:184) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.(ServiceArtifactInfo.java:68) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory.getServiceArtifactInfo(ArtifactInfoFactory.java:231) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceEcaArtifactInfo.populateAll(ServiceEcaArtifactInfo.java:62) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory.getServiceEcaArtifactInfo(ArtifactInfoFactory.java:243) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.populateTriggeredServiceEcas(ServiceArtifactInfo.java:221) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.populateAll(ServiceArtifactInfo.java:79) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory.getServiceArtifactInfo(ArtifactInfoFactory.java:233) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.populateServicesFromNameSet(ServiceArtifactInfo.java:209) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.populateCalledServices(ServiceArtifactInfo.java:158) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ServiceArtifactInfo.populateAll(ServiceArtifactInfo.java:78) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory.getServiceArtifactInfo(ArtifactInfoFactory.java:233) ~[ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory$1.call(ArtifactInfoFactory.java:393) [ofbiz-webtools.jar:?] > [java] at org.ofbiz.webtools.artifactinfo.ArtifactInfoFactory$1.call(ArtifactInfoFactory.java:389) [ofbiz-webtools.jar:?] > [java] at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1288) [?:1.7.0_65] > [java] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:334) [?:1.7.0_65] > [java] at java.util.concurrent.ForkJoinWorkerThread.execTask(ForkJoinWorkerThread.java:604) [?:1.7.0_65] > [java] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:784) [?:1.7.0_65] > [java] at java.util.concurrent.ForkJoinPool.work(ForkJoinPool.java:646) [?:1.7.0_65] > [java] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:398) [?:1.7.0_65] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)