Oracle AD4J Agent Installation Procedures for Apache Jserv

Hi,
Has anybody installed AD4J? I got confused during deply Oracle AD4J Agent for Apache Jserv.
1) For Set up classpath in jserv.conf. The jserv.conf is in target application server? e.g the application server ebiz installed ?
2) Loading the servlet at startup time:
The installation guid only has the following line:
servlets.startup=jamagent.jaminitservlet.jamagent.jaminit.initArgs=jamconshost=localhostservlet.jamagent.jaminit.initArgs=jamconsport=3600
Should I change some configuration file by adding this line. The file is zone.properties of ebiz application server ?
How do I know the Agent is installed at Apach Jserv successfully?
thanks,
tao

I'm trying to configure AD4J with E-business suite Apache Jserv (11i). I've added the following to $IAS_ORACLE_HOME/Apache/Jserv/etc/zone.properties and executed $COMMON_TOP/admin/scripts/$CONTEXT_NAME/adapcctl.sh stop and start, but am not seeing any results. The console doesn't seem to pick anything up and none of the log files seem to reflect the loading of the servlets. Please advice on what other debugging tools I may use to investigate the problem.
jserv.properties:
wrapper.classpath=/Dbamnt/oracle/grid_control/jade/jamagent.zip
zone.properties:
servlets.startup=jamagent.jaminit
servlet.jamagent.jaminit.initArgs=jamconshost=<FDQN>
servlet.jamagent.jaminit.initArgs=jamconsport=3600
Message was edited by:
user633977

