Foren

Liferay 6 with vHosts

thumbnail
Peter Bartosch, geändert vor 13 Jahren.

Liferay 6 with vHosts

New Member Beiträge: 2 Beitrittsdatum: 07.07.10 Neueste Beiträge
Hello!

I'm just testing the use of liferay with multiple vHosts.

Within that i've made some extremely bad experience:


I could reproduce this with the (vanilla) bundle Liferay 6.0.2 with Tomcat 6 and with the bundle Liferay 6.0.1 with Tomcat 6!


1. log in as "Bruno"
2. create a new vHost (e.g. test.domain.tld)
3. leave the "master" instance
4. log in as test@test.domain.tld into the new vHost
5. create a new page in the private pages-area (public pages show the same behavior)
6. drop a blog-portlet into this page
7. blog some text (and try to save this)

-> Bang!

the following error message from "catalina.out":

10:45:40,676 INFO [PortalImpl:3496] Current URL /user/test/null generates exception: null
10:45:40,688 WARN [PortalImpl:3502] com.liferay.portal.NoSuchLayoutException
com.liferay.portal.NoSuchLayoutException

(full error message attached)


and the portlet shows:

a Status-message:
---
! Not Found
The requested resource was not found.

http://test.domain.tld/user/test/null
---

PS: calendar- and message-board-portlet show the same behavior



what i'm doing wrong?



kind regards,
Peter
Hannes Kleindienst, geändert vor 13 Jahren.

RE: Liferay 6 with vHosts

New Member Beiträge: 16 Beitrittsdatum: 21.03.10 Neueste Beiträge
Hi,
I am having the same problem and it seem there are others, too. It is already listed as bug (LPS-12157). My question is: are there any news on this issue?

The Button for adding a blog entry shows the following HTML code:

<input class="aui-button-input" id="_33_addEntryButton" onclick="location.href = 'null';" type="button" value="Blog-Eintrag hinzufügen">


Cheers,
Hannes
thumbnail
Ray Augé, geändert vor 13 Jahren.

RE: Liferay 6 with vHosts

Liferay Legend Beiträge: 1197 Beitrittsdatum: 08.02.05 Neueste Beiträge
Hey guys,

I think that I finally managed to find the correct solution.

Please see: http://www.liferay.com/community/forums/-/message_boards/message/6622263

And: http://issues.liferay.com/browse/LPS-12157

The change only affects one method so it could be patched in an older version with not too much effort.