PDKv2 URL Services Error

I'm trying to get the url services samples included with the JDPKv2 running and get a NullPointerException.
I've tryed on OC4J 1.0.2.2.1 (with the JPDKv2 Dependency JAR's installed) and with OC4J extended (9.0.3)
Here is the stack trace:
4/26/02 5:17 PM Markets-web: Unhandled exception in SOAP call
java.lang.NullPointerException
at oracle.portal.provider.v2.http.URLProviderInstance.initSession(Unknown Source)
at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.initSession(Unknown Source)
at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.initSession(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.doMethodCall(Unknown Source)
at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:62)
Anybody got any ideas?

This problem occurs due to incompatibility between Jpdk versions and portal. As we know, webprovider works on a concept of SOAP in which Oracle Portal makes SOAP calls to the Web provider entity. Calls made by 3.0.9 portal are different from those of 9.0.2 portal and Jpdk v2 cannot handle few of the 3.0.9 portal calls.
The problem mentioned is reproduced under the follwoing conditions -
a) Portal version is 3.0.9
b) Webprovider is created using JPDK V2
c) Provider login frequency is 'Once per session' | 'Always'.
Solution -
a) In case of 3.0.9, make the login frequency as 'Never'.
b) Alternatively, we can use 9.0.2 portal for registering the provider.
Hope it helps.
-Amjad.

