You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Richard Frovarp <Ri...@sendit.nodak.edu> on 2006/07/14 21:09:34 UTC

1.4 seems to be quite broken

Latest svn of 1.4 seems to be quite broken when using the default 
publication.

Can't change groups to Lenya or Alice, can't add groups to new users.
Kupu is messed up beyond recognition
First Submit -> First Publish  results in footer of  "This page has not 
been published yet." in live
Can't submit the document for publication after the first time.

If anything is needed from me to help fix these bugs let me know. I was 
planning on doing testing with customers using 1.4 this week, but that 
option is no longer available. Hopefully I can get enough setup under 
1.2 and migrate it to 1.4 once it become usable.

Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.

Richard Frovarp wrote:
> Doug Chestnut wrote:
>[...]
> 
> 
> 
> I found the problem, but don't know how to fix it. kupueditor.js is 
> located in:
> build/lenya/webapp/lenya/modules/kupu/resources/kupu/common/kupueditor.js
> 
> However, in log4j.log it tries to resolve the location to:
> build/lenya/webapp/lenya/resources/kupu/common/kupueditor.js
> 
> I could just copy the files, but I'm guessing that something would be a 
> better fix.
Hmm, I seem to have kupu in both places (resources/kupu and 
modules/kupu/resources/kupu).  This should only be in the module and 
accessed from the module.  I will try to move that now.

Thanks,
--Doug

> 
> Thanks,
> 
> Richard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Hi Doug,

That did it. Thank you for all of the help.

Richard

Doug Chestnut wrote:

> Hi Richard,
> Give it another try with a fresh checkout.
>
> Thanks,
> --Doug
>
> Richard Frovarp wrote:
>
>> Doug Chestnut wrote:
>>
>>>
>>>
>>> Richard Frovarp wrote:
>>>
>>>> [...]
>>>>
>>>>>
>>>> Yeah, my Kupu is still quite broken. Looking through the logs it 
>>>> would appear to be a sitemap issue as all of these 404s is not a 
>>>> good sign, but I'm not sure where to begin:
>>>>
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupustyles.css HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/sarissa.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupueditor.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupubasetools.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupuloggers.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupudrawers.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/common/kupustart.js HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
>>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>>> /default/authoring/kupublank.html HTTP/1.1" 404 1319
>>>>
>>> hmm, did you notice any errors when checking out lenya with svn?  
>>> Does this file exist?:
>>> src/modules/kupu/resources/kupu/common/kupueditor.js
>>
>>
>>
>>
>> I found the problem, but don't know how to fix it. kupueditor.js is 
>> located in:
>> build/lenya/webapp/lenya/modules/kupu/resources/kupu/common/kupueditor.js 
>>
>>
>> However, in log4j.log it tries to resolve the location to:
>> build/lenya/webapp/lenya/resources/kupu/common/kupueditor.js
>>
>> I could just copy the files, but I'm guessing that something would be 
>> a better fix.
>>
>> Thanks,
>>
>> Richard
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
>> For additional commands, e-mail: user-help@lenya.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.
Hi Richard,
Give it another try with a fresh checkout.

Thanks,
--Doug

Richard Frovarp wrote:
> Doug Chestnut wrote:
> 
>>
>>
>> Richard Frovarp wrote:
>>
>>> [...]
>>>
>>>>
>>> Yeah, my Kupu is still quite broken. Looking through the logs it 
>>> would appear to be a sitemap issue as all of these 404s is not a good 
>>> sign, but I'm not sure where to begin:
>>>
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupustyles.css HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/sarissa.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupueditor.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupubasetools.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupuloggers.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupudrawers.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/common/kupustart.js HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
>>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>>> /default/authoring/kupublank.html HTTP/1.1" 404 1319
>>>
>> hmm, did you notice any errors when checking out lenya with svn?  Does 
>> this file exist?:
>> src/modules/kupu/resources/kupu/common/kupueditor.js
> 
> 
> 
> I found the problem, but don't know how to fix it. kupueditor.js is 
> located in:
> build/lenya/webapp/lenya/modules/kupu/resources/kupu/common/kupueditor.js
> 
> However, in log4j.log it tries to resolve the location to:
> build/lenya/webapp/lenya/resources/kupu/common/kupueditor.js
> 
> I could just copy the files, but I'm guessing that something would be a 
> better fix.
> 
> Thanks,
> 
> Richard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Doug Chestnut wrote:

