getting the error for event alert

created an event for NULL schedule_ship_date alert has also changed the trigger. but when testing on a functional level, when I do schedule_ship_date null, is to show the error.

error:

package updated the trigger:

TOGETHER TO DEFINE

create or replace TRIGGER APPS. ALR_OE_ORDER_LIN_660_71211_UAR AFTER

UPDATE ON THE APPLICATIONS. OE_ORDER_LINES_ALL FOR EACH line DECLARED MAILID VARCHAR2 (255): = NULL;

REQID                                                         NUMBER;

RETVAL                                                        BOOLEAN;

ORGID VARCHAR2 (255);

MORGID                                                        NUMBER;

l_hold_count NUMBER;

l_flow_status_code VARCHAR2 (30);

l_security_profile_id fnd_profile_option_values.profile_option_value%TYPE;

l_org_id fnd_profile_option_values.profile_option_value%TYPE;

default_org_id fnd_profile_option_values.profile_option_value%TYPE;

BEGIN

SELECT NVL(mo_global.get_current_org_id, 0) IN double MORGID;

IF (MORGID = 0) THEN

fnd_profile.get ('XLA_MO_SECURITY_PROFILE_LEVEL', l_security_profile_id);

IF (l_security_profile_id IS NULL) THEN

fnd_profile.get ('ORG_ID', l_org_id);

ORGID: = l_org_id;

ON THE OTHER

fnd_profile.get ('DEFAULT_ORG_ID', default_org_id);

ORGID: = default_org_id;

END IF;

ON THE OTHER

ORGID: = TO_CHAR (MORGID);

BEGIN

SELECT COUNT (1)

IN l_hold_count

Of oe_order_holds_all Roxane

WHERE ooha.released_flag = ' don't

AND ooha.hold_release_id IS NULL

AND ooha.header_id =: old.header_id

AND ooha.line_id =: old.line_id;

EXCEPTION

WHILE OTHERS THEN

l_hold_count: = 0;

END;

BEGIN

SELECT oola.flow_status_code

IN l_flow_status_code

Of oe_order_lines_all oola

WHERE oola.line_id =: old.line_id;

EXCEPTION

WHILE OTHERS THEN

l_flow_status_code: = 'AWAITING_SHIPPING ';

END;

END IF;

IF (USER |) ORGID NOT IN ('APPS101')) OR (: old.schedule_ship_date IS NULL) OR (nvl (:old.schedule_ship_date, 'X') = nvl (:new.schedule_ship_date,'X')) OR l_hold_count > 0 OR l_flow_status_code <>"AWAITING_SHIPPING" THEN

RETURN;

END IF;

fnd_profile.get ('EMAIL_ADDRESS', MAILID);

IF MAILID IS NULL THEN

IF alr_profile.value ("DEFAULT_USER_MAIL_ACCOUNT"). = "O" THEN

fnd_profile.get ('USERNAME', MAILID);

ON THE OTHER

fnd_profile.get('SIGNONAUDIT:LOGIN_NAME',MAILID);

END IF;

IF MAILID IS NULL THEN

MAILID: = "MAILID"

END IF;

END IF;

RETVAL: = FND_REQUEST. SET_MODE (DB_TRIGGER = > TRUE);

RETVAL: = FND_REQUEST. SET_OPTIONS (DEFAULT = > 'ERROR');

IF fnd_global.resp_id = - 1 THEN

RETVAL: = fnd_request.set_options (datagroup = > "Standard");

END IF;

REQID: = FND_REQUEST. SUBMIT_REQUEST ('ALR', 'ALECTC', 'OE_ORDER_LINES_ALL', NULL, false, User, 'OE_ORDER_LINES_ALL', ROWIDTOCHAR(:New.ROWID), 'U', mailid, ORGID);

IF REQID = 0 THEN

