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.

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.

  • 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.

  • 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

  • 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

  • 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

  • URL of default product in case of multiple catalogs

    I have a strange situation with a configuration of ecommerce.

    Customer has a product in the two catalogues. One for the general public and the other for wholesalers (behind a secure area).

    The URL of the product are so something like:

    in line-shop/sub-sub-catalog/product-name

    and

    wholesalers/sub-sub-catalog /-name of the product

    Now, on the public site, they have a product that has the above designated product as a Up-Sell/Cross sell related products.

    The problem is that BC renders the URL of wholesalers for this product when it is listed as a related product, so public users get a page access denied when you click on this product.

    I first thought that affecting the canonical URL to the URL of the public catalogue will arrange but it had no effect.

    BC seems to use the latest catalogue (in alphabetical order) which is attributed to the product as the default URL.

    So the only way I can see to resolve this is to rename catalogs to change the alpha order - but is obviously not if possible.

    (but then the wholesale customers will have something similar, though not as bad)

    I don't think that we can access the different product URLS via module_data / liquid and adjust the product URL programmatically assimilated? or can we?

    Can't think of a way to solve this problem?

    I have the same problem. Upsell-Cross sell products jumping around to one of multiple catalogs not the value default language (or the top of the list).

    Links get generated by the present: the displayed catalog would be chosen on the ID account less.

    ID # are generated in the system.

    You can use the URL redirects.

  • JCA / JDBC configured for non - XA trying XA Transaction Commit

    I'm trying to create a simple composite SOA BPEL in SOA 11.1.1.5 who use a DbAdapter to run a stored procedure in an 11 g database. The database task are executed only involves a single database and doesn't require transaction support. I carefully strengthened with the creation of the data source and JCA pointing through the DbAdapter to the JDBC DataSource if support for XA transactions is disabled, the JCA pool sets the mode of transaction "without transaction" and the JCA pool uses the value of data source to point to the poolside JDBC JNDI name rather than the value of xADataSource.

    Visually,.

    Definition of data source:
    name = jdbc/myserviceDataSource
    Driver = oracle.jdbc.xa.client.OracleXADataSource
    URL = jdbc:oracle:thin:@mydbhost.myfirm.com:1521:GENERIC
    Use the unchecked = XA data source
    set the time-out XA = unchecked
    Keep XA connection until the transaction completes checkmark =
    keep the connection once the local transaction = checked

    JCA definition:
    name = eis/DB/myserviceDataSource
    dataSourceName = jdbc/myserviceDataSource
    xADataSourceName = (empty)
    class name of platform = org.eclipse.persistence.platform.database.Oracle10Platform
    Transaction | Support for transactions: any transaction

    This configuration works on a single server sandbox and I got it in a second sandbox server. However, after you delete the JDBC and JCA pools to go through the process once more to document the procedure on the second server, I am unable to get configuration working again. The WebLogic domain seems to be to resurrect portions of an old configuration that still refers the poolside JDBC JNDI name in the xADataSourceName parameter. I unzipped the archive DbAdapter.rar to the DbAdapter and verified that the content of the fichier./META-INF/weblogic-ra.xml do not use the xADataSouceName parameter. The deployment Plan for the DbAdapter (called DbAdapterPlan.xml in $SOA_HOME/soa/connectors) also explicitly configures the JCA pool using the dataSourceName leaving blank the value xADataSourceName.

    However, the SOA service using the JCA connection generates this error:

    java.sql.SQLException: cannot call Connection.commit in the distributed transaction.

    Again, I know the theoretical answer to this question is to disable transactions in the JCA and JDBC configurations and do not use the xADataSourceName of the JCA configuration element to point to the JDBC pool. However, after the validation of these items and restart the pools or perform an update on deployment of DbAdapter, WebLogic always seems to create connections via the JDBC pool with transactions enabled.

    Any suggestions?

    Should I just completely the DbAdapter undeploy and redeploy from the SOA's binary installation directory? These are just machines laboratory right now so that is obviously not a response of good long-term for production, but can help to start over with a better procedure to do this refining.

    You must use a driver for your data source non - xa...

    Weblogic documentation...

    Configure the Options of the Transaction
    When you configure a data source JDBC using the Console of WebLogic Server Administration automatically selects the options of specific transaction according to the type of the JDBC driver:
    For XA drivers, Protocol selects automatically the Commit in two-phase system for the treatment of the overall transaction.
    For the non - XA drivers, local transactions are supported by definition and WebLogic Server offers the following options...

    http://docs.Oracle.com/CD/E23943_01/Web.1111/e13737/jdbc_datasources.htm#autoId8

    See you soon,.
    Vlad

  • Thunderbird 38.3.0: No writable calendars are configured for the invitations with the provider for Google Calendar 1.0.4

    Hello

    I searched many hours today in the internet and your forums, but it seems that this problem is not solved yet:

    No writable calendars are configured for the invitations with the provider for Google Calendar.

    My Thunderbird is 38.3.0 and the provider for Google Calendar 1.0.4.

    I put calendar.google.enableEmailInvitations; true but it did not help. I also tried [email protected]... @googlemail.com. Calendar works fine, it syncs, I see all the entries etc. But I can't accept invitations even IF she must have write access.

    What can I do? Is there a solution for this?

    Thank you!
    Daniel

    Use CalDAV here to access Google Calendar via lightning. I have no experience with the add-on of the provider.
    In any case, it is my understanding that you must assign an e-mail address to a calendar in order to be able to accept the invitations for this calendar. I see that in your screenshot.
    You can try to remove the Google calendar in lightning and re-create it. Given that all the data is on the server nothing will get lost.
    Or you may want to try CalDAV.
    https://blog.Mozilla.org/calendar/2013/09/Google-is-changing-the-location-URL-of-their-CalDAV-calendars/

  • How to create the file .bar for production mode?

    Hello

    How to create a file .bar for production mode?

    When Flash Builder, I configure my project for the mode of Production, he asks me a RIM certificate that must be registered (and then need a CSI file?). Where can I find this file?

    Thank you

    Signature of application information has not yet been published.  You can submit your application unsigned.  In addition, in FB4, in the Properties window of the project, under the Flex compiler, you can add

    -debug = false

    to compile without debugging information.

    Otherwise, .bar file creation is done in a regular compilation with BB CLI package.

  • Cisco RV220W IPSec VPN problem Local configuration for any config mode

    Dear all,

    I need help, I am currently evaluating RV220W for VPN usage but I'm stuck with the config somehow, it seems that there is a problem with the Mode-Config?

    What needs to be changed or where is my fault?

    I have installed IPSec according to the RV220W Administrator's Guide. Client's Mac with Mac Cisco IPSec VPN, I also tried NCP Secure Client.

    I have 3 other sites where the config on my Mac works fine, but the Cisco VPN router is not.

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: remote for found identifier "remote.com" configuration

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: application received for the negotiation of the new phase 1: x.x.x.x [500]<=>2.206.0.67 [53056]

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: early aggressive mode.

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received Vendor ID: RFC 3947

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received unknown Vendor ID

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received Vendor ID: draft-ietf-ipsec-nat-t-ike-02

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received Vendor ID: draft-ietf-ipsra-isakmp-xauth-06.txt

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received Vendor ID: CISCO - UNITY

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: received Vendor ID: DPD

    2013-03-07 01:55:49: [CiscoFirewall] [IKE] INFO: for 2.206.0.67 [53056], version selected NAT - T: RFC 39472013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: floating ports NAT - t with peer 2.206.0.67 [52149]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: NAT - D payload is x.x.x.x [4500]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: NAT - D payload does not match for 2.206.0.67 [52149]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: NAT detected: Peer is behind a NAT device

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: request sending Xauth for 2.206.0.67 [52149]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: ISAKMP Security Association established for x.x.x.x [4500] - 2.206.0.67 [52149] with spi: 1369a43b6dda8a7d:fd874108e09e207e

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: type of the attribute "ISAKMP_CFG_REPLY" from 2.206.0.67 [52149]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: connection for the user "Testuser".

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] INFO: type of the attribute "ISAKMP_CFG_REQUEST" from 2.206.0.67 [52149]

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] WARNING: ignored attribute 5

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] WARNING: attribute ignored 28678

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] ERROR: local configuration for 2.206.0.67 [52149] has no config mode

    2013-03-07 01:55:50: [CiscoFirewall] [IKE] WARNING: attribute ignored 28683

    2013-03-07 01:56:07: [CiscoFirewall] [IKE] INFO: purged-with proto_id = ISAKMP and spi = 1369a43b6dda8a7d:fd874108e09e207e ISAKMP Security Association.

    2013-03-07 01:56:08: [CiscoFirewall] [IKE] INFO: ISAKMP Security Association deleted for x.x.x.x [4500] - 2.206.0.67 [52149] with spi: 1369a43b6dda8a7d:fd874108e09e207e

    Hi Mike, the built-in client for MAC does not work with the RV220W. The reason is, the MAC IPSec client is the same as the Cisco VPN 5.x client.

    The reason that this is important is that the 5.x client work that on certain small business products include the SRP500 and SA500 series.

    I would recommend that you search by using a client VPN as Greenbow or IPSecuritas.

    -Tom
    Please mark replied messages useful

  • Devices configured for authentication under ACS

    Hi friends,

    Would like to know how many devices can be configured for authentication under ACS version 5.6.0.22 (Cisco Secure Network Server 3415).

    I'm not able to find the same everywhere.

    Concerning

    JN

    Hello

    It depends on the license that you install on the ACS 5.6.

    All deployments of 5.6 ACS supports customers AAA 100 000, 10,000 network, 300,000 users and 150 000 host device groups. 5.6 ACS collector server log can handle 2 million records per day and 750 messages per second for stress sent by the various nodes of ACS in the deployment on the server of log collector.

    Please visit this link:

    http://www.Cisco.com/c/en/us/TD/docs/net_mgmt/cisco_secure_access_contro...

    With the Base license, a Cisco Secure ACS 5.6 appliance or virtual machine software can support the deployment of up to 500 devices of access network (DNA) such as routers and switches. These are not authentication, authorization and accounting clients (AAA). The number of network devices is based on the number of unique IP addresses that are configured. The limit of 500-device is not a limit for each individual device or the instance, but a limit of scale that applies to a set of instances of Cisco Secure ACS (primary and secondary instances) that are configured for replication.

    The optional add-on of large deployment license allows deployment to support over 500 network devices. Only one major deployment license is required by the deployment because it is shared by all instances.

    Please visit this link:

    http://www.Cisco.com/c/en/us/products/collateral/security/secure-access-...

    Kind regards

    Aditya

    Please evaluate the useful messages.

  • 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/

  • 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

  • DataGuard configuration in production

    Hi friends,

    I have to configure my production environment (primary) to a database of pending. I have a question for this I need to make some changes in the file(spfile/pfile) parameter any time will I have to bounce my primary database or it need the downtime?

    Thank you and best regards,

    Arya

    Hello

    To configure dataguard, must actually DB bounce we configure dataguard in my company without rebound. All the required parameters can be defined using the alter system command to set the primary database memory, even if you use on startup pfile. When using pfile don't forget to edit to carry all the settings that have been defined on the primary database to configure dataguard so that when the DB is rebound later or to scheduled maintenance window, the settings will be retained and it posed problems for the installation of dataguard.

