Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FBEE9B26 for ; Wed, 25 Jan 2012 04:16:27 +0000 (UTC) Received: (qmail 39423 invoked by uid 500); 25 Jan 2012 04:16:26 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 39223 invoked by uid 500); 25 Jan 2012 04:16:17 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 39216 invoked by uid 99); 25 Jan 2012 04:16:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 04:16:15 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xhhsld@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 04:16:09 +0000 Received: by werg1 with SMTP id g1so5620382wer.13 for ; Tue, 24 Jan 2012 20:15:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ABZVOr76vHDFLM9kmFhxlCDtQ2FLkU0L8eHjdscHIZY=; b=LNTDazIgqZUdQ6P07rAkjgNmVkNRBaPEjXjfwZ+LXjLNdp6q3Z5V11kbHZhVSDCGBj 76xbH9xICKMsiyi8ngqimJwS0Gc+cbLgYwsqDEF1A7WStN9qoUN1CX0t/K0zfISwb/FH U9pmu1oQCC/dvRq6bGzZU9xWRsuCrvd48H+YQ= MIME-Version: 1.0 Received: by 10.216.137.149 with SMTP id y21mr6612862wei.38.1327464948140; Tue, 24 Jan 2012 20:15:48 -0800 (PST) Received: by 10.216.169.137 with HTTP; Tue, 24 Jan 2012 20:15:48 -0800 (PST) In-Reply-To: <1326731889442-3663697.post@n3.nabble.com> References: <1300136229852-2677348.post@n3.nabble.com> <1300284040552-2688260.post@n3.nabble.com> <1323888348691-3586364.post@n3.nabble.com> <1325432206082-3624951.post@n3.nabble.com> <1325549614873-3627894.post@n3.nabble.com> <1326731889442-3663697.post@n3.nabble.com> Date: Wed, 25 Jan 2012 12:15:48 +0800 Message-ID: Subject: Re: DeploymentException: POJO web service not configured by any web service builder From: Ivan To: user@geronimo.apache.org Content-Type: multipart/alternative; boundary=00504502cdd5af89a404b75284e6 --00504502cdd5af89a404b75284e6 Content-Type: text/plain; charset=ISO-8859-1 The description for option org.apache.cxf.jaxws. checkPublishEndpointPermission could be found in https://cwiki.apache.org/GMOxDOC22/web-services-issues.html. I doubt that it is related to your issue. If the problem is that RMIConnector could not write it to the deploy directory, I guess that whether the problem is that JRE does not have permission to do that, as I saw that you are working on windows 7, the user control system in win 7 sometimes cause some strange behaviors. 2012/1/17 mikedanese > More time spent on this, still cant deploy my war: > java.security.AccessController.doPrivileged > Seems 'RMIConnection' tries to write the war file to the deploy directory > (eg: appserver-base/repository/xx but is denied access by jre. > ( windows7 / eclipse indigo / wsce-eclipse plugin / websphere comm. edition > V3.0). > Some things I have tried: > 1. From eclipse server view(wsceV3.0) edit the 'launch configuration' to > add > VM arguments, eg: > -Djava.rmi.server.codebase=file:/C:/ibm/wsce/appserverV3.0/bin/ > -Djava.rmi.server.hostname=localhost > -Djava.security.policy=server.policy > -DXorg.apache.geronimo.deployment.LenientMFCP=true > > 2. edit jre java.policy file (jre/lib/security/java.policy) eg: > grant codeBase "file:///C:/ibm/wsce/appserverV3.0/*" { > permission java.security.AllPermission; > }; > > Please advise the correct way to grant access to write the war file to wsce > deploy directories. > > > > > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/DeploymentException-POJO-web-service-not-configured-by-any-web-service-builder-tp2677348p3663697.html > Sent from the Users mailing list archive at Nabble.com. > -- Ivan --00504502cdd5af89a404b75284e6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The description for option=A0 org.apache.cxf.jaxws.chec= kPublishEndpointPermission=A0=A0could be found in=A0 htt= ps://cwiki.apache.org/GMOxDOC22/web-services-issues.html. I doubt that = it is related to your issue.
If the problem is that RMIConnector could = not write it to the deploy directory, I guess that whether the problem is t= hat JRE does not have permission to do that, as I saw that you are working = on windows 7, the user control system in win 7 sometimes cause some strange= behaviors.

2012/1/17 mikedanese = <mikedanese@hotmail.com>= ;
More time spent on this, still cant deploy my war:
java.security.AccessController.doPrivileged
Seems 'RMIConnection' tries to write the war file to the deploy dir= ectory
(eg: appserver-base/repository/xx but is denied access by jre.
( windows7 / eclipse indigo / wsce-eclipse plugin / websphere comm. edition=
V3.0).
Some things I have tried:
1. From eclipse server view(wsceV3.0) edit the 'launch configurat= ion' to add
VM arguments, eg:
-Djava.rmi.server.codebase=3Dfile:/C:/ibm/wsce/appserverV3.0/bin/
-Djava.rmi.server.hostname=3Dlocalhost
-Djava.security.policy=3Dserver.policy
-DXorg.apache.geronimo.deployment.LenientMFCP=3Dtrue

2. edit jre java.policy file (jre/lib/security/java.policy) eg:
grant codeBase "file:///C:/ibm/wsce/appserverV3.0/*" {
permission java.security.AllPermission;
};

Please advise the correct way to grant access to write the war file to wsce=
deploy directories.




--
View this message in context: http://apache-geron= imo.328035.n3.nabble.com/DeploymentException-POJO-web-service-not-configure= d-by-any-web-service-builder-tp2677348p3663697.html
Sent from the Users m= ailing list archive at Nabble.com.



--
= Ivan
--00504502cdd5af89a404b75284e6--