Zope instance under VISTA

3 messages Options
Embed this post
Permalink
floseries () Zope instance under VISTA
Reply Threaded More More options
Print post
Permalink
Have created a plone3_buildout project named optilux (Plone development book).

$ bin/instance fg

is running, but

$ bin/instance start

comes with following error:
D:\Programme\optilux>bin\instance start
D:\Python24\python.exe D:\Programme\optilux\parts\instance\bin\zopeservice.py start
Starting service Zope_393643977
Error starting service: access denied


Same with
$ bin/instance install

Could it be, that during run time of another zope instance service process a second one cannot be installed ? Plone has been installed before under Programme\Plone and optilux has its own Zope2 and Plone installation.

In addition: The user who is setting up the above commands has administration rights (administration role under VISTA)
Martin Aspeli () Re: Zope instance under VISTA
Reply Threaded More More options
Print post
Permalink
floseries wrote:

> Have created a plone3_buildout project named optilux (Plone development
> book).
>
> $ bin/instance fg
>
> is running, but
>
> $ bin/instance start
>
> comes with following error:
>
> D:\Programme\optilux>bin\instance start
> D:\Python24\python.exe
> D:\Programme\optilux\parts\instance\bin\zopeservice.py start
> Starting service Zope_393643977
> Error starting service: access denied
>
>
> Same with
> $ bin/instance install

That's different - that just installs a Windows service. You may have a
permission problem.

> Could it be, that during run time of another zope instance service process a
> second one cannot be installed ? Plone has been installed before under
> Programme\Plone and optilux has its own Zope2 and Plone installation.

You can't start two instances that run on the same port, no.

> In addition: The user who is setting up the above commands has
> administration rights (administration role under VISTA)

But is the terminal actually running with elevated privileges? Vista
still restricts you by default even if your user nominally has an admin
role. Right-click on the terminal and run with privileges.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
floseries () Re: Zope instance under VISTA
Reply Threaded More More options
Print post
Permalink
Martin Aspeli wrote:
> $ bin/instance start
>
> comes with following error:
>
> D:\Programme\optilux>bin\instance start
> D:\Python24\python.exe
> D:\Programme\optilux\parts\instance\bin\zopeservice.py start
> Starting service Zope_393643977
> Error starting service: access denied
>
>
> Same with
> $ bin/instance install

That's different - that just installs a Windows service. You may have a
permission problem.
Well. I understood, that I have to install first before being able to start an instance.

Martin Aspeli wrote:
You can't start two instances that run on the same port, no.
The ports are different: 8080 and 8081

Martin Aspeli wrote:
> In addition: The user who is setting up the above commands has
> administration rights (administration role under VISTA)

But is the terminal actually running with elevated privileges? Vista
still restricts you by default even if your user nominally has an admin
role. Right-click on the terminal and run with privileges.
Right-click on the DOS-Terminal does not lead to a menu point "with privilieges".
Maybe an advice what one should install before instead of a DOS terminal ?