Hello,
After upgrade our environment from 6.7 to 7.0.3, we applied the path CMS-33 and we re-run the PSOToolkit 6.7.
We also applied setting from this document :http://help.percussion.com/doc/7.0.3/Upgrading_to_Rhythmyx_Version%207_0_3.pdf.
We can open the workbench and the content explorer but :
1 - when doing a preview of an item, we have “Problem during the assembly of item” with :
Error reported
Problem assembling output for item (name=“cd13-historic-films-1920”, id=3-101-46219) with template: icrcGlPubGlobal. Underlying error: Original SevletRequest or wrapped original ServletRequest not passed to RequestDispatcher in violation of SRV.8.2 and SRV.14.2.5.1 See log for stack trace.
Do we have some setting else to do?
What should we do to solve this problem?
Thank you in advance for your help.
Hello, have you been able to have this resolved? I’m having the exact same problem.
Please take a look at the following url:
https://jira.springsource.org/browse/SPR-4771
you need to just add this argument below to your RhythmyxServer.lax on windows or RhythmyxServer.bin.lax if you are on Linux:
# LAX.NL.JAVA.OPTION.ADDITIONAL
# -----------------------------
# Java arguments
lax.nl.java.option.additional=-Dprogram.name=RhythmyxServer.exe -Xms128m -Xmx512m -Djava.endorsed.dirs="AppServer/lib/endorsed" -Djava.library.path=./bin -server -XX:MaxPermSize=128m -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false
I am on windows, I can’t seem to find RhythmyxServer.bin, where do I find it? Thank you!
Sorry I mean to type RhythmyxServer.lax if you are windows. I have fixed my previous post
Unfortunately this fix didn’t work. It was fixed with the CMS-178 patch. Thanks anyway.
Thank you, it’s ok for me now.