Similar Messages

  • Web Policy Agent 2.1 for Apache 1.3.27 with Identity Server 6.1

    Web Policy Agent 2.1 for Apache 1.3.27 with Identity Server 6.1
    Does anybody has a working combination of the above ? I get a ID login page and after that I always get a access denied page. I get this exception on the agent logs:
    2004-10-14 16:28:00.917 Warning 6347:c1818 PolicyAgent: in get_cookie: no cooki
    e in ap_table
    2004-10-14 16:28:01.895 Warning 6359:c1818 PolicyAgent: Invalid URL for propert
    y (com.sun.am.policy.agents.accessDeniedURL) specified
    2004-10-14 16:28:56.742 Warning 6349:c1818 PolicyAgent: am_web_is_access_allowe
    d(http://xx.xx.xx.net:8080/, GET) denying access: status = access de
    nied (20)
    2004-10-14 16:28:56.743 128 6349:c1818 RemoteLog: User testuser1 was denie
    d access to http://xx.xx.xx.net:8080/.
    2004-10-14 16:28:56.831 -1 6349:c1818 PolicyAgent: URL Access Agent: acces
    s denied to testuser1
    We can ignore Invalid URL property part because its just looking for a custom url in place there. I have cookies enabled in my browser. I even turned on the prompt option. No luck yet.
    Any suggestions would be of great help.
    Thanks,
    Sunil.

    From your description, since the agent installs file with a different JRE, I would suspect it has something to do with the availability of JCE provider in the first JRE. By default, WebSphere's JRE is equipped with IBM JCE provider which is what the agent uses to encrypt the necessary
    information. If this provider is not configured correctly it could result in the error that you are seeing. Please check the WebSphere installation and make sure that the JRE used by it has the necessary IBM JCE provider configured. The java.security file for this should contain something like:
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.ibm.crypto.provider.IBMJCE
    security.provider.3=com.ibm.jsse.IBMJSSEProvider
    security.provider.4=com.ibm.security.cert.IBMCertPath
    security.provider.5=com.ibm.crypto.pkcs11.provider.IBMPKCS11
    Also, make sure that when you are installing the agent you specify the Java Home as prompted by the agent to point to the location where this JRE is installed. Typically this is under WebSphere/AppServer/java directory. HTH, Jerry

  • Policy Agent 2.2 for Apache HTTP Server

    hi,
    I'm trying to configure Policy Agent 2.2 for apache http server.
    The agent seems to be installed properly, in fact when I access the protected resource, I get the Access Manager login page.
    Then I log into access manager, but I'm redirected to an error page.
    Looking in log files I can see:
    agent's "amAgent" log file:
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting password callback.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting name callback to 'apache2Agent'.
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Cookie and Headers =Host: crmzone.company.icteam.it     
                   Cookie: JSESSIONID=193E5E1590C924A42B95A00A51DC0479;amlbcookie=01
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Content-Length =Content-Length: 620
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
                   Content-Type: text/xml; charset=UTF-8
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Error 10763:f8fe0 AuthService: AuthService::processLoginStatus() Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp.
    Error 10763:f8fe0 PolicyEngine: am_policy_evaluate: InternalException in AuthService::processLoginStatus() with error message:Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp and code:3
    Warning 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) denying access: status = Access Manager authentication service failure
    Debug 10763:f8fe0 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource http://10.0.0.31:80/SugarOS-Full-4.5.0f.
    Info 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) returning status: Access Manager authentication service failure.
    Info 10763:f8fe0 PolicyAgent: process_request(): Access check for URL http://10.0.0.31/SugarOS-Full-4.5.0f returned Access Manager authentication service failure.
    Debug 10763:f8fe0 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_ERROR, data []
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_ERROR
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.
    Access Manager's "amAuthentication.error" log file:
    "Login Failed|module_instance|Application" Application AUTHENTICATION-268 dc=opensso,dc=java,dc=net "Not Available" INFO apache2Agent 10.0.0.31 "cn=dsameuser,ou=DSAME Users,dc=opensso,dc=java,dc=net" CRMzone
    I tried to change the name of the agent either in its AMAgent.properties or in Access Manager "Agents" configuration page.
    I also used "crypt_util" to generate a new passoword, but nothing seems to happen.
    Where should I look to get more info about this problem? Specific log file?
    Is it due to wrong name/id/password of the agent? I really checked them many times...
    Thanks
    Fabio

    I think the error message "Application user ID is not valid" is pretty self evident.
    Log into the amconsole and go to the root realm/organization. Make sure the Agent profile exists and reset the password again to know value. If you created the agent profile in a sub realm/organization, you will need to make sure the subrealm/organization is set in the AMAgent.properties since the default value is / for the root realm/organization. Update the AMAgent.properties file will the Agent ID and the password generated by the crypt_it tool (com.sun.am.policy.am.username, com.sun.am.policy.am.password)
    If that doesn't work, check the amApplication debug log and then look at the ldap server access logs to see why the auth bind failed.

  • Problem With Policy Agent 2.2 for APACHE on WINDOWS !!!!

    I have been getting a nasty error for weeks configuring PolicyAgent 2.2 for Apache (tried 2.2.x and 2.0.x) on a Windows Server. After the configuring apache could not even start. I get the following error :
    Syntax error on line 1 of "C:/Sun/Access_Manager/Agents/2.2/apache/config/apache_80/dsame.conf":
    Cannot load C:/Sun/Access_Manager/Agents/2.2/apache/bin/libamapc2.dll into server. The specified module does not exist
    Does anyone have any ideas? (I have been pulling my hair off trying to resolve this and I am about to lift up the server and drop it !!! ) The dll file above is available in that path.
    Message was edited by:
    lreju

    This dll file may need/depend other dlls. So sometimes you may still get this error after you download the dll into your windows system folder. But you can use a tool such as http://www.dependencywalker.com to find out which other dlls are needed for your installation....Hope this helps someone !!!

  • Installation procedure for WRT54GC does not detect router on Windows Vista.

    Today I bought a used WRT54GC, supposed to be in working condition.  I ran the installation procedure on my Vista laptop, following the detailed steps to the letter, and all was going fine, until the detection routine.  All the router's lights were blinking, and others solid, as per the instructions, but a few seconds later I got a message stating that ".. Setup was not able to find a Compact Linksys Wireless router on the network....etc".
    I immediately went to reset the unit, inserting a pin and waiting until the power light blinked several times (about 30 seconds).  This did not help.  I also reset the DSL modem, just in case, to no avail.
    I have contacted the vendor, and he users that the unit was fine. 
    The Linksys support page has several user's forums references to how to 'connect' using Windows Vista, but all assume the unit has already been installed and working, which I found frustrating, since I cannot install it!
    Any help will be greatly appreciated.
    Regards,
    gherna1

    The trick is not to use the installation disk, but connect the PC/laptop directly to the router (wired), let it assign the dynamic IP address (default action), and then use the router's interface to set it up.  Its address is 192.168.1.1 (it may be different for other models or brands).
    I was able to set it up this way and now I'm enjoying it.  Thanks to all who offered their advice.
    Regards,
    gherna1.

  • Building OpenSSO Policy Agent 2.2 for Apache 2.x

    Hi,
    I've been trying to build OpenSSO policy agent using sources from opensso_agentbranch22 on WINNT for Apache 2.0 web server. The reason I can't use the pre-build binary is because we are trying to customize the agent to integrate with another SSO app which sends us data. The compilation itself seems to work OK. But the libamapc2.dll (Apache module dll) created seems to be only 24-26k in size vs the 700k size in the binary distributed by Sun.
    Apache fails to start when this agent is installed, saying that the dll is invalid. Am I missing something in my compilation and linking process? I'm using VS 6 for the cl and link, Ant and Cygwin.
    Any input from the Sun OpenSSO gurus is greatly appreciated.

    I can show a snapshot from the Depends tool that clearly shows that amsdk.dll is dynamically linked. It creates all sorts of issues with Apache 2.0 as it doesn't like the dynamic linking. Until I changed the Makefile in the am directory to use the static library, I could not get my libamapc2.dll to match the libamapc2.dll distributed by Sun. Even now there are issues with libnspr4 and msvcrt.dll. Apache crashes as soon as it loads the libamapc2.dll and the issue has been narrowed down to the strlen() method. This method is used for logging messages by the agent.
    I wish Sun maintained a copy of the 3rd party libs they use to build the agent in their CVS instead of asking us to fetch those libraries from another website, in which case libraries may not correspond 1:1.

  • Informatica 8 installation procedure for linux

    Hi,
    Can anybody provide me the installation procedure of informatica 8 on linux

    It is essentially the same as on Windows. This release is a vast improvement over 7.1.4.
    All you need is in the install guide. Even though it is not so environmentally friendly you will be well served to print the entire installation chapter.
    http://download.oracle.com/docs/cd/E12127_01/doc/bia.795/e12083/windows_ic.htm#BABCAJGA

  • Oracle Grid Agent Installation

    Can I install Oracle Grid Agent 10.2.0.5.0 on IBM Itaniam 64bit machine with Linux 4.7 Cent OS

    You can, and you can get it working, but remember that CentOS is not certified by Oracle, so you might run into trouble, but it will work ... on the other hand, you can run Oracle products on many system that are not certified, but the result might not be as good as if you would have a Oracle certified system, like free Oracle linux ...

  • Oracle 10g agent installation problem -- please advice. Thanks.

    I am trying to push an agent from a 32-bit CentOS 4.5 machine (where I successfully installed EM Grid Control with Database & that's working fine) to a 2-node Oracle 10g Clusterware/RAC, each machine has 64-bit CentOS 4.5. The questions I have are:
    1. Is this mixture of 32-bit/64-bit possible?
    2. When I am performing agent install, everything seemed to work (with manual root.sh execution provision) but at the end it's giving a message
    "Failure Preinstall Script Not Executed, Install Is Failed. Run root.sh Is Not Executed, PostInstall Script Is Not Executed. Collection Logs Is Success."
    And I don't see any agent* directory anywhere in any of the intended RAC Cluster nodes -- also, no error message log!
    Clusterware/RAC versin: 10.2.0.3
    EM Grid Control: 10.2.0.1
    I have no clue what are the meaning of these!
    Can somebody please tell me how to fix it (no upgrade suggestion please)?
    Thanks in advance.

    Hi,
    I noticed that you'd like to install OEM Agent for 32bit on 64-bit machine.
    Please look at the link below.
    http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html#101x
    Because OEM Agent on different platform are released separately.
    eg.
    For x86linux is Linux_Grid_Control_agent_download_10_2_0_2_0.zip
    For Linux x86-64 is Linux_x86_64_Grid_Control_agent_download_10_2_0_2_0.zip
    So could you please install OEM agent version for linx x86-64 ?
    but I can not find OEM agent 10.2.0.1 version on link above. Do you have this version for 64-bit ?
    Regards
    Jason

  • Compiling/running Policy Agent 2.2 for Apache (Linux)

    Hi,
    I know that running the policy agent for Linux is not supported by Sun on other platforms than Red Hat Enterprise Linux, but anyway I'm qurious to see if others have looked into this.
    I've done some testing on my Ubuntu Dapper Linux, using the precompiled version for Red Hat Enterprise, and I kind of made it work. Only problem: I have to start apache using "strace" to have it running. If I run /usr/sbin/apache2 I get "Segmentation Fault", but if I run "strace /usr/sbin/apache2" it runs... I'm able to create a core-dump, but to get something out of it I guess I have to compile the policy agent myself, so I've tried that as well.
    To compile I've checked out the opensso package by CVS and installed libxml2-2.6.23, nss-3.11, nspr-4.6.1 and apache-2.0.59, sort of like what it says in the Readme for compiling under Red Hat Enterprise Linux. Result from running "make BUILD_DEBUG=optimize BUILD_AGENT=apache" is:
    hash_table.h: In member function �typename smi::HashTable<Element>::EntryType smi::HashTable<Element>::findEntry(const std::string&)�:
    hash_table.h:319: error: expected �;� before �__null�
    hash_table.h:319: warning: statement has no effect
    The test with the precompiled version was done on Ubuntu Dapper Linux using the standard apache 2.0.55 package that comes with Ubuntu. As I said: I've managed to get it running (doing SSO login through Federation Manager running on the same machine, with Access Manager running on another Solaris server) but I would prefer to have a setup that doesn't involve using "strace" to have apache whith the policy agent module running... Anyone else done something like this?
    In the end I guess I would like to have some kind of release of the policy agent that doesn't have to be packaged as RPMs just for Red Hat Enterprise servers. It doesn't have to be flagged as "supported by Sun" but more like "you're on your own this release". ;-) That goes for the Federation Manager as well. I've managed to have the FM running on Ubuntu Dapper as well, so I know it's possible...
    - Anders

    The notes in this thread date from about October of 2006.
    Does anyone know why current versions of the gcc compiler refuse to compile the statement that leads to the reported error?
    The statement that is failing is:
        if (entry && entry->getExpirationTime() < PR_Now()) {
         return (HashTable<Element>::EntryType)NULL;with the error
    [exec] hash_table.h:320: error: expected �;� before �__null�Is this a problem with the compiler or with the definition of the NULL macro?

  • Oracle Intelligent Agent installation.

    I have to install Intelligent Agent on Sun 5.9 . Is there any way to check its Certification matrix.
    I want 10.1.0.3
    But on the download site of Oracle I am seeing that it is for 32 bit not for 64 bit version of solaris, as pasted below :
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.3)
    for Solaris Operating System (SPARC) (32-bit)
    Download the complete files
    em10103.cpio.gz (1,660,218,094 bytes) (cksum - 1740476143)
    Mass Agent Deployment
    Oracle Enterprise Manager 10g Grid Control Management Agent
    Any help urgent help will be appreciated.
    Thanks
    /SKH

    Just re-read your post.
    For certification you need metalink:
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.5) Information:
    * See Note 394214.1 Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.5)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.4) Information:
    * See Note 343895.1 Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.4)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.3) Information:
    * See Note 357152.1 Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.3)
    I can't see your version of sun listed, but like I said I have no experience of sun.
    Bazza

  • Project Server Installation Procedure for Streamlined topology

    Hi
    I am configuring a Project Server Farm and just want to confirm that i have got the correct procedure.
    I have already installed all the servers, added them to the farm and configured all the service applications apart from Project Server.
    There is 10 servers, 4 WFE, 2 Batch Servers, 2 x Search Servers and 2 x Project Servers.
    The 2 Project Servers is added to the farm but no services assigned to them yet.
    So this is the steps im planning to follow:
    Install Project Server on the 2 Project Servers.
    Install Project Server SP2 on all the servers and run PSConfig on all the servers
    Then im ready to provision Project sites (:
    Do i have the correct picture in my head?
    Thanks
    Posted my question in a code block...Not sure why all my text changes to the HTML as below?
    Hi 
    I am configuring a Project Server Farm and just want to confirm that <g class="gr_ gr_60 gr-alert gr_tiny gr_spell ContextualSpelling multiReplace" data-gr-id="60" id="60">i</g> have got the correct procedure.
    I have already installed all the servers, added them to the farm and configured all the service applications apart from Project Server. 
    There is 10 servers, 4 WFE, 2 Batch Servers, 2 x Search Servers and 2 x Project Servers.
    The 2 Project Servers is added to the <g class="gr_ gr_172 gr-alert gr_gramm Punctuation only-ins replaceWithoutSep" data-gr-id="172" id="172">farm</g> but no services assigned to them yet.
    So this is the steps <g class="gr_ gr_214 gr-alert gr_spell ContextualSpelling ins-del multiReplace" data-gr-id="214" id="214">im</g> planning to follow:
    Install Project Server on the 2 Project Servers.
    Install Project Server SP2 on all the servers and run PSConfig on all the servers
    Then <g class="gr_ gr_272 gr-alert gr_spell ContextualSpelling ins-del multiReplace sel" data-gr-id="272" id="272">im</g> ready to provision Project sites (:
    Do <g class="gr_ gr_307 gr-alert gr_tiny gr_spell ContextualSpelling multiReplace" data-gr-id="307" id="307">i</g> have the correct picture in my head?
    Thanks

    Hello,
    Project Server will need to be installed on ALL the SharePoint servers in the farm not just the 2 servers you have for Project Server (assuming these 2 Project Server server are part of the same 10 server farm). The Project Server Application service doesn't
    have to run on all servers but the binaries / files need to exist on all.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • Installation Procedure for SAP Netweaver 2004 Trial ABAP Version

    Hi,
    I am new to ABAP, and want to Install SAP Netweaver 2004 Trial ABAP Version on my system. I downloaded the software from SDN. If any one knows the Installation Preocedure, please send me it will be very helpful for me.
    Regards,
    Mithun Birabinth.

    Please check the SMP:
    http://service.sap.com/instguides & navigate accordingly.
    PS:
    Award points if your question is resolved.

  • Policy agent 2.1 for apache 1.3.27 reinstallation problem

    hi
    i've uninstalled Apache_1.3.27_agent_2.1_sparc-sun-solaris2.8 policy agent [Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)] to reinstall it from scratch.
    during the reinstallation i've the problem listed below. i did remove all remaining parts of agent but doesn't work.
    Any idea ?
    Thanks
    Installing Sun ONE Identity Server Policy Agent
    Listener:com.iplanet.am.installer.listeners.ApacheInstallListener@1372656 threw exception during "installFinishing" method while listening to SUNWamapc install directory=[DETERMINED AT RUNTIME]:java.lang.reflect.InvocationTargetException
    Target Exception trace:
    java.lang.RuntimeException: error executing ///bin/config at com.iplanet.am.installer.listeners.InstallListenerBase.executeCommand(InstallListenerBase.java:829) at com.iplanet.am.installer.listeners.InstallListenerBase.configureSolarisWebAgent(InstallListenerBase.java:294) at com.iplanet.am.installer.listeners.InstallListenerBase.installFinishing(InstallListenerBase.java:150) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.install.products.Product.processEvents(Product.java:753) at com.sun.install.products.Product.processEvents(Product.java:787) at com.sun.install.products.Product.processEvents(Product.java:787) at com.sun.install.products.Product.performInstallation(Product.java:643) at com.sun.install.tasks.ProductTask.perform(ProductTask.java:191) at com.sun.wizards.core.Sequence.perform(Sequence.java:336) at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226) at java.lang.Thread.run(Thread.java:534)

    I had the same problem because of a missconfiguration in AMAgent.properties. I changed manually all URLs to the Identity Server from http to https and found out the port number has definitly to be specified (bad URL parsing of Policy Agent). You should check your configuration...
    HTH
    J�rgen

  • Where can I download Oracle Transport Gateway installation media for Window

    Is it possible to download Oracle Transport Gateway for Windows 32-bit? I have tried multiple downloads in the evaluation area and I am unable to find the correct bundle for the above product.

    Hi Varad,
    Thanks for your reply.
    My only concern is that I am using the 64 bit version of Vista so I am not sure this will work. I will download it and update this thread iin case anyone else is struggling with the same problem.
    Thanks again.
    Ian

Maybe you are looking for

  • Is there a way to connect to Synology 212j NAS through router?

    Since I upgraded from Mountain Lion 10.8.5 to Mavericks OS X 10.9.1 I cannot connect my Synology 212j NAS via my router. Diskstation/iMac Works fine when connected directly with ethernet cable. When connected via router with ethernet no connection is

  • Synchroniz​ing two counter frequency inputs with multiple analog inputs

    Hello all, I'm fairly new to LabVIEW and I'm trying to collec​t data from multiple sources with synchronized tim​ing on the acquisition but I'm having trouble figu​ring it out. My problem is that I've got two count​er frequency inputs, one optical ta

  • Best practise for returning data from EJB's

    I have an EJB that runs a query on a backend database and i want to return the data back to my Java GUI. Ideally i would like to pass a ResultSet back but i don't think they are serialisable so this isn't an option. What's considered the best way to

  • Bug in 15.1(3)T3 when trying to add an IPv6 name-server?

    I have an 877 that I have configured with IPv4 & IPv6 (via a tunnel broker).  I also VPN into this using VPDN with Windows 7 clients.  I have configured the VPN for IPv6 and this is working well.  Unfortunately an IPv6 name-server isn't being sent to

  • Product pricing in marketing plans

    where do u maintain prices for products in marketing plans? Thanks in advance Prasad