Web CrystalReportViewer error when trying to go to the next page or search

Recently I've updated my solution to CrystalReports for VS2010 (now I have 13.0.2000.0 version along with .NET 4.0 and C#). When I used CrystalReports 10.5.3700.0 CrystalReportViewer was situated inside an UpdatePanel and controlled with my own toolbar and everything worked fine. After an update this stuff refused to work at all (CrystalReportViewer was simply blank) and I according to advices on this board removed all UpdatePanels and ScriptManager from my page and began to use native CrystalReportViewer toolbar. Now first page of the report is rendering properly and Print and Export buttons of the native toolbar are working fine but when i'm trying to go to the next page of a report, I see only word "Error" in the report's area.
Fiddler log for this request:
POST http://127.0.0.1:56507/reportview.aspx?report=forms_graph&from_d=01.12.2007+00%3a00%3a00&to_d=22.03.2010+23%3a59%3a59&s%5b%5d=74%2c95%2c112%2c97%2c139%2c96%2c125%2c113%2c98%2c128%2c144%2c90%2c141%2c80%2c75%2c118%2c109%2c71%2c72%2c94%2c73%2c3%2c2%2c81%2c133%2c82%2c117%2c140%2c127%2c137%2c131%2c143%2c116%2c129%2c111%2c87%2c88%2c120%2c110%2c124%2c145%2c146%2c134%2c135%2c138%2c108%2c101%2c136%2c142%2c76%2c6%2c47%2c10%2c4%2c53%2c102%2c91%2c11%2c99%2c50%2c114%2c132%2c115 HTTP/1.1
Host: 127.0.0.1:56507
Connection: keep-alive
Referer: http://ipv4.fiddler:56507/reportview.aspx?report=forms_graph&from_d=01.12.2007+00%3A00%3A00&to_d=22.03.2010+23%3A59%3A59&s%5B%5D=74%2C95%2C112%2C97%2C139%2C96%2C125%2C113%2C98%2C128%2C144%2C90%2C141%2C80%2C75%2C118%2C109%2C71%2C72%2C94%2C73%2C3%2C2%2C81%2C133%2C82%2C117%2C140%2C127%2C137%2C131%2C143%2C116%2C129%2C111%2C87%2C88%2C120%2C110%2C124%2C145%2C146%2C134%2C135%2C138%2C108%2C101%2C136%2C142%2C76%2C6%2C47%2C10%2C4%2C53%2C102%2C91%2C11%2C99%2C50%2C114%2C132%2C115
__EVENTTARGET=StatReportViewer
__EVENTARGUMENT={"0":{"rptViewLabel":"u0413u043Bu0430u0432u043Du044Bu0439 u043Eu0442u0447u0435u0442", "gpTreeCurrentExpandedPaths":{}, "vCtxt":"/wEXAwUVSXNMYXN0UGFnZU51bWJlcktub3duaAUOTGFzdFBhZ2VOdW1iZXICAQUKUGFnZU51bWJlcgIB", "pageNum":1}, "common":{"width":"350px", "Height":"", "enableDrillDown":false, "drillDownTarget":"_self", "printMode":"Pdf", "displayToolbar":true, "pageToTreeRatio":6, "pdfOCP":true, "promptingType":"html", "viewerState":"...(HUGE VIEWSTATE STUFF)...", "rptAlbumOrder":["0"], "toolPanelType":"None", "toolPanelWidth":200, "toolPanelWidthUnit":"px", "iactParams":[], "paramOpts":{"numberFormat":{"groupSeperator":" ", "decimalSeperator":","}, "dateFormat":"dd.MM.yyyy", "timeFormat":"H:mm:ss", "dateTimeFormat":"dd.MM.yyyy H:mm:ss", "booleanFormat":{"true":"u0438u0441u0442u0438u043Du0430", "false":"u043Bu043Eu0436u044C"}, "maxNumParameterDefaultValues":"200", "canOpenAdvancedDialog":true}, "zoom":100, "zoomFromUI":false, "lastRefresh":"01.09.2011 15:14:03"}, "curViewId":"0"}
__VIEWSTATE=/wEPDwUKMTY3NzU4MzI2OQ9kFgICAw9kFgICEw8XAGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgIFEUxvZ2luU3RhdHVzJGN0bDAxBRFMb2dpblN0YXR1cyRjdGwwMw==
StatReportViewer_toptoolbar_search_textField=Find...
text_StatReportViewer_toptoolbar_selectPg=1 of 1+
text_StatReportViewer_toptoolbar_zoom=100%
On a reloaded page I see just a text "Error" in CrystalReportViewer area and the following stack trace in html markup:
Inner Stack Trace:
   at CrystalDecisions.Shared.Json.JsonArray..ctor(JsonTokener x)
   at CrystalDecisions.Shared.Json.JsonTokener.NextValue()
   at CrystalDecisions.Shared.Json.JsonObject..ctor(JsonTokener x)
