Request token invalid

I can no longer twit from WSJ on my iTouch
I had to reinstall WSJ, and after I did, I can no longer twit articiles.
I can FB articles
I have gone to settings, and WSJ is not an authorized App (any longer), but cannot figure out how to add WSJ as an authorized app

Have you resolved the issue? Also, what http client do you use? I am trying to do the similar thing but stuck on sending the encrypted content - established the secure session constructed/sent the mutlipart encrypted message but the response is 401.. Any ideas?
Thanks,
DS
Request : POST - /wsman     Content-Type: application/soap+xml
     Authorization: Negotiate YIIJEwYGKwYBBQ....
<< Response : HTTP/1.1 200 -
     WWW-Authenticate: Negotiate oYGeMIGboAMKAQChCwYJK.....
     Server: Microsoft-HTTPAPI/1.0
     Date: Fri, 28 Mar 2008 20:36:27 GMT
     Content-Length: 0
Sec Context established
Request : POST - /wsmanContent-Type: multipart/encrypted; protocol=application/HTTP-Kerberos-session-encrypted; boundary=Encrypted Boundary
Content-Length: 1277
-- Encrypted Boundary
Content-Type: application/HTTP-Kerberos-session-encrypted
OriginalContent: type=application/soap+xml;charset=UTF-8;Length=1046
-- Encrypted Boundary
Content-Type: application/octet-stream
[encrypted data]
-- Encrypted Boundary
<< Response : HTTP/1.1 401 -
     Server: Microsoft-HTTPAPI/1.0
     WWW-Authenticate: Negotiate
     WWW-Authenticate: Kerberos
     Date: Fri, 28 Mar 2008 20:37:39 GMT
     Connection: close
     Content-Length: 0

