similar problems

5 views
Skip to first unread message

pinar

unread,
Mar 31, 2008, 11:19:35 AM3/31/08
to Cypher Developer
Hi Sherman,

i am facing similar problems.
no output files (i.e. rdf/serql/xml etc.) are generated.
but a.txt and b.txt folders and all the respective subfolders are
indeed generated.

the .bat file shows that it hangs at "transcoding text..."

what i am doing wrong?

thanks
Pinar

Sherman Monroe

unread,
Mar 31, 2008, 2:54:39 PM3/31/08
to cypher-d...@googlegroups.com
Hi Pinar,

Are there any errors being printed on the console? Also, what OS are you using?

-sherman
--
I pray that you may prosper in all things and be healthy, even as your soul prospers
(3 John 1:2)

pinar

unread,
Apr 1, 2008, 5:00:57 AM4/1/08
to Cypher Developer
Hi Sherman,

nice to hear from you.

it does not find the NOUNPHRASE.java class. throws I/O exception. i
looked in the cypher folder, the file is indeed not there.

nevertheless it does the rest, so it comes until "transcoding text"
and then hangs.

i am on: OS Version = Microsoft Windows XP (Service Pack 2)

sesame runs fine on Tomcat 6.0. the repositories are connected.
however tehy are all empty except for the lexicon repository. (with
empty i mean no cypher data is there)


Pinar
> (3 John 1:2)- Hide quoted text -
>
> - Show quoted text -

Sherman Monroe

unread,
Apr 1, 2008, 8:02:37 AM4/1/08
to cypher-d...@googlegroups.com
Hi Pinar,

Please verify that the cypher.output.dir and cypher.input.dir properties point to valid directories on your computer. If you are using linux, you will need to download the latest .tar file, as the old one has a bug in the startup shell script that can not find the correct classpath. Btw, the NOUNPHRASE.class file should be located at <cypher home>/data/extension/com/monrai/cypher/beans

Please let me know.

Thanks,
-sherman

pinar

unread,
Apr 1, 2008, 10:02:46 AM4/1/08
to Cypher Developer
hi Sherman,

yes i think the input and output properties in config.ini file are
correct.
here is the config.ini
rdf.repository.url=http://localhost:8085/openrdf-sesame
rdf.repository.username=not-required
rdf.repository.password=not-required
rdf.repository.output=semanticOutput
rdf.repository.lexicon=lexicon
rdf.repository.dictionary=framenetDictionary
rdf.repository.internal=internalUse
rdf.mso.schema.url=http://mso.monrai.com\#
rdf.mso.instance.url=http://mso.monrai.com\#

cypher.language=en

cypher.input.dir=C:\cypher\in
cypher.input.mode=async

cypher.output.dir=C:\cypher\out
cypher.output.entailments=false

cypher.report=true
cypher.report.debug=false
cypher.report.grammar=false
cypher.report.rdf=true
cypher.report.query-rdf=false
cypher.report.sparql=false
cypher.report.serql=true
cypher.report.failed=false
cypher.report.lexical=false

targetNodes.serialized=false

cypher.maxresults=15
cypher.maxThreads=60

logger.config.file=logger.xml
db.map.file=map.props

it also outputs the a.txt and b.txt folders so it finds the the in and
out folders. the problem is just with the serql/rdf/xml files.

yes i located the NOUNPHRASE.java now. but the .bat window still seys
that it throws I/O exception in that it does not find the file. or
maybe i interpret it wrong...

can i actually not attach files here? i wanted to send you
screenshots. woud have been easier to see.

thanks
Pinar


On Apr 1, 2:02 pm, "Sherman Monroe" <smon...@overdogg.com> wrote:
> Hi Pinar,
>
> Please verify that the cypher.output.dir and cypher.input.dir properties
> point to valid directories on your computer. If you are using linux, you
> will need to download the latest .tar
> file<http://208.65.30.132:2060/downloads/cypher.1.0.8.beta.tar.gz/download>,

pinar

unread,
Apr 1, 2008, 10:04:45 AM4/1/08
to Cypher Developer
oh forgot. i am not on linux i am on windows:
Microsoft Windows XP (Service Pack 2)


On Apr 1, 2:02 pm, "Sherman Monroe" <smon...@overdogg.com> wrote:
> Hi Pinar,
>
> Please verify that the cypher.output.dir and cypher.input.dir properties
> point to valid directories on your computer. If you are using linux, you
> will need to download the latest .tar