raise_application_error (-20160, FND_MESSAGE. (GET);

END IF;

END;

Please help with possible solutions.

Hello

The next part of the code is not a good practice for the use of SQL functions:

NVL (:Old.schedule_ship_date, 'X') = nvl (:new.schedule_ship_date, 'X')

When a column is set to zero and the other has a value, that of a (date) value will be compared to 'X' (character).

You should change as follows (for example):

NVL (: old.schedule_ship_date, trunc (sysdate)) = nvl (:new.schedule_ship_date,trunc(sysdate))

Kind regards

Bashar

Tags: Oracle Applications

Similar Questions

  • Getting the error for bind variables

    Hello Experts;

    SQL > DECLARE

    2 l_eid number;

    3 l_name varchar2 (30);

    4 BEGIN

    l_eid 5: = 1000;

    6 select name from l_name tab1 where it = l_eid;

    7 l_eid: = 9999;

    8 select name from l_name tab1 where it = l_eid;

    9 l_eid: = 299999.

    10 select name from l_name tab1 where it = l_eid;

    11 * END;

    /

    PL/SQL procedure successfully completed.

    When you create variable bind I get the error message:

    SQL > variable number b1;

    SQL > exec: b1: ='select name from which no = tab1: b1';

    START: b1: ='select name from which no = tab1: b1'; END;

    * ERROR at line 1:

    ORA-06502: PL/SQL: digital or value error: character of number conversion error

    ORA-06512: at line 1

    If you want to use variable bind you:

    number variable b1

    VARCHAR2 (30) variable b2

    exec: b1: = 1000;

    Start

    Select name

    in: b2

    of tab1

    where = none: b1;

    end;

    /

    print: b2

    For example:

    SQL > variable b1 number
    SQL > b2 variable varchar2 (30)
    SQL > exec: b1: = 7839;

    PL/SQL procedure successfully completed.

    SQL > start
    2. Select ename
    3 in: b2
    4 of PEM
    5 where empno =: b1;
    6 end;
    7.

    PL/SQL procedure successfully completed.

    SQL > print: b2

    B2
    --------------------------------
    KING

    SQL >

    SY.

  • Getting the error for MSVCR71.dll missing at startup of windows

    Before you install a new HP printer, I uninstalled the old printer software. Since then, whenever I start my computer I get the following error message "the program can't start because MSVCR71.dll is missing on your computer. Try reinstalling the program to fix the problem. "I tried to find solutions online without success. Thanks for the help.

    Original title: MSVCR71dll is missing

    Hi John,.

    Thanks for the update on this issue and I apologize for the delay in response.

    1. you have a Windows 7 installation/repair DVD?

    It seems that there is a corrupt program that is running in the background and the origin of this error message to the pop-up window. I recommend that you perform the clean boot again and do not start the computer in normal mode. But try to launch all the necessary applications you need.

    Clean Boot WARNING: putting your system to the clean boot state helps determine if third-party applications or startup items are causing the problem. You must follow the steps in the article mentioned below to perform a clean boot.

    Please reply with details if the problem persists.

  • getting the error for queries

    Team dear community,

    I made two requests yesterday for which I am getting following error.

    Not found

    The item does not exist. It may have been deleted.

    Not sure why this happened.

    Here's the URL for queries

    1. https://community.oracle.com/message/12927951#12927951

    2 https://community.oracle.com/message/12928209#12928209

    rukbat wrote:

    Had you tried to post your questions about 24 hours earlier?

    You seem to be a new Member of these forums

    He was be a flood of spam that the moderators have faced this moment here.

    All new messages by new users of the forum are filtered through a queue of inspection and your posts have been neglected and buried among the flood of spam.   It is possible that positions have been purged while the spams have been served.

    Already mentioned that

  • Getting the error «for input and output sample rate does not match...» »

    I am trying to create an audio file, but when I click on the record button I get this error:

    «The sampling rate of the audio output devices and audio don't match.» Audio cannot be recorded until this problem is corrected.

    Use the appropriate operating system or control panel of audio device to adjust the sampling frequency of the output devices and audio entries to use the same settings. »

    I have the preferences set to use operating system controls and it seems to work because when I change in the Win 7 Pro CP it adjusts at the hearing.

    So I do not know which need to be addressed. I use the video card as the source and not the speakers thus mean the output must be la carte too?

    Please help, I'm confused.

    Thanks for your time!

    Got an answer to a previous question asking how to record and thought, this could be useful for others.

    rothmannnyc,

    February 18, 2013 16:33 in response to talbot

    It takes a Windows setting and a setting of the hearing.

    You will need to go into your settings from Windows recording devices - if you see a speaker in the lower right of your screen, right-click on it and choose recording devices.  Find your audio input source, select Properties, go to advanced.  You should see a drop down menu with options for the quality and frequency of sampling, mono/stereo.  In general, you'll want to 44.1 kHz for audio; 48 Hz for the video.

    At the hearing, go to Edition/Preferences/Audio Hardware and select the same frequency of sampling for output.  I went through the same question a few months ago, and it worked for me.  Good luck!

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

  • getting the error for vm move

    $csv = import-csv c:\temp\test.csv

    foreach ($line in $csv)

    {

    Move-vm vm - $($csv.vm)-destination (get-cluster-name xxxx) - confirm: $false

    }

    This same code worked on 1 vcenter but his does not work on the other. Both are powercli 5.8. Can anyone suggest?

    I think that this should be

    $csv = import-csv c:\temp\test.csv

    foreach ($line in $csv)

    {

    Move-VM vm - $($line.vm)-destination (get-cluster-name xxxx) - confirm: $false

    }

  • Whenever I caonnect my internet home, McAfee start poping of alerts, and after a few minutes (5-10 min) get the errors of generic host for Win32 process has encountered a problem and must be closed.

    Generic host win32 problem...

    HI, I have soundcards XP SP2, version 2002. Whenever I caonnect my internet home, McAfee start poping of alerts, and after a few minutes (5-10 min) get the errors of generic host for Win32 process has encountered a problem and must be closed. After all that, my internet stops working and against hepatitis a to erboot to make it work again. Help, please

    Hello

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Follow these steps:

    Step 1: Start the computer in safe mode with network and check if the problem persists.

    Step 2: If the problem does not still in safe mode, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 2: Temporarily disable the security software.

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 3: Follow the steps in the article.

    How to troubleshoot a network home in Windows XP

    Windows wireless and wired network connection problems

    For reference:

    How to reset the Protocol Internet (TCP/IP)

  • Cannot open .exe files. I get the error message by side configuration is incorrect. Event log contains contradictory elements.

    Please help me!

    I have HP Windows Vista Home Basic 32-bit. Cannot open .exe files. I get the error message by side configuration is incorrect. In the event log, it says error in manifest or policy file as a component version required by the application in conflict with one another component version already active. The two components are: c: Program Files\Viewer\Microsoft.VC80.CRT.MANIFEST.

    Problems arise when I deleted some files (don't remember which) I am now myself for kicks. Then I completely restored my system with a restore cd, upgrading to vista, downloaded all the updates and everything else works fine only problem is the opening of .exe files. Can someone please help? I'm no computer wiz only right following the indications :)

    Thank you.

    Hello

    Follow these methods and see if the problem still occurs.

    Method 1:

     

    Scan an System File Checker (SFC) on your computer and see if that fixes the problem.

    Method 2:

    Test the issue in a clean boot State.

    Note: follow step 7 to your computer as usual.

    Method 3:

    Follow the steps in this link as well.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/the-application-has-failed-to-start-because-its/c4a7c2ba-C7CD-41cb-a7ff-9fedafaf33a7?tab=MoreHelp

  • Event ID, errors, the description for event ID, 1307, 1312

    Hello

    I am getting following error messages inside my Application folder in the event viewer:

    The description for event ID (1312) in Source (ASP.NET 2.0.50727.0) could not be found. The local computer may not have the information necessary registry or message DLL files to display messages from a remote computer. You may be able to use the option/auxsource = flag to retrieve this description; See Help and Support for more details

    and also

    The description for event ID (1307) in Source (ASP.NET 2.0.50727.0) could not be found. The local computer may not have the information necessary registry or message DLL files to display messages from a remote computer. You may be able to use the option/auxsource = flag to retrieve this description; See Help and Support for more details

    Does anyone know how to remove them? Would be very happy to all general approaches, suggestions, ideas, comments etc...
    Thank you
    Colm

    Hi Selvavelan,

    As you mentioned that you use Microsoft Dynamic CRM 4.0, I recommend that you post your question in Microsoft CRM Dynamic support for assistance.

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Defender does not draw attention to the changes to the system, good event 'active' s, I don't get the error messages

    Windows Defender does not draw attention to the changes to the system, good event 'active' s, I don't get the error messages. How can I solve this problem?

    Defender alerted system changes in previous versions (Vista, etc.)

    It is no longer performs this function under Windows 7.

  • Hello, when installing Adobe Creative cloud, you get the error: program stopped working "Adobe Creative Cloud" Windows can check online for a solution to fix this error on the Internet. The next step is really for a solution online

    Hello, when installing Adobe Creative cloud, you get the error: program stopped working "Adobe Creative Cloud" Windows can check online for a solution to fix this error on the Internet. The next step really is to get an online solution and close the program, close the program. Signature of the problem:

    Problem event name: BEX

    Application name: Cloud.exe Creative

    Application version: 3.4.3.189

    The timestamp of the application: a 56702, 75

    The name of the module with the error: StackHash_0a9e

    Version of the module with the error: 0.0.0.0

    The module of time with error stamp: 00000000

    The exception of compensation: 00000000

    Exception code: c0000005

    Exception data: 00000008

    OS version: 6.1.7601.2.1.0.768.2

    Language code: 1049

    Additional information 1: 0a9e

    More information 2: 0a9e372d3b4ad19135b953a78882e789

    Additional information 3: 0a9e

    Additional information 4: 0a9e372d3b4ad19135b953a78882e789


    uninstall all cc on your computer.

    clean a http://www.adobe.com/support/contact/cscleanertool.html

    Restart your computer

    suspend your antivirus/antimalware

    Right-click on the file to install the desktop application, and then click "Run as Administrator".

  • I keep trying to run 2 updates that will not update. I get the error 646 with them. they are related to the KB976884 and KB976416. they are for Outlook and the pathfinder 2007. I'm not sure but I think they are for microsoft office 2007.

    Sorry if I'm repeating myself, but just trying to meet what is needed.  The only thing I have changed or done on my computer is run the defragmentation and tried to update each update separately but I am unable to get the updates for the update for Microsoft Office InfoPath 2007 (KB976416)

    Download size: 2.1 MB

    This update provides the latest fixes to Microsoft Office InfoPath 2007. Additionally, this update contains stability and performance improvements.

    More information:
    http://support.Microsoft.com/kb/976416

    and I am unable to get this update also: update for the junk e-mail in Microsoft Office Outlook 2007 (KB976884) filter

    Download size: 3.2 MB

    Update type: Important

    This update provides the filter of junk e-mail in Microsoft Office Outlook 2007 a more current definition of which e-mail messages should be considered junk e-mail.

    Hello

    Try this 1st to see if it helps, and it should:

    Description of the Patch registration cleanup tool
    http://support.Microsoft.com/kb/976220/

    ------------------------------------------------------

    If necessary :

    Try this - Panel - Windows Updates - on every update that will not be installed - click on the important updates
    or the update itself - double click a view more information (or click top then discovers on the right)

    Those who will take you to a page where you can download the update.

    Or go here and the KBxxxxxx number to download it.

    Download Center - mount the KBxxxxxx.

    Microsoft Download Center
    http://www.Microsoft.com/downloads/en/default.aspx

    Download - SAVE - go to where you put them - click on - RUN AS ADMIN

    Then you can right click on the update in the updates Windows and HIDE.

    If you get an error Installer install this version:

    Windows install 4.5 Redistributable
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    ----------------------------------------------------

    Then run this:

    How to reset the Windows Update components? -a Mr Fixit
    http://support.Microsoft.com/kb/971058

    Description of the system for Windows Vista, Windows Server 2008, update tool and
    for Windows 7
    http://support.Microsoft.com/kb/947821

    ------------------------------------------------------------
    Because these are all Office updates you might get more information if necessary in the Agency of those groups that
    may have experienced the same problem.

    Office newsgroups
    http://www.Microsoft.com/Office/Community/en-us/FlyoutOverview.mspx

    Microsoft.public.office.misc discussions
    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.Office.misc&cat=en_us_01cb749f-c998-4762-8099-df71793c11c7&lang=en&CR=us

    ------------------------------------------------------------

    If necessary you can incident free get reports however the above should take care of it for you.

    Windows updates - free Incident report

    Go here and click on-> Windows Update fails while searching, downloading or installation of updates
    http://support.Microsoft.com/GP/wusupport#tab3

    The security updates, you can get free support Incident report
    http://www.Microsoft.com/protect/resources/support.aspx

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • I try to install the update of security for Microsoft Office System 2007 (KB972581), but if failed and I get the error code Code 57A__

    I try to install the update of security for Microsoft Office System 2007 (KB972581), but if failed and I get the error code Code 57A

    I have install the 2007 Microsoft Office Suite Service Pack 2

    I bet that if you check the size of the file that has been downloaded it will be probably very small, indicating that it was not downloaded correctly.

    I don't think you have another computer at hand, or a friend with a USB key which may be able to download and copy it for you?  Maybe burn it to a CD or something.

    I could download it and save it to my desktop so I am confident that it is not a problem with the link itself or the file is available for download with success.

    I know this isn't a very good suggestion, but the only other option would be to challenge support and see if a technician can take control of your machine and see if they can solve the problem of internet explore.

    If you find my answer was what you're looking for, remember to click on the box "mark as answer" below!

  • I often get frequent blue screens on internet sites. Blue screen too fast for me to record specific error message. How can I put an end to the blue screen to get the error message?

    frequent blue screens often to internet sites.  Blue screen too fast for me to record specific error message.  How can I put an end to the blue screen to get the error message?

    en blue screen too fast for me to record specific error message.  How can I put an end to the blue screen to get the error message?

    If your computer is restarted when the BSOD appears, then you must change the by default for what to do in case of system error. It is easy to do, but takes a lot of mouse clicks to get there:

    Start | Control Panel | System | Advanced system settings (need for credentials for the administrator to spend here |) Advanced | Startup and recovery / settings.

    On this screen, uncheck the box under system failure that says automatically restart. The next time the BSOD appears, your computer will not do anything else until you press the reset button, so you'll have all the time you need to read and copy the error codes. Paste here, verbatim, and someone should be able to point in the right direction.

    ``````~~~~`````

    In the control panel choose reports on problems and Solutions (problem of type in the START search box), go to historical problem, right-click your error and choose check for the Solution. You can also examine the details.

    In administrative tools, choose the reliability and performance monitor and click on MonitoringTools then the reliability monitor (type reliability in research on Start). This list is a chart of the software installs, uninstalls, updated Windows and crashes by date. See if your plant has started to happen after you installed or uninstalled something.

    It may be useful to eliminate equipment defects

    Type of memory in the search box of start and choose Memory diagnosis

    In a command prompt (type command in the start search box then right click and choose Run as administrator) type

    CHKDSK c: /r

    If you have more than one drive replace C: with the other drive letters.

    Search for corrupted files by typing at the command prompt

    sfc/scannow

    You can clean boot troubleshooting http://support.microsoft.com/kb/331796

Maybe you are looking for

  • Cannot remove the ghost folder. Error message: there is no such mailbox

    When I configure Thunderbird to connect to my Alpine Webmail, I had to rearrange my folders. Cannot remove a folder titled "mail" because according to TB "there is no such mailbox" but still shows on the tab my folders. I read through the previous di

  • I want to disable firefox

    I share a macbook pro with my wife.She works with a COMPUTER technician who has implemented his system to automatically open the mail electronic and other functions that she uses every day.In some ways, we ended up on Firefox and its very confusing.W

  • terribly slow to boot from Yosemite iMac

    Hello I bought my iMac with Lion installed and slowly put each time a new version of the os x came out. It went well until what I upgraded to Yosemite. After this upgrade my system boot performance dropped to downright unacceptable. I tried forums, t

  • Touchpad no longer works when Equium L40 has been moved

    I have 2 laptops computers Equium L40 x.Both have recently begun to encounter the same problem with their keyboards. For some reason, whenever the laptops are horizontal, the keys do not work.However, once the laptop is tilted, the touchpad works ver

  • BB Storm 9530 keypad problem

    Hi guys ' My problem: menu 'hide the keyboard' does not appear when press the button (menu) blackberry. I test my application on BB Storm 9500 Simulator. The Simulator can show 'See the keyboard' and "Hide the keyboard" menu. But BB Storm 9530 does n