>
>
> Richard Frovarp wrote:
>
>> [...]
>>
>>>
>> Yeah, my Kupu is still quite broken. Looking through the logs it 
>> would appear to be a sitemap issue as all of these 404s is not a good 
>> sign, but I'm not sure where to begin:
>>
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupustyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/sarissa.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupueditor.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupubasetools.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupuloggers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupudrawers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupustart.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /default/authoring/kupublank.html HTTP/1.1" 404 1319
>>
> hmm, did you notice any errors when checking out lenya with svn?  Does 
> this file exist?:
> src/modules/kupu/resources/kupu/common/kupueditor.js


I found the problem, but don't know how to fix it. kupueditor.js is 
located in:
build/lenya/webapp/lenya/modules/kupu/resources/kupu/common/kupueditor.js

However, in log4j.log it tries to resolve the location to:
build/lenya/webapp/lenya/resources/kupu/common/kupueditor.js

I could just copy the files, but I'm guessing that something would be a 
better fix.

Thanks,

Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Doug Chestnut wrote:

>
>
> Richard Frovarp wrote:
>
>> [...]
>>
>>>
>> Yeah, my Kupu is still quite broken. Looking through the logs it 
>> would appear to be a sitemap issue as all of these 404s is not a good 
>> sign, but I'm not sure where to begin:
>>
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupustyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/sarissa.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupueditor.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupubasetools.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupuloggers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupudrawers.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/common/kupustart.js HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
>> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
>> /default/authoring/kupublank.html HTTP/1.1" 404 1319
>>
> hmm, did you notice any errors when checking out lenya with svn?  Does 
> this file exist?:
> src/modules/kupu/resources/kupu/common/kupueditor.js
>
> --Doug

No errors. That file does exist, in fact all of the files exist in the 
src tree. It also exists in, along with all the other files:
lenya-1.4.x/build/lenya/webapp/lenya/modules/kupu/resources/kupu/common/kupueditor.js

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.

Richard Frovarp wrote:
> [...]
>>
> Yeah, my Kupu is still quite broken. Looking through the logs it would 
> appear to be a sitemap issue as all of these 404s is not a good sign, 
> but I'm not sure where to begin:
> 
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupustyles.css HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/sarissa.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupueditor.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupubasetools.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupuloggers.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupudrawers.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/common/kupustart.js HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
> 10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
> /default/authoring/kupublank.html HTTP/1.1" 404 1319
> 
hmm, did you notice any errors when checking out lenya with svn?  Does 
this file exist?:
src/modules/kupu/resources/kupu/common/kupueditor.js

--Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.

Richard Frovarp wrote:
> Doug Chestnut wrote:
> 
>> Josias Thöny wrote:
>>
>>> Hi Richard,
>>>
>>> On Fri, 2006-07-14 at 14:09 -0500, Richard Frovarp wrote:
>>>
>>>> Latest svn of 1.4 seems to be quite broken when using the default 
>>>> publication.
>>>>
>>>> Can't change groups to Lenya or Alice, can't add groups to new users.
>>>
>>>
>>>
>>>
>>> This works for me. Did you get any error message? Did you try to do that
>>> as a user with admin rights?
>>>
>> This works for me as well.
> 
> 
> There was another issue that I didn't put in my original email. The 
> rounded tabs that were shown off at ApacheCon EU didn't work as well. I 
> switched from using the IBM JVM to the Sun JVM and the rounded tabs with 
> pngs and editing of groups now works. Both JVMs are from the 1.5 family.
Try using -Djava.awt.headless=true
I am running Lenya on a box w/o an Xserver and need to run tomcat in 
headless mode to use fop|batik.  I believe the rounded tabs are 
rasterized svn (useing batik).

HTH,
--Doug

> 
 > [...]

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Setting awd.headless=true for round corner (was Re: 1.4 seems to be quite broken)

Posted by Thorsten Scherler <th...@apache.org>.
El lun, 17-07-2006 a las 15:11 -0400, Doug Chestnut escribió:
> 
> Richard Frovarp wrote:

> > There was another issue that I didn't put in my original email. The 
> > rounded tabs that were shown off at ApacheCon EU didn't work as well. I 
> > switched from using the IBM JVM to the Sun JVM and the rounded tabs with 
> > pngs and editing of groups now works. Both JVMs are from the 1.5 family.
> 
> This isn't working on our zones either:
> http://lenya.zones.apache.org:9999/default/authoring/concepts.html
> How do we add -Djava.awt.headless=true to our 1.4 zone demo?
> 
> --Doug

http://svn.apache.org/viewvc?rev=422860&view=rev
http://svn.apache.org/viewvc?rev=422865&view=rev

Normally you should be able to add this (-Djava.awt.headless=true) via
lenya.sh to the JAVA_OPTIONS. You can either patch the script like:
# --- headless and memory-----
if [ "$JAVA_OPTIONS" = "" ] ; then
  JAVA_OPTIONS='-Xms32M -Xmx512M -Djava.awt.headless=true'
fi
# ----
or set JAVA_OPTIONS in your environment.

I added it to our zone environment (setenv.sh) like:
export JAVA_OPTIONS='-Djava.awt.headless=true'

I tested it and it seems to work fine now.

Thanks for the headsup.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.

Richard Frovarp wrote:
> Doug Chestnut wrote:
> 
>> Josias Thöny wrote:
>>
>>> Hi Richard,
>>>
>>> On Fri, 2006-07-14 at 14:09 -0500, Richard Frovarp wrote:
>>>
>>>> Latest svn of 1.4 seems to be quite broken when using the default 
>>>> publication.
>>>>
>>>> Can't change groups to Lenya or Alice, can't add groups to new users.
>>>
>>>
>>>
>>>
>>> This works for me. Did you get any error message? Did you try to do that
>>> as a user with admin rights?
>>>
>> This works for me as well.
> 
> 
> There was another issue that I didn't put in my original email. The 
> rounded tabs that were shown off at ApacheCon EU didn't work as well. I 
> switched from using the IBM JVM to the Sun JVM and the rounded tabs with 
> pngs and editing of groups now works. Both JVMs are from the 1.5 family.

This isn't working on our zones either:
http://lenya.zones.apache.org:9999/default/authoring/concepts.html
How do we add -Djava.awt.headless=true to our 1.4 zone demo?

--Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Doug Chestnut wrote:

> Josias Thöny wrote:
>
>> Hi Richard,
>>
>> On Fri, 2006-07-14 at 14:09 -0500, Richard Frovarp wrote:
>>
>>> Latest svn of 1.4 seems to be quite broken when using the default 
>>> publication.
>>>
>>> Can't change groups to Lenya or Alice, can't add groups to new users.
>>
>>
>>
>> This works for me. Did you get any error message? Did you try to do that
>> as a user with admin rights?
>>
> This works for me as well.

There was another issue that I didn't put in my original email. The 
rounded tabs that were shown off at ApacheCon EU didn't work as well. I 
switched from using the IBM JVM to the Sun JVM and the rounded tabs with 
pngs and editing of groups now works. Both JVMs are from the 1.5 family.

>
>>
>>> Kupu is messed up beyond recognition
>>
>>
> I don't use Kupu, but gave it a try.  It seemed to be working until I 
> tried to save.  I have changed the save usecase to use the webdav 
> modules PUT usecase instead.  Save appears to be working again.
>
>>
>> I'm not familiar with Kupu, sorry.
>
Yeah, my Kupu is still quite broken. Looking through the logs it would 
appear to be a sitemap issue as all of these 404s is not a good sign, 
but I'm not sure where to begin:

10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupustyles.css HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupudrawerstyles.css HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/sarissa.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupuhelpers.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupueditor.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupubasetools.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupuloggers.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupucontentfilters.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupucleanupexpressions.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupucontextmenu.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupusaveonpart.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupusourceedit.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupudrawers.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/apache-lenya/kupu/kupulenyainit.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/common/kupustart.js HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/apache-lenya/kupu/kupudrawerstyles.css HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/kupu/apache-lenya/kupu/kupustyles.css HTTP/1.1" 404 1077
10.126.251.152 - - [17/Jul/2006:18:00:16 +0000] "GET 
/default/authoring/kupublank.html HTTP/1.1" 404 1319




