Creating Vanity URL for blobs.

Hello Experts,

I'm just migrated from 11.0 to 11.1.8. So currently we have our own assembler written for our site URL. We can remove this assembler in the future, but at this stage, but also want to use a Vanity URL for blobs. Is this possible? If so, how can I achieve this?

You must create the url for this type of asset model and then move the webrootname during the construction of the URL. Once done, check this: Re: Vanity url generated with render: getbloburl and webrootname for the server remote satellite

Kind regards

Guddu

Tags: Fusion Middleware

Similar Questions

  • Vanity URLS for images or PDF

    Hello

    I work with Webcenter Sites 12.2.1 and I have a question about creating models for the media with vanity URL.

    My users would like to have a vanity URL for some media as a PDF or Images or those blobs. I am able to do it for text such as JavaScript or css attributes, but for the BLOB based attributes I am a bit stuck. The fact is that to make vanity URL for an asset that I have to use a template. In the model if I display a text he has no problem. For a BLOB, I can get the attribute, but if I want to listen to the results as a model without calling the URL of the blob Server I don't get anything usable.

    Here is the code for the template that I use:

    < % @ page import="com.fatwire.system.*"% >

    < % @ page import="com.fatwire.assetapi.data.*"% >

    < % @ page import="com.fatwire.assetapi.query.*"% >

    < % @ page import="java.util.*"% >

    < % @ page import="com.openmarket.xcelerate.asset.*"% >

    < % @ taglib prefix = "cs" uri="futuretense_cs/ftcs1_0.tld"% >

    < % @ taglib prefix = "ics" uri="futuretense_cs/ics.tld"% >

    < % @ taglib prefix = "fragment" uri="futuretense_cs/fragment.tld"% >

    < % @ taglib prefix = "make" uri="futuretense_cs/render.tld"% >

    < % @ taglib prefix = 'active' uri="futuretense_cs/asset.tld"% >

    < cs: FTCS >

    < %

    Its session = SessionFactory.getSession ();

    AssetDataManager mgr = (AssetDataManager) ses.getManager (AssetDataManager.class.getName ());

    ID AssetId = new AssetIdImpl ("Content_R", new Long(ics.) GetVar ("cid")));

    List AttrNames = new ArrayList();

    attrNames.add ("imagefile");

    Data AssetData = mgr.readAttributes (id, attrNames);

    AttributeData attrDataSource = data.getAttributeData ("imagefile");

    BlobObject fileObj = (BlobObject) attrDataSource.getData ();

    Byte [] d = new byte [fileObj.getBinaryStream () .available ()];

    fileObj.getBinaryStream () .read (d);

    out.println (d);

    % >

    < / cs: FTCS >

    I've tried workaround: redirection to the server of BLOB, but the problem is that then I can't use URLS directly regarding images < img src = "/ prettyUrl" > with a redirect does not work.

    No one tried to do?

    Hello

    If you use WCS 12 c. Try using the code of the controller as they mentioned here.

    http:// >:> / sites/samples/blob_link_builder (works only if you have activated sampling stations.

  • How can I create friendly URLS for my meetings?

    I run an online meeting using Adobe connect and want to create a friendly URL for example: companyname.adobeconnect.com/meetingtitle instead of all the numbers and letters! How can I do this? Is this possible?

    The option for the custom URL is available in the first stage of the meeting Wizard (Variant 2). Once the meeting room is created the URL CANNOT be change, and a new room must be created to have a different URL.

    For example, to create a new room and give him the desired URL extension!

  • Getting the error for blob Vanity URL

    Hi all

    I created a URL scheme for vanity URL for my BLOB and URL is something like:-"${subtype.toLowerCase ()} / ${f:getFileName(mediaFile).toLowerCase()}.

    Now this mediaFile attribute is not required, so when I can create an asset without any file in mediaFile, it gives me error in the logs.

    I wonder if there is a way to handle this. Also it will affect my page anyway? Here are the logs: -.

    [2015-09-10 04:44:57, 253 UTC] [WARNING] [http-bio-8101-exec-7] [openmarket.xcelerate.asset.AssetPatternUtil] unable to generate URLS for model ${subtype.toLowerCase ()} / ${f:getFileName(mediaFile).toLowerCase()}

    org.Apache.Commons.jexl2.UnifiedJEXL$ exception: failed to prepare ' ${subtype.toLowerCase ()} / ${f:getFileName(mediaFile).toLowerCase()}.

    at org.apache.commons.jexl2.UnifiedJEXL.createException(UnifiedJEXL.java:799)

    at $200 (UnifiedJEXL.java:87) org.apache.commons.jexl2.UnifiedJEXL.access

    to org.apache.commons.jexl2.UnifiedJEXL$ Expression.evaluate (UnifiedJEXL.java:388)

    at com.openmarket.xcelerate.asset.AssetPatternUtil.getUrlFor(AssetPatternUtil.java:214)

    at com.openmarket.xcelerate.asset.Asset._getWebRefenceForPatterns(Asset.java:4118)

    at com.openmarket.xcelerate.asset.Asset.updateAssetUrls(Asset.java:4060)

    at com.openmarket.assetframework.common.BulkTransactionalAssetManager.saveAllNoPubLock(BulkTransactionalAssetManager.java:316)

    at com.openmarket.assetframework.complexasset.ComplexAsset.SaveAllNoPubLock(ComplexAsset.java:2498)

    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.openmarket.xcelerate.asset.Asset.callSaveAllNoPubLock(Asset.java:4766)

    at com.openmarket.xcelerate.asset.Asset.SaveAll_logic(Asset.java:4995)

    to com.openmarket.xcelerate.asset.Asset$ 4.execute(Asset.java:4920)

    at com.fatwire.cs.core.db.NestedTransactionBlock.execute(NestedTransactionBlock.java:189)

    at com.openmarket.xcelerate.asset.Asset.SaveAll_trans(Asset.java:4943)

    at com.openmarket.xcelerate.asset.Asset.SaveAll(Asset.java:4897)

    at com.fatwire.assetapi.data.BasicAssetDataWriteStrategy._saveOneAssetType(BasicAssetDataWriteStrategy.java:254)

    at com.fatwire.assetapi.data.BasicAssetDataWriteStrategy._save(BasicAssetDataWriteStrategy.java:181)

    at com.fatwire.assetapi.data.FlexAssetDataWriteStrategy.write(FlexAssetDataWriteStrategy.java:47)

    at com.fatwire.assetapi.data.BasicAssetDataWriteStrategy.write(BasicAssetDataWriteStrategy.java:137)

    at com.fatwire.assetapi.data.AssetDataManagerImpl.insert(AssetDataManagerImpl.java:228)

    at com.fatwire.services.dao.AssetDaoImpl.save(AssetDaoImpl.java:180)

    at com.fatwire.services.AssetServiceImpl.save(AssetServiceImpl.java:228)

    at com.fatwire.services.AssetServiceImpl._copyTranslateAsset(AssetServiceImpl.java:420)

    at com.fatwire.services.AssetServiceImpl.translate(AssetServiceImpl.java:541)

    to org.apache.jsp.jsp.cs_005fdeployed. USER INTERFACE. Actions.Asset.Translate.TranslateAction_jsp._jspService (TranslateAction_jsp.java:148)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:133)

    at org.apache.jsp.jsp.cs_005fdeployed.fatwire.ui.controller.controller_jsp._jspService(controller_jsp.java:85)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.generatePage (ContentServer.java:1640)

    at COM.FutureTense.Common.ContentServer.evalPage (ContentServer.java:1276)

    at COM.FutureTense.Common.ContentServer.execute (ContentServer.java:465)

    to com FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)

    to com FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    to com FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:81)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:241)

    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)

    to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:611)

    to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:316)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: org.apache.commons.jexl2.JexlException: com.openmarket.xcelerate.asset.AssetPatternUtil.getUrlFor@213! [25.38]: ' f:getFileName(mediaFile).toLowerCase(); ' attempts to call the method on null

    at org.apache.commons.jexl2.Interpreter.visit(Interpreter.java:1095)

    at org.apache.commons.jexl2.parser.ASTMethodNode.jjtAccept(ASTMethodNode.java:18)

    at org.apache.commons.jexl2.Interpreter.visit(Interpreter.java:1317)

    at org.apache.commons.jexl2.parser.ASTReference.jjtAccept(ASTReference.java:18)

    at org.apache.commons.jexl2.Interpreter.visit(Interpreter.java:946)

    at org.apache.commons.jexl2.parser.ASTJexlScript.jjtAccept(ASTJexlScript.java:38)

    at org.apache.commons.jexl2.Interpreter.interpret(Interpreter.java:232)

    to org.apache.commons.jexl2.UnifiedJEXL$ JexlBasedExpression.evaluate (UnifiedJEXL.java:506)

    to org.apache.commons.jexl2.UnifiedJEXL$ CompositeExpression.evaluate (UnifiedJEXL.java:726)

    to org.apache.commons.jexl2.UnifiedJEXL$ Expression.evaluate (UnifiedJEXL.java:386)

    ... more than 106

    [2015-09-10 04:44:58, 730 UTC] [ERROR] [http-bio-8101-exec-6] [com.fatwire.logging.cs] Exception in nvobject.fromstring endTag() in com.openmarket.gator.seed.StringRepresentation tag in the page ' fatwire/ui/controller/controller' in the element ' OpenMarket/Gator/FlexibleAssets/Common/recommendations' errno: 0 errdetail: 0

    com.openmarket.gator.interfaces.RepresentationException: lack of character

    at com.openmarket.gator.common.StringStream.peekCharacter(StringStream.java:62)

    at com.openmarket.gator.nvobject.NVObject.setFromString(NVObject.java:95)

    at com.openmarket.gator.seed.StringRepresentation.worker(StringRepresentation.java:61)

    at com.openmarket.gator.seed.BaseSeedObj.worker(BaseSeedObj.java:42)

    at com.openmarket.basic.seed.BaseSeed.endTag(BaseSeed.java:265)

    to com FutureTense.XML.Template.DynTag.execute(DynTag.java:218)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.LoopTag.execute(BlockTag.java:756)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm1_jsp._jspx_meth_ics_005fcallelement_005f25 (ContentForm1_jsp.java:4724)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm1_jsp._jspService (ContentForm1_jsp.java:1551)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspx_meth_ics_005fcallelement_005f0 (ContentForm_jsp.java:503)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspx_meth_ics_005fthen_005f0 (ContentForm_jsp.java:475)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspService (ContentForm_jsp.java:157)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    to com FutureTense.XML.Template.CallElement.execute(CallTag.java:253)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    to com FutureTense.XML.Template.CallElement.execute(CallTag.java:253)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. USER INTERFACE. Actions.AdvancedUIHtml_jsp._jspService (AdvancedUIHtml_jsp.java:452)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:150)

    at org.apache.jsp.jsp.cs_005fdeployed.fatwire.ui.controller.controller_jsp._jspService(controller_jsp.java:85)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.generatePage (ContentServer.java:1640)

    at COM.FutureTense.Common.ContentServer.evalPage (ContentServer.java:1276)

    at COM.FutureTense.Common.ContentServer.execute (ContentServer.java:465)

    to com FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)

    to com FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    to com FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:81)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:241)

    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)

    to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:611)

    to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:316)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

    at java.lang.Thread.run(Thread.java:745)

    [2015-09-10 04:44:58, 743 UTC] [ERROR] [http-bio-8101-exec-6] [com.fatwire.logging.cs] Exception in nvobject.fromstring endTag() in com.openmarket.gator.seed.StringRepresentation tag in the page ' fatwire/ui/controller/controller' in the element ' OpenMarket/Gator/FlexibleAssets/Common/recommendations' errno: 0 errdetail1: Exception in nvobject.fromstring endTag() in com.openmarket.gator.seed.StringRepresentation tag in the page ' fatwire/ui/controller/controller' in the element ' OpenMarket/Gator/FlexibleAssets/Common/recommendations' errno: errdetail 0: com.openmarket.gator.interfaces.RepresentationException 0: lack of character errdetail: 0

    com.openmarket.gator.interfaces.RepresentationException: lack of character

    at com.openmarket.gator.common.StringStream.peekCharacter(StringStream.java:62)

    at com.openmarket.gator.nvobject.NVObject.setFromString(NVObject.java:95)

    at com.openmarket.gator.seed.StringRepresentation.worker(StringRepresentation.java:61)

    at com.openmarket.gator.seed.BaseSeedObj.worker(BaseSeedObj.java:42)

    at com.openmarket.basic.seed.BaseSeed.endTag(BaseSeed.java:265)

    to com FutureTense.XML.Template.DynTag.execute(DynTag.java:218)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.LoopTag.execute(BlockTag.java:756)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm1_jsp._jspx_meth_ics_005fcallelement_005f25 (ContentForm1_jsp.java:4724)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm1_jsp._jspService (ContentForm1_jsp.java:1551)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspx_meth_ics_005fcallelement_005f0 (ContentForm_jsp.java:503)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspx_meth_ics_005fthen_005f0 (ContentForm_jsp.java:475)

    to org.apache.jsp.jsp.cs_005fdeployed. OpenMarket.Gator.FlexibleAssets.FlexAssets.ContentForm_jsp._jspService (ContentForm_jsp.java:157)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    to com FutureTense.XML.Template.CallElement.execute(CallTag.java:253)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    to com FutureTense.XML.Template.CallElement.execute(CallTag.java:253)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)

    to com FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)

    to com FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)

    to com FutureTense.XML.Template.Root.execute(BlockTag.java:365)

    to com FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)

    at COM.FutureTense.Common.ContentServer.evalTheXML (ContentServer.java:3311)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2551)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.divine.ics.jsp.CallElement.doEndTag(CallElement.java:84)

    at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)

    to org.apache.jsp.jsp.cs_005fdeployed. USER INTERFACE. Actions.AdvancedUIHtml_jsp._jspService (AdvancedUIHtml_jsp.java:452)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.processElement (ContentServer.java:1999)

    at COM.FutureTense.Common.CS.CallElement (CS.java:1603)

    at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:150)

    at org.apache.jsp.jsp.cs_005fdeployed.fatwire.ui.controller.controller_jsp._jspService(controller_jsp.java:85)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:604)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:543)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.generatePage (ContentServer.java:1640)

    at COM.FutureTense.Common.ContentServer.evalPage (ContentServer.java:1276)

    at COM.FutureTense.Common.ContentServer.execute (ContentServer.java:465)

    to com FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)

    to com FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    to com FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:81)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:241)

    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)

    to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:611)

    to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:316)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

    at java.lang.Thread.run(Thread.java:745)

    We should always do the regex with required attribute. Or write a filter/listener to generate the URL programmatically.

  • Vanity URL problem

    Hello

    I tried to get my head around vanity URL and I have problems...

    I have a web relative root implemented that matches the prefix in the file configuration web.xml (using for example avi)

    prefix: avi

    Web root: / cs/avi

    I then use to rewrite all URLS that Apache / * / CS/avi / *.

    It all works very well. However, the URL throughout the site in the page content are then generated to study the prefix: ...com/cs/avi/etc

    How is it supposed to work? I want to be able to use vanity URLS for access and paths throughout the site without the prefix.

    I tried to use the /Site/? Add = somevalue & lookuppage = somevalue which I had some success with it, but I can't seem to make this work with satellite servers?

    Am I missing something?

    Just thought I'd follow on this case to someone else has the same problems. It turns out 404 errors ask errors etc. of wall due to many bugs with the 11.1.1.8.0 of output. After having patched the right to up to 6 Patch installation, all problems disappeared and vanity URL works correctly with satellite servers using the format:

    SS/Satellite? lookuppage = home & add = / cs/avi

  • Vanity URL configuration for production

    Hi all

    I'm working on vanity url and remove my custom URL assembler. I know that Vanity URLS have a higher preference the custom URL. So I'll keep both.

    Now we put sites.environment = "management" in futuretense.ini to the management. So my problem is that when I'm going to production, should I change this variable to 'production' of production futuretense.ini. Also, how will create new webroot in production, as management webroot aura environment in webroot will be 'management' while production is expected to be 'production '.

    Hello

    If you have not set sites.environment, it will not use the URL of virtual webroot. It will use the defined root at the top URL. When you publish the root Web of Production, Production will use the same URL (assuming that the production is not set sites.environment).

    If you set sites.environment to a value, you MUST create a virtual webroot for this value, otherwise you will get errors.

    Basically, the virtual webroots are a lookup table for the URL to use as the value of sites.environment.

    Kind regards

    Stephan.

  • How to create the Setup for bb app file?

    Hello

    How can I create a Setup for my bb app file?

    Thank you

    Saket

    Follow these steps:

    (1) prepare your .cod files and the .jad file. If you need to sign your application do that stuff too.

    (2) place your .cod files and files on your server .jad. (answer to your question). You can also place the .jar file and files .alx files. (these are optional)

    (3) open the BB browser and type the url as follows...

    http://www.yourserver.com/blackberry/yourapp/yourapp.jad. (fake url)

    so just point to your .jad from your BB browser file.

    (4) a pop window opens with two download options and cancel (button cancel do not know) .

    5) click Download.

    NOTE:

    you will need to configure your server with the following MIME types to allow the download.


    Cod application/vnd.rim.cod

    text/vnd.Sun.J2ME.app-descriptor jad

    application/java-archive Jar

    KB Article not no 00439

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800708/800646/What_Is...

    I hope this info helps you.


  • URL handling in Vanity URL invalid

    Hi all

    We currently use vanity URL where we have all of the URLS generated by vanity URL and everything works fine but I want to know that how we can manage URLS not valid.

    For example my work URL is http://domain/home and it works well, but if someone put URL as http://domian/home1 , her gives me 404. So, how can I manage these scenarios URL.

    Kind regards

    Nelash Jindal

    See the following article: https://blogs.oracle.com/pdit-cas/entry/a_simple_custom_404_page or http://www.ateam-oracle.com/sites-vanity-urls-and-error-handling/

  • With the help of satellite server reside co with vanity URL

    Hi all

    According to my understanding, we must have the keyword "Satellite" next "cs" in our URL to use satellite co resident server but in vanity URL, we must have the prefix of site after "cs". So in this case, how we can use satellite co resident server.

    Kind regards

    Nelash Jindal

    NelashJindal wrote:

    But just for the record, in case we do not use this re writer and directly using vanity in the production and make the URL like http://domain/cs/avi/home, she also take care of co res ss or I have to use the servlet/site for that.

    If you have a URL such as http://domain/cs/avi/home which will always be mapped (rewritten) on something that understands. If you have not then/avi/home will result in a 404 error.

    There are two ways to map the URL to the WCS:

    (1) a Web server/LoadBalancer rewrite

    (2) a servlet filter

    Only #1 is recommended for production usage. #2 is used for demonstration purposes in the JSK sampling stations.

    See the docs:

    Solve the VanityURLs by using a filter to rewrite

    https://docs.Oracle.com/CD/E29542_01/doc.1111/e29636/config_vanity_url.htm#WBCSA7524

    By using the Web server with Vanity URLs

    https://docs.Oracle.com/CD/E29542_01/doc.1111/e29636/config_vanity_url.htm#WBCSA7526

    Using mod_rewrite with Vanity URLs

    https://docs.Oracle.com/CD/E29542_01/doc.1111/e29636/config_vanity_url.htm#WBCSA7527

  • Same URL for office and phone Layouts

    Hi all

    If you have already created a desktop version and mobile for a Web site, you have seen that Muse creates different URLS to access the desktop versions and mobile. To illustrate, for a site at random, Muse will create these URLs

    Desktop-> www.yoursite.com/index.html version

    Mobile version-> www.yoursite.com/phone/index.html

    It is extremely annoying, because when you go to the website of the office and send link in your browser to a person who then accesses the site from a phone, he or she will see the desktop version, which of course is not suitable for mobile devices. Even if a person accesses the site from a phone and then share the link of its browser with a person who looks at her on a desk that person will see the mobile version, which even once is not suitable.

    The only way I see to solve this problem is to have a URL that is common to both desktop and mobile, but I can't find this feature in Muse.

    Has anyone found a way around this problem?

    Thank you very much.

    lauras18147102 wrote:

    Hi all

    If you have already created a desktop version and mobile for a Web site, you have seen that Muse creates different URLS to access the desktop versions and mobile. To illustrate, for a site at random, Muse will create these URLs

    --> Www.yoursite.com/index.html desktop version

    Mobile version--> www.yoursite.com/phone/index.html

    It is extremely annoying, because when you go to the website of the office and send link in your browser to a person who then accesses the site from a phone, he or she will see the desktop version, which of course is not suitable for mobile devices. Even if a person accesses the site from a phone and then share the link of its browser with a person who looks at her on a desk that person will see the mobile version, which even once is not suitable.

    The only way I see to solve this problem is to have a URL that is common to both desktop and mobile, but I can't find this feature in Muse.

    Has anyone found a way around this problem?

    Thank you very much.

    Send them www.yoursite.com and they will receive the version to match their device

    That is to say, Office Gets

    --> Www.yoursite.com/index.html desktop version

    and get phones

    Mobile version--> www.yoursite.com/phone/index.html

    lauras18147102 wrote:

    The only way I see to solve this problem is to have a URL that is common to both desktop and mobile, but I can't find this feature in Muse.

    because it does not... phones are different, they need different code and they display different websites, so unless you are happy to have users of office forced to see a layout of phone?

  • SEO - vanity URLS

    Hey guys, anyone had any experience with vanity URLS and duplicate content?

    I try to work if the separate domains (my.xxxxx.com and response.xxxxx.com - we migrated to E9 to E10 recently) means that there are two separate pages solve in one in Eloqua. We start to accommodate some of our SEM Eloqua launch pages, and even if we grow traffic it directly we are always eager to optimize for SEO purposes. Google account these two pages as duplicate content?

    Hi Robert,.

    I have the case open with you on the support portal. I think that you have difficulty answering here. I found a good document on how it works. It is not a high level overview, but it gives a good general idea of what's going on. In addition, it is not a document of Eloqua, it's from an external site:

    How to Point multiple domain names at a Web site: and how avoid search engine problems when doing so (thesitewizard.com)

    Here's one I found which is a bit more technical:

    Several domain names at a single Site

    I know these aren't Eloqua, but they give the same general idea of how you have several fields in Eloqua pointing to a site.

    Let me know if you have any other questions.

    Thank you

  • Generate URLS for form

    How can I generate a url for a form in Eloqua 10?

    or I have to put the form on a landing page, first?

    I need the URL of the form to place in an iframe so don't want to create a whole landing page as such.

    I'm new to 10 Eloqua so apologies for the basic question, but I couldn't find the answer elsewhere on topliners.

    Hi Martin!

    Welcome to Eloqua and Topliners.

    Unfortunately, you will need to create a landing page where you place the form and then put the URL of the page in an iFrame. It of really easy and simple to do and takes only minutes. Make sure that the dimensions of the page corresponding to the dimensions of the iFrame. Coders may be another way, but it propably takes more time.

    The form will have a url that you have defined in the parameters form, but as far as I know it can be used as a stand-alone www url.

  • Creating ID PURL for individual E10 microsite

    Hi all

    We recently spent to E10 (just 2 days back) and started to work on the projects. As usual after working on E9 4 years so many questions coming... How can we do this in E10?

    My 1st question - How do we create PURL id for each microsite?

    I know that in the E10 ENV are automatically created for all contacts. But we have few forms of lead where it's hosted on a microsite and based inside the form will recognize what type of broker is the user (internal, external, agency, etc.) and open the respective forms.

    So I wanted to create an id of mesh for a new user under the respective hypersite. Anyone can guide me please how to do this.

    Thank you

    Marlene

    It works fine now. Has not changed what it is rather used the id on 'name of PURL"next to the URL of the form and it works fine

  • Being new to such things, I designed a web site to read on a computer. If I make a Tablet and a mobile design I need different URLS for them on the same site or the devices will be able to open those instead of the computer?

    Being new to such things, I designed a web site to read on a computer. If I make a Tablet and a mobile design I need different URLS for them on the same site or the devices will be able to open those instead of the computer?

    Muse deals, each device uses the correct layout. You n ' to do anything, except to create the respective pages.

  • How can I generate a url for a PDF link?

    I'm trying to generate a url for a PDF link. Any suggestions?

    You can download your PDF on cloud.acrobat.com, then use the service of the runway show & to create an anonymous link to it.

    See: Document Cloud help | Manage files

Maybe you are looking for

  • Somehow, I disabled my photo to iCloud and need to cancel it.

    I have to cancel my deletion of my library to iCloud. I looked in my system preferences and the preferences of iCloud and cannot find a way to undo the deletion. Could someone please help, thanks!

  • Have problems with the Audio after upgrade to Windows 10

    I got a free upgrade for Windows 10 option on my laptop Acer Aspire SW5-011. Everything seemed to work fine, except that I don't bother checking the audio before deleting the files Windows 8... Even if the computer thinks that the Audio drivers work

  • Error 0xc19a007

    I have a Photosmart C8180 All-in-One printer and my OS is Windows 7 64 bit. I get the ink system, cannot print failure error message. I tried to unplug the power cord from the printer and wait 60 seconds before it reconnected. I can still print it. I

  • My his sudden whent blurred or distorted? __

    My sound on my computer has suddenly just went blurry or distorted. I checked the Action Center and there of nothing there on the sound card and looked in Device Manager / his and everything he says its working properly. I plugged my headphones and i

  • BlackBerry app calendar Z10 freezes on the evolution of the time

    Hello I have a problem with a new appointment and the change of his time. App is the gel on the drop-down list button weather changes.