[Zope-dev] New Products can't included anymore in Zope !!!!!

2003-01-29 Thread David Mauser
Hi Folks,

i work now for some month as a devoloper on a Zope System. I have a local
workstation where i do my work and then i copy the ready product to our Server.

The product has worked very fine on my machine with the same zope version as
on the server (2.5.1)

After i finished the product i copied it to the Server, but it doesn't work. I
checked up if there is anything missing, nope. I look if there is an error
while compiling the product, nope. I build an bug into the product, and see,
the error gets outputed on the console. Also the files get compiled, but they
don't come into the products of Zope.

I tried to copy another of our products and renamed the product folder.
Normaly the product gets into Zope now a second time, but nope. Nothing
happens, no new products can be included. 

The Last modified in productmanagement is for the newest (2002-08-21) and
this is long time ago, we changed this product 2 weeks ago and the changes
have worked.

Has anyone a clue what to do? 

Many thanks

David Mauser



-- 
Neu auf AustroNaut: Visitenkarten, Horoskope, personalisierte Kinderbücher
http://www.austronaut.at/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] New Products can't included anymore in Zope !!!!!

2003-01-29 Thread David Mauser
Hi Folks,

i work now for some month as a devoloper on a Zope System. I have a local
workstation where i do my work and then i copy the ready product to our Server.

The product has worked very fine on my machine with the same zope version as
on the server (2.5.1)

After i finished the product i copied it to the Server, but it doesn't work. I
checked up if there is anything missing, nope. I look if there is an error
while compiling the product, nope. I build an bug into the product, and see,
the error gets outputed on the console. Also the files get compiled, but they
don't come into the products of Zope.

I tried to copy another of our products and renamed the product folder.
Normaly the product gets into Zope now a second time, but nope. Nothing
happens, no new products can be included. 

The Last modified in productmanagement is for the newest (2002-08-21) and
this is long time ago, we changed this product 2 weeks ago and the changes
have worked.

Has anyone a clue what to do? 

Many thanks

David Mauser



-- 
Neu auf AustroNaut: Visitenkarten, Horoskope, personalisierte Kinderbücher
http://www.austronaut.at/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] New Products can't included anymore in Zope !!!!!

2003-01-29 Thread Leonardo Rochael Almeida
Looks like your Zope is not registering new products. Are you using ZEO?
In this case you need to stop and start a ZEO CLIENT with the
FORCE_PRODUCT_LOAD environment variable set.

On Wed, 2003-01-29 at 10:50, David Mauser wrote:
 Hi Folks,
 
 i work now for some month as a devoloper on a Zope System. I have a local
 workstation where i do my work and then i copy the ready product to our Server.
 
 The product has worked very fine on my machine with the same zope version as
 on the server (2.5.1)
 
 After i finished the product i copied it to the Server, but it doesn't work. I
 checked up if there is anything missing, nope. I look if there is an error
 while compiling the product, nope. I build an bug into the product, and see,
 the error gets outputed on the console. Also the files get compiled, but they
 don't come into the products of Zope.
 
 I tried to copy another of our products and renamed the product folder.
 Normaly the product gets into Zope now a second time, but nope. Nothing
 happens, no new products can be included. 
 
 The Last modified in productmanagement is for the newest (2002-08-21) and
 this is long time ago, we changed this product 2 weeks ago and the changes
 have worked.
 
 Has anyone a clue what to do? 
 
 Many thanks
 
 David Mauser
 
 
 
 -- 
 Neu auf AustroNaut: Visitenkarten, Horoskope, personalisierte Kinderbücher
 http://www.austronaut.at/
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )
 
-- 
Ideas don't stay in some minds very long because they don't like
solitary confinement.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] New Products can't included anymore in Zope !!!!!

2003-01-29 Thread Dieter Maurer
David Mauser wrote at 2003-1-29 13:50 +0100:
  
  After i finished the product i copied it to the Server, but it doesn't work. I
  checked up if there is anything missing, nope. I look if there is an error
  while compiling the product, nope. I build an bug into the product, and see,
  the error gets outputed on the console. Also the files get compiled, but they
  don't come into the products of Zope.
Whenever you have product initialization or Zope startup problems,
activate Zope logging (-- doc/LOGGING.txt) and check the
logfile for relevant information.

I would expect that Zope looks at a different place for your
products.

Go to Control_Panel and check the values for SOFTWARE_HOME
and INSTANCE_HOME. Zope looks in the corresponding Products
subfolders for products.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )