[xwiki-users] user login / document does not exist
Hi, after login as user , it will redirect me to http://server/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist . Why? Thanks! D.
Hi, David Hláčik wrote:
Hi,
after login as user , it will redirect me to http://server/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist .
Why?
Thanks!
D.
Please, what XWiki installation package / version are you using? I've not any document called Main.DocumentDoesNotExist in my 1.3.x installations. Have you modifies any Velocity template? Cheers, -- Ricardo Rodríguez Your EPEC Network ICT Team
Hi, actually then it is really strange, steps what i have done 1) I have xwiki 1.3.1.8931 installed under tomcat5 on centos 2) I have imported default xar file for xwiki 1.3.1 3) I have created a new user boss, added him to group XWikiAdministratorGroup 4) I have changed global rights for groups : Special Users View Comment Edit Delete Admin Register Program Unregistered Users Groups Users View Comment Edit Delete Admin Register Program XWikiAdminGroup<http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup> XWikiAllGroup <http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup> If it will not show you correctly, i have disabled any kind of access for Unregistered Users 5) After i will type url http://site.domain.com/xwiki it will ask for login and password 6) After i will type login and password it will open site http://site.domain.com/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist Now i found that there is 2times xwiki/xwiki . 7) I have apache virtual domain configured as a proxy to tomcat running on port 8080 <VirtualHost *:80> ServerName site.domain.com ServerAlias s.domain.com RedirectMatch permanent '^//*$' /xwiki/ ProxyRequests Off ProxyPass /xwiki http://localhost:8080/xwiki ProxyPassReverse /xwiki http://localhost:8080/xwiki <Proxy *> Order deny,allow Allow from all </Proxy> </VirtualHost> Thanks in advance! On Tue, Apr 15, 2008 at 2:44 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team <[email protected]> wrote:
Hi,
David Hláčik wrote:
Hi,
after login as user , it will redirect me to http://server/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist .
Why?
Thanks!
D.
Please, what XWiki installation package / version are you using? I've not any document called Main.DocumentDoesNotExist in my 1.3.x installations.
Have you modifies any Velocity template?
Cheers,
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
David Hláčik wrote:
Hi,
actually then it is really strange, steps what i have done
1) I have xwiki 1.3.1.8931 installed under tomcat5 on centos 2) I have imported default xar file for xwiki 1.3.1 3) I have created a new user boss, added him to group XWikiAdministratorGroup 4) I have changed global rights for groups :
Special Users View Comment Edit Delete Admin Register Program Unregistered Users Groups Users View Comment Edit Delete Admin Register Program
XWikiAdminGroup<http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup> XWikiAllGroup <http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup> If it will not show you correctly, i have disabled any kind of access for Unregistered Users
5) After i will type url http://site.domain.com/xwiki it will ask for login and password 6) After i will type login and password it will open site http://site.domain.com/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist Now i found that there is 2times xwiki/xwiki . 7) I have apache virtual domain configured as a proxy to tomcat running on port 8080
<VirtualHost *:80> ServerName site.domain.com ServerAlias s.domain.com RedirectMatch permanent '^//*$' /xwiki/ ProxyRequests Off ProxyPass /xwiki http://localhost:8080/xwiki ProxyPassReverse /xwiki http://localhost:8080/xwiki <Proxy *> Order deny,allow Allow from all </Proxy>
There is a previous thread dealing with this issue. See this... http://tinyurl.com/4bjapr HTH, -- Ricardo Rodríguez Your EPEC Network ICT Team
Thanks! I solved issue with xwiki/xwiki but still getting DocumentDoesNotExist .. why? Of course i have Main.WebHome as i am using default xar file imported with default wiki sets ... D. 2008/4/15 [Ricardo Rodriguez] Your EPEC Network ICT Team < [email protected]>:
David Hláčik wrote:
Hi,
actually then it is really strange, steps what i have done
1) I have xwiki 1.3.1.8931 installed under tomcat5 on centos 2) I have imported default xar file for xwiki 1.3.1 3) I have created a new user boss, added him to group XWikiAdministratorGroup 4) I have changed global rights for groups :
Special Users View Comment Edit Delete Admin Register Program Unregistered Users Groups Users View Comment Edit Delete Admin Register Program
XWikiAdminGroup< http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup> XWikiAllGroup < http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup> If it will not show you correctly, i have disabled any kind of access for Unregistered Users
5) After i will type url http://site.domain.com/xwiki it will ask for login and password 6) After i will type login and password it will open site http://site.domain.com/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist Now i found that there is 2times xwiki/xwiki . 7) I have apache virtual domain configured as a proxy to tomcat running on port 8080
<VirtualHost *:80> ServerName site.domain.com ServerAlias s.domain.com RedirectMatch permanent '^//*$' /xwiki/ ProxyRequests Off ProxyPass /xwiki http://localhost:8080/xwiki ProxyPassReverse /xwiki http://localhost:8080/xwiki <Proxy *> Order deny,allow Allow from all </Proxy>
There is a previous thread dealing with this issue. See this...
HTH,
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Great! David Hláčik wrote:
Thanks! I solved issue with xwiki/xwiki
but still getting DocumentDoesNotExist .. why? Of course i have Main.WebHome as i am using default xar file imported with default wiki sets ...
D. I've to leave now, but a "urgent guess" :-) Does it happen if you go through the Tomcat standalone web server at 8080 instead of using the Apache front end?
It could be more an Apache message than a XWiki one... Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
Hi Ricardo, thanks for your interest! IT happen in both cases : http://server:8080/xwiki/bin/view/Main/DocumentDoesNotExist Notice The requested document could not be found. You can edit this page<http://intranet.hlacik.eu:8080/xwiki/bin/edit/Main/DocumentDoesNotExist>to create it. D. 2008/4/15 [Ricardo Rodriguez] Your EPEC Network ICT Team < [email protected]>:
Great!
David Hláčik wrote:
Thanks! I solved issue with xwiki/xwiki
but still getting DocumentDoesNotExist .. why? Of course i have Main.WebHome as i am using default xar file imported with default wiki sets ...
D. I've to leave now, but a "urgent guess" :-) Does it happen if you go through the Tomcat standalone web server at 8080 instead of using the Apache front end?
It could be more an Apache message than a XWiki one...
Cheers,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
And i do not need page Main.DocumentDoesNotExist to create :) All i want to open Main.WebHome after login Thanks! 2008/4/15 David Hláčik <[email protected]>:
Hi Ricardo, thanks for your interest!
IT happen in both cases :
http://server:8080/xwiki/bin/view/Main/DocumentDoesNotExist
Notice
The requested document could not be found. You can edit this page<http://intranet.hlacik.eu:8080/xwiki/bin/edit/Main/DocumentDoesNotExist>to create it. D.
2008/4/15 [Ricardo Rodriguez] Your EPEC Network ICT Team < [email protected]>:
Great!
David Hláčik wrote:
Thanks! I solved issue with xwiki/xwiki
but still getting DocumentDoesNotExist .. why? Of course i have Main.WebHome as i am using default xar file imported with default wiki sets ...
D. I've to leave now, but a "urgent guess" :-) Does it happen if you go through the Tomcat standalone web server at 8080 instead of using the Apache front end?
It could be more an Apache message than a XWiki one...
Cheers,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi David, David Hláčik wrote:
And i do not need page Main.DocumentDoesNotExist to create :) All i want to open Main.WebHome after login
Thanks! Sorry, I am afraid I can not be of any help here. Sergiu Dumitriu has been involved with several issues related with this 404 error and as far as I can understand, he closed XWIKI-2292 <http://jira.xwiki.org/jira/browse/XWIKI-2292> (http://jira.xwiki.org/jira/browse/XWIKI-2292)
What I don't know is why XWiki-2292 was delayed to 1.4M1 if it seems was resolved before 1.3.2 release date. I don't know either if an update to 1.3.2 could help in any way, mostly when I don't know the reason of this error. It is also possible that any of the actions you have detailed in the second message has affected in anyway the functioning of your wiki. As it is in your intranet, perhaps you could go ahead by allowing view in the Main space to unregistered users. Does this allow you to reach Main.WebHome? Regards, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
Hi Ricardo, thanks for your help . Allowing unregistered users to view Main and XWiki space solved the problem. Alltought now i have Main space available for whole public, but for my purposes it is OK as i have only brief description of intranet available here. Regards, David PS : Just a simple rights question If i will disable view right to group .. other values i will leave empty, does it disables automaticaly those values too? And if i enable admin right to group, does it allow all rights before .. view .. edit .. comment ... and so? Thanks! 2008/4/15 [Ricardo Rodriguez] Your EPEC Network ICT Team < [email protected]>:
Hi David,
David Hláčik wrote:
And i do not need page Main.DocumentDoesNotExist to create :) All i want to open Main.WebHome after login
Thanks! Sorry, I am afraid I can not be of any help here. Sergiu Dumitriu has been involved with several issues related with this 404 error and as far as I can understand, he closed XWIKI-2292 <http://jira.xwiki.org/jira/browse/XWIKI-2292> (http://jira.xwiki.org/jira/browse/XWIKI-2292)
What I don't know is why XWiki-2292 was delayed to 1.4M1 if it seems was resolved before 1.3.2 release date. I don't know either if an update to 1.3.2 could help in any way, mostly when I don't know the reason of this error.
It is also possible that any of the actions you have detailed in the second message has affected in anyway the functioning of your wiki.
As it is in your intranet, perhaps you could go ahead by allowing view in the Main space to unregistered users. Does this allow you to reach Main.WebHome?
Regards,
Ricardo
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
David Hláčik wrote:
Hi Ricardo,
thanks for your help . Allowing unregistered users to view Main and XWiki space solved the problem. Alltought now i have Main space available for whole public, but for my purposes it is OK as i have only brief description of intranet available here.
Rights assignment is a bit tricky. And there are a number of issues as well (you can keep track of them or contribute in http://jira.xwiki.org; you just need to create your own account and create filters, vote, watch issues,..., nice stuff)
Regards,
David
PS : Just a simple rights question If i will disable view right to group .. other values i will leave empty, does it disables automaticaly those values too?
I've done a couple of test, and it seems that yes: disabling rights for a group, does also disable other rights.
And if i enable admin right to group, does it allow all rights before .. view .. edit .. comment ... and so?
A couple of test as well, this seems to do this way. In fact, enabling superadmin seems to be the extreme case. But, please, report any unexpected behaviour! There are pending issues on this area! I am sure this will help to make a picture of the system... and probable will rise some more doubts! http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoesRightsWork Cheers, Ricardo -- Ricardo Rodríguez Your EPEC Network ICT Team
[Ricardo Rodríguez] wrote:
Does it happen if you go through the Tomcat standalone web server at 8080 instead of using the Apache front end?
It could be more an Apache message than a XWiki one...
I have the same problem, and using Only Tomcat on 8080 with no Apache at all and we are using XE 1.3.1 I put in a JIRA http://jira.xwiki.org/jira/browse/XE-223 -- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p167366... Sent from the XWiki- Users mailing list archive at Nabble.com.
David Hláčik wrote:
Hi,
actually then it is really strange, steps what i have done
4) I have changed global rights for groups :
Special Users View Comment Edit Delete Admin Register Program Unregistered Users Groups Users View Comment Edit Delete Admin Register Program
XWikiAdminGroup<http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup> XWikiAllGroup <http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup> If it will not show you correctly, i have disabled any kind of access for Unregistered Users
If you want to disable guess access, go to the global preferences page and use the "Always authenticate on view/edit" options. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Is there a work around where we can modify DocumentDoesNotExist wiki page with a timer that forwards to "..bin/view/Main/" after a few seconds? Mike Oliver wrote:
I have the same problem, and using Only Tomcat on 8080 with no Apache at all and we are using XE 1.3.1 I put in a JIRA http://jira.xwiki.org/jira/browse/XE-223
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168085... Sent from the XWiki- Users mailing list archive at Nabble.com.
Excellent! Guillaume Lerouge wrote:
Hi Mike,
Is there a work around where we can modify DocumentDoesNotExist wiki page
with a timer that forwards to "..bin/view/Main/" after a few seconds?
Edit the page in wiki mode and add
$response.sendRedirect("Main.WebHome")
at the top.
Guillaume _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168174... Sent from the XWiki- Users mailing list archive at Nabble.com.
That didn't help, perhaps the URI it goes to after login will give a clue. /xwiki/xwiki/bin/view/Main/DocumentDoesNotExist Guillaume Lerouge wrote:
Hi Mike,
Is there a work around where we can modify DocumentDoesNotExist wiki page
with a timer that forwards to "..bin/view/Main/" after a few seconds?
Edit the page in wiki mode and add
$response.sendRedirect("Main.WebHome")
at the top.
Guillaume _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168176... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Apr 22, 2008, at 1:22 AM, Mike Oliver wrote:
That didn't help, perhaps the URI it goes to after login will give a clue.
/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
That URI is not correct. There's one "xwiki/" too much. Maybe the path specified in your web.xml isn't correct? -Vincent PS: I haven't followed this thread so maybe this has already been discussed/
Guillaume Lerouge wrote:
Hi Mike,
Is there a work around where we can modify DocumentDoesNotExist wiki page
with a timer that forwards to "..bin/view/Main/" after a few seconds?
Edit the page in wiki mode and add
$response.sendRedirect("Main.WebHome")
at the top.
Guillaume
Everything else works just fine, it is just immediately after login that it shows this. If it were in web.xml it wouldn't work at all eh? vmassol wrote:
On Apr 22, 2008, at 1:22 AM, Mike Oliver wrote:
That didn't help, perhaps the URI it goes to after login will give a clue.
/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
That URI is not correct. There's one "xwiki/" too much.
Maybe the path specified in your web.xml isn't correct?
-Vincent
PS: I haven't followed this thread so maybe this has already been discussed/
Guillaume Lerouge wrote:
Hi Mike,
Is there a work around where we can modify DocumentDoesNotExist wiki page
with a timer that forwards to "..bin/view/Main/" after a few seconds?
Edit the page in wiki mode and add
$response.sendRedirect("Main.WebHome")
at the top.
Guillaume
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168289... Sent from the XWiki- Users mailing list archive at Nabble.com.
A quick look at web.xml shows... <error-page> <error-code>404</error-code> <location>/xwiki/bin/view/Main/DocumentDoesNotExist</location> </error-page> So I do believe the extra /xwiki is coming from here true enough...but ah ha! it is coming here because after login it is trowing a 404 and that is redirecting to here. vmassol wrote:
On Apr 22, 2008, at 1:22 AM, Mike Oliver wrote:
That didn't help, perhaps the URI it goes to after login will give a clue.
/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
That URI is not correct. There's one "xwiki/" too much.
Maybe the path specified in your web.xml isn't correct?
-Vincent
PS: I haven't followed this thread so maybe this has already been discussed/
-- View this message in context: http://www.nabble.com/user-login---document-does-not-exist-tp16701245p168295... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (6)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
David Hláčik -
Guillaume Lerouge -
Mike Oliver -
Sergiu Dumitriu -
Vincent Massol