Sherman Monroe

unread,
Apr 1, 2008, 11:27:03 AM4/1/08
to cypher-d...@googlegroups.com
Pinar,

Yes, you can attach a screenshot, that would be helpful.

I suspect that you may not have the full JDK (Java 5 or 6) installed, or that the JAVA_HOME and PATH environment variables are not set to point to it. Please confirm.

-sherman

Sherman Monroe

unread,
Apr 3, 2008, 12:42:43 AM4/3/08
to cypher-d...@googlegroups.com
Pinar,

Do you recall which type of SAIL you used when you created the Sesame repositories? There happens to be a problem with the HTTPClient being used by certain SAILs to connect to the Sesame server. To find out, open the Sesame command line tool, type connect <sesame url>. then type show repositories.

-sherman

On Tue, Apr 1, 2008 at 9:02 AM, pinar <pinarwe...@gmail.com> wrote:

Sherman Monroe

unread,
Apr 3, 2008, 2:59:30 AM4/3/08
to cypher-d...@googlegroups.com
Pinar,

Another cause maybe that Cypher has too many concurrent connections to the database open. Try decreasing the number of threads by setting the cypher.maxThreads property in <cypher home>/configuration/config.ini. I think 25 would be a moderate number for the sample input included.

-sherman

pinar

unread,
Apr 4, 2008, 11:13:04 AM4/4/08
to Cypher Developer
hi Sherman,

just saw your replies. i have been checking on gmail only.
i reduced the max threads to 25 but the problem persists.

did you prepare new documentation? looks good:)
having read that i realized that my output directory contents does not
conform to what it says there. accordingly i should have this:

output dir

- file-a

The first sentence

1

query.serql

query.sparql

statements.rdf

grammar.xml

2

n

transcode.failed.txt

report.csv

Another sentence

report.csv

but i only have this:

output dir

- file-a

The first sentence

1
statements.rdf

2

n

report.csv

Another sentence

report.csv

or this:

output dir

- file-a

The first sentence

1

query.serql
2

n

report.csv

Another sentence

report.csv

i need to send you the screenshot with the SAIL repositories from
gmail because i still havent figured out how to attach a file to this
mailing list.

Pinar

Sherman Monroe

unread,
Apr 4, 2008, 11:29:34 AM4/4/08
to pinar wennerberg, cypher-d...@googlegroups.com
Hi Pinar,

Yes, I have been working on this issue the past couple of days, and I suspect this is a problem with Sesame 2 and concurrent threads accessing the repository. Before I raise the issue on the Sesame mailing list, I want to make certain that's the problem.

As for the output, you get differnt output files depending on the Startup Property Settings.

Btw, you can always use any mail client to send messages to or reply to messages from the mailing list. Just CC this address cypher-d...@googlegroups.com

-sherman

On Fri, Apr 4, 2008 at 10:14 AM, pinar wennerberg <pinarwe...@gmail.com> wrote:
hi Sherman,

here comes the screenshot with the SAIL repositories.

Pinar

On 4/2/08, pinar wennerberg <pinarwe...@gmail.com> wrote:
> oh yes, i was going to tell you that also but forgot. on the cypher
> website the installation section also gives this other path for the
> config directory.
>
> ok, thanks i wait until you get back.
>
> good to hear that otherwise the things are ok.
>
> Pinar

>
> On 4/2/08, Sherman Monroe <smo...@overdogg.com> wrote:
> > Pinar,
> >
> > The output looks correct. That Bind exception should not be being thrown. I
> > can't imagine what could be causing it. Let me look at something and get
> > back to you.
> >
> > Also, I noticed the configuration directory is in the root of the install
> > directory, it should actually be in the data directory :)
> >
> > -sherman
> >
> >
> >
> > On Wed, Apr 2, 2008 at 10:13 AM, pinar wennerberg
> > <pinarwe...@gmail.com> wrote:
> > > hi Sherman,
> > >
> > > here is the entire batch. (screenshot 5-6-7 and in that order)
> > > the last two screenshots (8-9) show the contents of the directories
> > generated.
> > >
> > > does it look ok?
> > >
> > > thanks
> > >
> > >
> > >
> > > Pinar

