I have the same error. It seems to me that it has to do with the choosen 
Locale. If i choose "english" as language everything seems to work fine. If i 
choose german as language i get a stack trace on the console. The stack trace 
is:

  | 09:38:41,033 INFO  [STDOUT] javax.jcr.PathNotFoundException: 
/default/products.html/en
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:263)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.CachingHierarchyManager.resolvePath(CachingHierarchyManager.java:127)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.HierarchyManagerImpl.resolvePath(HierarchyManagerImpl.java:202)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.CachingHierarchyManager.resolvePath(CachingHierarchyManager.java:187)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.ItemManager.getItem(ItemManager.java:290)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.apache.jackrabbit.core.SessionImpl.getItem(SessionImpl.java:728)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.ContentGetCommand.execute(ContentGetCommand.java:70)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.JCRCommandContext.execute(JCRCommandContext.java:48)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.FileGetCommand.execute(FileGetCommand.java:71)
  | 09:38:41,036 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.JCRCommandContext.execute(JCRCommandContext.java:48)
  | 09:38:41,037 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.FolderGetListCommand.execute(FolderGetListCommand.java:67)
  | 09:38:41,037 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.JCRCommandContext.execute(JCRCommandContext.java:48)
  | 09:38:41,037 INFO  [STDOUT]     at 
org.jboss.portal.cms.impl.jcr.JCRCMS.execute(JCRCMS.java:575)
  | 09:38:41,037 INFO  [STDOUT]     at 
sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
  | 09:38:41,037 INFO  [STDOUT]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 

Of course the CMS Manager could not find the resource 
"/default/products.html/en". It should look for the resource 
"/default/products.html/de" instead, since i used german as language.
 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917796#3917796

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917796


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to