ADF MOBILE Browser application throwing Error HTTP 502 Bad Gateway

Downloaded "mobile banking Sample" from ADF Mobile Homepage, imported into JDeveloper 11gR2. Started MDS-CS, started built-in Weblogic application server. The deployed application Welcome.jspx displays correctly in a stand alone browser. However, surprisingly the same URL when typed within Blackberry Simulator browser HTTP Error 502: Bad gateway is thrown. I know its not a proxy issue since I can navigate to google and MDSCS admin page. Please advise where we are going wrong?
Note. since this is urgent I wanted to put across as much information as possible - so created a document with screen shots and added it as attechment to Oracle Support issue#3-4905845711.

web browser returns 502 Bad Gateway errorHuh? I would expect a "page is taking too long to respond" error.
Seems to me like you need support for background jobs. It would work something like this:
- do request to server, either direct submit or Ajax call
- that request, after validating of course, will start a background job. In a thread, through a job scheduler, whatever, as long as it is not the servlet that is actually executing the job. The servlet immediately returns after starting the background job.
- webapp can show running jobs and through Ajax infrequently polls to see if running jobs are either done or they blew up with an error
- you can see the results after a job has finished running
This kind of "detached" system has many problems that need to be taken care of, for example taking care of resubmission. If you maintain persistent bookkeeping about jobs, a server shutdown can make the bookkeeping and the running state go out of sync. But programming is hard, this is the fun side of the job. Doing stuff you actually have to think about!