Similar Messages

  • PO 7.4: NW BPM: HTTP Error response for SOAP request or invalid content-type.HTTP 200 OK

    Hi Experts
    I am trying to call NW BPM scenario(File to BPM) from PI, and using below adapter config.
    I am getting below error.
    Failed to call the endpoint: Error in call over HTTP: HTTP 200 OK
    SOAP: Call failed: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    Any idea how to fix this issue?
    Thanks,
    Sandeep Maurya.

    Hi Sandeep,
    Test the URL from your browser and check the proxy settings as well.
    Refer the below links
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT
    SOAP: Call failed: java.io.IOException: Failed to get the input stream from socket: java.net.SocketException: Connection…
    Regards
    Bhargava Krishna

  • I keep getting "Error Subject token invalid" when I try to activate HBO GO on my Apple TV 3.

    I keep getting "Error Subject token invalid" when I try to activate HBO GO on my Apple TV 3. Everything else is activating fine. My ISP is XFinity. Anyone seen this? I have done a complete reset and restore, and have the latest software.

    Hello dprice3885,
    Thanks for using Apple Support Communities.
    Take a look at the Wi-Fi troubleshooting since you can access the network but not the content.
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/HT6106
    Apple TV (2nd and 3rd generation): Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS4546
    Have a nice day,
    Mario

  • In-app purchase Buy Now: The item you requested is invalid (Error id: 30244)

    I am testing my free app that provides a subscription for in-app purchase against the App Store ('live testing' with sandbox account). I download and run the app from the App World OK, when I try to buy the subscription in-app it has me log on to App World OK, and shows me the virtual good OK.
    Once I click "Buy Now" App World tells me: "The item you requested is invalid. (Error id: 30244)". The transaction does not proceed, therer is no Exceptions in the Event log.
    Anybody came across this already or maybe can provide me with a suggestion where to look up the meaning of this error id?
    Thanks.

    same here. this thread suggest that it's carrier related issue
    http://supportforums.blackberry.com/t5/Payment-Service/Error-quot-The-Item-you-requested-is-invalid-...
    Twitter: @gyubok

  • HELP! "Could not complete your itunes request Requested keychain invalid"

    Hi,
    I recently got an iphone and have been trying to sync it to my computer..however to do that I need to sign into itunes store via itunes..which I can't do because the following message appears:
    "Could not complete your itunes request Requested keychain invalid"
    I've run keychain first aid - but no help there. it finds no problems
    I have seen other threads with this whole thing about going to 'Window' then to 'Keychain list' and then clicking on the login and saying 'Global' but to no avail..theres no global checkbox on my keychain list and the keychain list option is under 'edit' not 'window',.
    Someone please help!
    Thankyou

    Authorization or lack thereof would not normally affect the ability to access the iTunes Store itself. It may be that something on your work computer or work network is blocking access to the Store. Run the Network Diagnostics in iTunes:
    http://support.apple.com/kb/HT3204
    and post the results here. That may provide some clues.
    Regards.

  • HBO APPLE TV3 "Error Subject token invalid" ISP Xfinity

    Every time I tried to register Hbo on my apple tv 3 I get "Error Subject token invalid" ISP Xfinity. Has anyone figured out a solution?

    I have the same issue. Access on other devices work fine with no issues. HBO Now services do not seem to be overwhelmed as of the moment. The error is: Unable to Sign In invalid_token when trying to sign into HBO Now via the AppleTV.
    One point to note is that I signed up to HBO Now via ITunes.

  • The requested resource (Invalid path was requested) is not available.

    Hello
    I'm getting this error message after my form is validated and needs to be forwarded to the right page. I have all the forwards specified in my tiles-def but it still doesn't work. Could you please get me in the right direction.
    Thanks
    Below is mt tiles-def and struts-config:
    Struts-config
    <action
    path="/login"
    input="/welcome.jsp"
    parameter="signin"
    type="com.myapp.struts.Action.LoginAction"
    name="loginForm"
    scope="request"
    validate="false">
    <forward
    name="failure" path="/welcome.do"/>
    <forward
    name="success" path="/loginSuccess.do"/>
    </action>
    tiles-defs
    <definition name="loginSuccess.do" extends=".mainLayout">
    <put name="title" value="Login" />
    <put name="body" value="/tiles/loginSuccess.jsp" />
    </definition>
    <definition name="welcome" extends=".mainLayout">
    <put name="title" value="Welcome" />
    <put name="body" value="/tiles/welcome.jsp" />
    </definition>

    Add this statement to struts-config.xml
    <forward
    name="success2" path="/loginSuccess2.jsp"/>
    Before trying on tiles, you can add this statement in the method for handling the form in the class LoginAction
    return mapping.findForward("success2");

  • IMac keeps requesting an invalid IP

    I have a few iMacs that seem to all be having a very strange problem.
    The iMacs are setup with reserved IP's on the DHCP server.
    The maching I'm testing with for example is set to get 10.160.83.83 from the DHCP server.
    The iMac (Running 10.6.4) is set to DHCP and keeps requesting 10.160.83.65 (determined this using a pcap capture)
    That address is out of the scope of the DHCP server. It was once available to it, but after a remapping several months ago, it's no longer there. The machine has been working fine since the remapping, but jsut decided to stop working in the last week or so.
    We have reformatted and rebuilt the machine and it continues to insist on requesting .65 for an address from the DHCP and of course is not getting it, so it falls back to a 169 address.
    The network adapter in System Preferences shows "Unkown State"
    And to top it all off, the adapter works fine when plugging in to another network with a different range.
    And, a USB ethernet adapter works just fine... so does the Airport.
    I'm at a loss.
    Any suggestions?

    SONOFA!!!!!
    The Server guys apparently don't know much about admining a DHCP server.
    That or they didn't check the DHCP server at all and told me they did.
    There was a reservation, it was even listed as BAD_ADDRESS.
    Thanks for your help.
    Andy

  • Request code invalid

    I have a valid serial number but every time I enter the request code for offline activation it gives me error. Who can I contact? I have a paid for license and there is no where online with contact info. The activation helpline has been shut down and references you to online pre answered questions.
    Thanks.

    Hi Matt
    The offline activation would require a response code that can be generated using request code. Please confirm if you have the response code. If no, please perform the steps mentioned here for offline activation: Offline Activation

  • On my Mac OS10+, when I attempt to send a link, I get the error message: Google Accounts -- The page you requested is invalid. This feature worked before I upgraded to the newest Firefox. How do I repair this so I can send links?

    I recently disabled the 2 step log.
    Sending a Link: I use the Firefox drop down menu under "File" > "Send link". In the past, a new tab would open, with a gMail email with the link in the message field. Then I would add the email addressee and click send.
    A problem unrelated to the above is:
    Secondly, I sign in to Google Calendar, the mail icon, bounces up and down. When I try to sign in, I get the message that sign in failed. Calendar is visible on my iGoogle Page, and I don't have to sign-in.
    Thanks

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Firefox > Preferences > Privacy > Cookies: "Show Cookies"

  • AE : create request : Error in request. Invalid 'Valid From/Valid To

    Dear Forum,
    Has anybody encountered this error ?
    A date format issue ? If so, where to solve ? We have reset the dateformat to yyyy-mm-dd within Windows SQL Server. Still doesn't work.
    Thanks for investigating
    Sam Szafranski

    hi everyone,
    I answered my own question .... sometimes that happens
    Config - user defaults  - user default - date format --> was not configured properly.
    That's it
    Regards,
    Sam

  • Invalid request when calling REST-webservice with UTL_HTTP.

    Hello,
    When i try to send some data to a REST-webservice i get as response "INVALID REQUEST"
    I Think it is about the request-body that seems to be no UTF-8.
    I tried to set the characterset with utl_http.set_body_charset(t_http_req, 'UTF-8').
    But when i read the characterset with utl_http.get_body_charset(t_charset);, is still get "ISO-8859-1"
    I am using: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    Some help would realy be appreciated because i am out of options trying to get the code working..
    ======MY CODE==========
    create or replace procedure ipm40_send_bekendmaking(p_bdmg_id in number)
    as
    r_bekendmaking ipm40_bekendmakingen%rowtype;
    r_gemeente ipm40_gemeenten%rowtype;
    l_url httpuritype;
    t_http_req utl_http.req;
    t_http_resp utl_http.resp;
    t_request_body varchar2(32767);
    t_respond varchar2(32767);
    -- t_teller integer := 1;
    -- t_output varchar2(2000);
    t_start number := 1;
    t_body_lengte number;
    t_chunkdata varchar2(4000);
    t_tijd_1 varchar2(256);
    t_tijd_2 varchar2(256);
    t_timeout integer;
    t_length number;
    t_charset varchar2(256);
    begin
    select *
    into r_bekendmaking
    from ipm40_bekendmakingen
    where id = p_bdmg_id;
    select *
    into r_gemeente
    from ipm40_gemeenten
    where gmte_code = r_bekendmaking.gmte_code;
    l_url := httpuritype.createuri('http://zwolle.stadsbeheer.com:82/apex/ipm40bekendmaking?p_bdmg_id='||r_bekendmaking.id);
    t_request_body := l_url.getClob();
    /* request that exceptions are raised for error Status Codes */
    --Utl_Http.Set_Response_Error_Check ( enable => true );
    /* allow testing for exceptions like Utl_Http.Http_Server_Error */
    --Utl_Http.Set_Detailed_Excp_Support ( enable => true );
    utl_http.set_transfer_timeout(300);
    t_http_req:= utl_http.begin_request( r_gemeente.url_webservice_bekendmakingen
    , 'POST'
    , 'HTTP/1.1');
    utl_http.set_body_charset(t_http_req, 'UTF-8');
    utl_http.get_body_charset(t_charset);
    utl_http.set_authentication(t_http_req,r_gemeente.user_webservice_bekendmakingen,r_gemeente.pw_webservice_bekendmakingen);
    t_length := length(t_request_body);
    utl_http.set_header(t_http_req, 'Content-Type', 'application/xml charset=UTF-8');
    utl_http.set_header(t_http_req, 'Content-Length', t_length);
    utl_http.set_header(t_http_req, 'Transfer-Encoding', 'chunked' ); --
    t_body_lengte := dbms_lob.getlength(t_request_body);
    loop
    t_chunkdata := dbms_lob.substr(t_request_body, 2000, t_start);
    utl_http.write_text ( t_http_req, t_chunkdata );
    t_start := t_start + 2000;
    if t_start > t_body_lengte
    then
    exit;
    end if;
    end loop;
    t_http_resp:= utl_http.get_response(t_http_req);
    utl_http.read_text(t_http_resp, t_respond);
    utl_http.end_response(t_http_resp);
    if instr(t_respond,'Successfully document processed') != 0
    then
    update ipm40_bekendmakingen
    set ind_status = 'S'
    , datum_verzonden = sysdate
    , response = t_respond
    where id = r_bekendmaking.id;
    else
    update ipm40_bekendmakingen
    set ind_status = 'F'
    , datum_verzonden = null
    , response = t_respond
    where id = r_bekendmaking.id ;
    end if;
    commit;
    exception
    when others
    then
    t_tijd_2 := to_char(sysdate,'HH24:MI:SS');
    t_respond := substr(sqlerrm,1,2000);
    update ipm40_bekendmakingen
    set ind_status = 'F'
    , datum_verzonden = null
    , response = t_respond
    where id = r_bekendmaking.id ;
    commit;
    end;
    ===THE RESPOND=============
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to process the request:
    <PRE>
    POST /pushxml/pushxml-bm HTTP/1.0
    Authorization: Basic Ymtfc21hcnRob2xkaW5nOllyZXMzdlFR
    Content-Type: application/xml charset=UTF-8
    Content-Length: 2096
    Transfer-Encoding: chunked
    Connection: close
    </PRE>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Invalid Request
    </STRONG>
    </UL>
    <P>
    Some aspect of the HTTP Request is invalid. Possible problems:
    <UL>
    <LI>Missing or unknown request method
    <LI>Missing URL
    <LI>Missing HTTP Identifier (HTTP/1.0)
    <LI>Request is too large
    <LI>Content-Length missing for POST or PUT requests
    <LI>Illegal character in hostname; underscores are not allowed
    </UL>
    <P>Your cache administrator is [email protected].
    <BR clear="all">
    <HR noshade size="1px">
    <ADDRESS>
    Generated Fri, 12 Aug 2011 17:33:24 GMT by asd2cc001.asp4all.nl (squid)
    </ADDRESS>
    </BODY></HTML>

    Always check the access_log and error_log files of the Apache web server in such a case. This will identify whether the error comes from Apache itself, mod_plsql, the Apex run-time engine, or the Oracle database.
    I see that you're creating a HTTP/1.1 in PL/SQL - however, the web server response indicates a HTTP/1.0 call was received. Unusual. And could be part of the problem.

  • Invalid request for HTTP request from Java

    I've written the following code to retrieve data from HTTP url:
    byte [] buffer = new byte[1024];
                   URLConnection conn = src.openConnection();
                   //conn.setRequestProperty("Range", "bytes=" + (start + completed) + "-" + end);
                   //System.out.println("bytes=" + (start + completed) + "-" + end);
                   System.out.println("Response: " + ((HttpURLConnection)conn).getResponseCode());
                   BufferedInputStream bin = new BufferedInputStream(conn.getInputStream());
                   byte [] data = new byte[1024];
                   int readLen;
                   manager.addConnected();
                   while((readLen = bin.read(data)) != -1 && canContinue) {
                        dest.seek(start+completed);
                        dest.write(data, 0, readLen);
                        completed += readLen;
                        System.out.println(readLen + "\t" + completed);
                   dest.close();
                   System.out.println("Read: " + readLen);
              } catch(IOException e) {
                   manager.failConnection();
              }However, the response code printed is -1 and the following content is written to the file (dest is a random access file, you can ignore the seek(), it is needed when I start multi-threading).
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to process the request:
    <PRE>
    GET /ubuntu/pool/main/f/firefox/firefox_2.0.0.2+0dfsg-0ubuntu0.6.10_i386.deb HTTP/1.1
    User-Agent: Java/1.6.0
    Host: security.ubuntu.com
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    </PRE>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Invalid Request
    </STRONG>
    </UL>
    <P>
    Some aspect of the HTTP Request is invalid.  Possible problems:
    <UL>
    <LI>Missing or unknown request method
    <LI>Missing URL
    <LI>Missing HTTP Identifier (HTTP/1.0)
    <LI>Request is too large
    <LI>Content-Length missing for POST or PUT requests
    <LI>Illegal character in hostname; underscores are not allowed
    </UL>
    <P>Your cache administrator is <A HREF="mailto:root">root</A>.
    <BR clear="all">
    <HR noshade size="1px">
    <ADDRESS>
    Generated Fri, 16 Mar 2007 11:14:48 GMT by inet (squid/2.6.STABLE3)
    </ADDRESS>
    </BODY></HTML>Where does the problem lie? It failed for other URLs too. Can I establish more than one connection by invoking openURLConnection() on the same URL object?

    Ive run into this issue also. I need a way for a portlet to change to its maximized state for the purposes of user registration. Is there anyway this can be done? I know that sun jsp "Providers" which are shown on their example desktop, have some sort of maximized state that they can go into, but im not sure how to use this in a portlet.
    There seems to be very inconsistent support between the proprietary sun provider api, and the portlet api.

  • Query user ACL results in exception, PortalException, Invalid pointer AxisFault

    Hi,
    I am developing a remote portlet application in Java for plumtree portal v 5.0.3, using EDK library v 5.0. The requirement is to determine if the user accessing the application has "Admin" privileges for the portlet or not.. For this, I query User (and all the user's groups) ACL to check if the AccessLevel is Admin. This method seemed to work fine on the development environment but fails on staging environment. I have checked the SOAP-API-URI and other settings like sending Login Tokens etc, and all seems to be fine. The application is written in Java hosted on a UNIX box, while the portal is on Windows environment.
    Following is the code where the error occurs:
    IPortletContext edk = PortletContextFactory.createPortletContext(request, response); IRemoteSession remoteSession = edk.getRemotePortalSession(); //IRemoteSession remoteSession = RemoteSessionFactory.getTokenContext(edk.getRequest().getRemoteAPIEndpoint(), edk.getRequest().getLoginToken()); -- Tried this but no difference
    IPortletManager portletManager = remoteSession.getPortletManager(); logger.debug("Got Remote portal session");
    int portletId = edk.getRequest().getPortletID(); IACL acl = portletManager.queryACL(portletId);<-- This is where it breaks
    Following is the exception stacktrace that I get.
    AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultString: Server was unable to process request. --> Invalid pointer faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultString: Server was unable to process request. --> Invalid pointer faultActor: null faultDetail:
    Server was unable to process request. --> Invalid pointer at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:949) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1203) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:294) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:261) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:286) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:232) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546) at org.apache.axis.Message.getSOAPEnvelope(Message.java:377) at org.apache.axis.client.Call.invokeEngine(Call.java:2132) at org.apache.axis.client.Call.invoke(Call.java:2102) at org.apache.axis.client.Call.invoke(Call.java:1851) at org.apache.axis.client.Call.invoke(Call.java:1777) at org.apache.axis.client.Call.invoke(Call.java:1315) at com.plumtree.remote.prc.soap.DirectoryAPISoapBindingStub.queryACL(Unknown Source) at com.plumtree.remote.prc.soap.DirectoryProcedures.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryEntries(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPObjectManager.queryACL(Unknown Source) at com.plumtree.remote.prc.ObjectManagerWrapper.queryACL(Unknown Source) at com.enbridge.txb.web.shared.security.PortalAuthenticationUtil.isUserACLAdmin(PortalAuthenticationUtil.java:159) at com.enbridge.txb.web.shared.security.SetAdminPrefsAction.getAdminPrefs(SetAdminPrefsAction.java:82) at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278) at com.enbridge.txb.web.shared.BaseAction.execute(BaseAction.java:116) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Unknown Source)
    Server was unable to process request. --> Invalid pointer at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:135) at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:949) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1203) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:294) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:261) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:286) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:232) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546) at org.apache.axis.Message.getSOAPEnvelope(Message.java:377) at org.apache.axis.client.Call.invokeEngine(Call.java:2132) at org.apache.axis.client.Call.invoke(Call.java:2102) at org.apache.axis.client.Call.invoke(Call.java:1851) at org.apache.axis.client.Call.invoke(Call.java:1777) at org.apache.axis.client.Call.invoke(Call.java:1315) at com.plumtree.remote.prc.soap.DirectoryAPISoapBindingStub.queryACL(Unknown Source) at com.plumtree.remote.prc.soap.DirectoryProcedures.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryEntries(Unknown Source) at com.plumtree.remote.prc.xp.XPACLPersistence.QueryACL(Unknown Source) at com.plumtree.remote.prc.xp.XPObjectManager.queryACL(Unknown Source) at com.plumtree.remote.prc.ObjectManagerWrapper.queryACL(Unknown Source) at com.enbridge.txb.web.shared.security.PortalAuthenticationUtil.isUserACLAdmin(PortalAuthenticationUtil.java:159) at com.enbridge.txb.web.shared.security.SetAdminPrefsAction.getAdminPrefs(SetAdminPrefsAction.java:82) at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:278) at com.enbridge.txb.web.shared.BaseAction.execute(BaseAction.java:116) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Unknown Source)
    can anyone please help me? :-(
    Thanks,Gaurav

    Hi,
    By default on CE SLD is not available. Please go through this to configure SLD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20c58fff-0c62-2b10-4381-9ac4d920a8cc
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09527da-39a7-2b10-9f99-c6a007e516a5
    Regards
    Ayyapparaj

  • Invalid AssignmentOperator

    I've developed my web application using Java 5 and mySql 5 and Tomcat 5.5. Everything works well in my machine. But when I uploaded it, the result of the pages is an exception page full of this kind of errors:
    n error occurred at line: 49 in the jsp file: /index.jsp
    Generated servlet error:
    Syntax error on token "<", invalid AssignmentOperator
    An error occurred at line: 49 in the jsp file: /index.jsp
    Generated servlet error:
    Syntax error on token "=", != expected
    An error occurred at line: 49 in the jsp file: /index.jsp
    Generated servlet error:
    Syntax error on token "<", invalid AssignmentOperator
    The server's tomcat version is 5 but I don't know the exact minor version and build.
    My Tomcat is: Apache Tomcat/5.5.20
    The host tomcat is: Apache Tomcat/5.5.9
    Message was edited by:
    Ehsun

    this is whole file
    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@page import="java.util.ArrayList"%>
    <%@page import="ir.webwidgets.Application.Application"%>
    <%@page import="ir.webwidgets.Application.Link"%>
    <%@page import="java.util.Iterator"%>
    <%@page import="ir.webwidgets.Member.Member"%>
    <%@page import="org.nioto.browser.Browser"%>
    <html>
    <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <title><%=application.getInitParameter("pageTitle") %></title>
         <link rel="stylesheet" href="css/layout.css" type="text/css" />
         <link rel="stylesheet" href="css/links.css" type="text/css" />
         <link rel="stylesheet" href="css/form.css" type="text/css" />
         <link rel="stylesheet" href="css/messages.css" type="text/css" />
         <style type="text/css">
         </style>
    </head>
    <%
    request.setCharacterEncoding("UTF-8");
    response.setCharacterEncoding("UTF-8");
    Application app = Application.getInstance("");
    Member loggedInMember = (Member) session.getAttribute("loggedInMember");
    %>
    <body>
         <div class="header">
              <table class="header" cellpadding="0" cellspacing="0">
              <tr>
                   <td class="right">
                        <a href="http://www.webwidgets.ir"><img src="images/banner.gif" alt="&#1575;&#1576;&#1586;&#1575;&#1585;&#1607;&#1575;&#1740; &#1581;&#1585;&#1601;&#1607; &#1575;&#1740; &#1608;&#1576;" title="" border="0"/></a>
                   </td>
                   <td class="left">
                        <%@ include file="./jsp/header.jsp" %>               
                   </td>
              </tr>
              </table>
         </div>
         <div class="middle">
              <table class="middle" cellpadding="0" cellspacing="0">
              <tr>
                   <td class="right">
                        <div class="navigation">
                             <%
                             ArrayList<Link> links = app.getNavigationLinks(loggedInMember != null);
                             Iterator<Link> it = links.iterator();
                             while(it.hasNext()) {
                                  Link link = it.next();
                             %>
                                  <a class="navigation" href="<%=link.getHref() %>" target="<%=link.getTaget() %>" title="<%=link.getHint() %>"><%=link.getTitle() %></a>
                             <%
                             %>
                        </div>
                        <br/>
                        <%@ include file="./jsp/members.jsp" %>
                   </td>
                   <td class="center"> 
                   </td>
                   <td class="left">
                        <div class="group">
                             <div class="title">                              
                                  &#1582;&#1608;&#1588; &#1570;&#1605;&#1583;&#1740;&#1583;
                             </div>
                             <div class="content">
                                  <%
                                  if(loggedInMember != null) {
                                  %>
                                       <%@ include file="./jsp/loginstatus.jsp" %>
                                  <%
                                  } else {                                   
                                  %>
                                       <%@ include file="./jsp/loginform.jsp" %>
                                  <%
                                  %>
                             </div>
                        </div>          
                        <div class="group">
                             <div class="title">&#1575;&#1585;&#1578;&#1576;&#1575;&#1591; &#1576;&#1575; &#1605;&#1583;&#1740;&#1585;</div>
                             <div class="content">
                             <%@ include file="./jsp/contactform.jsp" %>
                             </div>
                        </div>
                   </td>
              </tr>
              </table>
         </div>
         <div class="footer">
              <%@ include file="./jsp/footer.jsp" %>
         </div>
    </body>

Maybe you are looking for

  • Database can not startup!

    Suse linux 10 Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production Sat Feb 24 01:21:07 2001 I: oracle: [activate] [opt/HUAWEI/cgp/omu_mirror/workspace1/server/bin/db/dbcmd *'shutdown abort'] (ORA-03113: end-of-file on communication

  • Itunes causing desktop crash/restart

    Just did a sizable Java and iTunes update to 10.7 (21) a little earlier today. For some reason, the finder keeps crashing or restarting every 30 seconds or so. Its not a big issue, it's just really annoying.

  • The report abuse icon

    Hey Mods can the "report abuse" icon be used to report very elementary questions that have been asked several times in the past and are only a simple search away? no matter how many times we say,people just post these baby questions and expect us to

  • Tests do not run on Windows 2003 server

    I got all my unit tests running fine on my local machine but I had a few issues getting them to work on the build server. The first problem was that ant task was looking for c:\windows, the 2003 windows directory is c:\winnt. A change to WindowsSWFLa

  • Problem since updating v5.5

    My Captivate 5.5 has been working fine until yesterday when I updated the software. Now copying any object to the clipboard immediately crashes the program. Since I use copy/paste all the time, this is a big problem for me. Has anyone else reported t