Another 'store not found' problem

Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2009 07:55 PM
Hi
I'm evaluating Alfresco for a Govt tender with a presentation extolling its virtues due tomorrow. Beginning to wonder if I've made the right decision.
I've managed to install and get CIFS access to the AVM store so editors can set up pages in Dreamweaver.
Now trying to configure some basic webforms for content contributors to create content.
Tried to set up the 'simple' web form, as per 'http://wiki.alfresco.com/wiki/WCM_Forms_Rendering'.
When I get to create a content item and it tries to render the html output I get the following error.
[img]http://gallery.webtrax.com.au/alfrescostoreerror.jpg[/img]
I found a previous post on the same problem but it didn't seem to be resolved. I have tried various forms for the output paths, and all give the same error.
The only thing strange I can see is that the location /ROOT/simple 2.xml does not match the name of the form data which is form 6.xml, which I assume it should?
I'm using the current downloadable version of Labs 3, running on Windows XP.
How do I find our what store it can't find? Would be really nice if the error message made this clear.
Any hints as to what causes this.
Thanks
Peter
I'm evaluating Alfresco for a Govt tender with a presentation extolling its virtues due tomorrow. Beginning to wonder if I've made the right decision.
I've managed to install and get CIFS access to the AVM store so editors can set up pages in Dreamweaver.
Now trying to configure some basic webforms for content contributors to create content.
Tried to set up the 'simple' web form, as per 'http://wiki.alfresco.com/wiki/WCM_Forms_Rendering'.
When I get to create a content item and it tries to render the html output I get the following error.
[img]http://gallery.webtrax.com.au/alfrescostoreerror.jpg[/img]
I found a previous post on the same problem but it didn't seem to be resolved. I have tried various forms for the output paths, and all give the same error.
The only thing strange I can see is that the location /ROOT/simple 2.xml does not match the name of the form data which is form 6.xml, which I assume it should?
I'm using the current downloadable version of Labs 3, running on Windows XP.
How do I find our what store it can't find? Would be really nice if the error message made this clear.
Any hints as to what causes this.
Thanks
Peter
Labels:
- Labels:
-
Archive
3 REPLIES 3

Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2009 08:51 PM
Ok,
I've gone back to the beginning, reinstalled from scratch, followed the instructions in the tutorial to the letter as far as I can tell, and I've got one step further before hitting the same problem.
Previously I got the error when the wizard was trying to display the input form for the press releases. Now that works, and generates the xml, but when it tries to generate a rendition it gets the same error, as follows:
—-
Please correct the errors below then click Finish.
* Error generating rendition using press-release-plain-text.ftl: Store not found.
Summary
The wizard has successfully created the content and all renditions.
Content Details
test9.xml
test
Form: Press Release Form
Location: /ROOT/test press release 1 no template.xml
—
Once again, the Location quoted does not correspond to either the name or location of the file required, which should have been '/media/releases/content/test9.xml'.
Don't know if it is relevant, but I had to change the xsd, as it wouldn't parse it correctly, complaining it couldn't find the /media/releases/get_company_footer_choices_simple_type.jsp. So I found the page and hard coded the options in as follows:
—-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
xmlns
r="http://www.alfresco.org/alfresco/pr"
targetNamespace="http://www.alfresco.org/alfresco/pr"
elementFormDefault="qualified">
<!– dynamically loads the company footer choices simple type –>
<!– xs:include schemaLocation="/media/releases/get_company_footer_choices_simple_type.jsp"/ –>
<xs:simpleType name="company_footer_choices"><xs:restriction base="xs:normalizedString"><xs:enumeration value="World Economic Forum.xml"><xs:annotation><xs:appinfo><alf:label>World Economic Forum</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Interdoc.xml"><xs:annotation><xs:appinfo><alf:label>Interdoc</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Easypress.xml"><xs:annotation><xs:appinfo><alf:label>Easypress</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Alfresco.xml"><xs:annotation><xs:appinfo><alf:label>Alfresco</alf:label></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType>
—-
Is there somewhere I can find out what 'store' it is looking for (the console doesn't seem to give any more info)?
Why does it say there is an error, then says the wizard has completed successfully?
Why is this so difficult? Should I just give up while I still have some sanity left?
Cheers
Peter
I've gone back to the beginning, reinstalled from scratch, followed the instructions in the tutorial to the letter as far as I can tell, and I've got one step further before hitting the same problem.
Previously I got the error when the wizard was trying to display the input form for the press releases. Now that works, and generates the xml, but when it tries to generate a rendition it gets the same error, as follows:
—-
Please correct the errors below then click Finish.
* Error generating rendition using press-release-plain-text.ftl: Store not found.
Summary
The wizard has successfully created the content and all renditions.
Content Details
test9.xml
test
Form: Press Release Form
Location: /ROOT/test press release 1 no template.xml
—
Once again, the Location quoted does not correspond to either the name or location of the file required, which should have been '/media/releases/content/test9.xml'.
Don't know if it is relevant, but I had to change the xsd, as it wouldn't parse it correctly, complaining it couldn't find the /media/releases/get_company_footer_choices_simple_type.jsp. So I found the page and hard coded the options in as follows:
—-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
xmlns

targetNamespace="http://www.alfresco.org/alfresco/pr"
elementFormDefault="qualified">
<!– dynamically loads the company footer choices simple type –>
<!– xs:include schemaLocation="/media/releases/get_company_footer_choices_simple_type.jsp"/ –>
<xs:simpleType name="company_footer_choices"><xs:restriction base="xs:normalizedString"><xs:enumeration value="World Economic Forum.xml"><xs:annotation><xs:appinfo><alf:label>World Economic Forum</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Interdoc.xml"><xs:annotation><xs:appinfo><alf:label>Interdoc</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Easypress.xml"><xs:annotation><xs:appinfo><alf:label>Easypress</alf:label></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Alfresco.xml"><xs:annotation><xs:appinfo><alf:label>Alfresco</alf:label></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType>
—-
Is there somewhere I can find out what 'store' it is looking for (the console doesn't seem to give any more info)?
Why does it say there is an error, then says the wizard has completed successfully?
Why is this so difficult? Should I just give up while I still have some sanity left?
Cheers
Peter

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2009 09:11 AM
I'm having the same issue as Peter for the most part….can anyone help us out?
Is this a generic error message if you have misconfigured a web form?
I've followed all the instructions and triple checked all my files and I still get something like, "error regenerating rendition using Page.xslt: Store not found." everytime!!!!!!!
Is this a generic error message if you have misconfigured a web form?
I've followed all the instructions and triple checked all my files and I still get something like, "error regenerating rendition using Page.xslt: Store not found." everytime!!!!!!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2009 12:59 PM
Which version/build of Labs are you using (refer to startup log) ? Have you tried Labs 3.2 Preview ? See also: http://forums.alfresco.com/en/viewtopic.php?f=30&t=18824
Regards,
Jan
Regards,
Jan
