Web Agent Error

Hi
I get the following errors when trying to use the SQL query in the Web Agent URl
What's the problem?
The URL is: http://nandeep/intermedia/kewlminds/mediaget/?ord_sql=select+t.id+from+image+t+where+t.id%3d1
The page display the message as
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The error is as follows:
MWM-00015: event logged at 25-Aug-2000 14:42:30 web agent 'interMedia'
MWM-00013: request: method='GET' path='/intermedia/kewlminds/mediaget/' client=10.1.2.34
MWM-00615: error binding a parameter or placeholder 'ID'
MWM-00756: the parameter mode for the request specific argument is not IN
MWM-00015: event logged at 25-Aug-2000 14:43:31 web agent 'interMedia'
MWM-00013: request: method='GET' path='/intermedia/kewlminds/mediaget/' client=10.1.2.34
MWM-00615: error binding a parameter or placeholder 'ID'
MWM-00756: the parameter mode for the request specific argument is not IN
The IMAGE table has the following fields
ID number(10) primary key
title varchar2(100),
image ordsys.ordimage
the application works fine with Clipboard though
Can anyone also let me know where I can get some detailed documentation regarding passing SQL queries a s a string to Web Agent?
It would be of great help if I can get some reply ASAP
thank you
null

Hi,
To use a SQL SELECT statement instead of a PL/SQL procedure, you must use the same reserved names for items in the select list as would be used for parameter names in a PL/SQL procedure. Try the following:
select t.image.getcontent() ord_content_blob,
t.image.getcontentlength() ord_content_length,
t.image.getmimetype() ord_content_type
from images t where t.id=1
Or as a query-string parameter:
?ord_sql=select+t.image.getcontent()+ord_content_blob,t.image.getcontentlength()+ord_content_length,t.image.getmimetype()+ord_content_type+from+images+t+where+t.id%3d1
Hope this helps,
Simon
null