Maybe you are looking for

  • Install mac OS Sierra

    Hello I downloaded the Sierra of Mac OS, but I can't install it. My MacBook Air meets the requirements and have enough space on the disk. However, when I go to iTunes, I see that I have already downloaded the software but I don't see a button to clic

  • The new format of community is ridiculous

    Once again... Apple takes something that works very well... And "improvements" such that it is now unusable. Now, I can't find ANYTHING on these community boards I continue to by selecting "iphone" community... However, he refuses to show me the Coun

  • Satellite M70-131: A .cda file is shown on CD or DVD

    Hello I have Satellite M70-131 - my DVD drive is not working file, when I insert a CD or DVD is to show the CD Audio CD!When I opened the CD I will find a file with this extension .cda! Whats happening guys? :(

  • Domain policy by default in all of reception through Site to SIte VPN WAN

    We have a field of forrest with subdomains under it.  We have three subdomains.  All are different places and each site connects to the other with a VPN over WAN.  We have a WSUS server that is on the field T.  We have customers on all three areas, f

  • U2713HM, DVI-D/DP 2560 x 1440 60 Hz VGA 2048 x 1152 60 Hz, HDMI 1920 x 1080 60 Hz, 2560 x 1440 30 Hz

    Hello. I'be just got my new U2713HM monitor. I have it plugged into my EVGA using the DVI cable and select a resolution of 1920 x 1080 and everything works fine. However, if I try to set a higher resolution the monitor becomes blurred, with white dot