Channel.Connect.Failed (http 501) error when trying to connect to a remote php gateway

hey all
this is my first app to access remote data, and i am trying to build both clieant and server side
i am working on a flashbuilder 4.6 and php simple system.
I use the php data wizard to build my php code/services and develop locally on a wamp server, configuring the local mysql db with phpmyadmin. the wizard itself enables the zend framework needed
locally, all looks fine
i am trying out deployment to my real, linux based remote server, and for the first step I uploaded my php services to the remote server
i used this guide by Mihai Corlan and when testing my app i get an Alert with
Send failed
Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 501: url: 'http://(my domain + file structure to..)gateway.php'
so i guess even before i get to see if i changed the amf_config.ini and gateway.php itself and the services properly for deployment i am unable to connect to the gateway, correct?
http 501 is something about html headers? i dont know any html, any php, any sql just as3 and mxml
can anyone help?

I do get "Zend Amf Endpoint" - as well - the app works perfectly when testing on my desktop as iphone4 simulation and on android, just not on my 4s device.
as a side note, i can even browse to the gateway.php that I have set up via safari on the device. That makes me think that theres just some dumb http entitlement or "allow" setting for ios that I'm not finding.

Similar Messages

  • How do I correct an "undetermined error" when trying to reload Photoshop CS4 remotely on a Mac Air?

    How do I correct an "undetermined error" when trying to reload Photoshop CS4 remotely on a Mac Air?

    Hi dsalacain,
    Are you trying to run the setup from network location. If yes please copy the installation file to the desktop of the Mac and try installing again.
    Regards,
    Romit Sinha

  • Logon Failed - Invalid element error when trying to connect to SalesForce

    I had a working crystal reports database connection to salesforce until I installed a Crystal Reports update on my machine.  It is currently running v12.2.0.290 (CR Developer).
    Since the update when trying to connect, I enter my password and salesforce security token to get access to the database but now I receive an error that says:
    Logon Failed
    Details: Unexpected error
    ; nested exception is
      org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.LoginResult - metadataServerUrl
    Help is resolving this error would be appreciated.

    Hi Ron -- you have installed SP2 of Crystal Reports 2008. You will need to install the FP 2.2 as per this thread -- Crystal Reports 2008 SP2 update to the Salesforce.com connectivity
    Let us know if this solved your problem.
    Thanks,
    Pete

  • Shared Services - HTTP 403 error when trying to access from user's PC

    We recently upgraded to Shared Services 9.3.1. We can get into the User Mgt Console when remoted into the Shared Services server; however, when I try to access the URL from my PC, I get an HTTP 403 error. I have confirmed in my Internet Options/Security that I have the Shared Services server as a trusted site. From looking at the error closer, it appears that it finds the website, but the website denies my computer access. If I remote into one of our other Hyperion servers and use the Shared Services URL, it works fine. What do we need to change so that the Hyperion admins can access the Shared Services URL from their own PC w/o having to remote into the servers?
    Terri

    I never tried using the IP address until just a few minutes ago and I still got the HTTP 403 error.
    I also just tried using Mozilla and got the following error:
    The Server is not able to service this request: [Server:002621]Connection rejected, the server license allows connections from only 5 unique IP addresses.
    When we upgraded from Shared Services 9.2.0.2 to 9.3.1, we also upgraded BEA WebLogic from 8.1.4 to 9.2. We did not have this issue when using 8.1.4.
    Thanks for your help!
    Terri

  • Getting HTTP transport error: when trying to access the webservices

    Hi,
    I have created proxy in JDeveloper 10g. When trying to access the webservices, getting the following error:
    javax.xml.rpc.soap.SOAPFaultException: exception on JaxRpc invoke: HTTP transport error:
    javax.xml.soap.SOAPException: java.security.PrivilegedActionException:
    oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:578)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:400)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:113)
         at com.tenncare.payment.proxy.runtime.__soap_pipe_execute_ppt_Stub.execute(__soap_pipe_execute_ppt_Stub.java:76)
         at com.tenncare.payment.proxy.__soap_pipe_execute_pptClient.execute(__soap_pipe_execute_pptClient.java:69)
         at com.tenncare.payment.proxy.__soap_pipe_execute_pptClient.main(__soap_pipe_execute_pptClient.java:43)
    Process exited with exit code 0.
    Can anyone help me what might be the reason. If you need more information, I can post it in the next.

    Hi,
    Can you just check your end point URL, and try with appending user name and password at the end of it as parrameters like http://<end point URL>&UserName=admin&Password=admin.
    Other wise check the SOAP request which is going to server using any tool as SOAP UI.
    Regards,
    Vikram

  • Out of memory errors when trying to sync local and remote sites

    We cannot get our remote and local sites synchronized for the first time. We have a huge site and we get out or memory errors or the synch just doesn't work. Any solutions or insights?
    Our site has 9,000+ HTML files and accompanying images, pdfs, etc. When we try to synch the remote to the local for the first time, it just will not happen. Every once in a while someone gets lucky, but for the most part, we either get an "out of memory" error or the synch just doesn't work, and it doesn't tell us anything. It just stops responding. HELP!

    Hi dmooresatx,
    I am not aware of the limitations of the file sizes that are allowed for a successful sync operation. If you are using a purchased version of Dreamweaver CC, send me your Adobe ID along with your contact details (phone, email number). Click on my picture and use the message option. If you are using a team license, get these details from your administrator.
    Thanks,
    Preran

  • Up2date http forbidden error when trying to use local yum repository

    I have recently set up a local yum repository according to the directions in the document located at http://www.oracle.com/technetwork/articles/servers-storage-admin/yum-repo-setup-1659167.html
    Now, when I run up2date -u, I get the following output:
    There was a fatal error communicating with the server. The message was:
    An HTTP error occurred:
    URL: http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Status Code: 403
    Error Message: Forbidden
    Thinking this was a problem with my repository or web server setup, I used wget to download the header.info file mentioned in the error, but this works perfectly as shown from the output below:
    # wget http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    --2013-03-09 19:05:19-- http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Resolving us1lxmgt1... 159.234.2.1
    Connecting to us1lxmgt1|159.234.2.1|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1510242 (1.4M) [text/plain]
    Saving to: `header.info'
    100%[==============================================================================================================================================>] 1,510,242 --.-K/s in 0.06s
    2013-03-09 19:05:19 (23.6 MB/s) - `header.info' saved [1510242/1510242]
    Running up2date with no options yields the following:
    An error has occurred:
    exceptions.KeyError
    See /var/log/up2date for more information
    and /var/log/up2date contains:
    [Sat Mar  9 19:06:33 2013] up2date File "/usr/share/rhn/up2date_client/gui.py", line 1331, in onChannelsPagePrepare
    values.append(channel['NAME'])
    File "/usr/share/rhn/up2date_client/rhnChannel.py", line 48, in __getitem__
    return self.dict[item]
    [Sat Mar  9 19:06:40 2013] up2date availablePackageList from network
    [Sat Mar  9 19:06:40 2013] up2date
    An HTTP error occurred:
    URL: http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Status Code: 403
    Error Message: Forbidden
    Any ideas what might be going wrong?
    Thanks
    Edited by: tafairch on Mar 9, 2013 4:09 PM

    tafairch wrote:
    Actually, I have set up both. The only uncommented lines in the /etc/sysconfig/rhn/sources file are:
    yum el5_$ARCH_latest http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/$ARCH/
    yum ol5_$ARCH_latest http://us1lxmgt1/yum/OracleLinux/OL5/latest/$ARCH/
    I also have a repo file in /etc/yum.repos.d. In that file the only sections marked enabled are the following:
    [el5_latest]
    name=Oracle Linux $releasever - $basearch - latest
    baseurl=http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/$basearch/
    gpgcheck=1
    enabled=1
    [ol5_latest]
    name=Oracle Linux $releasever - $basearch - latest
    baseurl=http://us1lxmgt1/yum/OracleLinux/OL5/latest/$basearch/
    gpgcheck=1
    enabled=1
    Thanks for the helpFirst of all, having both of these setup is completely redundant. The only difference between these two channels is that the el5 channel contains rpms from before the release of OL5.6 and up to now and the ol5 channel only contains everything since OL5.6 to now.
    Second, can you post the entire sources file?
    Third, though Dude isn't completely correct about the use of up2date, you can use yum on OL5 to get updates from the server, but you'd need to just use yum and not up2date in that case. For some reason, when you configure up2date to use yum via the sources file it uses a completely different stack of yum software other than the yum client that is installed by the yum rpms. Instead, it uses the older header format provided by yum-arch. When you use yum by itself, it uses the metadata that's created from createrepo instead (think repodata).
    Fourth, you may have better luck with using the yum client overall. And actually, in the long run you would be better served to use yum since asa OL4 is phased out, we're going to discontinue yum-arch which will in turn stop the up2date clients from working in this scenario. (Note: we don't use yum-arch to generate header information for ULN.)

  • Getting HTTP 500 Error When Trying To Authenticate Against LDAP Server (Active Directory)

    Hello,
    I am currently facing an issue when I try and use LDAP authentication in my Apex application as I am getting a HTTP 500 Internal Server Error message. For my authentication scheme I have used the pre-configured option of how to connect to an LDAP server and in my development environment this seems to be working fine but now I have deployed my application to our staging environment and I am getting the error. If I switch to the Application Express Authentication scheme then I don't get the error.
    I've had a look at the log file on the server and I see I am getting this error:
    [#|2015-03-31T16:19:11.254+0100|SEVERE|glassfish3.1.2|null|_ThreadID=21;_ThreadName=Thread-2;|JDBCException [kind=UNAVAILABLE]
        at oracle.dbtools.common.jdbc.JDBCException.wrap(JDBCException.java:99)
        at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(DatabaseConfig.java:81)
        at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.java:69)
        at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:372)
        at oracle.dbtools.apex.OWA.getStatement(OWA.java:536)
        at oracle.dbtools.apex.OWA.init(OWA.java:308)
        at oracle.dbtools.apex.ModApex.doPost(ModApex.java:138)
        at oracle.dbtools.apex.ModApex.service(ModApex.java:303)
        at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:347)
        at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:130)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)
        at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
        at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
        at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
        at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:928)
        at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
        at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:855)
        at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(DatabaseConfig.java:71)
        ... 33 more
    Caused by: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
        at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:368)
        at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:49)
        at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:80)
        at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:131)
        at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:279)
        at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:142)
        at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:157)
        at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:916)
        ... 36 more
    So it seems that every time I try and use LDAP I hit this error. Also after awhile I have to re-start the Apex Listener for that domain. I have came across this thread: LDAP Authentication Question but I am not sure if the user got the problem solved or not.
    Our infrastructure is as follows:
    Database: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Apex Listener: 2.0.3.221.10.13
    GlassFish Server Open Source Edition 3.1.2.2 (build 5)
    If anybody has any idea what is causing this that would be great.
    Cheers,
    Paul.

    Hi Colm,
    Thanks for getting back to me on this. I have downloaded and created a new ORDS server with 2.0.10 and while I don't get the error:
    Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use 
    I am now getting the following (I have turned on the logging)
    No more data to read from socket java.sql.SQLRecoverableException: No more data to read from socket
    at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1157) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:345)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223) at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:205)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1043)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3612)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3713)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4755)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1378)
    at sun.reflect.GeneratedMethodAccessor1991.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:230)
    at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
    at oracle.ucp.jdbc.proxy.CallableStatementProxyFactory.invoke(CallableStatementProxyFactory.java:101)
    at $Proxy432.execute(Unknown Source) at oracle.dbtools.apex.OWA.execute(OWA.java:145)
    at oracle.dbtools.apex.ModApex.handleRequest(ModApex.java:201)
    at oracle.dbtools.apex.ModApex.doPost(ModApex.java:152)
    at oracle.dbtools.apex.ModApex.service(ModApex.java:303)
    at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:350)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
    at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:662)    
    I cant see anything glaring that is causing this. I have also increased the Minimum Connections to 30 and Maximum Connections to 100 with the administration part of Configuring ORDS via SQL Developer and it still has no desired effect.
    The application works fine in our Development and Testing Environment but since I have ported it over to our production instance I am unable to log into it using my Active Directory credentials.
    Cheers,
    Paul.

  • "HTTP 404" error when trying to Run Mobile Application

    I am getting "HTTP 404" File not found, when i click MTR Application installed on MI Client using Setup package.

    Oliver ,
                    I did all the steps you told about un installing and reinstalling , but no luck.
    Trace File has
    [20081112 21:01:40:114] I [MI/API/Logging ] ***** LOG / TRACE SWITCHED ON 
    [20081112 21:01:40:114] I [MI/API/Logging ] ***** Mobile Infrastructure Version: MI 25 SP 21 Patch 01 Build 200809011414 
    [20081112 21:01:40:114] I [MI/API/Logging ] ***** Current Timezone: Europe/Berlin 
    [20081112 21:01:40:114] I [MI/API/Logging ] ***** Current Trace Level: 1000 
    [20081112 21:01:40:114] I [MI ] Trace severity: All (1000) 
    [20081112 21:01:40:146] D [MI/PIOS ] No implementations found. Error Code:(3) 
    [20081112 21:01:40:146] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:dispatch request to '/jsp/trace/trace.jsp' 
    [20081112 21:01:42:239] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP' 
    [20081112 21:01:42:239] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:doGet(...) called 
    [20081112 21:01:42:239] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:getEvent() done with event name = 'tracechangeTraceLevel' 
    [20081112 21:01:42:239] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:dispatch request to '/jsp/trace/trace.jsp' 
    [20081112 21:01:44:348] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP' 
    [20081112 21:01:44:348] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:doGet(...) called 
    [20081112 21:01:44:348] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:getEvent() done with event name = '' 
    [20081112 21:01:44:348] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:dispatch request to '/jsp/home/home.jsp' 
    [20081112 21:01:46:317] D [MI/Core ] Deactivated application MOBILEENGINE_JSP 
    [20081112 21:01:46:317] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP' 
    [20081112 21:01:46:317] P [MI/Core ] Activate application MOBILEENGINE_JSP 
    [20081112 21:01:46:317] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:doGet(...) called 
    [20081112 21:01:46:317] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:getEvent() done with event name = 'logout' 
    [20081112 21:01:46:317] P [MI/Core ] Set current user to null 
    [20081112 21:01:54:050] D [MI/API/Sync ] SyncEventListener com.sap.ip.me.core.StatusUpdater@15d252d was registered for key com.sap.ip.me.core.StatusUpdater/MI4a4f53484953 
    [20081112 21:01:54:050] D [MI/Core ] Check if AuthSyncBo is already deployed 
    [20081112 21:01:54:050] D [MI/Core ] AuthSyncBo is deployed 
    [20081112 21:01:54:050] D [MI/Core ] Create AuthSyncBo instance 
    [20081112 21:01:54:050] D [MI/Smartsync ] SyncProcessing for cMIAUTH_TOP was set to DIRECT_REQUEST 
    [20081112 21:01:54:050] D [MI/Persistence ] Get IPersistenceManager for ConversationID: MI2853484152454429 
    [20081112 21:01:54:050] D [MI/Persistence ] beginTransaction() called with doWait=false for instance 3387681 
    [20081112 21:01:54:050] D [MI/Persistence ] PersistenceManagerImpl.beginTransaction():false 
    [20081112 21:01:54:050] D [MI/Persistence ] PersistenceManagerImpl.get(IQuery):(Type: (IClassDescriptor(Name: cMIAUTH_010)))(Condition: ((MEUSER =JOSHIS) AND(state <16)))(Order: ((IAttributeDescriptor(Name: MEUSER)) asc))(Start index: 0)(Max results: -1) 
    [20081112 21:01:54:050] D [MI/Persistence ] commit() called on instance 3387681 
    [20081112 21:01:54:050] D [MI/Persistence ] PersistenceManagerImpl.commit() 
    [20081112 21:01:54:050] D [MI/Smartsync ] Application has registred MessageReplyObserver for type SYNC_END: com.sap.ip.me.security.permission.AuthBoObserver@1b22920 
    [20081112 21:01:54:050] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:dispatch request to '/jsp/home/home.jsp' 
    [20081112 21:01:55:816] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP' 
    [20081112 21:01:55:816] P [MI/Core ] Activate application MOBILEENGINE_JSP 
    [20081112 21:01:55:816] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:doGet(...) called 
    [20081112 21:01:55:816] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:getEvent() done with event name = '' 
    [20081112 21:01:55:816] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:dispatch request to 'http://localhost:4444/MTR/start' 
    [20081112 21:02:00:206] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP' 
    [20081112 21:02:00:206] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:doGet(...) called 
    [20081112 21:02:00:206] D [MI/API/Runtime/JSP ] AbstractMEHttpServlet:getEvent() done with event name = ''

  • HTTP 302 Error When Scheduling OEM Report

    I'm trying to schedule a custom report to run out of OEM 11.1 and am receiving the below error. The report displays properly from the OEM console, but seems to get an HTTP 302 error when trying to schedule the report to run, have changed the schedule options from daily, weekly, one-time immediately, one-time later and all generate the same error. Not sure what is causing the HTTP 302 redirect during the report execution, any help is appreciated.
    This is a scheduled report.
    The most recently generated report completed with the following error.
    Error: Unexpected error getting the HTTP response stream while generating report: oracle.sysman.eml.ip.publishJob.HttpConnectionException:Response code:302
    Error Message :302 Moved Temporarily
    This document you requested has moved temporarily.
    It's now at https://<<hostname>>:7799/em/console/logon/logon&#59;jsessionid=6NJRQGKd2NVwNdbpWpVfHlG7vRxnvmn3VW71JdJbtnLyCJt5hyYt!544936836
    Connection: https://<<hostname>>:7799/em/console/home URI:/em/onetime/reports/render?printablePage=true&reportID=C47BD93ACFE176D4E040007F01004FA6&action=save&scheduled=true
    Thanks,
    Shawn

    Issue was related to the Console URL setting in the Grid Control Overview tab, it was set to http://<host>:<port>/em/console and should have been set to http://<host>:<port> instead.

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

  • HTTP error when trying to access RESTful web service from application

    Hi,
    We are getting the following error when trying to access a RESTful web service coming from Apex workspace 4.2.1 and Apex listener 2.1:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-29024: Certificate validation failure
    In the Debug report, besides the above I also see:
    error_backtrace: ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 543 ORA-06512: at "APEX_040200.WWV_FLOW_WEB_SERVICES", line 1164 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 396
    We get that error whether we use https or http in the URI pointing to the web service. When I test the Web Service in Workspace RESTful service GUI, I get the data back. When I go build an application with a report calling the RESTful Web Service I get that error. Both the Application and the Workspace RESTful services are on the same Apex environment and even the same workspace.
    What is odd is that I can actually put the URL of the web service into a browser and I get the data: (using the demo hr data in sample RESTful services.)
    IN browser-- https://weblogic-dev.edu/apex/ace/hr/empinfo/
    yields:
    7839,KING,PRESIDENT,,1981-11-17T05:00:00Z,5000,,10 7698,BLAKE,MANAGER,7839,1981-05-01T04:00:00Z,2850,,30 7782,CLARK,MANAGER,7839,1981-06-09T04:00:00Z,2450,,10 7566,JONES,MANAGER,7839,1981-04-02T05:00:00Z,2975,,20 7788,SCOTT,ANALYST,7566,1982-12-09T05:00:00Z,3000,,20 7902,FORD,ANALYST,7566,1981-12-03T05:00:00Z,3000,,20 7369,SMITH,CLERK,7902,1980-12-17T05:00:00Z,800,,20 7499,ALLEN,SALESMAN,7698,1981-02-20T05:00:00Z,1600,300,30 7521,WARD,SALESMAN,7698,1981-02-22T05:00:00Z,1250,500,30 7654,MARTIN,SALESMAN,7698,1981-09-28T04:00:00Z,1250,1400,30 7844,TURNER,SALESMAN,7698,1981-09-08T04:00:00Z,1500,0,30 7876,ADAMS,CLERK,7788,1983-01-12T05:00:00Z,1100,,20 7900,JAMES,CLERK,7698,1981-12-03T05:00:00Z,950,,30 7934,MILLER,CLERK,7782,1982-01-23T05:00:00Z,1300,,10
    Any ideas on what would be causing the Error above in our application?
    Thanks,
    Pat
    Edited by: patfmnd on Mar 11, 2013 3:25 PM
    In reviewing the above error, I think we are realizing that we have to have the Weblogic layer SSL cert (actually the CERT from our BigIP load balancer which also does our SSL termination) imported into the Oracle server wallet where Apex is installed. Am I correct?
    PM

    We resolved our problem. The Apex Administrative Guide made us realize that we had to set up Wallet path in the Instance. This required working with DBAs to follow the Advanced networking guide to get the wallet set up on our server. We then added that path to the Instance configuration. (Manager Instance --> Instance settings). We ran into another other issue related to our implementation of CAS but were able to resolve that, and 'voila' were able to get the sample RESTful service consumed by our application!!
    Now to the task of figuring out how to get Basic Auth working between client application and RESTful web service. If anyone has that working, let us know!!
    It would be helpful if in the documentation of the Apex 2.x listener or Apex install/configuration there was clear reference to the above steps required for HTTPS access to RESTful web services.
    Pat

  • Ive got data on my phone and its keep saying network error when trying to connect

    Im trying to connect to internet when im out and about ive got data on my phone but it keeps saying network error when trying to connect

    Hi there,
    You may want to take a look at some of the troubleshooting steps found in the article below.
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    -Griff W.

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

  • Keep getting sync service error when trying to connect my iphone 5S.

    Keep getting sync service error when trying to connect my iphone 5S. It freezes itunes and I can't do anything else. I see that there is an update for my phone and I need to back up, upload new apps, etc before installing. I plug my phone in and get this error every time. I am using a Win 7 SP1

    Howdy Susie48825,
    It sounds like you are getting an error that mentions the sync services when you connect your phone to your computer and so you cannot sync your device. I would use the troubleshooting from the following article that  mentions an error regardign the sync services named:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/ts2690
    Start with these steps:
    1. Check that iTunes is up-to-date
    Ensure that you have updated to the latest version of iTunes.
    2. Reset Sync History
    Resetting your Sync History is a simple step which may resolve some syncing issues. If this works, iTunes will prompt to Merge or Replace the information on your device when you next attempt to sync. To reset your Sync History:
    Disconnect your device.
    Open iTunes.
    From the Edit menu, choose Preferences.
    Click the Devices tab.
    Click the Reset Sync History button, and then reconnect your device.
    If this resolves the issue, and you know all of your contacts, calendars, bookmarks and notes are on your computer:
    Reset the Sync History again using the steps above.
    Select the device in iTunes and click the Info tab.
    Scroll down to the Advanced section, and under "Replace information on this iPhone/iPad/iPod touch" select Contacts or Calendars.
    Click Apply.
    If the issue persists, and you know all your contacts, calendars, bookmarks and notes are on your iPhone, iPad, or iPod touch:
    Remove all of the contact and calendar information from Outlook.
    Select the device in iTunes and click the Info tab.
    Scroll down to the Advanced section, and under "Replace information on this iPhone/iPad/iPod touch" make sure Contacts and Calendars are not selected.
    Click Apply.
    There are additional steps to use in the article if needed, but these will get you started.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

Maybe you are looking for

  • I want to delete one line of text and add new text.  Is that possible?

    I have exported the document and can add information but cannot delete a line of information to put correct information in.  Is it possible and, if so, how can you do it?

  • In RFC

    hi In which cases we will create a RFC function moldule

  • Lightroom 5.2RC Screen Flicker in Library Grid Mode

    Hi, Having a screen flicker problem since 5.cRC came out, but only in Library/Grid mode when scrolling or selecting from the grid. But only when there are more images than can fit on one page in the grid.  Seems to use an unusually low amount of memo

  • Document.wwv_flow.submit is not a function -Error

    Hi All, Apex page have jquery,javescript etc..however..when i am trying ti hit the Button ..throwing error below like this.. document.wwv_flow.submit is not a function and no Action at all.. Please help me on this...

  • Upload File Callable Object (GP)

    Hello, I want to create a process where a user: 1 - Fills in a form 2 - Uploads a file using the "Upload file" callable object 3 - Another user receives a workitem with the data from the form, and the file. I know I can use attachments, but I want to