Re: [bisque-bioimage] I hope this i

13 views
Skip to first unread message

kgk

unread,
Nov 6, 2018, 12:31:42 AM11/6/18
to bisque-...@googlegroups.com
I cannot tell how that site.cfg was generated, but during installation a default one is copied from config-defaults if one does not already exist.  The default one contains the following paths:


bisque.paths.root  =  .       # or /usr/share/python/bisque
bisque.paths.data  =  ./data  # or /var/run/bisque
bisque.paths.config = ./config # or /etc/bisque/config
bisque.paths.share  = .       # or /usr/share/bisque
bisque.paths.run    = .       # or /var/run/bisque
bisque.paths.public = ./public # or /var/run/bisque/public
bisque.paths.depot = ./external
bisque.paths.virtualenv = ./bqenv
bisque.paths.default = ./config-defaults
bisque.paths.bin = ./bqenv/bin
bisque.paths.packages = ./bqenv/lib/python2.7/site-packages
bisque.paths.jslocation = ./bqcore


On Mon, Nov 5, 2018 at 8:52 PM João Mamede <jfi.m...@gmail.com> wrote:
Hi,

After I do the setup I am having this error.
(I am also uploading my site.cfg file)


(bqenv) jmamede@thanatos:~/bisque$ bq-admin server start
Traceback (most recent call last):
 
File "/home/jmamede/bisque/bqenv/bin/bq-admin", line 11, in <module>
    load_entry_point
('bqcore', 'console_scripts', 'bq-admin')()
 
File "/home/jmamede/bisque/bqcore/bq/commands/admin.py", line 90, in main
    command
.run()
 
File "/home/jmamede/bisque/bqcore/bq/commands/admin.py", line 122, in run
    server_ops
.operation(self.command, self.options, *self.args)
 
File "/home/jmamede/bisque/bqcore/bq/commands/server_ops.py", line 264, in operation
    config
= readhostconfig(site_cfg)
 
File "/home/jmamede/bisque/bqcore/bq/commands/server_ops.py", line 68, in readhostconfig
    run_dir
= config.get ('app:main', 'bisque.paths.run')
 
File "/usr/lib/python2.7/ConfigParser.py", line 618, in get
   
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'bisque.paths.run' in section: 'app:main'
(bqenv) jmamede@thanatos:~/bisque$


thanks


--
You received this message because you are subscribed to the Google Groups "bisque bioimage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bisque-bioima...@googlegroups.com.
To post to this group, send email to bisque-...@googlegroups.com.
Visit this group at https://groups.google.com/group/bisque-bioimage.
For more options, visit https://groups.google.com/d/optout.


--
Kristian G. Kvilekval (kkvil...@gmail.com) 805-636-1599

João Mamede

unread,
Nov 6, 2018, 12:56:09 AM11/6/18
to bisque bioimage
I had deleted the post, I found it and bisque is running.

I am trying to run the Imaris bisque server with a native linux, as I am trying to run Imaris from wine. Everything works, but bisque to connect to it.

Ty for all the help.
So basically to allow connections from the outside I should change http://localhost:port to http://0.0.0.0:port correct?

kgk

unread,
Nov 6, 2018, 1:12:04 AM11/6/18
to bisque-...@googlegroups.com
yes.   specifying localhost as the listening address forces a single listening socket to be opened on 127.0.0.1.  
When you specify the listening socket as 0.0.0.0,   you will listen for connections on all available interfaces (including localhost and any others available).
Reply all
Reply to author
Forward
0 new messages