Oracle AS adapter 10g R3 installation on clusters Application server

Hi,
I want documentations or steps for installing oracle AS adpater 10R3 on oc4j application server(clustered).
Existing components:
Oracle AS server in clustered mode
Oracle SOA Suite 10.1.3.5
Over this I want to install oracle AS adapter.I have few queries
1.Do I have to install AS adapter separately on each node of the cluster?
2. Is there any specific steps that need to be followed why installing AS adapter in clustered environment.
Thanks in advance
Regards,
Tharanath

1.Do I have to install AS adapter separately on each node of the cluster?
Ans:Yes
2. Is there any specific steps that need to be followed why installing AS adapter in clustered environment.
Ans:No

Similar Messages

  • Error in Oracle Form 10g while deploying it on Application server

    hiiiii
    I have a form in 10g in which i am trying to produce data in excel format through ole2..
    the form is working fine when i am running it on form builder....but when i deploy this form on oracle 10g application server,the form is getting run through client pc but the excel sheet is not getting opened & i am getting error like
    ora-305500_
    the code which i wrote to access the excel worksheet is as follows::
    declare
    application OLE2.OBJ_TYPE;
    workbook OLE2.OBJ_TYPE;
    workbooks OLE2.OBJ_TYPE;
    worksheet OLE2.OBJ_TYPE;
    worksheets OLE2.OBJ_TYPE;
    Range OLE2.OBJ_TYPE;
    cell OLE2.OBJ_TYPE;
    font OLE2.OBJ_TYPE;
    args OLE2.List_Type;
    col number;
    Vfy varchar2(7);
    vl number;
    vl1 number;
    NYR NUMBER;
    RowNo Number;
    slno Number;
    ColNo Number;
    cmtamt Number;
    AmtFY number;
    AmtBal number;
    xlPagesetup ole2.obj_type;
    cursor cur_rec is
    SELECT ln_typ,ln_typ_dsc from tla_ln_typ
    order by ln_typ;
    begin
    message('step1');
    application:=OLE2.CREATE_OBJ('Excel.Application');
    message('step2');
    OLE2.SET_PROPERTY(application, 'Visible', 'True');
    message('step3');
    workbooks := OLE2.GET_OBJ_PROPERTY(application, 'Workbooks');
    message('step4');
    workbook := OLE2.INVOKE_OBJ(workbooks,'Add');
    message('step5');
    worksheets := OLE2.GET_OBJ_PROPERTY(workbook, 'Worksheets');
    message('step6');
    worksheet := OLE2.INVOKE_OBJ(worksheets,'Add');
    message('step7');
    PageSetup(Worksheet);
    rowno := 1;
    SetCellText(worksheet,rowno,1,'ln_typ');
    SetCellBold(worksheet,rowno,1);
    SetCellText(worksheet,rowno,2,'dsc');
    SetCellBold(worksheet,rowno,2);
              rowno := rowno + 1;
    colno :=1;
    SetCellWidth(Worksheet,rowno,colno,10);
    SetCellWidth(Worksheet,rowno,colno+1,20);
    for rec in cur_rec loop
                             SetCellText(worksheet,rowno,colno,rec.ln_typ);          
                             SetCellText(worksheet,rowno,colno+1,''''||rec.ln_typ_dsc);
                             rowno:=rowno+1;
    end loop;
    rowno:=rowno+1;
    OLE2.RELEASE_OBJ(worksheet);
    OLE2.RELEASE_OBJ(worksheets);
    OLE2.RELEASE_OBJ(workbook);
    OLE2.RELEASE_OBJ(workbooks);
    OLE2.RELEASE_OBJ(application);
    END;

    You are using OLE2. That means that you are using OLE2 and Excel on the SERVER, not on your PC. You have to use CLIENT_OLE2 via Webutil as Sarah suggested.
    Please go the the Forms documentation about Webutil. It has been discussed soooooo many times.

  • BPEL Server installation on JBOSS application Server on SUN SOLARIS

    I have a question about Oracle BPEL installation. For our project exists the requirement, to install BPEL Server on SUN SOLARIS, whereby the appropriate Version of Application server JBOSS already exists and it should be used.
    The version of the Oracle BPEL server for JBOSS, which we found on the Download side, is made available only with JBOSS (version 3.2.6) in a Package.
    During the BPEL server installation this bound JBOSS server version is installed automatically, without giving selection. Is there a BPEL installation for JBOSS on SUN-SOLARIS, which can be installed at the already existing JBOSS server?

    Hi There,
    Dis you get any good responces to your question ?
    Thanks
    [email protected]

  • Problems in Installation of 9iAS Application Server

    I've downloaded 9iAS Application Server & trying to load on Microsoft Windows 2000 Professional Edition, Intel Pentium III processor, with 256MB RAM.
    After clicking to the Setup.Exe, Oracle Universal Installer appears on the screen. Then when I press NEXT, it gets hanged & is not responding.
    When I am trying to load another Oracle Universal Installer, it gives
    following error message alert:
    jrew.exe - Application Error
    The instruction at "0x6ee33c57 referenced memory at "0x00000000". The memory
    could not be "read".
    Click on OK to terminate the program.
    Click on CANCEL to debug the program.
    Awaiting an early favourable responce.
    null

    Bidhin,
    Abandon any thoughts of installing 1.0.2.2 version from download. Oracle will not support it anyway. I just found this out this morning. The install is suspect anyway as I have had numerous problems, an install of 1.0.2.0.0 works fine.
    Hopefully Oracle will pull the 1.0.2.2 version from release as it will not work.
    null

  • Hyperion planning installation(Problem with application server deployment)

    Hi There:
    I am new to hyperion planning.I am trying to install planning.I got problem with Hyperion Configuration utility while configuring application server deployment.Its show message failed.Please guide me how to fix this.If it is possible can you please send me any personal documentation on installation.I am trying this for past 4 day's.Below is the error its showing in configtool
         ... 10 more
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, INFO, Validating dependencies...
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel$5, DEBUG, Product: Planning; Dependencies: []
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: HspDBPropertyLocation
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: applicationServerDeployment
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.PanelEventDispatcher, DEBUG, constructor
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryEnter
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebLogic 8.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebSphere 5.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: Tomcat 5.0.28; deployment type = both
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryExit
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, DEBUG, AppServer selected: WebLogic 8.1
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.ProductCustomInputPanel, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryEnter(ProductCustomInputPanel.java:88)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting WebLogic 8.1 deployment...
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.initContexts(AppServerDeployer.java:628)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:548)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:526)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDeployerTask(RunAllTasksWizardAction.java:251)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:156)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (Mar 09, 2008, 08:26:13 PM), com.hyperion.cis.config.wizard.CustomSummaryPanel, DEBUG, CustomSummaryPanel in queryExit
    Please help me.Email id:[email protected]
    Thanks
    Harsha.
    Message was edited by:
    user603943

    I think the installation of planning on Vista is difficult. As some of the files doesn't support even i am tired of doing that.
    But tell me one thing have you installed all other products , I mean Essbase, (server, client) , AAS and Shared services.
    Are they working good .
    I have formatted my system to XP and installed everything , but the problem is when i install planning it prompts me that IIS 5 should be greater other wise EPM will not install...
    there are lot of things with planning 1) i can't datasource as it is not highlighting when we configure with Shared services
    2) It does not create product instance .
    If any one can fix this thing by giving me a suggestions.
    Advance Thanks

  • Error on the installation of Web Application Server Java 6.40 SP9 on my PC

    Hi, All,
    I got the following error when I try to install Web Application Server Java 6.40  SP9 on my laptop using the CD that comes with the Book 'Java Programming with the SAP Web Application Server'. I'm currently using window XP.
    The installation failed on the 3rd step 'SAP System Installation'.
    I logged on my laptop as my own userid, but I should have the administrator's rights.
    ERROR 2007-05-15 15:43:10
    FSL-00001 System call failed. Error 2 (The system cannot find the file specified.
    ) in execution of system call 'LoadUserProfile' with parameter (thread token for IT-899\j2eadm, j2eadm), line (616) in file (synxccuren.cpp).
    Do you have any ideas what it means?  Any inputs would be greatly appreciated.
    Joanna

    Thank you all for your replies.  I downloaded the newest version of Netweaver from the SAP website and got it installed successuflly.  Points rewarded...Thanks.
    Joanna

  • Clustered Application server problem

    Hi All
    How does the address from clustered Application servers get resolved by J2ee?
    I have a strange problem while working on Clustered App server on RAC.
    After deploying the code on the server, the individul instances of the application seem to work perfectly, however the main URL(The one that should ideally resolve the n children URL) seem to give a lot of problems.
    Can someone shed light on this?
    Thanks
    GN

    I'll go ahead and answer my own question on this one, just in case it may save someone the research it took us to figure this one out.  It turns out we were running MS Server 2003 SP1.  There is a hotfix patch in SP2 that addresses the inability to put the object code on one server in the cluster and the print server on the other server in the cluster.  Strange that it worked fine with COBOL code - I guess because it came across as plain text files with no grapics.  After installing the hotfix on the server, it handles the CR file just fine.
    Bill

  • Problem Oracle 10g database Installation on Windows 2003 Server

    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad Shoaib

    898118 wrote:
    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad ShoaibOracle really doesn't like to be installed into directories with spaces in their names.

  • Oracle 10g rac installation on IBM power server

    Dear Gurus,
    I am installing Oracle 10g RAC on IBM power server but while running CRS getting the following errors. Please help to resolve this issue.
    OUTPUT from Installation log:
    INFO: Start output from spawned process:
    INFO: INFO:
    INFO: /oracle/app/oracle/product/crs/bin/genclntsh
    INFO: /usr/bin/ld: cannot find -lxl
    INFO: collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: make:
    INFO: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/oracle/app/oracle/product/crs/network/lib/ins_net_client.mk'. See '/oracle/app/oracle/oraInventory/logs/installActions2011-12-26_04-40-48PM.log' for details.
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore
    SYSTEM:
    IBM power server
    Linux 5.3
    I have already tried changing ORACLE_HOME,CRS_HOME,LD_LIBRARY_PATH but nothing worked.
    Regards,
    Prajash

    Those errors remind me on errors I encountered when I was trying to do installation that was not certified,
    so try to check if installation you are doing is actually supported.
    In the meantime , visit metalink and read document [ID 460969.1] , */usr/bin/ld: Cannot Find -lxml10, Genclntsh: Failed To Link Libclntsh.so.10.1*

  • Oracle Business Intelligence 10g rel2 installation

    Hi,
    I am trying to install the Oracle BI 10g rel 2 server but am getting the following error during the file copy stage :
    "java.util.zip.ZipException: invalid entry CRC (expected 0xc2083262 but got 0x6338f69d)"
    I am not planning to associate it with an AS as I do not require SSO or Portal functionality.
    I am working on a HP-UX PA-RISC(64-bit) with O/S 11.11.
    If anybody can shed some light on this I would be very grateful.
    Regards
    Noel

    Hi,
    I have installed OBIEE on linux without any troubles. You must use the supported java versions SUN JDK 1.5 ....
    Download it, install it and you will see it will work.
    PS My install is CentOS based, and I deployed in iAS 10g.
    Greetings
    Gert
    http://www.ruanova.be

  • 10g Express installation on Win 2003 Server is failing

    Hi,
    I am facing the similar issue like this
    Oracle Database 10g Express Edition installing on win2003 SP2
    installation is failing after copying the files and publishing the product information and then automatically rolling back the complete setup. I checked in the OracleDatabaseXEServerInstall.log, but i could not trace out the exact cause.. some key notes from this log.
    =================== Log Extract =========================================
    Property(S): ISSCRIPT_ENGINE_VERSION = 11.0.0.28844
    Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available,
    please run ISScript.msi, or contact your support personnel for further assistance.
    Property(S): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required
    to run this setup. If available, please install the latest version of ISScript.msi, or contact your support
    personnel for further assistance.
    Property(S): ProductToBeRegistered = 1
    MSI (s) (68:5C) [18:45:56:639]: Note: 1: 1708
    MSI (s) (68:5C) [18:45:56:639]: Product: Oracle Database 10g Express Edition -- Installation operation failed.
    =================== Log Extract =========================================
    This is a VM with Windows Server 2003 SP 2. I checked the relevant Group policies enabled for this and i m clueless why this is failing.
    Could someone provide me some clue on this
    Thanks,
    NSR

    There is insufficient information here to know what you did and did not do.
    Remove the software from your machine, if you know how to do so clean up the registry (otherwise do not touch it), get a fresh download, try again, and read the installation docs don't just try to fake your way through the prompts.

  • Using Toplink with Servlets in a Clustered application server

    I am having some problems with Toplink.
    Basically, I have a collection of HttpServlets that manipulate a domain object and its various collections of objects. The general technique is to place the domain object in the HttpSession, and have each Servlet modify this object by retrieving it, modifying it, and storing it when necessary. The problem is that since this application is running in a clustered environment, the object in the session may or may not be the same object returned from Toplink. It may be a serialized clone of the object from another server on the cluster.
    This has caused several problems. First, if I am using indirction for the collections, when the domain object is deserializaed, it throws an exception when it tries to instantiate the indirection. Next, when trying to store the object, it is not registered with a unit of work, and I am not sure how to properly account for this. Third, there is a many to many relationship. The user may pick one such object, and add it to the domain object being manipulated. This seems to cause problems when the object is read from Toplink, and added to the domain object that is a serialized clone.
    Anyway, my question is, what is the general pattern for handling an object being manipulated on a HttpSession in a clustered environment, where this object(s) may or may not be the actual objects returned from Toplink? My goal is to have a factory return one DatabaseSession per cluster server, and be able to load, store, and manipulate these objects in the HttpSession.
    Here is an attempt at code:
    import java.io.*;
    import java.util.*;
    import oracle.toplink.expressions.*;
    import oracle.toplink.sessions.*;
    public class DataAccess
    private static Project project = new MyToplinkProject();
    private static DatabaseSession session;
    private UnitOfWork unit;
    public DataAccess()
    unit = getDatabaseSession().acquireUnitOfWork();
    public ArrayList getAllCustomers()
    Vector v = (Vector) session.readAllObjects(Customer.class);
    return new ArrayList(v);
    public Customer getCustomerForUpdate(Customer c)
    Customer custCopy = (Customer) unit.readObject(c);
    return (Customer) unit.registerObject(c);
    public Form getCustomer(String id)
    ExpressionBuilder builder = new ExpressionBuilder();
    Expression exp = builder.get("id").equal(id);
    return (Customer) session.readObject(Customer.class, exp);
    public void saveCustomer(Customer cust)
    unit.deepMergeClone(cust);
    unit.commitAndResume();
    private synchronized DatabaseSession getDatabaseSession()
    if (session == null)
    session = project.createDatabaseSession();
    session.login();
    session.setLog(new PrintWriter(System.out));
    session.logMessages();
    return session;
    public void destruct()
    release();
    public void release()
    unit.release();
    session.release();
    Anyway, from this code I hope you can see what I am trying to do. The basic idea is that a Customer object provided for store and update may or may not be a serialized copy. Also, the object returned from a read may be serialized before the indirction is attempted.
    Thanks for any help,
    Jason Wilson

    Hi Jason
    A single static DatabaseSession and a single static UnitOfWork is not the recommended way of working with TopLink from a servlet. Our recommendation is that you create a single ServerSession object and that every time a servlet needs to interact with a TopLink Session, the servlet first acquires a ClientSession from this ServerSession object and possibly acquires UnitOfWork from the ClientSession. A UnitOfWork is not intended to be shared by servlets, or by different clients.
    Basically, what you're attempting to do with the DatabaseSession is something we would recommend that you do instead with a ServerSession/ClientSessions combination.
    As for working with persistent objects that you store in an HttpSession, I will try to give you some relevant background. First off, the UnitOfWork is intended to be used to manage the changes to a set of objects in a SINGLE TRANSACTION. It is always much easier to manage if these transactions are short-lived (ie if there is one transaction per ServletRequest.
    However, the fact that you are talking about storing objects in the HttpSession makes me think that you are also considering long-running transactions that are may be spread out over several ServletRequests. You should definately consider this decision very carefully. If you want to continually edit an object that is stored in the HttpSession, then we need to consider how to manage when the object's changes should be committed to the database and how to manage concurrency when two users have the same object in their respective HttpSession objects.
    One idea is not to store the actual object in the HttpSession but instead to store the "id" of the object (something that you can use to find the correct object when the same user makes another request). So servlets always:
    -acquireClientSession
    -find the object that they are working with (based on information in the HttpSession)
    -if the object is to be edited then a UnitOfWork provides clones of the object (this isolates you from changes that some other user makes to the same object)
    -at the end, commit the changes to the object.
    When the user makes another request, the object they read will have their changes. So, functionally, this is the same as storing the actual object in the HttpSession, except TopLink can provide proper ACID behavior for any updates that you decide to make. And don't worry about the added "expense" of having to query at the beginning of each servlet request; if you are storing the "id" of the object in your HttpSession, then you a simple cache hit is all that is required to get back the correct object. You don't have to go the database at all.
    JIM

  • Installation of Additional Application Server

    Dear Gurus,
    We are running on ECC6 SR2, Oracle 10g and AIX 5.3 and our HW (IBM) was desgined for 60 users and since 3 months now we have increased our user strenght to 115 users for which our server is not able to take the load.
    So we have decided for a Dialog instance and our new server is as follows
    HP GL380 series server ,
    6GB RAM,
    2 x 146 gb HDD,
    Windows 2003 Server with SP2
    Now my question is that can we have our Dialog instance on Windows while our Central Instance is running on AIX?
    How can i divert 30-40 users to the new dialog instance?
    And is there any easy install document for this procedure?
    Kindly help me as this is my first time activity.
    Thanks and regards
    Hari Haran.V

    Hi,
    >you can't have central and dialog instances on different platforms
    This is wrong : it is possible !
    It is perfectly possible to have the CI on AIX and the dialog instances on Windows.
    You just need a shared directory between them which means, usually, SAMBA on AIX.
    The specific programs (especially interface programs) have to be aware of this. For exemple, it is need to define logical paths with transaction FILE, with physical paths both for windows and Unix.
    Regards,
    Olivier

  • Fatal Error during Installation of Weblogic Application Server 11g (10.3.4)

    Hi,
    I have installed Weblogic server 10.3.4 in the first attempt but when I was deploying an ear, Server gets crashed (JDK was crashed) and after that I was unable to start the server because it was giving an error for JDK.
    Then I uninstalled existing Weblogic server and tried installing server (same version using same setup) once again but it is not allowing. It is asking me for directory (WLS Home Directory), Complete/Custom and when installing finally, it is flagging an error (when 39% installation is complete) "Fatal Error encountered during file installation, the installer will now cleanup and exit! C:\<Home Directory>\wlserver_10.3\common\bin\consol.exe (Access is denied)".
    Can any one please help me in resolving this error. Thanks in advance
    Regards,
    Priya

    Hello,
    You need to check the permissions on the middleware home directory.  Give permissions and then try to install weblogic server, it will work. 
    Are you trying to do first time weblogic server installations.  If you have already domain created then from there also you can create a seperate domain
    Regards

  • OIM Installation over Weblogic application server - Login Exception

    Hello there,
    I installed OIM 9.1.0.1 on Weblogic 10.3 with DB 10.2.0.1. I am not able to login into the Administrator web console. And I am getting this following error as stated by the logs below with DEBUG level. I have used sun jdk provided in the weblogic installation itself and in Production mode - Non clustured, non SSO.
    ERROR,14 Jun 2009 23:30:02,906,[XELLERATE.SERVER],Class/Method: QuartzWrapper/ex
    ecute encounter some problems: javax.security.auth.login.LoginException: javax.s
    ecurity.auth.login.LoginException: java.lang.SecurityException: [Security:090304
    ]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginExce
    ption: [Security:090302]Authentication Failed: User xelsysadm denied
    Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: ja
    vax.security.auth.login.LoginException: java.lang.SecurityException: [Security:0
    90304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLogi
    nException: [Security:090302]Authentication Failed: User xelsysadm denied
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:477)
    DEBUG,14 Jun 2009 23:30:02,953,[XELLERATE.SCHEDULER],Loading Scheduled task clas
    s com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
    DEBUG,14 Jun 2009 23:30:02,953,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader entered.
    DEBUG,14 Jun 2009 23:30:02,953,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader left.
    DEBUG,14 Jun 2009 23:30:02,968,[XELLERATE.SCHEDULER],Loading Scheduled task clas
    s com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
    DEBUG,14 Jun 2009 23:30:02,968,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader entered.
    DEBUG,14 Jun 2009 23:30:02,968,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader left.
    DEBUG,14 Jun 2009 23:30:02,968,[XELLERATE.SERVER],Class/Method: QuartzWrapper/ex
    ecute entered.
    INFO,14 Jun 2009 23:30:02,968,[XELLERATE.SERVER],Quartz Executing Scheduled tas
    k : Scheduled Provisioning Task
    DEBUG,14 Jun 2009 23:30:03,015,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil
    /eventPreInsert entered.
    DEBUG,14 Jun 2009 23:30:03,015,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil
    /getSchedulerInstanc left.
    ERROR,14 Jun 2009 23:30:03,015,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUti
    lityFactory/tcUtilityFactory(Hashtable env, tcSignatureMessage poUserIDMessage)
    encounter some problems: javax.security.auth.login.LoginException: java.lang.Sec
    urityException: [Security:090304]Authentication Failed: User xelsysadm javax.sec
    urity.auth.login.FailedLoginException: [Security:090302]Authentication Failed: U
    ser xelsysadm denied
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginExcepti
    on: java.lang.SecurityException: [Security:090304]Authentication Failed: User xe
    lsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authent
    ication Failed: User xelsysadm denied
    at weblogic.security.auth.login.UsernamePasswordLoginModule.login(Userna
    mePasswordLoginModule.java:199)
    at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:1
    86)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:6
    80)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(Unknown Sou
    rce)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:477)
    ERROR,14 Jun 2009 23:30:03,015,[XELLERATE.SERVER],Class/Method: QuartzWrapper/ex
    ecute encounter some problems: javax.security.auth.login.LoginException: javax.s
    ecurity.auth.login.LoginException: java.lang.SecurityException: [Security:090304
    ]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginExce
    ption: [Security:090302]Authentication Failed: User xelsysadm denied
    Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: ja
    vax.security.auth.login.LoginException: java.lang.SecurityException: [Security:0
    90304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLogi
    nException: [Security:090302]Authentication Failed: User xelsysadm denied
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:477)
    DEBUG,14 Jun 2009 23:30:03,125,[XELLERATE.SCHEDULER],Loading Scheduled task clas
    s com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
    DEBUG,14 Jun 2009 23:30:03,140,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader entered.
    DEBUG,14 Jun 2009 23:30:03,140,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader left.
    DEBUG,14 Jun 2009 23:30:03,140,[XELLERATE.SCHEDULER],Loading Scheduled task clas
    s com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
    DEBUG,14 Jun 2009 23:30:03,140,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader entered.
    DEBUG,14 Jun 2009 23:30:03,140,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoad
    er/getClassLoader left.
    DEBUG,14 Jun 2009 23:30:03,156,[XELLERATE.SERVER],Class/Method: QuartzWrapper/ex
    ecute entered.
    INFO,14 Jun 2009 23:30:03,156,[XELLERATE.SERVER],Quartz Executing Scheduled tas
    k : Issue Audit Messages Task
    DEBUG,14 Jun 2009 23:30:03,156,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil
    /eventPreInsert entered.
    DEBUG,14 Jun 2009 23:30:03,156,[XELLERATE.SCHEDULER],Class/Method: SchedulerUtil
    /getSchedulerInstanc left.
    ERROR,14 Jun 2009 23:30:03,156,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUti
    lityFactory/tcUtilityFactory(Hashtable env, tcSignatureMessage poUserIDMessage)
    encounter some problems: javax.security.auth.login.LoginException: java.lang.Sec
    urityException: [Security:090304]Authentication Failed: User xelsysadm javax.sec
    urity.auth.login.FailedLoginException: [Security:090302]Authentication Failed: U
    ser xelsysadm denied
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginExcepti
    on: java.lang.SecurityException: [Security:090304]Authentication Failed: User xe
    lsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authent
    Does anybody have any clues ?
    Thanks in advance.

    I faced similar issue sometime back with Weblogic.
    Here's how I resolved that -
    Using weblogic admin console verify that OIMAuthenticator is present in weblogic Authentication Providers under Security Realms - >myrealms->Providers
    Also check that Control Flag in DefaultAuthenticator is set to "SUFFICIENT". In my case after the installation it was still set to "REQUIRED".

Maybe you are looking for

  • Apple av adapter does not work after updating ios 5,01

    apple av adapter does not work after ios 5,01. no video on vga monitor. sound goes out on iphone 4 also.

  • Workflow set up with event receiver

    Hi Experts, My scenario is like this - I am doing a customer outbound interface. The business objects KNA1 & KNB1 are extended to create  events for creation & changing the customer master. The change documents will be configured to trigger these eve

  • IOS 5.1 Upgrade caused Mute Problems

    Has anyone upgraded to the latest iOS (5.1) and then experienced problems? My conversations are muted (one way – out) since upgrading to 5.1 last week. I'll be mid-conversation and the other party will say "I can't hear you, where did you go?". If I

  • CQ61 restore Bios from USB

    I have a CQ61-429us that stopped working. When I power on I get all the lights, the HDD and CD drives spin, and sound like they are fine. I always have a black screen, so I tried hooking up to an external monitor, with no video signal even after func

  • Why did I get a "You Have Missed a Print" message with Condé Nast At Home?

    You will miss a scheduled print if your computer is turned off or not connected to the Internet, or if you are logged out. When you see the "You have missed a print" message, you can click Print to print now, or Skip. You can set your Condé Nast At H