Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] please help in deploying rpps-axis.war

Hello,

I attached .higgins.  
I assume you work with  T1-0-1 version of rpps-web. Some configuration files contain absolute path '/usr/share/higgins/.higgins', so put this .higgins folder to /usr/share/higgins/ and create link from user home directory ( ln -s /usr/share/higgins/.higgins .higgins) or fix conf. 

-- 
Alexander Yuhimenko <AYuhimenko@xxxxxxxxxxxxxx>

On Tue, 29 Apr 2008 10:11:13 +0530
<krishna.yarramsetty@xxxxxxxxx> wrote:

> Hi,
>  
> Thanks for the prompt reply. 
>  
> Well i would do as suggested. But i regret to let you know that the attachments are not downloading properly(both files are empty when downloaded or saved). I request you to send them again if possible in a zip format.
>  
> Thanks & Regards,
> KrishnaChaitanya Y.G.
> 
> ________________________________
> 
> From: Alexander Yuhimenko [mailto:AYuhimenko@xxxxxxxxxxxxxx]
> Sent: Mon 4/28/2008 5:50 PM
> To: Krishna chaitanya Yarramsetty (WT01 - E-ENABLING)
> Cc: higgins-dev@xxxxxxxxxxx
> Subject: Re: [higgins-dev] please help in deploying rpps-axis.war
> 
> 
> 
> Hello,
> 
> It's not so good idea replacing all the references to localhost.
> 
> Replace userProfile.owl and fix path (line 19) for import higgins.owl
> 
>         <owl:Ontology rdf:about="">
>                 <rdfs:label>TokenCard ontology</rdfs:label>
>                 <owl:versionInfo>$Id: TokenCard.owl,v 0.1 2007/02/02 13:10:41 $</owl:versionInfo>
>                 <owl:imports rdf:resource="file:///YOUR_PATH/.higgins/.ontology/higgins.owl" />
>         </owl:Ontology>
> 
> Both files are attached.
> 
> --
> Thanks,
> Alexander Yuhimenko <AYuhimenko@xxxxxxxxxxxxxx>
> 
> On Mon, 28 Apr 2008 16:38:46 +0530
> <krishna.yarramsetty@xxxxxxxxx> wrote:
> 
> > Hi Alex,
> > 
> > I have deployed rpps on localhost. Since the trace was trying to get userProfile.owl file from internet i have replaced all the references in files in .higgins folder to localhost and to a project containing those files.
> > I was able to come out of this error but now i get an error saying "Couldn't find ONT class: http://www.eclipse.org/higgins/ontologies/2006/userProfile#UserProfile";
> > 
> > Please let me know where else the changes need to be made.
> > 
> > Thanks & Regards,
> > KrishnaChaitanya Y.G.
> >
> > ________________________________
> >
> > From: Alexander Yuhimenko [mailto:AYuhimenko@xxxxxxxxxxxxxx]
> > Sent: Mon 4/28/2008 4:32 PM
> > To: Higgins (Trust Framework) Project developer discussions
> > Cc: Krishna chaitanya Yarramsetty (WT01 - E-ENABLING)
> > Subject: Re: [higgins-dev] please help in deploying rpps-axis.war
> >
> >
> >
> > Hello,
> >
> > It looks like as rpps couldn't find  'userProfile.owl'.
> >
> > Would you verify that user home directory (which used for starting tomcat) containinig  '.higgins/.ontology/userProfile.owl' .
> >
> > Which rpps build did you run (nightly build or 1.1M)?
> >
> > I'll try to help more if you share your configuration (.higgins)
> >
> > --
> > Thanks,
> > Alexander Yuhimenko <AYuhimenko@xxxxxxxxxxxxxx>
> >
> > On Mon, 28 Apr 2008 11:18:17 +0530
> > <krishna.yarramsetty@xxxxxxxxx> wrote:
> >
> > > Hi,
> > >
> > >
> > >
> > > I have followed all the instructions on the site for setting up files in .higgins folder. But still am not able to make a clue out of this. Since the below said file is non existing, where is it being referenced from. Please help me in making the required changes.
> > >
> > > I have made one change to files in .higgins folder. That i renamed org.eclipse.higgins.icard.registry.userProfileService.ini to org.eclipse.higgins.icard.registry.userProfile.idas.ini since earlier the config was looking for this file. Please let me know if this is wrong.
> > >
> > > Below is the stack trace.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > WARN [http-8443-1] (OntDocumentManager.java:1137) - An error occurred while attempting to read from http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl. Msg was 'Not found: http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl'.
> > >
> > > com.hp.hpl.jena.shared.NotFoundException: Not found: http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl
> > >
> > > at com.hp.hpl.jena.util.FileManager.readModelWorker(FileManager.java:378)
> > >
> > > at com.hp.hpl.jena.util.FileManager.readModel(FileManager.java:332)
> > >
> > > at com.hp.hpl.jena.util.FileManager.readModel(FileManager.java:316)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.read(OntDocumentManager.java:1133)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager$1.readModel(OntDocumentManager.java:1099)
> > >
> > > at com.hp.hpl.jena.rdf.model.impl.ModelMakerImpl.getModel(ModelMakerImpl.java:105)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.fetchLoadedImportModel(OntDocumentManager.java:1103)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.fetchPossiblyCachedImportModel(OntDocumentManager.java:1082)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.loadImport(OntDocumentManager.java:1055)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.loadImports(OntDocumentManager.java:833)
> > >
> > > at com.hp.hpl.jena.ontology.OntDocumentManager.loadImports(OntDocumentManager.java:771)
> > >
> > > at com.hp.hpl.jena.ontology.impl.OntModelImpl.<init>(OntModelImpl.java:168)
> > >
> > > at com.hp.hpl.jena.ontology.impl.OntModelImpl.<init>(OntModelImpl.java:130)
> > >
> > > at com.hp.hpl.jena.rdf.model.ModelFactory.createOntologyModel(ModelFactory.java:385)
> > >
> > > at org.eclipse.higgins.idas.cp.jena2.impl.JDBCContext.init(JDBCContext.java:214)
> > >
> > > at org.eclipse.higgins.idas.cp.jena2.impl.Context.open(Context.java:429)
> > >
> > > at org.eclipse.higgins.icard.registry.userprofile.idas.IdasBasedUserProfileService.createContext(IdasBasedUserProfileService.java:348)
> > >
> > > at org.eclipse.higgins.icard.registry.userprofile.idas.IdasBasedUserProfileService.getContext(IdasBasedUserProfileService.java:356)
> > >
> > > at org.eclipse.higgins.icard.registry.userprofile.idas.IdasBasedUserProfileService.userIdentifierExists(IdasBasedUserProfileService.java:693)
> > >
> > > at org.eclipse.higgins.rpps.core.impl.RppsService.userIdentifierExists(RppsService.java:1666)
> > >
> > > at org.eclipse.higgins.rpps.webservices.RPPSServiceImpl.userIdentifierExists(RPPSServiceImpl.java:750)
> > >
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >
> > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > >
> > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> > >
> > > at java.lang.reflect.Method.invoke(Unknown Source)
> > >
> > > at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
> > >
> > > at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
> > >
> > > at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
> > >
> > > at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
> > >
> > > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> > >
> > > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> > >
> > > at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
> > >
> > > at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
> > >
> > > at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
> > >
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> > >
> > > at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
> > >
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> > >
> > > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> > >
> > > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> > >
> > > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> > >
> > > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> > >
> > > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
> > >
> > > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> > >
> > > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> > >
> > > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> > >
> > > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> > >
> > > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> > >
> > > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> > >
> > > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> > >
> > > at java.lang.Thread.run(Unknown Source)
> > >
> > >
> > > Thanks & Regards,
> > > KrishnaChaitanya Y.G.
> > >
> > > Please do not print this email unless it is absolutely necessary.
> > >
> > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
> > >
> > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
> > >
> > > www.wipro.com
> >
> >
> >
> >
> > Please do not print this email unless it is absolutely necessary.
> >
> > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
> >
> > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
> >
> > www.wipro.com
> 
> 
> 
> 
> Please do not print this email unless it is absolutely necessary. 
> 
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 
> 
> www.wipro.com

Attachment: higgins.tar.bz2
Description: application/bzip


Back to the top