Stack Trace:
   at CrystalDecisions.Shared.Json.JsonObject..ctor(JsonTokener x)
   at CrystalDecisions.Shared.Json.JsonTokener.NextValue()
   at CrystalDecisions.Shared.Json.JsonArray..ctor(JsonTokener x)
   at CrystalDecisions.Shared.Json.JsonArray..ctor(String string_Renamed)
   at CrystalDecisions.Web.ReportAgentBase.LoadViewState(Object viewState, Boolean bRptSourceChangedByNavigation)
   at CrystalDecisions.Web.ReportAgent.LoadViewState(Object viewState, Boolean bRptSourceChangedByNavigation)
   at CrystalDecisions.Web.CrystalReportViewerBase.LoadViewState(Object viewState)
   at CrystalDecisions.Web.CrystalReportViewer.LoadViewState(Object viewState)
I don't know what additional information about this issue will be helpful. Any kind of help will be highly appreciated.

Tried with attached allinone.js with out any luck.
It seems that the GetLayer function returns null for the Crystal reports viewer Id
below are fields values in function Widget_init()
A.id= "RptViewer_BeamRptViewer__UI"
this
    id: "RptViewer_BeamRptViewer__UI"
    layer: null
    css: null
    getHTML: function(){var B=bobj.html;var C={overflow:"hidden",position:"relative",left:this.visualStyle.left,top:this.visualStyle.top};var A=B.DIV({dir:"ltr",id:this.id,style:C,"class":"dialogzone"},this._topToolbar?this._topToolbar.getHTML():"",this._separator?this
    beginHTML: function Widget_getHTML(){return""}
    endHTML: function Widget_getHTML(){return""}
    write: function Widget_write(A){_curDoc.write(this.getHTML(A))}
    begin: function Widget_begin(){_curDoc.write(this.beginHTML())}
    end: function Widget_end(){_curDoc.write(this.endHTML())}
    init: function(){this.initOld();this._initSignals();if(this._reportAlbum){this._reportAlbum.init()}if(this._topToolbar){this._topToolbar.init()}if(this._leftPanel){this._leftPanel.init()}if(this._statusbar){this._statusbar.init()}if(this._leftPanelResizeGrabber)
    move: function Widget_move(A,C){var B=this.css;if(A!=null){if(_moz){B.left=""+A+"px"}else{B.pixelLeft=A}}if(C!=null){if(_moz){B.top=""+C+"px"}else{B.pixelTop=C}}}
    resize: function(A,B){if(bobj.isNumber(A)){A=A+"px"}if(bobj.isNumber(B)){B=B+"px"}this.visualStyle.width=A;this.visualStyle.height=B;this._doLayout()}
    setBgColor: function Widget_setBgColor(A){this.css.backgroundColor=A}
    show: function Widget_show(A){this.css.visibility=A?_show:_hide}
    getWidth: function Widget_getWidth(){return this.layer.offsetWidth}
    getHeight: function Widget_getHeight(){return this.layer.offsetHeight}
    setHTML: function Widget_setHTML(A){var B=this;if(B.layer){B.layer.innerHTML=A}else{B.initialHTML=A}}
    setDisabled: function Widget_setDisabled(A){if(this.layer){this.layer.disabled=A}}
    focus: function Widget_focus(){safeSetFocus(this.layer)}
    setDisplay: function Widget_setDisplay(A){if(this.css){this.css.display=A?"":"none"}}
    isDisplayed: function Widget_isDisplayed(){if(this.css.display=="none"){return false}else{return true}}
    appendHTML: function Widget_appendHTML(){append(_curDoc.body,this.getHTML())}
    setTooltip: function Widget_setTooltip(A){this.layer.title=A}
    initialized: function Widget_initialized(){return this.layer!=null}
    widx: 64
    isDisplayModalBG: false
    isLoadContentOnInit: false
    layoutType: "fitReport"
    visualStyle: {...}
    widgetType: "Viewer"
    _topToolbar: {...}
    _reportAlbum: {...}
    _leftPanel: {...}
    _separator: {...}
    _print: {...}
    _export: {...}
    _promptDlg: null
    _reportProcessing: {...}
    _eventListeners: []
    _statusbar: {...}
    _leftPanelResizeGrabber: {...}
    initOld: function Widget_init(){var A=this;A.layer=getLayer(A.id);A.css=A.layer.style;A.layer._widget=A.widx;if(A.initialHTML){A.setHTML(A.initialHTML)}}
    _boundaryControl: {...}
    _modalBackground: {...}
    LayoutTypes: {...}
    PromptingTypes: {...}
    onGrabberMove: function(A){if(this._leftPanel){this._leftPanel.resize(A,null);this._doLayout()}}
    keepFocus: function(){var A=bobj.crv.params.FlexParameterBridge.getSWF(this.id);if(A){A.focus()}}
    addChild: function(A){if(A.widgetType=="ReportAlbum"){this._reportAlbum=A}else{if(A.widgetType=="Toolbar"){this._topToolbar=A;this._separator=bobj.crv.newSeparator()}else{if(A.widgetType=="Statusbar"){this._statusbar=A}else{if(A.widgetType=="PrintUI"){this._print=A}
    _onWindowResize: function(){if(this._currWinSize.w!=winWidth()||this._currWinSize.h!=winHeight()){this._doLayout();this._currWinSize.w=winWidth();this._currWinSize.h=winHeight()}}
    _initSignals: function(){var B=MochiKit.Base.partial;var D=MochiKit.Signal.signal;var A=MochiKit.Signal.connect;var C=MochiKit.Iter.forEach;if(this._topToolbar){C(["zoom","drillUp","firstPage","prevPage","nextPage","lastPage","selectPage","refresh","search","export","pr
    getLeftPanel: function(){return this._leftPanel}
    _initLeftPanelSignals: function(){var B=MochiKit.Base.partial;var D=MochiKit.Signal.signal;var A=MochiKit.Signal.connect;var C=MochiKit.Iter.forEach;if(this._leftPanel){C(["grpDrilldown","grpNodeRetrieveChildren","grpNodeCollapse","grpNodeExpand","resetParamPanel","resizeToolPan
    _isMainReportViewSelected: function(){var A=this._reportAlbum.getSelectedView();return A&&A.isMainReport()}
    _doLayoutOnLoad: function(){this.css.visibility=this._oldCssVisibility;this._doLayout()}
    _doLayout: function(){var H=this._topToolbar?this._topToolbar.getHeight():0;var D=this._topToolbar?this._topToolbar.getWidth():0;var K=this._separator?this._separator.getHeight():0;var M=this._statusbar?this._statusbar.getHeight():0;var R=this._leftPanel?this._leftPa
    _onSwitchPanel: function(A){var B=bobj.crv.ToolPanelType;if(B.GroupTree==A){MochiKit.Signal.signal(this,"showGroupTree")}else{if(B.ParameterPanel==A){MochiKit.Signal.signal(this,"showParamPanel")}else{if(B.None==A){MochiKit.Signal.signal(this,"hideToolPanel")}}}this._left
    setPageNumber: function(B,A){if(this._topToolbar){this._topToolbar.setPageNumber(B,A)}}
    showPromptDialog: function(B,A){if(!this._promptDlg){var C=MochiKit.Base.bind(this._onShowPromptDialog,this);var D=MochiKit.Base.bind(this._onHidePromptDialog,this);this._promptDlg=bobj.crv.params.newParameterDialog({id:this.id+"_promptDlg",showCB:C,hideCB:D})}this._promptD
    updatePromptDialog: function(A){A=A||"";var B=function(C,D){return function(){C.updateHtmlAndDisplay(D)}};bobj.loadJSResourceAndExecCallBack(bobj.crv.config.resources.HTMLPromptingSDK,B(this._promptDlg,A));if(bobj.isParentWindowTestRunner()){setTimeout(MochiKit.Base.partial(M
    showFlexPromptDialog: function(G,M){var B=bobj.crv.params.FlexParameterBridge;var C=bobj.crv.params.ViewerFlexParameterAdapter;if(!B.checkFlashPlayer()){var E=L_bobj_crv_FlashRequired;this.showError(E.substr(0,E.indexOf("{0}")),B.getInstallHTML());return }C.setViewerLayoutType(
    sendPromptingAsyncRequest: function(A){MochiKit.Signal.signal(this,"crprompt_asyncrequest",A)}
    setDisplayModalBackground: function(A){A=this.isDisplayModalBG||A;if(this._modalBackground){this._modalBackground.show(A)}}
    _onShowPromptDialog: function(){this._adjustWindowScrollBars();this.setDisplayModalBackground(true)}
    _onHidePromptDialog: function(){this._adjustWindowScrollBars();document.onkeypress=this._originalDocumentOnKeyPress;this.setDisplayModalBackground(false)}
    isPromptDialogVisible: function(){return this._promptDlg&&this._promptDlg.isVisible&&this._promptDlg.isVisible()}
    hidePromptDialog: function(){if(this.isPromptDialogVisible()){this._promptDlg.show(false)}}
    hideFlexPromptDialog: function(){if(this._promptDlg){if(_ie){this._promptDlg.focus()}this._promptDlg.style.visibility="hidden";this._promptDlg.style.display="none";this.setDisplayModalBackground(false);if(this._promptDlg.closeCB){this._promptDlg.closeCB()}}}
    _adjustWindowScrollBars: function(){if(_ie&&this.layoutType==bobj.crv.Viewer.LayoutTypes.CLIENT&&this._promptDlg&&this._promptDlg.layer&&MochiKit.DOM.currentDocument().body){var E,B;var A=MochiKit.DOM.currentDocument().body;var D=this._promptDlg.layer;if(this.getReportPage()&&this
    showError: function(C,A){var B=bobj.crv.ErrorDialog.getInstance();B.setText(C,A);B.setTitle(L_bobj_crv_Error);B.show(true)}
    update: function(C){if(!C||C.cons!="bobj.crv.newViewer"){return }if(C.args){this.isDisplayModalBG=C.args.isDisplayModalBG}this.hidePromptDialog();for(var A in C.children){var B=C.children[A];if(B){switch(B.cons){case"bobj.crv.newReportAlbum":if(this._reportAlbum){
    getToolPanel: function(){if(this._leftPanel){return this._leftPanel.getToolPanel()}return null}
    getParameterPanel: function(){var A=this.getToolPanel();if(A){return A.getParameterPanel()}return null}
    getReportPage: function(){if(this._reportAlbum){var A=this._reportAlbum.getSelectedView();if(A){return A.reportPage}}return null}
    scrollToHighlighted: function(){if(!this._reportAlbum){return }var A=this._reportAlbum.getSelectedView();if(A){A.scrollToHighlighted(this.layoutType.toLowerCase()==bobj.crv.Viewer.LayoutTypes.FITREPORT)}}
    addViewerEventListener: function(C,B){var A=this._eventListeners[C];if(!A){this._eventListeners[C]=[B];return }A[A.length]=B}
    removeViewerEventListener: function(E,B){var A=this._eventListeners[E];if(A){for(var D=0,C=A.length;D<C;D++){if(A[D]==B){A.splice(D,1);return }}}}
    getEventListeners: function(A){return this._eventListeners[A]}

Similar Messages

  • I get an web service error when trying enable web services. I have latest update and rebooted

    i get an web service error when trying enable web services. I have latest update and rebooted

    hi there philnj,
    could you help the community narrow troubleshooting by providing a little more information? Particularly what model printer are we dealing with?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • I keep getting an unknown error when trying to connect to the store. I ran diagnostics and it says secure link to itunes store failed.

    I keep getting an unknown error when trying to connect to the store. I ran diagnostics and it says secure link to itunes store failed. I've tried all suggestions from apple and nothing will work.
    Please Help

    I received this email from Apple and this corrected the problem for me...  I only had to reset the iTunes cache
    1) Open iTunes
    2) At the top menu, click File > Preferences (iTunes > Preferences on a Mac)
    3) In the Preferences menu, click the Advanced tab
    4) In the Advanced menu, you should see a button that says "Reset Cache". Please click this button.

  • Getting Error when trying to connect to the Primavera database. PPM V7 SP3

    Hi Guys,
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailService' defined in class path resource [com/primavera/bre//com/primavera/bre/integration/intgconf.xml]: Invalid destruction signature; nested exception is org.springframework.beans.factory.support.BeanDefinitionValidationException: Couldn't find a destroy method named 'destroy' on bean with name 'mailService'
    I have looked into the intgserver.jar under P6IntegrationAPI/lib and looked the com.primavera.infr.srvcs.MailServiceImpl.java and can see that there is no destroy method whereas it is defined in the com.primavera.bre.intergration.intgconf.xml as below
    <!-- provides mail services -->
    <bean id="mailService" class="com.primavera.infr.srvcs.MailServiceImpl" init-method="init" scope="singleton" destroy-method="destroy"*+>
    <property name="adminManager"><ref bean="adminManager"/></property>
    <property name="threadPool"><ref bean="threadPool"/></property>
    <property name="settingsManager"><ref bean="settingsManager"/></property>
    </bean>
    I get the above error when trying to connect to the Primavera database. I use PPMV7 SP3 and I have installed the Integration API from EPPMV7 bundle.
    My demo's are working fine.
    Any help would be appreciated.
    Thanks,
    Kajal.

    Hi Marc,
    I am using a userid (is an admin)
    Using global login method and provided userid & password in integration settings.
    In the machine profiles, provided userid, password and domin.
    Not providing domain in weblogin.
    With all the above I am still getting error "Could not authenticate the specified user. %0" for HFM application
    And with the same settings I am not getting any error to connect to essbase cube.
    Any suggestions?
    Thanks
    Krishna

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • I get a connection timed out error when trying to connect to the itunes store, if I have pending downloads they show up and I can download, also I was able to access my account, yet I can't access other parts of the store, I am in greece on a macbook pro

    I am from the states and am in Greece on vacation.  I have a good wifi connection yet keep getting a connection timed out error when I try to access the itunes store.  It is funny because pending downloads show up in the cue, and they download no problem.  I can also open my account.  When I try to go the the movies or music section of the stor though it just times out.  I tried updating to the latest itunes software and restarting, also I checked all the proxy boxes in the network section of the settings then unchecked them all and restarted and it keeps doing the same thing.  Any help would be appreciated.
    Thanks

    Welcome to AD!
    There's been plenty of posts about Norton & the removal tool here. Unfortunately many folks seem to not even know it comes pre-installed on most PCs! Even a trial version, never used or long since expired can cause problems - and not just with iTunes.
    Anyone with a Dell, HP, Gateway EEE PC, Asus ..... what Windows PC manufacturer does NOT have this junk software pre-installed?
    Almost all of them have made deals with Symantec to pre-install it.
    Horrible, horrible software.
    Anyway, glad you finally solved your problem.

  • Errors when trying to connect CRM 7.0 to Enterprise Search

    Hi!
    I encountered 2 errors when trying to connect to a CRM 7.0 system as a backend system from Enterprise Search Cockpit.
    The first error is related to ESH_INT_GET_TREX_DESTINATION with a message of ESH_OM_OBJ_MODEL_REP 517:
    http://img39.imageshack.us/img39/9722/eserrors1.jpg
    The second error is related to "Errors during data cluster import from remote system":
    http://img97.imageshack.us/img97/7976/eserrors2.jpg
    I don't know if these two errors are related, but any help or suggestions will be greatly appreciated!!
    Thank you!
    Regards,
    Paul

    4.0 should be fine. My initial thoughts were on the script targetting a framework lesser than 3.5. Am bummed about the error cause in the line
    ClientContext clientContext =
    new ClientContext(client);
    it just creates an instance of the ClientContext class. It should have nothing to do with permissions cause it is not even trying to connect to the sharepoint site. So it looks like it can't find the assembly. Can you place the asembly
    under the Microsoft.Net\Framework folder of your machine. SSIS looks for custom assemblies in this folder on design time (Refer
    this) Worth a try hey!
    http://btsbee.wordpress.com/

  • Conflict error when trying to upload to the cloud from my Note tablet

    Three days ago I started getting an error when trying to sync new files to the cloud.  They will try over and over until I turn sync access off, in fact.  I also have Photoshop CC6 and was just added to the early access for the desktop access and that is when this problem started.  I really need to be able to save my psdx files in some way and at the moment the cloud is the only way from the touch app.  Any way to fix this?  I am on a Samsung Galaxy Note 10.1 and Android Jellybean 4.1.2.

    Make sure you're signed into Creative Cloud properly via the Settings icon in the upper right of the project selection workspace > My Account. (Looks like a cogwheel.) From some reason, that option goes kablooey from time to time.

  • Error when trying to access to the catalogue

    Hello,
    When trying to use the ebp catalogue, iu2019m getting the following error when trying to access:
    Parameter error when calling up function module BBP_CUF_GET_DATA
    Any idea what this means?
    Thanks and regards

    Hi,
    I did some investigation and found that the Company Codes section in the Organisational Structure had been unassigned from the hierarchy for some reason.
    I have now restored the organisational structure to its previous state.
    issue is resolved

  • What to do when report content span to the next page?

    Hi gurus,
    I have a report with its content extending to the next page. If
    i expand my main frame to the next page, the upper half of the
    second page is empty. Only the lower half is filled. I tried
    changing the "Verical Elasticity" from Variable to Expand. But
    gives an error "FRM-1814 Report cannot be formatted.
    Object 'vertically' can never fit within 'R_INVOLVED'". The
    report does not have any object with name 'vertically'
    and 'R_INVOLVED' is a frame within the basic main frame
    Thanks in advance. Please help.
    AJ

    Thanks for the reply
    But R_INVOLVED frame is already set with 'Expand' Vertical
    property.
    Initially R_INVOLVED also had the same problem when its property
    was set to 'Variable'. It was okay when i changed it
    to 'Expand'. But i couldn't do the same to the main Frame.
    Thanks again for the help.

  • Firefox will load the web site but will not let you see the next page but I can on Internet Explorer

    When I go to wth.org jobs on firefox the first page of jobs come up but there is still 5 more pages of jobs to see. when i click the next page firefox says the page cannot be displayed. I can go to Internet Explorer and look at all the pages. what is the problem please?

    I'm not sure that I understand what you mean.<br />
    The two images at the top are animated GIF images.<br />
    What do you mean with: ''FireFox is automatically swapping toward other " http://www.free.fr" home page'' ?
    Do you mean that Firefox goes by itself to the www.free.fr if you open the leschamoisvolants.free.fr site ?

  • Web logic error when trying to log in.

    Hi, I am a DBA, not knowledge on WEbe logic. I created and JDBC, and it is connecting to the database, but when I try to access the page I got the following message>
    com.bykoncept.nustapi.NustApiException: While trying to lookup 'NuConcert.Portal' didn't find subcontext 'NuConcert' Resolved
    Please let me know how can I fix this problem.
    Thanks.

    If you dont have APPS access on database, even you should not be allowed to make changes using Jdeveloper. Now Jdeveloper is used to create forms and business objects which would either query or update the tables. Not having access/grants would restrict you from doing anything in Jdeveloper (no query, no updates etc). This is one of the reasons, I think, due to which Jdeveloper doesn't allow to function without APPS user.

  • Getting error when trying to end date the element links

    When i am trying to end date the element link and i am getting a error message as ORA-01403: no data found if i click on the details button the following message is displayed:
    ORA-01403: no data found
    FRM-40735: ON-DELETE trigger raised unhandled exception ORA-01403.
    If i click on Ok button it bringgs another popup message that reads as follows:
    An Unexpected Error- 1403 has occured.An alert has been sent to the system administrator.
    ORA-01403: no data found
    I am really not getting why my link is not end dating.
    Could anyone advice me on how i can end date my element links.
    NB:the date track i am using is 01-DEC-2009 and no prayroll or quick pay has been processed as of this date

    Pl see if enabling an Forms Runtime Diagnostics (FRD) trace can help identify the cause
    MOS Doc 373548.1 - How To Collect And Use Forms Trace (FRD) in Oracle Applications Release 12
    MOS Doc 167635.1 - How To Perform Forms Runtime Diagnostics (FRD) Tracing in Applications 11i
    HTH
    Srini

  • A connection timeout occurred. I have been receiving this error when trying to connect to the open wifi connection at my university. My wifi works perfect when I am using it on my home network. I have tried all the suggestions in forums online no luck.

    I am getting a connection timeout occurred message on my mid-2009 macbook pro I am running mountain lion 10.8.2 but problem occured before and after update. The message only happens when i attempt to connect to the wifi at my university. It works normal at my home. This error just started last semester out the blue. I have read many forums and non have helped ive reset my pram a few times, ive deleted all my networks including my home network out of my system preferences<network and all that extra stuff. if anyone has a clue please help me because one of my classes requires me to take in class test over the internet. Thanks for reading. If anyone can help PLEASE help ive been trying to fix for last few months.

    From the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts. You may get a warning that Wi-Fi is not available, that you're too far from the base station, or that you're using the wrong password.
    Assuming that you've ruled out those possibilities, click the lock icon in the lower left corner of the preference pane and authenticate, if necessary. From the Location menu at the top of the window, select Edit Locations. A sheet will drop down. Click the plus-sign button to create a new location. Give it any name you want. In the new location, set up the Wi-Fi service with the same settings you used before. Click Apply and test.

  • Error when trying to login in the WebConsole

    Hello,
    I'm trying to login in the WebConsole when the following error appears:
    Internal Server Error 500!
    java.lang.NoClassDefFoundError: com/sap/ip/me/webconsole/proxy/authority/Me_Jsp_Smomo_Check_Authority_Input
         at com.sap.ip.me.webconsole.RemoteCall.checkPermission          (pc 9)
         at com.sap.ip.me.webconsole.Authentication.verifyPermission     (pc 10)
         at com.sap.ip.me.webconsole.ControllerServlet.execute           (pc 155)
         at com.sap.ip.me.webconsole.ControllerServlet.doGet             (pc 106)
         at com.sap.ip.me.webconsole.ControllerServlet.doPost            (pc 3)
         at javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) (HttpServlet.java:760) (pc 139)
         at javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) (HttpServlet.java:853) (pc 30)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet (RunServlet.java:149) (pc 808)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet (ServletsAndJspImpl.java:832) (pc 103)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename (RequestAnalizer.java:666) (pc 1433)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle (RequestAnalizer.java:313) (pc 776)
         at com.inqmy.services.httpserver.server.Response.handle (Response.java:173) (pc 37)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request (HttpServerFrame.java:1288) (pc 1443)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process (ApplicationSessionMessageListener.java:36) (pc 30)
         at com.inqmy.core.cluster.impl5.ParserRunner.run (ParserRunner.java:55) (pc 43)
         at com.inqmy.core.thread.impl0.ActionObject.run (ActionObject.java:46) (pc 17)
         at java.security.AccessController.doPrivileged(java.security.PrivilegedAction,java.security.AccessControlContext) (AccessController.java)
         at com.inqmy.core.thread.impl0.SingleThread.run (SingleThread.java:148) (pc 429)
    The user used to login has associated the roles SAP_ALL and  SAP_NEW as well as the Authorization Objects s_me_sync, s_rfc and s_tcode.
    Maybe is this due to the level of patches of the SAP J2EE Engine? If not, somebody knows what can be the cause of that error?
    Bests regards,
    Mireia

    Hello Mireira,
    I am assuming that you are using ME 2.1 SP03.
    please make sure that the webConsole deployment was successfull. The deployment manager almost always report a success but to be sure have a look at the deployment log located under j2ee\deploy\<Project folder>\
    If everything is right there please make sure that you have used the right versions of the webConsole libs (i.E. SAPmdi.jar, aii_proxy.jar, ...) You find these versions attached to SAP note 726188.
    Please check these possible issues.
    Regards, Tim

Maybe you are looking for