Skip to main content

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


Hi Artem,



I tried with what u have suggested. The following is the trace.





INFO [http-8443-1] (ProviderConfiguration.java:158) - defaults="{}"

INFO [http-8443-1] (ProviderConfiguration.java:61) - config="C:\Documents and Settings\kriyara\.higgins\.icard\org.eclipse.higgins.icard.registry.userprofile.idas.ini"

INFO [http-8443-1] (ProviderConfiguration.java:88) - properties="{idasUser.name=testUser, idasUser.password=test test, idasContext.id=C:/Documents and Settings/kriyara/.higgins/.icard/xrds/userProfileContext.xrds, idasDiscovery.filename=C:/Documents and Settings/kriyara/.higgins/.icard/xrds/contextfactories.xrds}"

Context URI: "http://userProfileData/test";, schema URI: public URI "http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl";, localFile "C:\Documents and Settings\kriyara\.higgins\.ontology\userProfile.owl"

ERROR [http-8443-1] (IdasBasedUserProfileService.java:602) - org.eclipse.higgins.idas.api.IdASException: Can not get node model for Node URI http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl#UserProfile

ERROR [http-8443-1] (RppsService.java:1620) - org.eclipse.higgins.icard.userprofile.UserProfileException: org.eclipse.higgins.idas.api.IdASException: Can not get node model for Node URI http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl#UserProfile

ERROR [http-8443-1] (RPPSServiceImpl.java:695) - org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.icard.userprofile.UserProfileException: org.eclipse.higgins.idas.api.IdASException: Can not get node model for Node URI http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl#UserProfile



I believe we need to change the uri as well in userprofile.idas and IdasCtxUris.java. Please suggest wat to be done.

Thanks & Regards,
Krishna Chaitanya Y.G.

________________________________

From: Artem Verkhovets [mailto:averhovets@xxxxxxxxxxxxxx]
Sent: Wed 4/30/2008 9:23 PM
To: Krishna chaitanya Yarramsetty (WT01 - E-ENABLING)
Subject: Re[2]: [higgins-dev] please help in deploying rpps-axis.war



Hi.




I created new version of conf files.




You should copy .higgins folder to C:/Documents and Settings/YOUR_ACCOUNT_NAME/

Replace string "C:/Documents and Settings/averhovets" to "C:/Documents and Settings/YOUR_ACCOUNT_NAME/" in following files:

- ./.icard/org.eclipse.higgins.icard.registry.userprofile.idas.ini

- ./.ontology/userProfile.owl

You don't need any other changes.




Let me know if you'll have any problem.




Regards,

Artem Verkhovets







-----Original Message-----




> Hi Alex,

>

> The msg not found (or file not found) error has been taken care of by changing




> org.eclipse.higgins.icard.registry.userprofile.idas.IdasCtxUris.java




>

> Infact the reference for userProfile.owl was hard coded. I have

> changed it to local reference but now it says it can't find OntClass

> . The following is the exact error.

>

> ERROR [http-8443-1] (IdasBasedUserProfileService.java:602) -

> org.eclipse.higgins.idas.api.IdASException: Couldn't find OntClass

> with URI : file:///C:/userProfile.owl#UserProfile

>

> ERROR [http-8443-1] (RppsService.java:1620) -

> org.eclipse.higgins.icard.userprofile.UserProfileException:

> org.eclipse.higgins.idas.api.IdASException: Couldn't find OntClass

> with URI : file:///C:/userProfile.owl#UserProfile

>

> ERROR [http-8443-1] (RPPSServiceImpl.java:695) -

> org.eclipse.higgins.rpps.core.RppsException:

> org.eclipse.higgins.icard.userprofile.UserProfileException:

> org.eclipse.higgins.idas.api.IdASException: Couldn't find OntClass

> with URI : file:///C:/userProfile.owl#UserProfile

>

> I tried with other paths as well. But i think it is able to find

> the file but not UserProfile class in userProfile.owl. It would be a

> great help if this is explained and also suggest a remedy.

>

> Thanks & Regards,

> KrishnaChaitanya Y.G.




> From: Alexander Yuhimenko [mailto:AYuhimenko@xxxxxxxxxxxxxx]

> Sent: Tue 4/29/2008 2:22 PM

> To: Krishna chaitanya Yarramsetty (WT01 - E-ENABLING)

> Cc: higgins-dev@xxxxxxxxxxx

> Subject: 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"; <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' <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 <http://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 <http://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 <http://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 <http://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

<<winmail.dat>>


Back to the top