>>
>>
>>> First Submit -> First Publish  results in footer of  "This page has 
>>> not been published yet." in live
>>
>
> Hmm, I can't seem to reproduce this one.  Is this in your new 
> publication or in the default?
>
>>
>>
>> That seems to be a bug. Would you mind filing it in bugzilla?
>> And if you would like to provide a patch, even better :)
>>
>>
This would be in the default publication. I have submitted a bug. I'm 
too new to the software and have not had much of a chance to go code 
digging to be able to submit a patch.

>>> Can't submit the document for publication after the first time.
>>
> Once the document has been edited you should be able to resubmit.
>
>>
>>
>> After editing a live document, I'm able to resubmit it. It seems to work
>> as expected.
>>
>> Josias
>>
That still does not work for me. The work around that I have just found, 
is I can rollback to the previous version, then rollback to the version 
I want to publish. Then the entry in the menu shows up. I can then 
create a new version and still publish. But I have to do a rollback to 
get the menu entry active. I can't figure anything out from the logs.

Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Doug Chestnut <dh...@virginia.edu>.

Josias Thöny wrote:
> Hi Richard,
> 
> On Fri, 2006-07-14 at 14:09 -0500, Richard Frovarp wrote:
> 
>>Latest svn of 1.4 seems to be quite broken when using the default 
>>publication.
>>
>>Can't change groups to Lenya or Alice, can't add groups to new users.
> 
> 
> This works for me. Did you get any error message? Did you try to do that
> as a user with admin rights?
> 
This works for me as well.

> 
>>Kupu is messed up beyond recognition
> 
I don't use Kupu, but gave it a try.  It seemed to be working until I 
tried to save.  I have changed the save usecase to use the webdav 
modules PUT usecase instead.  Save appears to be working again.
> 
> I'm not familiar with Kupu, sorry.
> 
> 
>>First Submit -> First Publish  results in footer of  "This page has not 
>>been published yet." in live

Hmm, I can't seem to reproduce this one.  Is this in your new 
publication or in the default?
> 
> 
> That seems to be a bug. Would you mind filing it in bugzilla?
> And if you would like to provide a patch, even better :)
> 
> 
>>Can't submit the document for publication after the first time.
Once the document has been edited you should be able to resubmit.
> 
> 
> After editing a live document, I'm able to resubmit it. It seems to work
> as expected.
> 
> Josias
> 
> 
>>If anything is needed from me to help fix these bugs let me know. I was 
>>planning on doing testing with customers using 1.4 this week, but that 
>>option is no longer available. Hopefully I can get enough setup under 
>>1.2 and migrate it to 1.4 once it become usable.
>>
>>Richard
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
>>For additional commands, e-mail: user-help@lenya.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: 1.4 seems to be quite broken

Posted by Bhavya Sharma <bh...@gmail.com>.
Hi

evrybody i want to know that it is possible to  have my  own pipeline in
folowing format
pro-*/*/mypro/** along with lenya lenyabody-*/*/*/** pipeline
and if it is then where sould i  make it in publication_sitemap.xmap or
sitemap.xmap

please reply me soon

Thank you
Bhavya Sharma

Re: 1.4 seems to be quite broken

Posted by Josias Thöny <jo...@wyona.com>.
Hi Richard,

On Fri, 2006-07-14 at 14:09 -0500, Richard Frovarp wrote:
> Latest svn of 1.4 seems to be quite broken when using the default 
> publication.
> 
> Can't change groups to Lenya or Alice, can't add groups to new users.

This works for me. Did you get any error message? Did you try to do that
as a user with admin rights?

> Kupu is messed up beyond recognition

I'm not familiar with Kupu, sorry.

> First Submit -> First Publish  results in footer of  "This page has not 
> been published yet." in live

That seems to be a bug. Would you mind filing it in bugzilla?
And if you would like to provide a patch, even better :)

> Can't submit the document for publication after the first time.

After editing a live document, I'm able to resubmit it. It seems to work
as expected.

Josias

> 
> If anything is needed from me to help fix these bugs let me know. I was 
> planning on doing testing with customers using 1.4 this week, but that 
> option is no longer available. Hopefully I can get enough setup under 
> 1.2 and migrate it to 1.4 once it become usable.
> 
> Richard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org