Similar Messages

  • Error in  pdk url services when using a proxy server

    Hi All,
    i created a pdk url services portlet, which connects to a google site. i got a sucessful provider test page..when i tried to add it as a portlet it gives me the following error ,
    Portlet Information could not be obtained. (WWC-44334)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: HTTPClient.AuthSchemeNotImplException: NTLM (WWC-43000)
    An unexpected error occurred: HTTPClient.AuthSchemeNotImplException: NTLM
    at HTTPClient.DefaultAuthHandler.getAuthorization(DefaultAuthHandler.java:136)
    at HTTPClient.AuthorizationInfo.queryAuthHandler(AuthorizationInfo.java:330)
    at HTTPClient.AuthorizationModule.setAuthHeaders(AuthorizationModule.java:454)
    at HTTPClient.AuthorizationModule.responsePhase2Handler(AuthorizationModule.java:287)
    at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:635)
    at HTTPClient.HTTPResponse.getInputStream(HTTPResponse.java:515)
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:809)
    what could be the reason for this error. can anyone help me plzz..its urgent
    Regds
    Kiran
    at oracle.webdb.provider.web.HttpProviderDispatcher.getPortlet(HttpProviderDispatcher.java:463)
    (WWC-43000)

    1. The version of my pdk is 3.0.9.0.5
    2. provider.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="2.0"?>
    <provider class="oracle.portal.provider.v1.http.URLProvider">
    <session>true</session>
    <proxyInfo class="oracle.portal.provider.v1.http.ProxyInformation">
    <httpProxyHost>proxy</httpProxyHost>
    <httpProxyPort>80</httpProxyPort>
    <proxyUser>username</proxyUser>
    <proxyPassword>password</proxyPassword>
    </proxyInfo>
    <portlet class="oracle.portal.provider.v1.http.URLPortlet">
    <id>1</id>
    <name>Google.com Portlet</name>
    <title>Google.com Portlet</title>
    <description>This portlet is to test PDK-URL Services using Google</description>
    <timeout>100</timeout>
    <timeoutMessage>Google Portlet timed out</timeoutMessage>
    <showEdit>false</showEdit>
    <showEditDefault>false</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>false</showDetails>
    <hasHelp>false</hasHelp>
    <hasAbout>false</hasAbout>
    <acceptContentType>text/html</acceptContentType>
    <registrationPortlet>false</registrationPortlet>
    <accessControl>public</accessControl>
    <renderer class="oracle.portal.provider.v1.RenderManager">
    <showPage class="oracle.portal.provider.v1.http.URLRenderer">
    <contentType>text/html</contentType>
    <pageExpires>60</pageExpires>
    <pageUrl>http://www.google.com</pageUrl>
    <filter class="oracle.portal.provider.v1.http.HtmlFilter">
    <headerTrimTag>&lt;center</headerTrimTag>
    <footerTrimTag>/center></footerTrimTag>
    <convertTarget>true</convertTarget>
    </filter>
    </showPage>
    </renderer>
    <securityManager class="oracle.portal.provider.v1.http.URLSecurityManager">
    <authorizType>public</authorizType>
    </securityManager>
    </portlet>
    </provider>
    Regds
    Kiran

  • Error when register Url Service Sample provider

    Hello, I followed the 'URL Services Installation Instructions' described in portalstudio in order to set up URL services in my portal environment.
    I did succeed in invoking provider test page (http://<myserver>:<myport>/servlets/urlsample), but I'm not able to register the url service provider in Oracle Portal.
    When I click Apply button in the 'Create Provider' form I get the foolowing error message.
    Please help. Marco
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: java.lang.NoSuchMethodError: oracle.portal.provider.v1.http.DefaultProvider: method getDebugLevel()I not found
    at oracle.portal.provider.v1.http.URLProvider.register(URLProvider.java:658)
    at oracle.portal.provider.v1.http.ServletProviderResponse$SoapWriter.marshalRegisterProvider(ServletProviderResponse.java:640)
    at oracle.portal.provider.v1.http.ServletProviderResponse$SoapWriter.access$1(ServletProviderResponse.java:635)
    at oracle.portal.provider.v1.http.ServletProviderResponse.registerProvider(ServletProviderResponse.java:116)
    at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:632)
    at oracle.portal.provider.v1.http.HttpProvider.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    (WWC-43147)

    java.lang.NoSuchMethodError has occured because its not able to locate the method 'getDebugLevel'.
    This is thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
    I guess you are not using the proper version of JPDK for the URLServices that you are using.
    Try looking at the URLServices installation/release notes for the version your are using for the JPDK version. Check this version against JPDK.
    Sriram

  • PDK-URL Services portlets cause error

    Hi:
    I recently installed URL services and began testing some of the
    sample portlets. The portles display as advertized however when
    trying to return to another page we get the following error:
    Error: Timeout whilst retrieving Meta Data.
    Once this message starts, no other page will be displayed and we
    can only make it stop by stopping/starting the Apache Web
    Server.
    The JSERV log contains the following error messages:
    [11/12/2001 10:47:05:015 EST] page/JNI: Exception when trying to
    connect in 0.
    [11/12/2001 10:47:05:031 EST] page/Timeout occurred, label=page
    url=https://myserver/pls/portal30/!PORTAL30.wwpob_page.show?
    _pageid=1
    [11/12/2001 10:47:05:031 EST] page/ContentFetcher Unexpected
    Exception, name=content-fetcher21
    java.io.EOFException: Encountered premature EOF while reading
    Version
         at HTTPClient.Response.readResponseHeaders
    (Response.java, Compiled Code)
         at HTTPClient.Response.getHeaders(Response.java,
    Compiled Code)
         at HTTPClient.HTTPConnection.enableSSLTunneling
    (HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.sendRequest
    (HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.handleRequest
    (HTTPConnection.java, Compiled Code)
         at HTTPClient.HTTPConnection.setupRequest
    (HTTPConnection.java:3545)
         at HTTPClient.HTTPConnection.Post
    (HTTPConnection.java:2478)
         at HTTPClient.HTTPConnection.Post
    (HTTPConnection.java:2605)
         at oracle.webdb.cache.CacheHTTPConnection.getHTTPResponse
    (CacheHTTPConnection.java:129)
         at oracle.webdb.cache.CacheHTTPResponse.process
    (CacheHTTPResponse.java, Compiled Code)
         at oracle.webdb.cache.CacheHTTPConnection.common
    (CacheHTTPConnection.java:114)
         at oracle.webdb.cache.CacheHTTPConnection.Post
    (CacheHTTPConnection.java:210)
         at oracle.webdb.page.ContentFetcher.run
    (ContentFetcher.java, Compiled Code)
    We are using 8.1.7.1 database and 1.2.2 iAs with SSL enabled.
    Any help would be appreciated

    I also experienced some of the same problems as described in the
    posts you mentioned. The disapearing page problem was the first
    thing I noticed (along with having to restart the HTTP server to
    get back to portal. It (disapearing page) eventually went away,
    but I'm not sure why. Now, the URLServices portlets will
    display but it still crashes the server. It's funny because if
    I am logged in as PORTAL30, the first time I look at the
    URLServices portlet page it crashes the server. After
    restarting, the page will display with no further problems.
    However, if I logout and login as another user and look at the
    page, it crashes again. Not sure what to do.
    John
    John,
    Do you think this might be the same as what Javier is seeing in
    this post:
    Re: A simple question about Calculation property
    We're investigating this.

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • Url service data control - problem while  POSTing to a restful webservice

    Hi,
    I am trying to call a restful webservice to add a new employee .I have created the url service data control. The service method consumes XML.
    When i am creating the url service datacontrol I selected the http method as POST and giving the servicepath and servicename as the source. After providing the xsd's path and all , when I test the url connection, I am getting the following error message:
    URL Test: Received Error: Method Not Allowed
    This might be because the clicking of the test url button is sending the get request, but the actual method is POST.
    Now under the data controls navigator, If i view the newly created data control, i could see the loadData(Object) method which i assume is for retrieving the data from the service. But since i have mentioned the method as POST, why such a method is created? Also if its there, can I use the same for insert and update? I have used this loadData (Object) method to create a button which calls the webservice upon click. Under the data control property inspector, i changed the supportsupdate attribute's value to true. But when i am trying to save the employee from the jspx page, I am getting the following message in the integrated weblogic's log
    Couldn't get access to the data source. Cause Unsupported Media Type exception in rest service
    And on the server side I am getting the following error message:
    No message body reader has been found for request class Employee, ContentType application/octet-stream.
    I think the request is not going as XML. But while creating the datacontrol i have specified the xsd document for the iput xml request. Does ADF automatically creates the XML from the input parametres? If it does not, then what could be done to achieve that? The default actionListener of the submit button is #{bindings.loadData.execute}. Do i have to override it to send the XML request? Or have I missed anything in trying to achieve what i intend?
    I had refered this link for reference :
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_53/jdtut_11r2_53.html
    Rampal
    Edited by: user12011868 on Jan 22, 2012 10:03 PM

    Hi Frank,
    I had specified the HTTP method as POST as well as PUT. But the same error is appearing in the both the cases.
    URL Test: Received Error: Method Not Allowed
    And when I am clicking on the 'Test URL Connection' , I can't see any option of selecting the HTTP method. This option only appears in the step 2 of creating the URL service data control where we mention the URL endpoint and the source.
    What could be the reason for the error.
    Rampal

  • Getting Service Error

    Hi all,
    I am trying to get the samples ( PIM, Hello world etc) to work but I am getting Service Error as a response to all the example apps. I have upgraded my wireless install to 9.0.2.8 as per a previous suggestion but with no success. Panama_sys log gives me this as...
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Nested exception is:
    oracle.panama.adapter.AdapterException:
    HTTP(S) Error: 502 : Bad Gateway
    Original URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Effective URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Query String: ""
    Request HTTP headers:
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.adapter.http.HttpAdapter.fetchData(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.fetchSimpleResult(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.invoke(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.invokeAdapter(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.AliasImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.ServiceImpl.invoke(Unknown Source)
         at oracle.panama.rt.common.Controller.invokeService(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.doExecute(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Please help

    Ravell,
    The HTTP requests in the Hello example for your environment is re-entrant, i.e. the wireless runtime makes another HTTP request to service the original request for the Hello example. This is resulting in an HTTP 502 - i.e. the upstream server/proxy encountered an error. From the headers it looks like you're using some caching proxy in between. Could you ensure that the site URL is set up correctly from the EM console? This is most likely a connectivity issue; to confirm, try and access the effective/original URL, i.e. http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp from a browser.
    Remember, the request flow is: browser -> cache/proxy -> wireless server -> same cache/proxy as before -> wireless server. After this the request flow unwinds; check that there are no connectivity issues at each of these levels.
    Regards,
    Deepak

  • Reporting Service Error

    Hi everyone, i have installed sccm 2012 R2 on windows server 2012 R2.
    I have installed reporting service role. when i open the webpage i am getting error
    Report Services error:The permissions granted to user are insufficient for performing this operation. (rsAccessDenied) 
    i am using sql server 2012 SP1 with latest cummulative update. 
    i have used service account for installation of sql and it has admin rights , 
    and for the sccm installation the account which i have used has admin rights.
    Even in registries i have changed  RBACReporting from 1 to 0
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSP

    I am getting getting error in srsrp log
    (!) Error retrieving folders - [A connection was successfully established with the server, but then an error occurred during the login process. 
    (provider: SSL Provider, error: 0 - The target principal name is incorrect.)].
    SMS_SRS_REPORTING_POINT 5/6/2014 3:52:04 PM
    520 (0x0208)
    No folder configuration information found. SMS_SRS_REPORTING_POINT
    5/6/2014 3:52:04 PM 520 (0x0208)
    Root Folder exists SMS_SRS_REPORTING_POINT
    5/6/2014 3:52:04 PM 520 (0x0208)
    Successfully checked that the SRS web service is healthy on server sccm.mydomain.com
    SMS_SRS_REPORTING_POINT 5/6/2014 3:52:04 PM
    520 (0x0208)
    Registry change SMS_SRS_REPORTING_POINT
    5/6/2014 3:52:04 PM 520 (0x0208)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    5/6/2014 3:52:04 PM 520 (0x0208)
    Timed Out... SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Set configuration SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Check state SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Check server health. SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Successfully created srsserver SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Reporting Services URL from Registry [http://sccm/ReportServer_CONFIGMGR/ReportService2005.asmx]
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    Reporting Services is running SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Retrieved datasource definition from the server.
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    [SCCM\CONFIGMGR] [sccmdb01] [MYDOMAIN_Reports] [sccm.mydomain.com]
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    [CONFIGMGR] [1] [] [MYDOMAIN\sccmadmin] SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    [1] [0] SMS_SRS_REPORTING_POINT
    5/6/2014 3:53:04 PM 520 (0x0208)
    Confirmed version [11.0.3393.0] for the Sql Srs Instance.
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    Retrieved datasource definition from the server.
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at MYDOMAIN_Reports
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)
    (!) Error retrieving folders - [A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)].
    SMS_SRS_REPORTING_POINT 5/6/2014 3:53:04 PM
    520 (0x0208)

  • URGENT! url services portets do not render anything

    I have followed the steps to install sample url services and tested successfully the provider. When I try to access them, I do not see anything.
    I even changed one of the pageUrl's to a url located in my own webserver to make sure I am able to access the url.
    I still do not see anything.
    I checked the Jserv log and found the following errors.
    [25/06/2002 18:54:49:983 CDT] page/JNI: mMode=IGNORE. Cache write but cannot open for write.
    [25/06/2002 18:56:02:907 CDT] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
    [25/06/2002 18:56:02:907 CDT] urlsample/Entering URLSecurityManager hasAccess(PortletReference,ProviderUser) *****************
    [25/06/2002 18:56:02:907 CDT] urlsample/Entering URLSecurityManager hasAccess(Portlet,ProviderUser) *****************
    [25/06/2002 18:56:02:917 CDT] urlsample/renderBody : Entering render ********************************
    [25/06/2002 18:56:02:917 CDT] urlsample/getURLStream Inside
    [25/06/2002 18:56:02:927 CDT] urlsample/Response status: 500 : oracle.portal.provider.v1.AccessControlException: Failed to read contents from : http://www.stardeveloper.com/activeserverpages.asp
         at oracle.portal.provider.v1.ContainerException.fillInStackTrace(ContainerException.java:58)
         at java.lang.Throwable.<init>(Throwable.java, Compiled Code)
         at java.lang.Exception.<init>(Exception.java, Compiled Code)
         at oracle.portal.provider.v1.ContainerException.<init>(ContainerException.java:19)
         at oracle.portal.provider.v1.PortletException.<init>(PortletException.java:13)
         at oracle.portal.provider.v1.AccessControlException.<init>(AccessControlException.java:16)
         at oracle.portal.provider.v1.http.URLRenderer.getURLStream(URLRenderer.java:579)
         at oracle.portal.provider.v1.http.URLRenderer.renderBody(URLRenderer.java:292)
         at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165)
         at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:524)
         at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660)
         at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:435)
         at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    Can anyone please advice on what am I doing wrong. I followed the exact steps in the installation guide.
    I am kind of stuck with this.
    Thanks in advance,
    Mainak

    Mainak,
    Looks like the correct proxy configuration information is not
    specified in provider.xml. If you need proxy to view external urls
    then the same needs to be specified through provider.xml.
    For example,
         <proxyInfo class="oracle.portal.provider.v1.http.ProxyInformation">
              <httpProxyHost>YOUR_PROXY_SERVER</httpProxyHost>
              <httpProxyPort>YOUR_PROXY_PORT</httpProxyPort>
         </proxyInfo>
    -aMJAD.

  • Adobe document service error: SOAP Runtime Exception

    Hello,
    I am trying to test an Adobe Form created using the ABAP workbench SFP transaction, and getting the following error.
    <b>Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport : (100101)</b>
    These are the steps I am using.
    1. Call SFP transaction and select an ADOBE Form.
    2. Function key F8 to test
    3. Select the Output device and do "Print Preview"
    Our configuration is : WAS 6.40 SP11 and corresponding ADS level. We used the standard SAP ADS configuration guide to setup.
    Thanks in advance for any reply.
    Regards,
    PK

    Hi PK
    it looks like you have a problem with either your Adobe document services or your RFC configuration. In the current ADS Configuration Guide in the SAP Service Marketplace, you find a configuration quick test in chapter 3.4. The results should tell you if this is the issue.
    There are 2 tests you can run:
    A. Checking the User and Password
    This is a small test where you can check that your entries for user, security role, and passwords are correct.
    Procedure:
    1. Enter the following URL in your web browser:
    http://<server>:<port>/AdobeDocumentServices/Config
    where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.
    Note that the entries in the URL are case-sensitive.
    2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    3. Choose rpdata(test.…) .
    4. Choose the Send button without entering any parameters.
    5. Enter the same user name and password as given in the configuration steps earlier.
    6. Choose Submit.
    If the configuration is correct, you get the information about the Version number in the response area.
    If the configuration settings are not correct, the page does not change and Submit still appears.
    B. Checking the ABAP Connection
    This is a small test for checking the RFC destination you have created.
    Procedure
    1. Log on to your SAP system.
    2. Call transaction SE38
    3. Enter the name of the test report: FP_PDF_TEST_OO.
    4. Choose Execute (F8)
    If the configuration is correct, you get the Version Information.
    If the configuration is not correct, you get a dialog box with fields for user and password. Check your configuration settings and also the entries you made when creating the ABAP connection.
    Hope this helps.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • InfoPath combined with Excel Rest services gives State service error

    Hi
    I'm having a problem with InfoPath and Excel Services. I have a InfoPath form that calls Excel to do a fairly simple calculation, but I also have another form at a client that is doing the same calling a much more complicated function.
    The error I get is
    SharePoint Server
    State Service
    bm1k
    Medium
    StateSqlSession.GetItemBytesInternal() Locked row in database for key ba18f90ee2e844468b08e90ad96dff2c_05967b71a21948d39b7d4d3ada9b27c9 for 4 seconds
    SharePoint Server
    State Service
    bm0t
    Unexpected
    StateManager.GetState() Locked data (05967b71-a219-48d3-9b7d-4d3ada9b27c9)
    InfoPath Forms Services
    Runtime - State Service
    b5st
    Medium
    MOSS StateService threw an exception: A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator.
    I have determined that if the user is in the Members group, then it works, but as soon as the user is in another group, it gives the error. I have played around with permission levels, given the user all rights, but it still gives that error.
    Does anyone have any idea about what might be the problem? I have thought that it's a problem on the state service, but it isn't configurable. I don't want to resort to put everyone into the Members group, as that doesn't seem to be a solution that will
    work with everyone. We are on the June 2012 CU.

    Thanks Sergio. I tried that but unfortunately didn't fix the problem. I have given the groups Contribute rights, Full Control rights, create my own custom permission level, nothing works except when the user is in the Members post. 
    I realised today that the error I posted above is a bit misleading. The error that happens first before that one is this (after removing timestamps and correlations):
    Entering monitored scope (Request (POST:https://<server>/ContentHub/_layouts/Postback.FormServer.aspx))
    Name=Request (POST:https://<server>/ContentHub/_layouts/Postback.FormServer.aspx)
    Site=/
    Access denied.
    Thread was being aborted.
    Not persisting state for request due to previous errors. Form Template: urn:schemas-microsoft-com:office:infopath:Expense-Claims-With-Excel:-myXSD-2004-12-26T20-14-04
    Unhandled exception processing request for PostbackPage Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException: Exception of type
    'Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException' was thrown.
    at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentFormId()
    at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentContext()
    at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.IsDefined(GlobalItems key)
    at Microsoft.Office.InfoPath.Server.Controls.DateFormattingInfo.TryGetCachedTimeZoneId(UInt16& timeZoneId)
    at Microsoft.Office.InfoPath.Server.Controls.DateFormattingInfo.GetSPTimeZoneObject()
    at Microsoft.Office.InfoPath.Server.Controls.DateFormattingInfo.CalculateSPLocalTimeOffset()
    at Microsoft.Office.InfoPath.Server.Util.GenericUtils.GetServerTimeZone()
    at Microsoft.Office.InfoPath.Server.DocumentLifetime.ErrorPageRenderer.RenderResult(TextWriter writer, Document document, EventLogStart eventLogStart)
    at Microsoft.Office.InfoPath.Server.DocumentLifetime.ErrorPageRenderer.RenderForException(HttpContext context, Exception exception, Document document, EventLogStart eventLogStart)
    at Microsoft.Office.InfoPath.Server.Controls.PostbackPage.OnPreInit(EventArgs e)
    at System.Web.UI.Page.PerformPreInit()
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    The error I first posed is I think the reaction to this exception. The strange thing is that the user can access the spreadsheet fine. When I go to the URL that is used for the rest service and just remove the $format parameter, it displays it fine as a HTML
    value.

  • Web Services Error When running Sample Application

    When I was testing "Create a New Customer" from the Sample application in Oracle's provided free new HTML DB 2.0 environment (just out last night), I got the following error message.
    ORA-20001: The webservice was unreachable because either the URL you supplied was invalid, or your environment requires a valid proxy server address for HTTP requests.
    I was using my laptop through SBC Yahoo DSL service (dynamic IP address) to test this HTML DB Sample application.
    Any suggestion for this Web Services Error?

    cckung,
    Oracle's IT team has disabled the ability to call web services from htmldb.oracle.com. We are working with them to resolve this, but I don't have an ETA.
    Thanks,
    - Scott -

  • Service error example program

    Hi all,
    I have uploaded an example, the hello.xml modified a bit and named hallo.xml, to my isp. Thru the web i can reach that file and see the contents.
    When testing it thru http://studio.oraclemobile.com/ i can see the hallo example there.
    But when trying to run it i get:
    ERROR
    Service Error
    What can be the problem. All the other examples work fine.
    Regards,
    Joshua

    This is the logging with the above example:
    2003-02-16 04:01:26.0
    Error:
    HTTP(S) Error: 503 : Service Unavailable
    Original URL: "http://studio.oraclemobile.comwww.geocities.com/jos_van_rooijen/hallo.xml"
    Effective URL: "http://studio.oraclemobile.comwww.geocities.com/jos_van_rooijen/hallo.xml"
    Query String: ""
    Request HTTP headers:
    x-oracle-device.secure: false
    x-oracle-user.name: josvanrooijen
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.authkind: authenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; TUCOWS; .NET CLR 1.0.3705)
    x-oracle-service.parent.url: http://studio.oraclemobile.com:80/ptg/rm?PAsid=SCPSzgUxl.-xrfsU&PAoid=48313
    x-oracle-wireless.https.url: https://studio.oraclemobile.com:4443/ptg/rm
    x-oracle-home.url: http://studio.oraclemobile.com/ptg/rm?PAsid=SCPSzgUxl.-xrfsU&PAgoHome=1
    x-oracle-user.userkind: registered
    x-oracle-user.displayname: Joshua
    x-oracle-wireless.http.url: http://studio.oraclemobile.com/ptg/rm
    x-oracle-service.home.url: http://studio.oraclemobile.com:80/ptg/rm?PAsid=SCPSzgUxl.-xrfsU&PAoid=132996
    HTTP response status: 503
    HTTP response message: Service Unavailable
    Response HTTP headers:
    mime-version: 1.0
    date: Sun, 16 Feb 2003 12:06:54 GMT
    connection: close
    content-type: text/html
    server: Simple, Secure Web Server 1.1

  • How to resolve Response status: 500 in URL service

    I had created a web provider integrated with my external application (which called OA)using JPDK URL service ,and it has two portlets .I put this two portlet to my homepage,then when OA works well ,the portlet works well too .But when OA down or has some errors to login ,the whole homepage can not be displayed.
    I found the errors in jserv.log:
    gzmoa/Response status: 500 : oracle.portal.provider.v1.AccessControlException: Failed to read contents from : http://172.20.1.7:8080/ch/demo/worklist_zancun_portal.jsp
    gzmoa/checkLogin:IOException encountered
    java.net.ConnectException: Connection refused
    And I set my web provider's timeout to 300 seconds ,but it seems does not work ,The hompage will not be displayed anymore after 300 second.
    How can I display my homepage with that portlets even the OA system does not work well ?
    Thanks

    If the issue is with the timing out of JSP, you can try to increase the provider time-out value through provider's registration screen. But if the jsp is down because of some other reason, the portlet cannot contact it and it results in the internal server error.
    -AMJAD.

  • Error Message 49.4C06 Service Error

    Error message:  49.4C06 Service Error Can somebody assist?   

    Originally Posted by jraminhos
    after configuration tryed to log to my service but got na error message:
    "The specified service is unlicensed. Please enter a URL to a fully licensed service."
    I have a Kablink Vibe 3.3.0 (Build 2778 / May 31, 2012) i believe is a free version.
    Can you help me to understand this message?
    Yeah, you need a licensed copy of Novell Vibe for the MS-Addin to work.
    THomas

Maybe you are looking for