Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Help needed ASAP : Deployed rpps-axis but problemwith ICM deployment

Krishna,
 
1.
> However i had to make a code change in the following class
> org.eclipse.higgins.idas.model.impl.ContextModel
>Please see if this is a bug. The following is the code change:
>I have commented the following if condition
>if (ns.startsWith(getType().toString()))
 
There is no bug and it works ok with correct schema files. It looks this problem occured because you changed base URI of userProfile.owl from http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl to http://localhost/Test/userProfile.owl. Really you need to use userProfile.owl file without any changes from higgins.tar.bz2 Alexander sent you at 29, April.
 
2. You wrote:
> I have deployed rpps-axis.war on tomcat. But when i try to create a profile as a first step,
> i get IdASException saying "Couldn't find OntClass with URI :
> file://C:/Documents%20and%20Settings/kriyara/.higgins/.ontology/userProfile.owl#UserProfile" 
 
It looks you changed org.eclipse.higgins.icard.registry.userprofile.idas.IdasCtxUris class from org.eclipse.higgins.icard.registry.userprofile.idas project to get this message. If I am correct, you should not make any changes to code to get user profile (rpps) working.
 
3. Your user profile was not able to find old http://www.eclipse.org/higgins/ontologies/2006/userProfile#UserProfile class (new code looks for http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl#UserProfile (there is a difference in namespace)). It looks that you use wrong code. Are you sure you are using RPPS WAR v. T1-0-1 from http://www.eclipse.org/higgins/ver2/downloadsnew.php?loc=downloads/rpps.web ? You need to use RPPS T1-0-1 with userProfile.owl from higgins.tar.bz2 (see above).
 
4. You need to delete and recreate the database schema that is used by your user profile (see your /.higgins/.icard/xrds/userProfileContext.xrds) because you have used wrong userProfile.owl. So, you need the following:
a) use correct rpps-axis.war file;
b) use correct userProfile.owl file from higgins.tar.bz2;
c) recreate your user profile database.
 
If you have any questions you can contact me via Skype or Yahoo (my ID is slyakhov ).
 
Thanks,
Sergey Lyakhov
----- Original Message -----
Sent: Friday, May 16, 2008 1:54 PM
Subject: RE: [higgins-dev] Help needed ASAP : Deployed rpps-axis but problemwith ICM deployment

Hi Alex,
 
I was wrong with the eclipse.higgins.ics.ws.RPPSEndpointAddress setting. Now i set it to
 
 
and it works fine.
 
Please clarify the impact of the code change mentioned in the previous mail.
 
Thanks & Regards,
Krishna Chaitanya Y.G.


From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of krishna.yarramsetty@xxxxxxxxx
Sent: Friday, May 16, 2008 3:39 PM
To: AYuhimenko@xxxxxxxxxxxxxx
Cc: higgins-dev@xxxxxxxxxxx
Subject: [higgins-dev] Help needed ASAP : Deployed rpps-axis but problemwith ICM deployment

Hi Alex,
 
Thanks alot for the help in deploying RPPS-AXIS(T1-0-1). 
 
I was getting an error which i had earlier also mentioned. The error says it cannot get node model for the uri: (uri point to #UserProfile ).
 
However i had to make a code change in the following class

org.eclipse.higgins.idas.model.impl.ContextModel

Please see if this is a bug. The following is the code change:

I have commented the following if condition

if (ns.startsWith(getType().toString()))

That is to say i retained the if block and accessing it without the condition.

Coming to ICM,  i had followed instructions on the wiki. As said, i had made an entry for eclipse.higgins.ics.ws.RPPSEndpointAddress into startup.bat but i still have error. Please see the attached tomcat console and do the needful. The entry that i made was

SET JAVA_OPTS=%JAVA_OPTS% -Dorg.eclipse.higgins.ics.ws.RPPSEndpointAddress="https://localhost:8443/"

Your contact number could do much help. I can get it sorted out over a brief talk. Please also mention the convenient time to contact you.

Looking forward for reply.

 

Thanks & Regards,

Krishna Chaitanya 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


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Back to the top