Similar Messages

  • Intermedia Web Agent error MWM-00622

    Has anyone encountered the error "MWM-00622 Error Describing
    PL/SQL procedure" when using the web agent?
    I am using the interMedia web agent to upload images to a BLOB.
    Everything works fine, until I pass a table as a parameter to
    the ord_call procedure of mediaput.
    Does the mediaput procedure accept tables as parameters?
    Thanks!

    The mediaput procedure only takes varchar2 type parameters and
    some reserved parameters, such as content_blob as BLOB type.
    Those varchar2 type parameters should have names that exist in
    the HTTP request headers or HTML FORM INPUT names. Otherwise,
    MWM-00622 error will be thrown.
    In your case, do you pass in a table name as a parameter? What
    do you mean pass a table to mediaput procedure? If it's a table
    name, then it should be OK if the parameter name exists in the
    FORM INPUT name.
    regards,
    Richard

  • 9i Web Agent Error when displaying Java Table/Graph

    Hi,
    I am in the process of upgrading a Express 6.3.4 Web Agent database app to 9i.
    I have been able to import the databases correctly, under the OOWAAPP schema.
    On my app when ever I go to a page to display a Java Table I get the following error:
    oracle.olap.webAgent.express.OWAException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><HTML><HEAD><TITLE>Oracle OLAP Web Agent</TITLE></HEAD><BODY bgcolor="#FFFFFF"><P><img src="/oowa-install/sample/wabanner.gif" alt="Oracle OLAP Web Agent"></p><P><STRONG>An error occurred in the Oracle OLAP Web Agent</STRONG></p><STRONG>ORA-33272: (DBERR06) Analytic workspace IADSSDEMO.OOWASEL cannot be opened.
    ORA-01950: no privileges on tablespace 'IADSS'
    ORA-06512: at "SYS.DBMS_AW", line 18
    ORA-06512: at line 1
    </STRONG><P><!--<STRONG>Click <A HREF="/oowa-install/help/en/owacauseaction.html#ORA-33272: (DBERR06) Analytic workspace IADSSDEMO.OOWASEL cannot be opened.
    ORA-01950: no privileges on tablespace 'IADSS'
    ORA-06512: at SYS.DBMS_AW", line 18
    ORA-06512: at line 1
    ">here</A> to display information about potential causes for this error and about potential resolutions for the problem.</STRONG>--></p></BODY></HTML>
    The UserID I am logged in as is IADSSDEMO. While the AW are in the OOWA schema, I have forced them to use a tablspace of IADSS.
    The Page has some option/selectors followed by a java table.
    Any ideas?
    Regards,
    Imran Shah
    Ioppolo & Associates

    This forum is for Warehouse Builder related issues. Your question is better suited for the OLAP forum:
    OLAP

  • ADFS web agent error when creating a site with Citrix Web interface

    Hello,
    Not sure if this is the right place to post this but I'm facing this issue on a production citrix server and i'm trying to create a site where it authenticates thru ADFS. In the final process of creating the site, i get the following error:
    Error creating site
    The site could not be created. The reported error was:
    The adfs web agent must be installed before microsoft active directory federation services integrated sites can be created.
    I tried uninstalling and reinstalling the ADFS role with no luck. Any help would be appreciated.
    Thanks.

    Hi,
    Please try to visit adapt forum to get a better resolution.
    http://social.msdn.microsoft.com/Forums/en-US/geneva/threads/
    Thanks for your understanding!
    Best Regards
    Elytis Cheng
    Elytis Cheng
    TechNet Community Support

  • ERROR IN DISPLAYING WEB AGENT SAMPLES

    I am running olap web agent 9.2.1 on Application server 10g (101202) , at first using olap web agent 9.2.1 patch 2 and database 10g 10.2.0.1 I had no problems accessing the web agent samples, then after upgrades to olap web
    agent 9.2.1 patch 4 and Patch Set 2- 10.2.0.3 PATCH SET FOR ORACLE DATABASE 10.2.0.1, I receieved the following error occurs after login to the web agent samples:
    -an error occurred in the oracle olap web agent
    -sealing violation
    Does anyone know how to resolve this issue?
    Thanks
    -ahmed hafez

    Hi, thanks for your reply.
    Actually my setting for Crystal Report Viewer in Infoview is Advanced DHTML Viewer.
    I've tried to switch between Advanced DHTML viewer and normal DHTML viewer but everything is OK in Infoview.
    I suspect if I need more than just calling LogonEx in my ASP.NET code for this case, but I have no reference.
    Everything is fine for static and dynamic (non cascading) reports in my web.
    Do you have any suggestion for this problem?

  • Policy web agent configuration failed: NSPR error Configuration Failed!!!!

    I am having troubles to install agent Apache 2.2!!!!!
    The libamapc22.so uses libstdc++.so.5....
    so i have this error:
    root@ped-02 bin# service httpd start
    Starting httpd: httpd: Syntax error on line 995 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /opt/web_agents/apache22_agent/Agent_006/config/dsame.conf: Cannot load n/opt/web_agents/apache22_agent/lib/libamapc22.so into server: libstdc++.so.5: cannot open shared object file: No such file or directory
    In my OS is Installed the libstdc++.so.6
    if I Install the libstdc++.so.5
    I have this error:
    [Wed Aug 20 15:50:35 2008] [notice] Digest: generating secret for digest authentication ...
    [Wed Aug 20 15:50:35 2008] [notice] Digest: done
    [Wed Aug 20 15:50:35 2008] [alert] Policy web agent configuration failed: NSPR error Configuration Failed
    So I have installed NSPR and NSS but this error persists.
    In log /opt/web_agents/apache22_agent/Agent_006/logs/debug/amAgent
    ===========
    2008-08-20 16:16:36.152 Error 18271:b949c3d0 all: Connection::initialize() unable to initialize SSL libraries: NSS_Initialize returned -8128
    2008-08-20 16:16:36.156 Error 18271:b949c3d0 all: initialization error: am_properties_load(com.sun.am.policy.agents.config.stopInInit) failed, error = NSPR error (12): exiting...
    2008-08-20 16:16:36.156 Error 18271:b949c3d0 all: Process initialization failure:NSPR error
    My configuration: ---- AMAgent.properties
    com.sun.am.cookie.name = iPlanetDirectoryPro
    com.sun.am.cookie.secure = false
    com.sun.am.naming.url = http://accessmanager.coreo.network.ctbc:8080/opensso/namingservice
    com.sun.am.policy.am.login.url = http://accessmanager.coreo.network.ctbc:8080/opensso/UI/Login
    com.sun.am.policy.agents.config.local.log.file =/opt/web_agents/apache22_agent/Agent_006/logs/debug/amAgent
    com.sun.am.policy.agents.config.local.log.rotate = false
    com.sun.am.policy.agents.config.remote.log = amAuthLog.accessmanager.coreo.network.ctbc.80
    com.sun.am.log.level =
    com.sun.am.policy.am.username = amadmin
    com.sun.am.policy.am.password = fhfeUCQselvAndSuo17Pww==
    com.sun.am.sslcert.dir =
    com.sun.am.certdb.prefix =
    com.sun.am.trust_server_certs = true
    com.sun.am.notification.enable = false
    com.sun.am.notification.url=http://accessmaager.coreo.network.ctbc:80/UpdateAgentCacheServlet?shortcircuit=false
    com.sun.am.policy.am.url_comparison.case_ignore = true
    com.sun.am.policy.am.polling.interval=3
    com.sun.am.sso.polling.period=3
    com.sun.am.policy.am.userid.param=UserToken
    com.sun.am.policy.agents.config.profile.attribute.fetch.mode=NONE
    com.sun.am.policy.agents.config.profile.attribute.map=cn|common-name,ou|organizational-unit,o|organization,mail|email,employeenumber|employee-number,c|country
    com.sun.am.policy.agents.config.session.attribute.fetch.mode=NONE
    com.sun.am.policy.agents.config.session.attribute.map=
    com.sun.am.policy.agents.config.response.attribute.fetch.mode=NONE
    com.sun.am.policy.agents.config.response.attribute.map=
    com.sun.am.load_balancer.enable = false
    com.sun.am.policy.agents.config.version=2.2
    com.sun.am.policy.agents.config.audit.accesstype = LOG_DENY
    com.sun.am.policy.agents.config.agenturi.prefix = http://accessmanager.coreo.network.ctbc:80/amagent
    com.sun.am.policy.agents.config.locale = en_US
    com.sun.am.policy.agents.config.instance.name = unused
    com.sun.am.policy.agents.config.do_sso_only = false
    com.sun.am.policy.agents.config.accessdenied.url =
    com.sun.am.policy.agents.config.fqdn.check.enable = true
    com.sun.am.policy.agents.config.fqdn.default = accessmanager.coreo.network.ctbc
    com.sun.am.policy.agents.config.fqdn.map =
    com.sun.am.policy.agents.config.cookie.reset.enable=false
    com.sun.am.policy.agents.config.cookie.reset.list=
    com.sun.am.policy.agents.config.cookie.domain.list=
    com.sun.am.policy.agents.config.anonymous_user=anonymous
    com.sun.am.policy.agents.config.anonymous_user.enable=false
    com.sun.am.policy.agents.config.notenforced_list = SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/UI/* SERVER_PROTO://SERVER_HOST:SERVER_PORTCONSOLE_DEPLOY_URI/* SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/login_images/* SERVER_PROTO://SERVER_HOST:SERVER_PORT/docs* SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/namingservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/sessionservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/loggingservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/profileservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/policyservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/config* SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/js/* SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/css/* SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/authservice SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/SAMLAwareServlet SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/SAMLSOAPReceiver SERVER_PROTO://SERVER_HOST:SERVER_PORTSERVER_DEPLOY_URI/SAMLPOSTProfileServlet
    com.sun.am.policy.agents.config.notenforced_list.invert = false
    com.sun.am.policy.agents.config.notenforced_client_ip_list =
    com.sun.am.policy.agents.config.postdata.preserve.enable = false
    com.sun.am.policy.agents.config.postcache.entry.lifetime = 10
    com.sun.am.policy.agents.config.client_ip_validation.enable = false
    com.sun.am.policy.agents.config.profile.attribute.cookie.prefix = HTTP_
    com.sun.am.policy.agents.config.profile.attribute.cookie.maxage = 300
    com.sun.am.policy.agents.config.logout.url=
    com.sun.am.policy.agents.config.logout.cookie.reset.list =
    com.sun.am.policy.am.fetch_from_root_resource = true
    com.sun.am.policy.agents.config.get_client_host_name = true
    com.sun.am.policy.agents.config.convert_mbyte.enable = false
    com.sun.am.policy.agents.config.ignore_path_info = false
    com.sun.am.policy.agents.config.override_protocol =
    com.sun.am.policy.agents.config.override_host =
    com.sun.am.policy.agents.config.override_port =
    com.sun.am.policy.agents.config.override_notification.url =
    com.sun.am.policy.agents.config.connection_timeout =
    com.sun.am.receive_timeout = 0
    com.sun.am.connect_timeout = 0
    com.sun.am.poll_primary_server = 5
    com.sun.am.tcp_nodelay.enable = false
    com.sun.am.policy.agents.config.encode_url_special_chars.enable = false
    com.sun.am.policy.agents.config.iis.filter_priority = HIGH
    com.sun.am.policy.agents.config.cdsso.enable=false
    com.sun.am.policy.agents.config.cdcservlet.url = http://accessmanager.coreo.network.ctbc:8080/opensso/cdcservlet
    Jonathan Costa Muniz.

    Hi joncmuniz,
    Are you managed to resolve this problem? I have the same.
    In logs i have such information:
    2008-10-08 16:48:02.471   Debug 23153:84d5368 all: Connection::initialize() calling NSS_Initialize() with directory = "" and prefix = ""
    2008-10-08 16:48:02.471   Debug 23153:84d5368 all: Connection::initialize() Connection timeout wen receiving data = 0 milliseconds
    2008-10-08 16:48:02.472   Error 23153:84d5368 all: Connection::initialize() unable to initialize SSL libraries: NSS_Initialize returned -8128
    2008-10-08 16:48:02.475   Error 23153:84d5368 all: initialization error: am_properties_load(com.sun.am.policy.agents.config.stopInInit) failed, error = NSPRerror (12): exiting...
    2008-10-08 16:48:02.475   Error 23153:84d5368 all: Process initialization failure:NSPR errorI think the problem is with certificates, but i can't point where.
    Can you help?

  • 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Busin

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

  • InterMedia Web Agent Unrecoverable error

    Hi
    Trying to rebuild Apache with Web Agent Module
    However there is a problem
    The rebuild is aborted and the error is as follows:
    "unreceoverable initialization error"
    Which is traced to the file libwsc81.a
    LD_LIBRARY_PATH are defined and have been set to $ORACLE_HOME/lib
    Any reason
    tahnk you

    The mod_oraordwsc.module file in your Web Agent directory has to contain
    -L${ORACLE_HOME}/lib
    and the ORACLE_HOME has to be set properly at the time of Apache configuration. Make sure these, and run ./config and make again. Also, the ./config file has to contain the -activate and -enable-module strings as they are described in the instruction file in the Web Agent directory.
    I have a question. Are you sure it is libwsc81.a, not libwscapc81.a?
    null

  • Intermedia web agent MWM-00067 error

    I've installed the intermedia web agent (Release 8.1.5.3) on a Netscape Web Server (version 4.1), running on Solaris 2.6.
    Encountering the following after recycling the web server:
    MWM-00067 nonrecoverable initialization or termination error
    Help!
    Thanks.
    null

    It was a directory issue. Change the User and Group for apache to the oracle user, or chmod the $ORACLE_HOME/ord/web/logs directory so that it's writeable by the apache user.

  • Error using intermedia web agent on image upload

    I use web agent, the PL/SQL Proc are OK, but sometimes, when I upload images, I've got this message.
    don't understand because the same image can upload the next time....
    MWM-00015: event logged at 17-Oct-2000 15:51:11 web agent 'interMedia'
    MWM-00013: request: method='POST' path='/intermedia/kiliko/mediaput/LIVR_PUT/' client=213.228.49.133
    MWM-00740: MEDIAPUT request did not return a non-NULL content handle
    null

    That's the JSP page I use to upload image if you need more info.
    the PL proc I used are generated by clipboard.
    <%@ page contentType="text/html;charset=WINDOWS-1252"%>
    <jsp:useBean id="annonceejb" scope="page" class="a2a.annonce.pages.annoncejsp">
    </jsp:useBean>
    <%@ include file="../../includes/globals.txt" %>
    <%
    java.lang.String strannonce=request.getParameter("annonce");
    int idannonce=-1;
    if (strannonce!=null)
    idannonce=java.lang.Integer.parseInt(strannonce);
    annonceejb.insertImageAnnonce(idannonce);
    %>
    <html>
    <head>
    <title>Ajoutez une photo &agrave; l'annonce</title>
    <SCRIPT LANGUAGE="JavaScript1.2">
    <!-- Debut script
    function valide() {
    if (document.all)
    window.event.cancelBubble=true;
    window.event.returnValue = false;
    if (document.forms[0].ord_content.value=="")
    alert("Selection obligatoire du fichier!")
    // Fin script -->
    </SCRIPT>
    </head>
    <body bgcolor="#3399CC">
    <p>
    <br>
    <br>
    <br>
    </p>
    <form action="<%=SGBD_SERVER%>/mediaput/PUT_ANN/"
    method="post"
    enctype="multipart/form-data">
    <div align="center"><font color="#FFFFFF"><b><font size="2" face="Arial">s&eacute;lectionnez
    la photo de votre annonce</font></b></font> </div>
    <input type="hidden" name="ord_post_put_call" value="REDIRECT_ANN_AMS">
    <input type="hidden" name="ord_procedure_path" value="<%=idannonce%>">
    <p align="center"> <!-- We use file input to add the image -->
    <input type="file" name="ord_content" size=20>
    <br>
    </p>
    <div align="center"><font face="Arial" size="1" color="#FFFFFF">
    <IMG SRC="../../commun/images/stabtn_valider.gif" BORDER=0 WIDTH=64 HEIGHT=12>
    <a href="supphotoannonce.jsp?annonce=<%=idannonce%>"><img src="../../commun/images/stabtn_annuler.gif" width="64" height="12" border="0"></a>
    </div>
    </form>
    <div id="Layer1" style="position:absolute; width:451px; height:546px; z-index:1; left: 503px; top: 51px; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000; visibility: hidden"></div>
    </body>
    </html>
    null

  • Apache Web Agent problem (web agent 2.0, Opensso 8.0) with IHS/WAS 6.1

    I installed a apache web agent 2.0 and opensso 8.0 on the same windows server. The web agent is running over IHS server. Opensso is running overs WAS 6.1
    While attempting to access an application, after succesful authentification, i got on the web browser a 403 error.
    Can someone help me?
    You can find below, the error message on the browser, and an extract of agent log file.
    Thanks
    Regards
    Gigi62
    Error message on the web browser:
    Forbidden
    You don't have permission to access /AppliTestOpensso1 on this server.
    IBM_HTTP_Server Server at aaaa.agent.com Port 80
    Extract of the agent log file:
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=false returned 3
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: is_url_enforced(): URL http://aaaa.agent.com:80/AppliTestOpensso1 is enforced.
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: am_web_is_access_allowed()(http://aaaa.agent.com:80/AppliTestOpensso1,GET): no sso token, setting status to invalid session.
    2009-12-22 09:31:44.647 Info 5356:d11e88 all: am_web_is_access_allowed()(http://aaaa.agent.com:80/AppliTestOpensso1, GET) returning status: invalid session.
    2009-12-22 09:31:44.647 Info 5356:d11e88 all: process_request(): Access check for URL http://aaaa.agent.com:80/AppliTestOpensso1 returned invalid session.
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: am_web_get_url_to_redirect: goto URL is http://aaaa.agent.com:80/AppliTestOpensso1
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: find_active_login_server(): Trying server: http://aaaa.agent.com:9080/opensso/UI/Login
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: is_server_alive(): Connection timeout set to 2
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_access_redirect(): get redirect url returned AM_SUCCESS, redirect url [http://aaaa.agent.com:9080/opensso/UI/Login?goto=http%3A%2F%2Faaaa.agent.com%3A80%2FAppliTestOpensso1].
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_access_redirect(): returning web result AM_WEB_RESULT_REDIRECT.
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_request(): returning web result AM_WEB_RESULT_REDIRECT, data [http://aaaa.agent.com:9080/opensso/UI/Login?goto=http%3A%2F%2Faaaa.agent.com%3A80%2FAppliTestOpensso1]
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_process_request(): Rendering web result AM_WEB_RESULT_REDIRECT
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_process_request(): render result function returned AM_SUCCESS.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: get_request_url(): Host: aaaa.agent.com
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: get_request_url(): Port is 80.
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: get_request_url(): Returning request URL http://aaaa.agent.com:80/AppliTestOpensso1.
    2009-12-22 09:31:44.709 Warning 5356:d11e88 all: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: am_web_is_notification(), http://aaaa.agent.com:80/AppliTestOpensso1 is not notification url http://aaaa.agent.com:80/UpdateAgentCacheServlet?shortcircuit=false.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: am_web_is_access_allowed(): Processing url http://aaaa.agent.com:80/AppliTestOpensso1.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: FqdnHandler::isValidFqdnResource() Resource => http://aaaa.agent.com:80/AppliTestOpensso1, is valid => true
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: is_url_enforced(): client_ip 10.245.197.145 not found in client ip not enforced list
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: in_not_enforced_list: enforcing access control for http://aaaa.agent.com:80/AppliTestOpensso1
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_is_logout_url(http://aaaa.agent.com:80/AppliTestOpensso1): normalized URL http://aaaa.agent.com:80/AppliTestOpensso1.

    Hi gimbal2 ,
    thanks for your prompt response.
    I deleted jsf-facelets.jar from the lib.
    Also I removed      <context-param>
              <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
              <param-value>org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.trinidad.FACELETS_VIEW_MAPPINGS</param-name>
              <param-value>*.xhtml</param-value>
         </context-param>Now that error has gone .But I am still not able to switch between the tabs for .xhtml page but it is working fine for .jsp page.
    For .xhtml page , on clicking on the tab, console is showing something like below
    Aug 17, 2010 9:20:49 PM org.apache.myfaces.trinidad.component.UIXShowDetail broadcast
    WARNING: Event org.apache.myfaces.trinidad.event.DisclosureEvent[phaseId=INVOKE_APPLICATION(5),component=CoreShowDetailItem[UINodeFacesBean, id=j_id957384125_39108532],expanded=true] was delivered to a showDetail already in that disclosure state.

  • Web agent

    Hey there,
    I'm new to intermedia, but I have managed to get it installed, uploaded some images using the clipboard and I'm even able to view them...my question is when I create the web agent, does that user have to have DBA priviledges?? When I use a user that has DBA granted to it, I don't have problems...when I try to change to a user w/ lesser permissions...it doesn't work. Is there a reason for this?
    null

    Hi,
    What error are you seeing, and what operation are you trying to perform when things do go wrong? (In all the work I've done on the Web Agent, I don't think I've ever specified a user that DID have DBA privs!!) Just for interest, have you tried firing up the Clipboard against a simple table created in scott/tiger [eg, create table images(id number, image ordsys.ordimage);]?
    Simon

  • My Intermedia Web agent and Clipboard doesn't work!

    Hi,Simon
    I'v just downloaded the Intermedia Web agent and Clipboard plugin from OTN a few days ago.But both of it don't work when I install it.Would you please help me look for the reason?
    My operating system is Windows 2000 Professional,and my web server is OAS 4.0.8.1,and my database is 8i.
    When I visit these address"http://host:port/intermedia/^about"and "http://host:port/intermedia/admin",the browser returns to me a error page.
    When I connect to host in Clipborad,it returns to me an error message which says"The following error was received from the intermedia web agent,<HTML><HEAD><TITLE>Invalid host specified</TITLE></HEAD><BODY>The request did not specify a valid virtual host</BODY>
    I don't know if this web agent can work with OAS 4.0.8.1 and if OAS 4.0.8.1 can run in the Windows 2000 Professional.
    Thanks
    null

    Hi,Simon,
    Thank you for your help!I have sent my application information to your product manager by email!
    But the error stll appears.When I typed the whole domain name in the host area of Clipborad,the error message changed to "An application error has occured,please try again!".When I typed the address"http://My host:port/intermedia/~about"(I have substituted ^ with ~ )"and "http://My host:port/intermedia/admin",it still returns an error page which says"HTTP 500 Server internal error......"like before!
    Also,I found other errors about OAS.One Application cannot add the second Cartridge,it returns an error:"OWS-09103:Cartridge section'[Application wscWRBApp" when I do it.So I suspect the reason is my operating system platform,I will try to reinstall it now.
    Regards!
    Reemon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • The Web Agent for Apache not working

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

  • Apache does not start after installing the policy web agent

    Hi,
    We get the following error when we start the apache webserver on linux which has opensso policy agent installed/configured to it.
    ./apachectl start./apachectl: line 77: 4453 Segmentation fault $HTTPD -k $ARGV
    Environment:
    OS: Linux SystemName 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux (32 bit)
    WebServer: httpd-2.0.50-i686-pc-linux-gnu.tar.gz
    Policy Web Agent: Apache_2.0.54_agent_2.2_RHAS3.0.tar.gz
    Could not find the issue/solution for this problem on internet... Please suggest if anyone has some solution to this.
    Regards
    Manoj

    Hi,
    Once I had an iAS 1.0.2.2 running without problems. However after installing Patch 7 for Forms (released 27 august 2001) I get exactly the same error messages as Pieter. I have tried starting apache as administrator, comment out mod_ose, set wv_gateway_cfg, but none seem to work. Please help.
    Environment:
    iAS 1.0.2.2 on Windows NT
    Oracle 817 on AIX
    null

Maybe you are looking for

  • How to add on my itunes devive

    help how do i put more device on my itunes

  • Living abroad - can't use Spotify because app keeps thinking I am using a trial version

    Hi, I am from Belgium. I live in the UK for a couple of months. I have subscribed for Premium, with a Belgian credit card because I want the Spotify library offered in Belgium. I read everywhere that Premium supports accessing your music from abroad.

  • NUMERIC FORMAT PROBLEM

    Hi, We did a migration of an oracle 8i database to a 9i database. Further web application call our database and we see a strange behaviour. With the new version, all the big numeric format seems to be retrieve in scientific notation as oracle stores

  • IWeb -- domains corrupted, iWeb crashes..

    hi, i have a few questions. i'm enrolled in a class that requires iWeb. the students are organized into different groups that work on specific sections of a website. each student works individually, then combines his section with the group's chunk of

  • Can't install Encore 2.0 on new Vista machine

    Called support on the 800 number today. Waited for 20 minutes only to discover that they can't help me over the phone with the 2.0 version of Encore. They can only support that here on the forum. OK then, here's my issue. This software was purchased