Code Monkey home page Code Monkey logo

Comments (12)

dalehenrich avatar dalehenrich commented on July 30, 2024

What version of GemStone are you running on? Also I assume that you've cloned/checkedout the gemstone2.4 branch?

from filetree.

ottobehrens avatar ottobehrens commented on July 30, 2024

Should the file tree code itself not be loaded by a
MCDirectoryRepository? Is the package MonticelloFileTree-Core perhaps
a Mcz file in your directory?

I have not thoroughly looked at the most recent docs, but
bootstrapping the filetree code itself should be loaded with another
monticello repository.

Hth
Let us know
Otto

On 25 May 2012, at 19:00, Paul DeBruicker
[email protected]
wrote:

I've left it running and tried twice in a clean and unmolested extent.

This command run in the stone's workspace never seems to get anywhere:

Gofer new
repository: (MCFileTreeRepository new directory:
(FileDirectory on: '/opt/git/filetree/repository/'));
package: 'MonticelloFileTree-Core';
load.

I can put the extent I'm using up on dropbox if you want to try it yourself.


Reply to this email directly or view it on GitHub:
#28

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

Oh I see you reported the version and other info in the title ... sorry about that ... also I do assume that you followed the gemstone installation instructions.

I'll be able to take it for a spin soon and see if I can reproduce the problem ...

from filetree.

pdebruic avatar pdebruic commented on July 30, 2024

Its Gemstone 2.4.4.1 from seaside.gemstone.com. I use the installGemstone2.4.sh script from that site to install into /opt. I then update GLASS to 1.0b71. Then I follow the instructions here:

https://github.com/dalehenrich/filetree/blob/master/doc/GemStoneInstall.md

But it worked this time so I'm closing the issue.

I must just be a little impatient today or something.

Sorry for the false alarm.

from filetree.

pdebruic avatar pdebruic commented on July 30, 2024

Third time lucky etc. etc. I'm going to attempt to push my last known good Zinc port from May 2011 to a branch of the Zinc tree here in a bit.

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

Paul,

I noticed that you forked Sven's version of the zinc repository instead of the glassdb version ... I was expecting that the glassdb repository would be the concentration point for feeding back changes to Sven and the central point for coordinating porting changes ...

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

BTW, do you have a clue why it took so long the first two times? Or did it eventually finish?

from filetree.

pdebruic avatar pdebruic commented on July 30, 2024

I don't know why it took so long. The third time it also took a while. I just let it keep going. It just seemed out of the ordinary so I made an issue. I'll fix the zinc fork head before I push anything into gtihub

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

I'm going to reopen, just so that I can take a look at the load time ... I've not noticed it taking long, but I do know that I haven't optimized anything either ...

from filetree.

pdebruic avatar pdebruic commented on July 30, 2024

Its slow because in the instructions on github you use FileDirectory
instead of ServerFileDirectory.

If you change:

Gofer new
repository: (MCFileTreeRepository new directory:
(FileDirectory on: '/opt/git/filetree/repository/'));
package: 'MonticelloFileTree-Core';
load.

to:

Gofer new
repository: (MCFileTreeRepository new directory:
(ServerFileDirectory on:
'/opt/git/filetree/repository/'));
package: 'MonticelloFileTree-Core';
load.

It loads in a few seconds rather than >30 mins. But I dont know how
that change may affect other things.

On 05/25/2012 11:43 AM, Dale Henrichs wrote:

I'm going to reopen, just so that I can take a look at the load time ... I've not noticed it taking long, but I do know that I haven't optimized anything either ...


Reply to this email directly or view it on GitHub:
#28 (comment)

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

Okay! That definitely explains it! Good catch ... I'll update the instructions and then close the issue

from filetree.

dalehenrich avatar dalehenrich commented on July 30, 2024

updated the gemstone installation instructions on master and gemstone2.4 branchs ... other branches will see the fix when I merge ...

Thanks Paul!

from filetree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.