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)