> > >
> > > On 4/2/08, Sherman Monroe <smo...@overdogg.com> wrote:
> > > > Pinar,
> > > >
> > > > Is it possible to either scroll up to the top of that error message and
> > take
> > > > a screen shot, or copy and paste it here. I can't determine the root of
> > the
> > > > exception.
> > > >
> > > > Thanks,
> > > > -sherman
> > > >
> > > >
> > > > On Wed, Apr 2, 2008 at 9:45 AM, pinar wennerberg
> > <pinarwe...@gmail.com>
> > > > wrote:
> > > > > hi Sherman,
> > > > >
> > > > > yep, that was it! it works, thanks a bunch.
> > > > >
> > > > > now in out folder i have a.txt, b.txt and null subfolders. and then in
> > > > > the null subfolder i have:
> > > > > a cake
> > > > > cakes
> > > > > me
> > > > > who the program spoke to
> > > > > report.csv
> > > > >
> > > > > subfolders each with subfolders (except for the last one) and then in
> > > > > the end statements.rdf. when i chacek sesame i also see the
> > > > > statements.
> > > > > is this as it should be?
> > > > >
> > > > > i have now other exceptions in the batch window (screenshot).
> > > > > is this expected?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Pinar

> > > > >
> > > > > On 4/2/08, Sherman Monroe <smo...@overdogg.com> wrote:
> > > > > > Pinar,
> > > > > >
> > > > > > Please verify:
> > > > > >
> > > > > > 1) Your PATH environment variable includes the directory of the java
> > > > > > executables for the JDK 5. It should have a /bin at the end of it
> > (e.g.
> > > > > > C:/java/1.5/bin)
> > > > > > 2) Your JAVA_HOME environment variable points to the installation
> > > > directory
> > > > > > of the JDK 5. That directory should contains /include, /bin, /lib,
> > and
> > > > /jre
> > > > > > directories, among others.
> > > > > >
> > > > > > -sherman
> > > > > >
> > > > > >
> > > > > > On Wed, Apr 2, 2008 at 8:48 AM, pinar wennerberg
> > > > <pinarwe...@gmail.com>
> > > > > > wrote:
> > > > > > > hi Sherman,
> > > > > > >
> > > > > > > i installed it and can verify that it is installed. (i can see it
> > > > > > > under control panel/software).
> > > > > > >
> > > > > > > but the problem persists :(
> > > > > > >
> > > > > > > Pinar
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On 4/2/08, Sherman Monroe <smo...@overdogg.com> wrote:
> > > > > > > > Hi Pinar,
> > > > > > > >
> > > > > > > > Yes, it appears you do not have the full JDK installed. Cypher
> > can
> > > > not
> > > > > > find
> > > > > > > > the javac process.
> > > > > > > >
> > > > > > > > Please go to
> > > > > > > >
> > http://java.sun.com/javase/downloads/index_jdk5.jsp
> > > > and
> > > > > > > > click download on the "Java 5.0 Update 15" link. Once you've
> > gotten
> > > > it
> > > > > > > > installed, you shouldn't have any problem.
> > > > > > > >
> > > > > > > > -sherman
> > > > > > > >
> > > > > > > >
> > > > > > > > On Wed, Apr 2, 2008 at 3:53 AM, pinar wennerberg
> > > > > > <pinarwe...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > Hi Sherman,
> > > > > > > > >
> > > > > > > > > here are the screenshots.
> > > > > > > > >
> > > > > > > > > i have Java version 1.6.0_03
> > > > > > > > >
> > > > > > > > > in the windows environment variables section i have following:
> > > > > > > > > CYPHER_HOME C:\cypher
> > > > > > > > > Path .......;C:\cypher
> > > > > > > > >
> > > > > > > > > any clue?

Sherman Monroe

unread,
Apr 4, 2008, 1:28:03 PM4/4/08
to pinar wennerberg, cypher-d...@googlegroups.com
Pinar,

Try commenting out the rdf.repository settings and using these:

rdf.repository.url=http://ec2-75-101-210-102.compute-1.amazonaws.com/openrdf-sesame

rdf.repository.username=not-required
rdf.repository.password=not-required
rdf.repository.output=semantic-output
rdf.repository.lexicon=lexicon
rdf.repository.dictionary=dictionary
rdf.repository.internal=internal

I want to isolate the problem to something in your configuration. After saving the changes, run the program a few times and let me know if you get the error.

Thanks,
-sherman

pinar wennerberg

unread,
Apr 8, 2008, 8:59:30 AM4/8/08
to Sherman Monroe, cypher-d...@googlegroups.com
Hi Sherman,

i cannot connect the remote repository you mentioned in your email. i
get connection timed out.

i am behind a proxy, can that be the reason?

Pinar

Sherman Monroe

unread,
Apr 8, 2008, 12:11:46 PM4/8/08
to cypher-d...@googlegroups.com
Hi Pinar,

Have you been able to produce any output from the sample files?

I am almost certain this is a Sesame problem, as I've been able to produce the error on my side by increasing the number of threads. I will post a comment about it on the Sesame forum.

-sherman

Sherman Monroe

unread,
Apr 8, 2008, 12:12:23 PM4/8/08
to cypher-d...@googlegroups.com
Pinar,

The server may have been down, try again and let me know what happens.

Thanks
-sherman

pinar

unread,
Apr 10, 2008, 5:09:43 AM4/10/08
to Cypher Developer
Sherman,

yesterday i was able to connect. i got some output. and again
exceptions.
right now the server is down again. i will try later again so that i
can send you some more screenshots.

Pinar

On Apr 8, 6:12 pm, "Sherman Monroe" <smon...@overdogg.com> wrote:
> Pinar,
>
> The server may have been down, try again and let me know what happens.
>
> Thanks
> -sherman
>
> On Tue, Apr 8, 2008 at 7:59 AM, pinar wennerberg <pinarwennerb...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Hi Sherman,
>
> > i cannot connect the remote repository you mentioned in your email. i
> > get connection timed out.
>
> > i am behind a proxy, can that be the reason?
>
> > Pinar
>
> > On 4/4/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > Pinar,
>
> > > Try commenting out the rdf.repository settings and using these:
>
> > > rdf.repository.url=
> >http://ec2-75-101-210-102.compute-1.amazonaws.com/openrdf-sesame
>
> > > rdf.repository.username=not-required
> > > rdf.repository.password=not-required
> > > rdf.repository.output=semantic-output
> > > rdf.repository.lexicon=lexicon
> > > rdf.repository.dictionary=dictionary
> > > rdf.repository.internal=internal
>
> > > I want to isolate the problem to something in your configuration. After
> > > saving the changes, run the program a few times and let me know if you
> > get
> > > the error.
>
> > > Thanks,
> > > -sherman
>
> > > On Fri, Apr 4, 2008 at 10:29 AM, Sherman Monroe <smon...@overdogg.com>
> > > wrote:
> > > > Hi Pinar,
>
> > > > Yes, I have been working on this issue the past couple of days, and I
> > > suspect this is a problem with Sesame 2 and concurrent threads accessing
> > the
> > > repository. Before I raise the issue on the Sesame mailing list, I want
> > to
> > > make certain that's the problem.
>
> > > > As for the output, you get differnt output files depending on the
> > Startup
> > > Property Settings.
>
> > > > Btw, you can always use any mail client to send messages to or reply
> > to
> > > messages from the mailing list. Just CC this address
> > > cypher-d...@googlegroups.com
>
> > > > -sherman
>
> > > > On Fri, Apr 4, 2008 at 10:14 AM, pinar wennerberg
> > > <pinarwennerb...@gmail.com> wrote:
>
> > > > > hi Sherman,
>
> > > > > here comes the screenshot with the SAIL repositories.
>
> > > > > Pinar
>
> > > > > On 4/2/08, pinar wennerberg <pinarwennerb...@gmail.com> wrote:
> > > > > > oh yes, i was going to tell you that also but forgot. on the
> > cypher
> > > > > > website the installation section also gives this other path for
> > the
> > > > > > config directory.
>
> > > > > > ok, thanks i wait until you get back.
>
> > > > > > good to hear that otherwise the things are ok.
>
> > > > > > Pinar
>
> > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > Pinar,
>
> > > > > > > The output looks correct. That Bind exception should not be
> > being
> > > thrown. I
> > > > > > > can't imagine what could be causing it. Let me look at something
> > and
> > > get
> > > > > > > back to you.
>
> > > > > > > Also, I noticed the configuration directory is in the root of
> > the
> > > install
> > > > > > > directory, it should actually be in the data directory :)
>
> > > > > > > -sherman
>
> > > > > > > On Wed, Apr 2, 2008 at 10:13 AM, pinar wennerberg
> > > > > > > <pinarwennerb...@gmail.com> wrote:
> > > > > > > > hi Sherman,
>
> > > > > > > > here is the entire batch. (screenshot 5-6-7 and in that order)
> > > > > > > > the last two screenshots (8-9) show the contents of the
> > > directories
> > > > > > > generated.
>
> > > > > > > > does it look ok?
>
> > > > > > > > thanks
>
> > > > > > > > Pinar
>
> > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > > > Pinar,
>
> > > > > > > > > Is it possible to either scroll up to the top of that error
> > > message and
> > > > > > > take
> > > > > > > > > a screen shot, or copy and paste it here. I can't determine
> > the
> > > root of
> > > > > > > the
> > > > > > > > > exception.
>
> > > > > > > > > Thanks,
> > > > > > > > > -sherman
>
> > > > > > > > > On Wed, Apr 2, 2008 at 9:45 AM, pinar wennerberg
> > > > > > > <pinarwennerb...@gmail.com>
> > > > > > > > > wrote:
> > > > > > > > > > hi Sherman,
>
> > > > > > > > > > yep, that was it! it works, thanks a bunch.
>
> > > > > > > > > > now in out folder i have a.txt, b.txt and null subfolders.
> > and
> > > then in
> > > > > > > > > > the null subfolder i have:
> > > > > > > > > > a cake
> > > > > > > > > > cakes
> > > > > > > > > > me
> > > > > > > > > > who the program spoke to
> > > > > > > > > > report.csv
>
> > > > > > > > > > subfolders each with subfolders (except for the last one)
> > and
> > > then in
> > > > > > > > > > the end statements.rdf. when i chacek sesame i also see
> > the
> > > > > > > > > > statements.
> > > > > > > > > > is this as it should be?
>
> > > > > > > > > > i have now other exceptions in the batch window
> > (screenshot).
> > > > > > > > > > is this expected?
>
> > > > > > > > > > Pinar
>
> > > > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > > > > > Pinar,
>
> > > > > > > > > > > Please verify:
>
> > > > > > > > > > > 1) Your PATH environment variable includes the directory
> > of
> > > the java
> > > > > > > > > > > executables for the JDK 5. It should have a /bin at the
> > end
> > > of it
> > > > > > > (e.g.
> > > > > > > > > > > C:/java/1.5/bin)
> > > > > > > > > > > 2) Your JAVA_HOME environment variable points to the
> > > installation
> > > > > > > > > directory
> > > > > > > > > > > of the JDK 5. That directory should contains /include,
> > /bin,
> > > /lib,
> > > > > > > and
> > > > > > > > > /jre
> > > > > > > > > > > directories, among others.
>
> > > > > > > > > > > -sherman
>
> > > > > > > > > > > On Wed, Apr 2, 2008 at 8:48 AM, pinar wennerberg
> > > > > > > > > <pinarwennerb...@gmail.com>
> > > > > > > > > > > wrote:
> > > > > > > > > > > > hi Sherman,
>
> > > > > > > > > > > > i installed it and can verify that it is installed. (i
> > can
> > > see it
> > > > > > > > > > > > under control panel/software).
>
> > > > > > > > > > > > but the problem persists :(
>
> > > > > > > > > > > > Pinar
>
> > > > > > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com>
> > wrote:
> > > > > > > > > > > > > Hi Pinar,
>
> > > > > > > > > > > > > Yes, it appears you do not have the full JDK
> > installed.
> > > Cypher
> > > > > > > can
> > > > > > > > > not
> > > > > > > > > > > find
> > > > > > > > > > > > > the javac process.
>
> > > > > > > > > > > > > Please go to
>
> > > > > > >http://java.sun.com/javase/downloads/index_jdk5.jsp
> > > > > > > > > and
> > > > > > > > > > > > > click download on the "Java 5.0 Update 15" link.
> > Once
> > > you've
> > > > > > > gotten
> > > > > > > > > it
> > > > > > > > > > > > > installed, you shouldn't have any problem.
>
> > > > > > > > > > > > > -sherman
>
> > > > > > > > > > > > > On Wed, Apr 2, 2008 at 3:53 AM, pinar wennerberg
> > > > > > > > > > > <pinarwennerb...@gmail.com>

pinar

unread,
Apr 10, 2008, 5:19:58 AM4/10/08
to Cypher Developer
Sherman,

i think the entire monrai website is down...

Pinar

On Apr 8, 6:12 pm, "Sherman Monroe" <smon...@overdogg.com> wrote:
> Pinar,
>
> The server may have been down, try again and let me know what happens.
>
> Thanks
> -sherman
>
> On Tue, Apr 8, 2008 at 7:59 AM, pinar wennerberg <pinarwennerb...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Hi Sherman,
>
> > i cannot connect the remote repository you mentioned in your email. i
> > get connection timed out.
>
> > i am behind a proxy, can that be the reason?
>
> > Pinar
>
> > On 4/4/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > Pinar,
>
> > > Try commenting out the rdf.repository settings and using these:
>
> > > rdf.repository.url=
> >http://ec2-75-101-210-102.compute-1.amazonaws.com/openrdf-sesame
>
> > > rdf.repository.username=not-required
> > > rdf.repository.password=not-required
> > > rdf.repository.output=semantic-output
> > > rdf.repository.lexicon=lexicon
> > > rdf.repository.dictionary=dictionary
> > > rdf.repository.internal=internal
>
> > > I want to isolate the problem to something in your configuration. After
> > > saving the changes, run the program a few times and let me know if you
> > get
> > > the error.
>
> > > Thanks,
> > > -sherman
>
> > > On Fri, Apr 4, 2008 at 10:29 AM, Sherman Monroe <smon...@overdogg.com>
> > > wrote:
> > > > Hi Pinar,
>
> > > > Yes, I have been working on this issue the past couple of days, and I
> > > suspect this is a problem with Sesame 2 and concurrent threads accessing
> > the
> > > repository. Before I raise the issue on the Sesame mailing list, I want
> > to
> > > make certain that's the problem.
>
> > > > As for the output, you get differnt output files depending on the
> > Startup
> > > Property Settings.
>
> > > > Btw, you can always use any mail client to send messages to or reply
> > to
> > > messages from the mailing list. Just CC this address
> > > cypher-d...@googlegroups.com
>
> > > > -sherman
>
> > > > On Fri, Apr 4, 2008 at 10:14 AM, pinar wennerberg
> > > <pinarwennerb...@gmail.com> wrote:
>
> > > > > hi Sherman,
>
> > > > > here comes the screenshot with the SAIL repositories.
>
> > > > > Pinar
>
> > > > > On 4/2/08, pinar wennerberg <pinarwennerb...@gmail.com> wrote:
> > > > > > oh yes, i was going to tell you that also but forgot. on the
> > cypher
> > > > > > website the installation section also gives this other path for
> > the
> > > > > > config directory.
>
> > > > > > ok, thanks i wait until you get back.
>
> > > > > > good to hear that otherwise the things are ok.
>
> > > > > > Pinar
>
> > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > Pinar,
>
> > > > > > > The output looks correct. That Bind exception should not be
> > being
> > > thrown. I
> > > > > > > can't imagine what could be causing it. Let me look at something
> > and
> > > get
> > > > > > > back to you.
>
> > > > > > > Also, I noticed the configuration directory is in the root of
> > the
> > > install
> > > > > > > directory, it should actually be in the data directory :)
>
> > > > > > > -sherman
>
> > > > > > > On Wed, Apr 2, 2008 at 10:13 AM, pinar wennerberg
> > > > > > > <pinarwennerb...@gmail.com> wrote:
> > > > > > > > hi Sherman,
>
> > > > > > > > here is the entire batch. (screenshot 5-6-7 and in that order)
> > > > > > > > the last two screenshots (8-9) show the contents of the
> > > directories
> > > > > > > generated.
>
> > > > > > > > does it look ok?
>
> > > > > > > > thanks
>
> > > > > > > > Pinar
>
> > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > > > Pinar,
>
> > > > > > > > > Is it possible to either scroll up to the top of that error
> > > message and
> > > > > > > take
> > > > > > > > > a screen shot, or copy and paste it here. I can't determine
> > the
> > > root of
> > > > > > > the
> > > > > > > > > exception.
>
> > > > > > > > > Thanks,
> > > > > > > > > -sherman
>
> > > > > > > > > On Wed, Apr 2, 2008 at 9:45 AM, pinar wennerberg
> > > > > > > <pinarwennerb...@gmail.com>
> > > > > > > > > wrote:
> > > > > > > > > > hi Sherman,
>
> > > > > > > > > > yep, that was it! it works, thanks a bunch.
>
> > > > > > > > > > now in out folder i have a.txt, b.txt and null subfolders.
> > and
> > > then in
> > > > > > > > > > the null subfolder i have:
> > > > > > > > > > a cake
> > > > > > > > > > cakes
> > > > > > > > > > me
> > > > > > > > > > who the program spoke to
> > > > > > > > > > report.csv
>
> > > > > > > > > > subfolders each with subfolders (except for the last one)
> > and
> > > then in
> > > > > > > > > > the end statements.rdf. when i chacek sesame i also see
> > the
> > > > > > > > > > statements.
> > > > > > > > > > is this as it should be?
>
> > > > > > > > > > i have now other exceptions in the batch window
> > (screenshot).
> > > > > > > > > > is this expected?
>
> > > > > > > > > > Pinar
>
> > > > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com> wrote:
> > > > > > > > > > > Pinar,
>
> > > > > > > > > > > Please verify:
>
> > > > > > > > > > > 1) Your PATH environment variable includes the directory
> > of
> > > the java
> > > > > > > > > > > executables for the JDK 5. It should have a /bin at the
> > end
> > > of it
> > > > > > > (e.g.
> > > > > > > > > > > C:/java/1.5/bin)
> > > > > > > > > > > 2) Your JAVA_HOME environment variable points to the
> > > installation
> > > > > > > > > directory
> > > > > > > > > > > of the JDK 5. That directory should contains /include,
> > /bin,
> > > /lib,
> > > > > > > and
> > > > > > > > > /jre
> > > > > > > > > > > directories, among others.
>
> > > > > > > > > > > -sherman
>
> > > > > > > > > > > On Wed, Apr 2, 2008 at 8:48 AM, pinar wennerberg
> > > > > > > > > <pinarwennerb...@gmail.com>
> > > > > > > > > > > wrote:
> > > > > > > > > > > > hi Sherman,
>
> > > > > > > > > > > > i installed it and can verify that it is installed. (i
> > can
> > > see it
> > > > > > > > > > > > under control panel/software).
>
> > > > > > > > > > > > but the problem persists :(
>
> > > > > > > > > > > > Pinar
>
> > > > > > > > > > > > On 4/2/08, Sherman Monroe <smon...@overdogg.com>
> > wrote:
> > > > > > > > > > > > > Hi Pinar,
>
> > > > > > > > > > > > > Yes, it appears you do not have the full JDK
> > installed.
> > > Cypher
> > > > > > > can
> > > > > > > > > not
> > > > > > > > > > > find
> > > > > > > > > > > > > the javac process.
>
> > > > > > > > > > > > > Please go to
>
> > > > > > >http://java.sun.com/javase/downloads/index_jdk5.jsp
> > > > > > > > > and
> > > > > > > > > > > > > click download on the "Java 5.0 Update 15" link.
> > Once
> > > you've
> > > > > > > gotten
> > > > > > > > > it
> > > > > > > > > > > > > installed, you shouldn't have any problem.
>
> > > > > > > > > > > > > -sherman
>
> > > > > > > > > > > > > On Wed, Apr 2, 2008 at 3:53 AM, pinar wennerberg
> > > > > > > > > > > <pinarwennerb...@gmail.com>

Sherman Monroe

unread,
Apr 10, 2008, 5:31:12 AM4/10/08
to cypher-d...@googlegroups.com
Pinar,

Cool, did you have any luck running against the local sesame repository?

Sorry you're having such problems, hopefully we can get them resolved soon.

-sherman

Sherman Monroe

unread,
Apr 10, 2008, 5:32:01 AM4/10/08
to cypher-d...@googlegroups.com
Pinar,

Thanks. Yes, I'm doing some maintainace, should be back up in about an hour.

-sherman

Sherman Monroe

unread,
Apr 10, 2008, 10:19:56 AM4/10/08
to pinar, cypher-d...@googlegroups.com
Pinar,

Good deal! There is a new build I'm working on that provides an HTML  interface to the reports, so that it's much easier to track which outputs are being generated for which inputs, etc. I will announce once it's released (should be today or tomorrow).

-sherman

On Thu, Apr 10, 2008 at 5:49 AM, pinar <pinarwe...@gmail.com> wrote:
Hi Sherman,

yes all works fine, i mean i am having results also with the local
sesame.
it is just the exceptions being thrown.

i turned all the options in config.ini on (i.e. everything is on). now
i have also sparql files generated but not everywhere. same for serql.
etc.

no worries, what i have is good enough to get me started with cypher:)

Pinar



On Apr 10, 11:32 am, "Sherman Monroe" <smon...@overdogg.com> wrote:
> Pinar,
>
Reply all
Reply to author
Forward
0 new messages