Similar Messages

  • How to Access Web service with ADF Mobile Browser Application

    hi all,
    My Jdeveloper version is 11g 2 release(Version 11.1.2.2.0). I need to know If I create a web application and put it on a server as a web service., Then I create a Mobile browser application and need to access that web service.
    If it is possible, how should I do? version are same in both application.
    hopping any clue..
    Thxs.

    You can go thru the below links :
    ADF Mobile HowTos: Consuming SOAP web service in ADF Mobile using WS DC
    Oracle JDeveloper 11g Release 2 Tutorials - Building Mobile Applications with Oracle ADF Mobile

  • How to test my ADF mobile browser application on Android emulator?

    Hi
    I have created a Mobile Browser Application. Could anyone please tell me how to test it on Android emulator?
    I read the information about downloading and configuring simulators(Blackberry) and emulators(Microsoft Windows) for ADF Mobile browser in "Running Mobile Device Simulators with ADF Mobile and JDeveloper". However they didn't mention details about downloading and configuring "*Android Emulators*". Could anyone please help me in this.
    Regards
    Raja

    Hi,
    thought you want to test a mobile BROWSER application on android emulator you have to use android JDK like mentioned by codigoadf.
    I guess also that the configuration (create virtual android device, ...) will be the same.
    You have to use the same URL for your application than on your PC but replace 127.0.0.1 by 10.0.2.2 (In case your WLS runs on the same machine as the android emulator)
    regards
    Peter

  • HTTP 502 BAD GATEWAY ERROR / UNIDENTIFIED ERROR WHEN TRYING TO MAKE A DATABASE CONNECTION

    I have the above error on my windows 7 cs6 dreamweaver. When i click test or ok i either have one of the above error messages appear. I have tried this with 2 different databases now that are hosted with completely different hosts and i have the same issue.
    I have disabled AVG and i do not operate via a proxy to my knowledge. I am in the UK and use Virgin Media internet if this makes a difference.
    Any suggestions?
    I did contact techinical support but they expected me to purchase an additional package for £150 odd for them to help.

    The 502 Bad Gateway HTTP status code means that one server received an invalid response from another server that it was accessing while attempting to load the web page or fill another request by the browser.
    In other words, the 502 error is an issue between two different servers on the Internet that aren't communicating properly.
    Have a look here for a possible solution http://pcsupport.about.com/od/findbyerrormessage/a/502error.htm

  • Deploying ADF Mobile Browser Sample App in JDeveloper 11.1.2.3

    Hi,
    I had problem in deploying the sample app for ADF Mobile Browser in JDeveloper 11.1.2.3.
    I had tried every solution such as replacing web.xml for the Sample App with web.xml created in JDeveloper 11.1.2.3.
    I could not find the Jar file for the oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler in the web also.
    Please help to solve this problem as I had tried for many days.
    Thank you very much! =)
    ADF Mobile Browser Sample App URL:
    [ADF Mobile Browser Sample App|http://www.oracle.com/technetwork/developer-tools/adf/adf-mobile-browser-1864237.html]
    Error Log:_
    *<ConfigureListener> <contextInitialized> Critical error during deployment:*
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at com.sun.faces.util.Util.loadClass(Util.java:303)
         at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:311)
         at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:420)
         at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:371)
         at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:314)
         at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:263)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:340)
         ... 38 more
    <Dec 10, 2012 12:20:15 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler.
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:293)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    <FactoryFinder$FactoryManager> <getFactory> Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory. Attempting to find backup.
    <ConfigureListener> <contextDestroyed> Unexpected exception when attempting to tear down the Mojarra runtime
    java.lang.IllegalStateException: Could not find backup for factory javax.faces.application.ApplicationFactory.
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:996)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:331)
         at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:131)
         at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:329)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
         at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3224)
         at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:247)
         at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:461)
         at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1535)
         at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:507)
         at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:387)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
         at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:141)
         at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
         at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:261)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:547)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:192)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:184)
         at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:642)
         at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:63)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Dec 10, 2012 12:20:15 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1355122207762' for task '3'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    Edited by: 975879 on Dec 9, 2012 10:56 PM

    Hi Frank,
    Thanks for the fast response.
    Based on your advice, I had try to comment out all usage of graph in jsp, web.xml, and data binding file.
    But even after perform these, I still facing the same problem.
    For your information, RichSeriesSetHandler does not exist in the oracle.adfinternal.view.faces.bi.facelets.
    I suspecting RichSeriesSetHandler is configured in the app and it occur this error as it could not find the class.
    I had try to search this usage of this class in the app but there is no results found.

  • Webcenter Portal Support for ADF Mobile Browser

    Hi All,
    I am currently working on an ADF Mobile Browser Application for WebCenter Portal.
    The main issue I face is that WebCenter has some really powerful taskflows and connectors. Is it possible for us to make use of these taskflows in ADF mobile browser? It seems that when used within the trinidad framework, the taskflows are broken.
    I understand from documentation that "Except for page fragments, pop-up in dialogs, and region support, you can use the ADF task flow to develop ADF Mobile browser applications. ADF Mobile browser application that use the ADF task flow only support the trinidad-simple skin family"
    Does this mean that taskflows that use the page fragments, pop up dialogs dont work or that you cant use them within jsff and pop ups?
    Sincerely appreciate any help! thanks

    Hi,
    You can reuse taskflows but you need to modify jsff pages with trinidad components.
    Thanks,
    Minal

  • ADF Mobile Browser - 12c invokeAction supported?

    We are planning to upgrade our existing platform to Oracle 12C (from 11.1.2.3) , and are in the processing of migrating our applications in the Development environment.
    One of the critical applications is an ADF Mobile Browser application. We use the invokeAction  executable heavily in our pages to execute actions on page load.
    Now although the application run fine in the 12C environment, we get a warning that invokeAction is deprecated.
    Question: whats the alternative to invokeAction in ADF Mobile Browser applications where we do not have taskflows?
    Thank you...

    Thanks Frank. When we first tried building our existing ADF application as a mobile browser app, the task flows did not work and we incorrectly assumed that task flows were not supported in ADF Mobile browser.
    I read the documentation again, and it seems only certain aspects of task flows like regions and page fragments that are not supported.
    We will re-write the logic to use task flows instead and try it out.

  • 502 Bad Gateway Mal-formed Reply problem

    I need some help! A few users are reporting the following when accessing certain URLS via IE7 pointed to NBM 3.9SP1 server running NW65 SP7:
    HTTP ERROR
    Status: 502 Bad Gateway
    Description: Mal-formed reply from origin server.
    The problem can be seen when clicking on the "continue shopping" or "check out" link in KODAK Gallery
    The problem does not occur with Firefox or when pointed to another non-NBM proxy.
    The proxy.cfg being used is listed below. We were using one of Craig Johnson's proxy.cfg files but ran into some odd problems... Novell support provided the proxy.cfg below which seemed to solve those other problems.
    proxy.cfg:
    [MiniWeb Server]
    Port-Number=1959
    Root-Directory=SYS:\ETC\PROXY\DATA
    [MiniWeb Server: Mime Types]
    Content-Type: text/html=htm,html
    Content-Type: text/plain=txt,text,cla,class
    Content-Type: image/gif=gif
    Content-Type: image/jpeg=jpg,jpeg,jpe,jfif,pjpeg,pjp
    Content-Type: image/tiff=tiff,tif
    Content-Type: image/x-xbitmap=xbm
    Content-Type: video/x-msvideo=avi
    Content-Type: video/quicktime=qt,mov,moov
    Content-Type: video/x-mpeg2=mpv2,mp2v
    Content-Type: video/mpeg=mpeg,mpg,mpe,mpv,vbs,mpegv
    Content-Type: audio/x-pn-realaudio=ra,ram
    Content-Type: audio/x-mpeg=mpega,mp2,mpa,abs
    Content-Type: audio/x-wav=wav
    Content-Type: audio/x-aiff=aif,aiff,aifc
    Content-Type: application/x-ns-proxy-autoconfig=pac
    Content-Type: text/javascript
    Content-Type: application/x-javascript
    [Extra Configuration]
    AckWithNoDataOnSYN=1
    AllowGTCPProxyToUsePort25=1
    AllowSecond220Respond=1
    CodeRedWorkAround=1
    DiscardAcceptRanges=1
    DonotCache4ContEncoding=1
    DoNotCacheWhenCookieFound=1
    DoNotCreateFullyQualifiedHostNames=0
    DoNotResolveNamesBeforeGoingThruHierarchy=1
    DoNotSaveMemoryCacheDuringUnload=1
    DoNotSendExtraCRLF=1
    DonotSendIPToACL=1
    EnableActiveFTP=1
    EnableICSPassThruFix=1
    EnableIncomplete302ResponseFix=1
    EnableNoCachePassThru=1
    HTTPSAuthenticationSwitch=0
    IcpBypassOrigin=1
    IgnoreContentLengthCheck=1
    IgnoreDuplicateChill=1
    Line_Terminator=CR
    new302Redirect=1
    NoDummySlashUpstream=1
    noRetryIfPragmaNoCacheHeaderPresent=1
    OC_IgnoreContentLengthFlag=1
    #PassContentLength=0
    ResBadAddressLoopBreak=1
    ResolveProxyIPAddress=0
    RestartTimeoutAfterEverySend=1
    SCacheDestroyYieldInterval=200
    ScanVirusPatterns=1
    SendHTTP11Request=1
    SkipHttpReplyHeaderCaseChange=1
    TransparentProxySupportsVirtualServers=1
    TreatLeftArrowAsHeaderBodySeparator=0
    TurnOffPersistantPassThru=1
    UseSimplifiedErrorPage=1
    #bm39sp1 added options:
    #enableCacheInVersionDowngrade=1
    #EnableAcceptEncoding=1
    #GraceLoginNotification=1
    #GraceLoginText=Enter a customization grace login text here
    #PwdChangeURL=Enter the URL for changing the password
    #skipAuthForViaHeader=1
    #fixSecondTimeScheduling=1
    [TransparentHTTPS]
    HTTPSPort1=443
    [BM Cookie]
    BM_Forward_Cookie=0
    [Object Cache]
    cut thru no CLH length=0
    disk management factor=4000
    [Log Format]
    Delimiter-Character=space
    [HTTP Streaming]
    ResetOriginServerConnAfterClientReset=1
    [Tunneling]
    EnableTunnelingControl=1
    EnableTunnelingControlLog=0
    [HttpTunnelingAllowed]
    ; the example entries below allow ports 443, 444 (often specified
    ; for SSL Proxy Authenticaiton, 8009 (for NRM), 2200 (Apache Web Manager
    ; and 52443 (for iFolder) to be tunneled. Port 443 is enabled by default.
    ;port<x>=<port #>
    port1=8009
    port2=52443
    port3=2200
    ; use 444 for ssl proxy authentication
    port4=444
    ; allow 1494 thru for Citrix apps in browsers
    port5=1494
    ;;added by jwf
    port6=21459
    port7=21457
    port8=21450
    ;added per wo for lily rice access to UA
    port9=8443
    [Virus Pattern Configuration]
    MaxNoOfVirusPatterns=28
    NoOfVirusPatterns=28
    PatternSize=16
    EnableAutoPatternUpdate=1
    PatternStartOffset=1
    VirusPattern0=scripts/..%252f.
    VirusPatternoffset10=0
    VirusPatternvalue10=0
    VirusPatternoffset20=0
    VirusPatternvalue20=0
    VirusPatternorigLength0=57
    VirusPattern1=scripts/..%c1%1c
    VirusPatternoffset11=0
    VirusPatternvalue11=0
    VirusPatternoffset21=0
    VirusPatternvalue21=0
    VirusPatternorigLength1=58
    VirusPattern2=scripts/..%c0%2f
    VirusPatternoffset12=0
    VirusPatternvalue12=0
    VirusPatternoffset22=0
    VirusPatternvalue22=0
    VirusPatternorigLength2=58
    VirusPattern3=scripts/..%c0%af
    VirusPatternoffset13=0
    VirusPatternvalue13=0
    VirusPatternoffset23=0
    VirusPatternvalue23=0
    VirusPatternorigLength3=58
    VirusPattern4=scripts/..%%35c.
    VirusPatternoffset14=0
    VirusPatternvalue14=0
    VirusPatternoffset24=0
    VirusPatternvalue24=0
    VirusPatternorigLength4=57
    VirusPattern5=scripts/root.exe
    VirusPatternoffset15=0
    VirusPatternvalue15=0
    VirusPatternoffset25=0
    VirusPatternvalue25=0
    VirusPatternorigLength5=33
    VirusPattern6=MSADC/root.exe?/
    VirusPatternoffset16=0
    VirusPatternvalue16=0
    VirusPatternoffset26=0
    VirusPatternvalue26=0
    VirusPatternorigLength6=31
    VirusPattern7=d/winnt/system32
    VirusPatternoffset17=0
    VirusPatternvalue17=0
    VirusPatternoffset27=0
    VirusPatternvalue27=0
    VirusPatternorigLength7=41
    VirusPattern8=c/winnt/system32
    VirusPatternoffset18=0
    VirusPatternvalue18=0
    VirusPatternoffset28=0
    VirusPatternvalue28=0
    VirusPatternorigLength8=41
    VirusPattern9=_mem_bin/..%255c
    VirusPatternoffset19=0
    VirusPatternvalue19=0
    VirusPatternoffset29=0
    VirusPatternvalue29=0
    VirusPatternorigLength9=78
    VirusPattern10=_vti_bin/..%255c
    VirusPatternoffset110=0
    VirusPatternvalue110=0
    VirusPatternoffset210=0
    VirusPatternvalue210=0
    VirusPatternorigLength10=78
    VirusPattern11=msadc/..%255c../
    VirusPatternoffset111=0
    VirusPatternvalue111=0
    VirusPatternoffset211=0
    VirusPatternvalue211=0
    VirusPatternorigLength11=106
    VirusPattern12=scripts/..%%35%6
    VirusPatternoffset112=0
    VirusPatternvalue112=0
    VirusPatternoffset212=0
    VirusPatternvalue212=0
    VirusPatternorigLength12=59
    VirusPattern13=scripts/..%25%35%
    VirusPatternoffset113=0
    VirusPatternvalue113=0
    VirusPatternoffset213=0
    VirusPatternvalue213=0
    VirusPatternorigLength13=61
    VirusPattern14=scripts/..%255c..
    VirusPatternoffset114=0
    VirusPatternvalue114=0
    VirusPatternoffset214=0
    VirusPatternvalue214=0
    VirusPatternorigLength14=57
    VirusPattern15=scripts/..%c1%9c.
    VirusPatternoffset115=0
    VirusPatternvalue115=0
    VirusPatternoffset215=0
    VirusPatternvalue215=0
    VirusPatternorigLength15=58
    VirusPattern16=scripts/root.exe
    VirusPatternoffset116=0
    VirusPatternvalue116=0
    VirusPatternoffset216=0
    VirusPatternvalue216=0
    VirusPatternorigLength16=81
    VirusPattern17=scripts/httpodbc
    VirusPatternoffset117=0
    VirusPatternvalue117=0
    VirusPatternoffset217=0
    VirusPatternvalue217=0
    VirusPatternorigLength17=30
    VirusPattern18=MSADC/root.exe?/
    VirusPatternoffset118=0
    VirusPatternvalue118=0
    VirusPatternoffset218=0
    VirusPatternvalue218=0
    VirusPatternorigLength18=79
    VirusPattern19=MSADC/httpodbc.d
    VirusPatternoffset119=0
    VirusPatternvalue119=0
    VirusPatternoffset219=0
    VirusPatternvalue219=0
    VirusPatternorigLength19=28
    VirusPattern20="c/httpodbc.dll H"
    VirusPatternoffset120=0
    VirusPatternvalue120=0
    VirusPatternoffset220=0
    VirusPatternvalue220=0
    VirusPatternorigLength20=24
    VirusPattern21=d/winnt/system32
    VirusPatternoffset121=0
    VirusPatternvalue121=0
    VirusPatternoffset221=0
    VirusPatternvalue221=0
    VirusPatternorigLength21=92
    VirusPattern22="d/httpodbc.dll H"
    VirusPatternoffset122=0
    VirusPatternvalue122=0
    VirusPatternoffset222=0
    VirusPatternvalue222=0
    VirusPatternorigLength22=24
    VirusPattern23=scripts/..%255c.
    VirusPatternoffset123=0
    VirusPatternvalue123=0
    VirusPatternoffset223=0
    VirusPatternvalue223=0
    VirusPatternorigLength23=108
    VirusPattern24=scripts/.%255c..
    VirusPatternoffset124=0
    VirusPatternvalue124=0
    VirusPatternoffset224=0
    VirusPatternvalue224=0
    VirusPatternorigLength24=39
    VirusPattern25=scripts/..%252f.
    VirusPatternoffset125=0
    VirusPatternvalue125=0
    VirusPatternoffset225=0
    VirusPatternvalue225=0
    VirusPatternorigLength25=116
    VirusPattern26=scripts/..%252f.
    VirusPatternoffset126=0
    VirusPatternvalue126=0
    VirusPatternoffset226=0
    VirusPatternvalue226=0
    VirusPatternorigLength26=39
    VirusPattern27=default.ida?XXXX
    VirusPatternoffset127=0
    VirusPatternvalue127=0
    VirusPatternoffset227=0
    VirusPatternvalue227=0
    VirusPatternorigLength27=385

    jfish1,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Error when starting ADF Mobile Browser Sample Application

    I had successfully deployed the Sample App downloaded from the Oracle ADF Mobile Browser Website in JDeveloper 11.1.2.2.
    This sample app is deployed successfully in IntegratedWebLogicServer as EAR.
    But when I trying to access the app in browser, it omit the following error:
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at oracle.adfinternal.controller.util.AdfvInterfaceImpl.updateQueryParameters(AdfvInterfaceImpl.java:211)
         at oracle.adfinternal.controller.state.RequestState.updateUrlStateToken(RequestState.java:677)
         at oracle.adfinternal.controller.state.RequestState.setCurrentStateInstance(RequestState.java:188)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:215)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:877)
         at oracle.adfinternal.controller.state.ControllerState.initializeRootViewPort(ControllerState.java:646)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:302)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:219)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:119)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:63)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
         at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
         at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:111)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hi Sashank, Thank for your reply and advice.
    This is a mobile ADF browser which it is deployed in EAR in Weblogic.
    ADF Mobile browser is different with ADF Mobile as one is access through mobile browser and one is access as mobile app.
    Please correct me if I'm wrong in this.
    Thanks

  • JBO-27122 error in ADF mobile client application for blackberry

    Hi,
    I am trying to develop a simple ADF mobile client application for blackberry. Currently, working only with Blackberry 9700 simulator. I am using the following for development:
    - Jdev 11.1.1.3
    - Oracle database lite 10.3.3
    I have done all the steps as given in the oracle demo. But when I try to run the application in blackberry simulator, the page shows the following error:
    ERROR: failed to change page
    oracle.jbo.server.DBTransactionImpl.createPreparedStatement: JBO-27122: SQL error during statement preparation. Statement: select po_header_id from po_headers_all where po_header_id=1
    [oracle.jbo.server.DBTransactionImpl.createPreparedStatement] Encountered exception executing query on ViewObject: header1
    [oracle.jbo.server.DBTransactionImpl.createPreparedStatement] Error retrieving BindingContainer : 'mobile_twoPageDef'
    oracle.adfnmc.java.sql.SQLException:
    oracle.adfnmc.java.sql.SQLException:net.rim.device.api.database.DatabaseException: select po_header_id from po_headers_all where po_header_id=1 : SQL logic error or missing database
    Unable to create/prepare native statement with SQL select po_header_id from po_headers_all from po_header_id=1
    Unable to create PreparedStatement with SQL select po_header_id from po_headers_all from po_header_id=1
    Please suggest what could have been wrong while developing or deploying the application.
    P.S. : The view object (header) shows data successfully when run in the application module. Also, a .db file gets created in the SD card folder. The synchronisation is a success when mSync.exe file is run in the <Oracle_Home>/Mobile/Server/Sdk/bin.

    Sorry my content got repeated.
    you can go through this thread FOD mobile db sync with base adf server db not working
    there is link that you can follow for synchronization (check second last message)
    Edited by: Nikhil Gokhale on Apr 17, 2011 3:55 AM

  • Using database views in ADF mobile client application

    Hi,
    I am using Jdeveloper 11.1.1.4 and WLS 10.3.4.
    I have developed a POC in ADF mobile client application both with and without synchronization. However, both work with entity objects based on tables.
    I need to use database views instead of tables. When I try to include entity object (based on views) in the view object, it shows an error saying "Only the entity objects based on tables can be selected"
    Please guide me if there is a work around for this.
    Also, please let me know if there is way to develop an ADF mobile client application skipping the use of entity objects at all and using view objects directly to specify the database query and fetch data from the database.
    Thanks in advance.
    Ansh
    Edited by: ansh on Mar 28, 2011 5:40 AM

    Hi, Ansh:
    Currently, out of box, ADF Mobile Client does not support synchronization against Database Views. This is because Mobile Server imposes some schema restrictions to ensure synchronization with multi-table views would work correctly. This schema restriction requires, for example, the view must have a primary parent table with key defined, and also all base table must be included in the data publication. These dependencies requires manual resolution and advanced planning, and is managed outside of the ADF Mobile Client/JDeveloper project.
    To continue development, you would need to create server Entity Objects directly against the base tables. You can then create the mobile ADF Business Component (EOs, VOs, etc). You can then create View Objects in your ADF Mobile Client application based on the database views, in order to retrieve the data you need exactly. In other words, instead of basing EO on the database view, create View Objects in the mobile applicaiton to mimic what you had in the View Object.
    Is there any other reason why you would need to access data via database views, instead of directly against base tables?
    Thanks,
    Joe Huang

  • Webcenter mobile browser application

    I am trying to develope a Webcenter mobile browser application.Is there any way to use webcenter services in that application?

    Hi.
    Please, always say which version of WebCenter Portal are you using and which technology are you using to create the Mobile App.
    You have the following alternatives for exposing WCP Services in mobile.
    Access via Mobile Browser to a responsive Portal Design (Full web). Use WebCenter Device Manager to expose certain pages using a certain template to the mobile devices. It is full WebCenter Portal solution and browser accessing.
    Create an Hybrid Application embebbing the Portal using responsive designs.
    Create a Browser Application (lightweight) consuming Portal RESTFul / WSDL Services.
    Create a Full Native application consuming Porta Services via RESTful services.
    Are you using Oracle MAF? In case of yes
    If you are building a MAF Browser App you can consume REST Service to expose Portal Services.
    if you are building a Native App you can consume REST as well.
    WebCenter Portal 11.1.1.8 may does not have a full complete REST / WSDL Services to expose all the services and then you can build your own.
    Follow this tip to build your own if it is required: https://webcentersoa.wordpress.com/2014/08/31/extending-webcenter-portal-rest-api-2/
    I hope this information helps.
    Regards.

  • HTTP Error 502: Bad Gateway

    Whenever I try to download a new ringtone or even get on t-zones for that matter, this message always comes up that says HTTP Error 502: Bad Gateway. What does this mean? How do I fix it? This is really annoying!!!!

    Hi,
    Can  anyone help me  how to  read my email from blackberry  pearl 8120 model, when try to open it shows HTTP error 502 bad gateway  and how to rectify the problems.
    ramlaks
    ramlaks

  • Risport Service: The remote server returned an error: (502) Bad Gateway

    Hi All.
    I am using the CUCM (System version: 6.1.3.2000-1) Risport function to get device information.
    When trying to connect to the service (https://<CUCM_IP>:8443/realtimeservice/services/RisPort) I receive the folowing error:
    The remote server returned an error: (502) Bad Gateway
    When entering the same URL into the browser on the same application server I get a Security Alert, user prompt and eventually the expected screen. So the service is running, but somhow I can not connect to it using the application.
    Does anyone know how to solve this?
    Thanks in advance

    It is an C#.NET Windows Service.
    I have solved "the problem". The service was running with "local system account". That user did not had the right proxy rights to connect to the CUCM service.
    So I changed the Windows Service user to the account that I use to login on that machine (with the right proxy rights) and now it is working ;-)
    I figured this out because when I logged into that machine, with my account, I could connect to the CUCM service without any problems with my browser.

  • Error occurred in deployment step 'Uninstall app for SharePoint': The remote server returned an error: (502) Bad Gateway.

    Installed SP 2013 Foundation in my Hyper-V machine
    Created and done all the steps mentioned here http://blogs.msdn.com/b/shariq/archive/2013/05/07/how-to-set-up-high-trust-apps-for-sharepoint-2013-amp-troubleshooting-tips.aspx && http://msdn.microsoft.com/en-us/library/office/fp179901%28v=office.15%29.aspx
    for self signed certificate
    copied those two certificates in my local machine(base machine) D drive
    (D:\Cert)
    Both VM and base machine are in same domain
    Installed VS 2013 in my base machine and create a Provided hosted app with the copied certificates, (For creation i followed the above mentioned URL)
    Just created and hit F5 to run in my base machine, but getting this error
    Error occurred in deployment step 'Uninstall app for SharePoint': The remote server returned an error: (502) Bad Gateway.
    Please help me to resolve this issue, trying to figure out from last 2 days
    Thanks in Advance
    Arun

    Hi Harminder,
    This happens because an app has already been deployed and you are deploying it again using the same version.
    Resolution:
    Open the AppManifest.xml file and change the version.
    Vivek Jagga - MCTS SharePoint
    SharePointExcellence

