Hi Joby, Where do you find those log messages? Can you give the server.log instead of JVM.log in glassfish?
On Wed, Sep 23, 2009 at 2:57 PM, Joby Abragan-Lee <[email protected] > wrote: > Ming, > > I'm using the following version of glassfish: Sun GlassFish Enterprise > Server v2.1 (9.1.1) (build b60e-fcs) > > The log message in glassfish only says the following (please see attached > image): > > > ---------------------------------------------------------------------------------------- > Log Entry Detail > > Timestamp Sep 22, 2009 12:40:08.413 > Log Level SEVERE > Logger javax.enterprise.system.tools.deployment > Name-Value Pairs _ThreadID=13;_ThreadName=Timer-10;mlns; > http://java.sun.com/xml/ns/j2ee;_RequestID=af1fe242-d59a-4f56-baa1-b7d8b8d80395 > ; > Record Number 527 > Message ID "DPL8007 > Complete Message Invalid Deployment Descriptors element mlns value > http://java.sun.com/xml/ns/j2ee" > > ---------------------------------------------------------------------------------------- > > > ________________________________________ > From: Ming Jin [[email protected]] > Sent: Wednesday, September 23, 2009 8:54 AM > To: [email protected] > Subject: Re: Metro CBS > > Hi Joby, > Can you upload the log message in your glassfish? > > Besides that, what version of glassfish and Metro is used? > > > > - Ming Jin > > On Tue, Sep 22, 2009 at 5:46 PM, Joby Abragan-Lee < > [email protected] > > wrote: > > > Hi Ming, > > > > I downloaded the following richfaces jars and copied them to the > > lib/facelets folder: > > > > > > - richfaces-api-3.3.1.GA.jar > > > > - richfaces-impl-3.3.1.GA > > > > - richfaces-ui-3.3.1.GA.jar > > > > > > > > After redeploying the web application, I now get a different error when I > > try to access trader_client: > > > > > > > > "Invalid Deployment Descriptors element mlns value > > http://java.sun.com/xml/ns/j2ee" > > > > > > > > Joby > > ________________________________________ > > From: Ming Jin [[email protected]] > > Sent: Monday, September 21, 2009 6:27 PM > > To: [email protected] > > Subject: Re: Metro CBS > > > > Hi Joby, > > You need to download the richfaces jars from > > http://www.jboss.org/richfaces/download/stable.html(3.3.1GA) and place > > them > > under the directory lib/facelets, > > > > It's missed in the readme.txt. I'll amend it and welcome to test it. > > > > --Ming Jin > > On Mon, Sep 21, 2009 at 9:12 PM, Joby Abragan-Lee < > > [email protected] > > > wrote: > > > > > Hi Ming, > > > > > > Seems like everything was installed successfully, but when I tried to > > > access trader_client in domain2, I get the following error: > > > > > > "opensso agent exception starting filter richfaces > > > java.lang.classnotfoundexception: org.ajax4jsf.filter" > > > > > > Do you think I'm missing a file in the lib folder? > > > > > > Joby > > > > > > ________________________________________ > > > From: Ming Jin [[email protected]] > > > Sent: Thursday, September 17, 2009 6:51 AM > > > To: [email protected] > > > Subject: Re: Metro CBS > > > > > > Hi Ben, > > > > > > > 1. Can you give examples of domain1,2,3? > > > > > > > > > First, let me clarify the reason why we need so many domains here: > > > > > > - sp and idp should be installed and configured in two domains > > separately > > > with different names > > > - the policy agent should be installed into a third domain in which > no > > > opensso.war is deployed > > > - the trader_client app should be deployed in the same domain with > > policy > > > agent > > > > > > Due to these constraints, I recommend that you create three domains > under > > > glassfish, for example, domain1, domain2, domain3. The deployment > should > > be > > > like this: > > > > > > - domain1(sp): > > > opensso.war > > > - domain2(agent): > > > policy agent > > > business_service.war > > > Order_processor.war > > > config_service.war > > > trader_client.war > > > active_sts.war > > > - domain3(idp): > > > opensso.war > > > > > > To avoid confusion of the domain names, I suggest: > > > > > > sp: www.sp.comidp: www.idp.com > > > policy agent: www.stonehenge.com > > > > > > > > > For more information of how to install OpenSSO & Policy agent, please > > refer > > > to the document. > > > > > > 2. When do I have to use https and regular http? The document seems to > > > > interchange them. > > > > > > > > > The HTTPS should be used in the communication between SP and IdP, while > > the > > > regular HTTP is used between trader_client and SP. That's why we use " > > > http://openssohost:openssoport > > > /opensso/WSFederationServlet/metaAlias/Fedsp" > > > as the OpenSSO login Url in document while using HTTPS to verify the > > > installation of SP & IdP. > > > > > > 3. Which version of Metro should I be using? > > > > > > > > > We should use Metro 2.0ea here, because Act_As is supported from the > > > version. I don't think we've met the error you met, can you paste the > > > detailed error message, like the exception stack? > > > > > > Please let me know if you have any problem in setting Metro CBS up. > > > > > > > > > On Wed, Sep 16, 2009 at 11:40 PM, Ben Dewey <[email protected]> > wrote: > > > > > > > Ming, > > > > > > > > So I seem to be making some progress with the Metro Claims Based > > > Security. > > > > I have a few starting questions: > > > > > > > > 1. Can you give examples of domain1,2,3? > > > > a. I'm trying to use sp.stonehenge.com, dev.stonehenge.com, and > > > > agent.stonehenge.com, correct?, should one be called idp? Which one? > > > > > > > > > > > > 2. When do I have to use https and regular http? The document seems > to > > > > interchange them. > > > > > > > > > > > > 3. Which version of Metro should I be using? > > > > a. With 1.5 and 1.5.1, I get a Cannot find symbol class > > > > STSIssuedTokenFeature, building trader_client > > > > b. With 2.0ea, I get a Cannot find symbol variable ACT_AS, building > > > > trader_client > > > > > > > > > > > > > > > > Additionally, I'm a bit confused as to what war files get deployed to > > > what > > > > domains? Can you correct me if I'm wrong here? > > > > > > > > Domain1 (SP): > > > > opensso.war > > > > > > > > Domain2 (DEV): > > > > opensso.war > > > > business_service.war > > > > Order_processor.war > > > > config_service.war > > > > trader_client.war > > > > active_sts.war > > > > > > > > Domain3 (AGENT): > > > > opensso.war > > > > agentapp.war > > > > > > > > > > > > Sorry in advance for my lack of understanding for Metro CBS. > > > > > > > > > > > > -Ben Dewey > > > > > > > > > > > > > > > > > -- > > > Ming Jin > > > > > > Consultant > > > Thoughtworks, Inc > > > Mobile: +44 07503 144174(London) +86 135 2125 6300(Beijing) > > > Gtalk: [email protected] > > > MSN: [email protected] > > > Blog: http://blogjava.net/mingj > > > Twitter: https://twitter.com/mingjin > > > > > > > > > > > -- > > Ming Jin > > > > Consultant > > Thoughtworks, Inc > > Twitter: https://twitter.com/mingjin > > > > > > -- > Ming Jin > > Consultant > Thoughtworks, Inc > Twitter: https://twitter.com/mingjin > -- Ming Jin Consultant Thoughtworks, Inc Twitter: https://twitter.com/mingjin
