11-04-2010 12:36 PM
wcmqs.api.alfresco=http://localhost:38080/alfresco
wcmqs.api.user=admin
wcmqs.api.password=admin
14:56:40,468 WARN [org.alfresco.wcm.client.impl.WebSiteServiceImpl] Received a request for unrecognised host+port: myserver:38080
14:56:40,468 WARN [org.alfresco.wcm.client.interceptor.ApplicationDataInterceptor] Received request for which no configured website can be found: myserver:38080
14:56:40,468 DEBUG [org.alfresco.wcm.client.exceptionresolver.RepositoryExceptionResolver] Resolving exception from handler [org.alfresco.wcm.client.controller.GenericTemplateAssetController@263aff]: org.alfresco.wcm.client.exception.PageNotFoundException
14:56:40,484 ERROR [org.alfresco.wcm.client.exceptionresolver.RepositoryExceptionResolver] org.alfresco.wcm.client.exception.PageNotFoundException
org.alfresco.wcm.client.exception.PageNotFoundException
11-04-2010 12:43 PM
11-05-2010 01:32 PM
11-08-2010 04:00 AM
The 3.4.b installer will have created the correct properties file. The location of this file is "shared/classes/alfresco/extension/wqsapi-custom.properties" rather than the location you mention.Sorry, this was a typo - I am using wqsapi-custom.properties. It is currently configured as I described previously:
wcmqs.api.alfresco=http://localhost:38080/alfresco
wcmqs.api.user=admin
wcmqs.api.password=admin
If this file has the correct values and you have edited the metadata of the "Quick Start Editorial" node as appropriate (host name and port number) then you will see the homepage of the WQS correctly.FYI - Here's my metadata for the quick start editorial node in the share site:
Host Name=localhost
Host Port=38080
web app context: wcmqs
isEditorial=true
Publish Target: Quick Start Live
Note that the host name that you type into your browser must match the value of the host name property on the "Quick Start Editorial" folder.Ah, here's I may be diverging - I've set the server up with "localhost" references and I'm hitting it across the WAN with a "http://myserver:38080/wcmqs".
Would you confirm that the homepage of the site is displaying?You mean when I browse to "http://myserver:38080/wcmqs/" ?
With regards to logging in to the web editor to make changes, would you confirm that you chose a password of "admin" for your admin user when you ran the installer?Yes - admin/admin.
Are those the credentials you use to log in to Share?Yes.
Is the AWE webapp deployed in the same Tomcat instance as the repository webapp (alfresco.war) and the WQS webapp (wcmqs.war)?Yes.
11-08-2010 04:38 AM
If I now change the hostname referred to in the Quick Start Editorial space's metadata (in the share site) from localhost to myserver then the Quick Start site almost works - it now just refuses to allow admin/admin to log in and amend any content (the login dialog wont accept the details).
11-17-2010 04:32 AM
That properties file is still not quite in the right place. It should be "shared/classes/alfresco/extension/wqsapi-custom.properties"Sorry, my bad, that's precisely where it is.
Am I right in assuming that the wcmqs.war is deployed in the same Tomcat instance as alfresco.war?Yes, that is correct.
What does "almost works" mean here? It sounds like the page displays correctly but the login to the Web Editor fails - is that right?Correct.
What happens when you make the request to localhost from a browser running on the server itself?I remote desktop to the server and make a request to http://localhost:38080/wcmqs/
Error
Sorry, there seems to be a problem! Please try again later.
11-17-2010 04:41 AM
09:38:32,447 DEBUG [org.alfresco.wcm.client.impl.SectionFactoryCmisImpl] About to run CMIS query: select f.cmis:objectId, f.cmis:name, t.cm:title, t.cm:description, f.cmis:objectTypeId, f.cmis:parentId, f.ws:sectionConfig, f.ws:excludeFromNavigation, f.ws:topTags, f.ws:topTagCounts , o.ws:orderIndex as ord from ws:section as f join cm:titled as t on t.cmis:objectId = f.cmis:objectId join ws:ordered as o on o.cmis:objectId = f.cmis:objectId where (in_tree(f, 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') or f.cmis:objectId = 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') order by ord
09:38:32,540 DEBUG [org.alfresco.wcm.client.impl.SectionFactoryCmisImpl] About to run CMIS query: select f.cmis:objectId, f.cmis:name, t.cm:title, t.cm:description, f.cmis:objectTypeId, f.cmis:parentId, f.ws:sectionConfig, f.ws:excludeFromNavigation, f.ws:topTags, f.ws:topTagCounts , o.ws:orderIndex as ord from ws:section as f join cm:titled as t on t.cmis:objectId = f.cmis:objectId join ws:ordered as o on o.cmis:objectId = f.cmis:objectId where (in_tree(f, 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') or f.cmis:objectId = 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') order by ord
09:38:32,587 DEBUG [org.alfresco.wcm.client.exceptionresolver.RepositoryExceptionResolver] Resolving exception from handler [org.alfresco.wcm.client.controller.GenericTemplateAssetController@f6169e]: org.alfresco.wcm.client.exception.PageNotFoundException
09:38:32,587 ERROR [org.alfresco.wcm.client.exceptionresolver.RepositoryExceptionResolver] org.alfresco.wcm.client.exception.PageNotFoundException
org.alfresco.wcm.client.exception.PageNotFoundException
at org.alfresco.wcm.client.controller.GenericTemplateAssetController.handleRequestInternal(GenericTemplateAssetController.java:72)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
09:38:32,587 DEBUG [org.alfresco.wcm.client.impl.SectionFactoryCmisImpl] About to run CMIS query: select f.cmis:objectId, f.cmis:name, t.cm:title, t.cm:description, f.cmis:objectTypeId, f.cmis:parentId, f.ws:sectionConfig, f.ws:excludeFromNavigation, f.ws:topTags, f.ws:topTagCounts , o.ws:orderIndex as ord from ws:section as f join cm:titled as t on t.cmis:objectId = f.cmis:objectId join ws:ordered as o on o.cmis:objectId = f.cmis:objectId where (in_tree(f, 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') or f.cmis:objectId = 'workspace://SpacesStore/8fb2bc2a-235a-4e25-aa60-bd32d788ee3e') order by ord
09:38:32,634 DEBUG [org.alfresco.wcm.client.interceptor.CmisSessionInterceptor] *** / 359ms
11-17-2010 04:59 AM
11-17-2010 05:00 AM
11-17-2010 05:08 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.