Search Mailing List Archives
[protege-discussion] Identifying Coments and common properties
Tania Tudorache
tudorache at stanford.edu
Tue Feb 5 12:42:07 PST 2008
What error do you get in the client console, after you get the popup
with "Unable to connect to server?"
If you are behind a firewall, then there is one more setting that you
have to do that is described here:
http://protegewiki.stanford.edu/index.php/Protege_Client-Server_Tutorial#Working_with_Firewalls
On the server console, did you see a line, after the server initialized
saying: "INFO: Protege server ready to accept connections..."?
To be able to help further, please send us the texts in the server and
client console.
Thanks,
Tania
Rishi wrote:
> Hello
>
> Thank you very much for helping. I have started the server, but when I
> try to connect it says " Unable to connect to server". I have used
> this script to run the server RMI. After running this script I have
> DOS window names "rmiregistry". I ran this script from DOS prompt
> where Protege_3.4 was installed. Do I need to do anything else. The
> script is as follows
>
> set JDKBIN=jre\bin
> rem Note that a space character in the following path must be replaced
> with '%%20' in
> rem a batch file. If you are typing directly on the command line, a
> space must be
> rem replaced with '%20'.
> set CODEBASE_URL=file:/c:/program%%20files/protege_3.4_beta/protege.jar
> start "rmiregistry" /min "C:\Program
> Files\java\jre1.6.0\bin\rmiregistry.exe"
> set
> CLASSPATH=protege.jar;looks-2.1.3.jar;unicode_panel.jar;driver.jar;driver0.jar;driver1.jar;plugins/edu.stanford.smi.protegex.changes/change-model.jar
> set MAINCLASS=edu.stanford.smi.protege.server.Server
> set METAPROJECT=examples\server\metaproject.pprj
> set MAX_MEMORY=-Xmx200M
> set HEADLESS=-Djava.awt.headless=true
> set CODEBASE=-Djava.rmi.server.codebase=%CODEBASE_URL%
> set LOG4J_OPT=-Dlog4j.configuration=file:log4j.xml
> set OPTIONS=%MAX_MEMORY% %CODEBASE% %HEADLESS% %LOG4J_OPT%
> rem ------------------- Cmd Options -------------------
> rem If you want automatic saving of the project,
> rem setup the number of seconds in SAVE_INTERVAL_VALUE
> set SAVE_INTERVAL=-saveIntervalSec=120
> rem ------------------- Cmd Options -------------------
>
> %JDKBIN%\java %OPTIONS% -cp %CLASSPATH% %MAINCLASS% %SAVE_INTERVAL%
> %METAPROJECT%
>
> Thank You,
> On Jan 11, 2008 5:49 PM, Tania Tudorache <tudorache at stanford.edu
> <mailto:tudorache at stanford.edu>> wrote:
>
> Hi Rishi,
>
> Rishi wrote:
> >
> > 1. How can we change the name of the Author
>
> If multiple users are going to edit the ontology, then I suggest that
> you use the multi-user mode of Collaborative Protege.
> Multi-user Protege has a login name and a password for each user,
> and if
> somebody creates an annotation or does a change in the ontology, then
> the Author of the annotation or of the change will be the user name.
>
> A tutorial of multi-user Protege is here:
>
> http://protegewiki.stanford.edu/index.php/Protege_Client-Server_Tutorial
> <http://protegewiki.stanford.edu/index.php/Protege_Client-Server_Tutorial>
>
> > 2. How can we query the results of Colloborative Column. I am
> JENA API
> > for querying ontology.
>
> The annotations and changes are stored as instances in a
> Change&Annotations RDF ontology. You can read more details here:
>
> http://protege.stanford.edu/doc/collab-protege/doc/collabProtege_demo.pdf
> http://protege.stanford.edu/doc/collab-protege/doc/collabProtegeShortPresentation.pdf
>
> You can query the changes and annotations from the Change&Annotation
> ontology by using any RDF API. For example, you can use Protege or
> Jena.
> There is also a Changes API, but we are working on refactoring it
> at the
> moment.
>
> Tania
>
> >
> > My project involes creating of a instance and many different people
> > comment on the instance. For example Cheese Pizza is an instance
> and I
> > will comment on the pizza, second person comes in and comments
> on the
> > same pizza. How can I query the results from the ontology. I hope I
> > have explained my situation.
> >
> > Thank you,
> > On Jan 9, 2008 9:16 PM, Tania Tudorache < tudorache at stanford.edu
> <mailto:tudorache at stanford.edu>
> > <mailto:tudorache at stanford.edu <mailto:tudorache at stanford.edu>>>
> wrote:
> >
> > Rishi,
> >
> > Did you take a look at Collaborative Protege?
> >
> > http://protege.stanford.edu/doc/collab-protege/
> >
> > It allows multiple editors to edit the same ontology
> > simultaneously; it
> > tracks the changes in the ontology, who did them and when,
> and you are
> > also able to comment on the classes,properties, individuals or
> > even on
> > the changes.
> >
> > If you would like to use only the change tracking component,
> you
> > can use
> > the ChangesTab.
> >
> > http://protegewiki.stanford.edu/index.php/Changes_Tab
> > < http://protegewiki.stanford.edu/index.php/Changes_Tab>
> >
> > Tania
> >
> >
> >
> >
> > Rishi wrote:
> > > Hello Group
> > >
> > > I have previously used Protege tool for developing
> ontology for my
> > > thesis work. Now I am working on my personal project where
> I am
> > trying
> > > to create a ontology for a educational domain. In my situation
> > > multiple developers write to the same ontology file. The
> developers
> > > can add multiple comments(rdfs:Comment),names to a
> instance or
> > class.
> > > We are unable to know who has written a particular comment
> and at
> > > which particular time. We want to know who has added a
> particular
> > > comment and time when they have added it. Can someone
> throw some
> > light
> > > my issue.
> > >
> > >
> > > Thank You
> > >
> > > --
> > > Rishi Kanth
> > >
> >
> ------------------------------------------------------------------------
>
> > >
> > > _______________________________________________
> > > protege-discussion mailing list
> > > protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>
> > <mailto:protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>>
> > >
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
> > >
> > > Instructions for unsubscribing:
> > http://protege.stanford.edu/doc/faq.html#01a.03
> > < http://protege.stanford.edu/doc/faq.html#01a.03>
> > >
> >
> > _______________________________________________
> > protege-discussion mailing list
> > protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>
> > <mailto:protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>>
> > https://mailman.stanford.edu/mailman/listinfo/protege-discussion
> >
> > Instructions for unsubscribing:
> > http://protege.stanford.edu/doc/faq.html#01a.03
> > <http://protege.stanford.edu/doc/faq.html#01a.03>
> >
> >
> >
> >
> > --
> > Rishi Kanth
> >
> ------------------------------------------------------------------------
> >
> > _______________________________________________
> > protege-discussion mailing list
> > protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>
> > https://mailman.stanford.edu/mailman/listinfo/protege-discussion
> >
> > Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
> <http://protege.stanford.edu/doc/faq.html#01a.03>
> >
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> <mailto:protege-discussion at lists.stanford.edu>
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing:
> http://protege.stanford.edu/doc/faq.html#01a.03
> <http://protege.stanford.edu/doc/faq.html#01a.03>
>
>
>
>
> --
> Rishi Kanth
> ------------------------------------------------------------------------
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
More information about the protege-discussion
mailing list