Maybe you are looking for

  • Printing order of pages in case of multiple repeating frames

    Hi, I am developing a custom invoice report with layout (everything included in main section) spread across 2 pages. The whole of first page (invoice document) is in one repeating frame and the other page (support document which is a matrix) is in an

  • Lost music after 2.0

    I still have my music in itunes but can not sync them to 1st gen iphone after 2.0 up grade. Thanks Greg

  • Unable to see all glyphs in Illustrator CC 2014

    I am using Illustrator CC 2014 on Windows 7 Ultimate. When using the pro version of a font, I am not seeing all the possible glyphs in the glyphs panel. This has happened with several fonts. I can see all the glyphs in InDesign. What am I doing wrong

  • Stinking up the iPhone: auto-start and/or auto-stop iTunes playback

    The feature to auto-start and/or auto-stop iTunes playback is a disaster. A good idea poorly implemented perhaps, or maybe not possible to implement well. PLEASE PLEASE PLEASE give us a setting to turn this off! MANY MANY ENTRIES ACROSS MANY FORUMS!

  • Profit Center Hierarchy no data load.

    hi gurus.... i have activated the specific DataSource 0PROFIT_CTR_0106_HIER in R/3 transaction RSA5. After doing this, i replicated it to BW and then assign the DataSource to 0PROFIT_CTR infosource, create an InfoPackage, we are working with non stan