Oracle BAM 11g - Deployments and development questions

Hi!
I have few questions related to Oracle BAM 11g developement and deployment processes. We are going to use that together with Oracle SOA Suite 11g ( BPEL / BPM processes), and now my questions are related to development phase:
1. If we have two or more Oracle BAM developers with their own Oracle BAM server instances, and we would like to share our development work, should/can we you same database repository to share the reports, data objects?
2. How we can copy Oracle BAM Data Objects, Reports etc from one environment (dev) to other environments (test, accept test, integration test, production) ? In software deployment projects (like Spring or Grails web-projects) we have used version control system and CI to build packages to different environments etc. How is the Oracle BAM deployment process actually "planned to be" since it uses its database repository to store objects and reports ?
3. The Oracle BAM itself has nice reports etc (Oracle BAM Client) that can be used using IE browser. How if we have to show/include those reports from Oracle WebCenter Spaces ? Is it possible and how?

Hi,
Were you able to find the answer to your questions? Especially the one, showing BAM reports in Webcenter Spaces?

Similar Messages

  • Oracle BAM 11g separately on Linux

    Oracle BAM 11g can be installed as a separate component in Linux, without installing all the SOA Suite 11g?

    Sbaldwa Thanks,
    this link explains that although BAM comes in the same installer for the SOA Suite,
    can be installed independently, and work with other databases not just with Oracle

  • ADF Framework with Oracle BAM 11g

    Can any one guide me for integrating Oracle BAM 11g with Oracle Application Developement Framework (Oracle ADF) ?Thanx in advance.
    Thanks & Regards,
    Amik

    Take a look at BAM Data Control functionality.
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bam_data_control.htm

  • Oracle BAM 11g : bam-rcu.bat fails

    Hi all,
    When installing BAM 11g (tp4 download), & when i run the bam-rcu.bat, it strucks in between & throws the following error :
    D:\BAM\BAM_OC4J_HOME\bin>bam-rcu.bat
    Buildfile: D:\BAM\BAM_OC4J_HOME\bin\..\install\bam\rcu-tasks.xml
    create-bam-schema:
    [echo] bam.jdbc.connectstring=10.176.231.205:1521:aih1
    [echo] bam.jdbc.url=jdbc:oracle:thin:@10.176.231.205:1521:aih1
    [echo] bam.db.user=ORACLEBAM
    [echo] bam.db.password=bam
    drop-and-create-bam-user:
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @dropuser_bam_oracle.sql ORACLEBAM ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:55 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: DROP USER &bam_user CASCADE
    [exec] new 1: DROP USER ORACLEBAM CASCADE
    [exec]
    [exec] User dropped.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [echo] == sqlplus 'vhmanager/welcome_1 as sysdba' @createuser_bam_oracle.sql ORACLEBAM bam SYSTEM TEMP ==
    [exec]
    [exec] SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jun 12 00:25:56 2008
    [exec]
    [exec] Copyright (c) 1982, 2005, Oracle. All rights reserved.
    [exec]
    [exec]
    [exec] Connected to:
    [exec] Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    [exec]
    [exec] old 1: CREATE USER &bam_user identified by &bam_passwd
    [exec] new 1: CREATE USER ORACLEBAM identified by bam
    [exec] old 2: default tablespace &def_tablespace
    [exec] new 2: default tablespace SYSTEM
    [exec] old 3: temporary tablespace &temp_tablespace
    [exec] new 3: temporary tablespace TEMP
    [exec]
    [exec] User created.
    [exec]
    [exec] old 1: grant connect, resource to &bam_user
    [exec] new 1: grant connect, resource to ORACLEBAM
    [exec]
    [exec] Grant succeeded.
    [exec]
    [exec] SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    [exec] With the Partitioning, OLAP and Data Mining options
    sql-based-cacheinit:
    [copy] Copying 1 file to D:\BAM\BAM_OC4J_HOME\rcu\integration\bam\sql
    [sql] Jun 12, 2008 12:25:57 AM oracle.jdbc.driver.OracleDriver registerMBeans
    [sql] SEVERE: Found Oracle Apps MBeanServer but the getMBeanServer method threw an exception.
    [sql] java.lang.reflect.InvocationTargetException
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:274)
    [sql] at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:224)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:220)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at java.lang.Class.newInstance0(Class.java:350)
    [sql] at java.lang.Class.newInstance(Class.java:303)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getDriver(JDBCTask.java:379)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:319)
    [sql] at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:414)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [sql] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [sql] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [sql] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [sql] at java.lang.reflect.Method.invoke(Method.java:585)
    [sql] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:348)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:357)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [sql] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [sql] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [sql] at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [sql] at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [sql] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [sql] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [sql] Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProvider
    Impl
    [sql] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [sql] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [sql] at java.lang.Class.forName0(Native Method)
    [sql] at java.lang.Class.forName(Class.java:242)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1687)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:156)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:164)
    [sql] ... 46 more
    BUILD FAILED
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:90: The following error occurred while executing this line:
    D:\BAM\BAM_OC4J_HOME\install\bam\rcu-tasks.xml:103: java.sql.SQLException: ORA-01017: invalid username/password; logon d
    enied
    Total time: 6 seconds
    Any idea why this error ? & do i need to set anything ?
    Regards,
    Subba

    It's weird - it says it created the db user fine and then when it goes to use it, it says invalid credentials.....maybe you can find out more from the logs. Look in
    D:\BAM\BAM_OC4J_HOME\install\bam\bam-config.log
    and also
    D:\BAM\BAM_OC4J_HOME\j2ee\home\log\bam\oraclebam.log
    Also, you are using a database version that is explicitly listed as excluded from being supported in 11 - it's hard to say whether that is the reason for this error. If you could upgrade or switch to XE that would be worth trying.
    Heidi.

  • Setting up Oracle DB 11G in a development environment

    Hi
    I need to setup a new development environment with Oracle Database 11g and Oracle Apps Server 10G Forms and Reports.
    Currently we are running a live system (using Microsoft Virtual PC) on a domain and the virtual servers are joined to the domain.
    Where I want to get to with the new development environment is to be able to eventually move these new virtual servers to a completely new domain.
    What would be the best way to set this up to minimize the amount of work when setting up the database and apps server with the assumption that I will want to migrate the virtual servers to a new domain in the future. Would it be better to set up a basic workgroup and do the installation of both virtual servers in a workgroup environment?
    Also besides having security enhancements is there any advantage of having Oracle installed on a server versus installing on a Windows XP box?
    Many thanks.
    Spencer

    İf you first try to create db you get above errors, then you select "Create new objects in schema" option drop&create process starts.
    Result :
    TESTTYPEıD_TRG, CUSTOMOPTıONıD_TRG , ıSSUEVERSİONTYPEıD_TRG triggers are dropped and but not created again. ETESTPAGEID_TRG, TESTCASEATTACHMENTID_TRG, ATTCHSTDATA_TRG are newly created instead
    As I mentioned above after creation of ATTCHSTDATA_TRG, it throws an error and process stop. In additon, due to this error, all the dropped views are not created again.
    All my problem is newly created triggers an couldnt created views I suppose.
    Please advice
    thank you

  • Oracle BAM 11g report to view WorkItems

    Hi,
    I have a requirement wherein we need a report displaying WorkItems summary.
    The scenario is as follows:
    SCNERIO: There's a BPM process in which human tasks are created for different types of approvals. Once a workitem is created corresponding to a human task and assigned to the corresponding user, need to display that in BAM report. Also, the BAM report should have the provision of searching and displaying the workItems based on Assigned User/Title of WorkItem etc. The report will have two panels,one having the dropdowns with various search criteria and a Search button. Once a search criteria is chosen and Search button is clicked, the details of the workItem should be displayed in the other panel.
    Questions:
    1. Is this possible using BAM 11g?
    2. If yes, how and which report type to use?
    3. If No, what could be the alternative way of implementing?
    Any inputs would be really helpful,thanks.

    have u gotta any solution for that ?

  • Oracle ADF 11G R1 and 11G R2 and Internet Explorer 11 Support

    Hello,
    We are using Oracle ADF 11G R2 (11.1.2.4), and now that Microsoft has pushed Internet Explorer 11 to Windows 7 and Windows 8 computers, we are finding that our application is not working with IE11.
    You get the popup that states "You are using an unsupported browser", and while everything renders on the screen, the application does not respond to user clicks.
    Does anyone have workaround for IE11, and if anyone from Oracle is reading, can you give any tentative guidelines for IE11 support.
    Thanks.

    Here's one workaround
    Jonas de Graaff weblog: How to run your ADF 11.1.x application under IE 11: a workaround
    http://jonasdegraaff.blogspot.nl/2013/11/how-to-run-your-adf-111x-application.html

  • Oracle Rac 11g R2 and Openfiler

    hi all.
    i am using Oracle Linux Enterprise 5.5 Openfiler 2.9 ,Grid 11g R2 and oracle Database 11g R2.
    i created 3 disks ,Disk1,Disk2 and Disk3 but i gave the size to DISK2 and DISK3 40GB
    and DISK 5GB plz can anyone guide me by using OPENFILER how much SIZE(GB) i can use for each DISK?

    hi all.
    is there any other way to work like openfiler i want to create voting disks for my rac,i used openfiler for that,
    plz can anyone tell me is there any good way to create large disks for rac datas?

  • Re: Diff between Oracle Applications 11g rel1 and 11g rel2

    Hi ,
    Please guide me through some doc.Id which can tell me the difference between 11g rel1 and 11g rel2.
    Regards.

    This topic was discussed many times in the forum before, please see old threads for details.
    Technical Difference between 11i and R12
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Technical+AND+Difference+AND+11i+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Functional Difference between 11i and R12
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Functional+AND+Difference+AND+11i+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    AR in R12 and R11i
    R12 Content Documents
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Content+AND+Document+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle 8i Lite - OO4O and other Questions

    1.) Can OO4O (Oracle Objects for OLE) be used with the Oracle 8i Lite database ?
    2.) Does Oracle 8i Lite operate as a "client/server" database ?
    3.) Is it possible to have multi-user access to Oracle 8i Lite ?
    4.) Is there documentation somewhere that lists all of the limitations with 8i Lite as compared to 8i ?
    We are in the planning stages of a partial mobile system, and want to know how much difference in development efforts for the 2 platforms (Oracle 8i on Win 2000 server and Oracle 8i Lite on NT/98/95 Laptops).
    Any information on Oracle 8i Lite would be appreciated. -- Especially need an answer to question 1 right now.
    Thanks,
    Paula

    Hi,
    I am qouting below from the oracle 8i Lite documentation which says it supports triggers . Please clarify.
    Oracle Lite DBMS
    Oracle Lite DBMS is a lightweight (50KB - 750KB), Java enabled database designed from the ground up for laptops, handheld computers, PDAs and smartphones. It supports industry standard ODBC, JDBC, SQLJ, and Java Stored Procedures and Triggers. It provides a streaming fast "C" interface, OKAPI, to its object kernel. It also supports Java Access Classes, JAC, a fast and easy way to make Java Objects persistent. Oracle Lite DBMS now supports all popular mobile platforms, including Palm OS, EPOC, and Windows CE, letting you deploy enterprise applications on virtually any mobile device.
    Regards
    null

  • Oracle 8i Enterprise Edition and Developer 6.0

    I have installed ORACLE 8i on my laptop and can start the database/log into SQLPlus to create tables, etc. There is no network adapter, so I installed MS Loopback Adapter to make this all work. Windows NT and ORACLE 8i are on the D: drive.
    The other day I installed Developer 6.0 on the E: drive. When I try to connect to the database, I get a cannot resolve service name error.
    I have tried various OEACLE protocol adapters (TCP/IP, Bequeath, IPC), but can't seem to get Developer to talk with the database.
    What is the easiest way to get a working system that I can use to get things working?
    What changes would I have to make to use an alternative way (for general education, info)?

    James!
    It seems like u haven't configured the listener/tnsnames files indication is **cannot resolve service names**
    check to see ORACLE_HOME/network/admin
    for this files and check the sample files in the same directory for setting up those files.
    ORACLE_HOME=path where the Oracle is installed
    Hope this helps
    still problems????post back
    Good Luck
    null

  • Oracle ADF 11G R1 and Internet Explorer 11 Support

    Hello,
    I need to write my own post even if issue is written on this thread (https://forum.java.sun.com/thread/2602720) Because i suppose that post writer reached to his useful workaround  and no activity seems for a couple of months.
    Use 11.1.1.6 and Win8.1 IE11
    I did not find any solution or workaround which runs properly. Any comments are welcome.
    merry christmast

    The reason for this is that there is no solution at the moment. Oracle is working on one. Also check https://groups.google.com/forum/m/#!msg/adf-methodology/NP4g98AvrCw/uYf_cvDna_0J
    To my knowledge you have to open a SR with support.oracle.com and ask them for help to get the back port of the solution once it's ready.
    If you have a support contract you'll find a note for IE11 THERE too.
    Timo

  • Calling stored procedure From Oracle BAM 11g Reports ???

    Is it possible to pass user prompt value from oracle bam11g report  to the stored procedure  as parameter and get data from database and display report on that? 
    Reagrds,
    Ravi yadav

    Hi Gopal,
    Thank you for your reply.
    >Is there any way other than Stored Procedure?
    Can you try configuring sender adapter to poll the data in intervals. You can configure Automatic TIme planning (ATP) in the sender jdbc channel.
    I need to select the data from different tables based on some conditions. Let me simplify that.
    Suppose Table1 contains 'n' no of rows. For each row, I need to test two conditions where only one condition will be satisfied. If 1st condition is satisfied, then data needs to be taken from Table2 else data needs to be taken from Table3.
    How can we meet this by configuring sender adapter with ATP?
    ================================================================================================
    >How to handle Data Types as data is coming from two different tables?
    If you use join query in the select statement field of the channel then whatever you need select fields will be returned. This might be fields of two tables. your datatype fields are combination of two diff table.
    we need to take data only from one table at a time. It is not join of two tables.
    ================================================================================================
    Thanks,
    Jyothirmayi.

  • Show drill down with in same page in Oracle BAM 11g

    Is it possible to show drill down report with in same report page?say once i open a report A, user can see only report A.Once i drill down to next level the report page will show report A and next drilled reoprt say report B and like this.

    You mean to say you have two different reports like a master summary report and second as detailed report or you are just using bam hierarchichal drilling to drill down to the lower level detail?
    BAM driving feature works on the two views in the same report like you have a list view at top of report and a pie chart view at the bottom, then you can pass parameters(like cliking on a row of list will pass parameter to the bottom view) from the top view to the bottom view and depending upon the parameter passed, the bottom view will get updated. In this case, you can see both the views simultaneously on the same page.

  • While trying to connect to Oracle database 11g from SQL developer (Error)

    Hi Guys,
    Installed OIM in virtual machine with Windows 2008 and when trying to connect to Database after completing installation receiving with Error ' No more data to read from socket'
    Vendor code : 17410. can anybody give suggestion on this.
    thanks
    sri485.

    yes i tried connecting DB directly its working fine and i tried select * from DUAL it displays 2 . VMware with OIM working fine in my system and when i copied the same VMWARE file to other system and i tried running OIM and connecting to DB it not working.
    log trace:
    <Aug 21, 2012 2:28:56 PM BST> <Warning> <DeploymentService> <BEA-290014> <Inval
    d user name or password.>
    <Aug 21, 2012 2:28:58 PM BST> <Error> <OIM Authenticator> <BEA-000000> <Error s
    tting SQL Hint java.sql.SQLException: Unable to start the Universal Connection
    ool: oracle.ucp.UniversalConnectionPoolException: Error during pool creation in
    Universal Connection Pool Manager MBean: oracle.ucp.UniversalConnectionPoolExce
    tion: Error during pool creation in Universal Connection Pool Manager: oracle.u
    p.UniversalConnectionPoolException: Universal Connection Pool already exists in
    the Universal Connection Pool Manager. Universal Connection Pool cannot be adde
    to the Universal Connection Pool Manager>
    java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.uc
    .UniversalConnectionPoolException: Error during pool creation in Universal Conn
    ction Pool Manager MBean: oracle.ucp.UniversalConnectionPoolException: Error du
    ing pool creation in Universal Connection Pool Manager: oracle.ucp.UniversalCon
    ectionPoolException: Universal Connection Pool already exists in the Universal
    onnection Pool Manager. Universal Connection Pool cannot be added to the Univer
    al Connection Pool Manager
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java
    488)
    at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.ja
    a:163)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java
    651)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.
    ava:890)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.
    ava:857)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.
    ava:851)
    at oracle.iam.platform.auth.impl.DBStore.getConnection(DBStore.java:130
    at oracle.iam.platform.auth.impl.DBStore.setSQLHint(DBStore.java:107)
    at oracle.iam.platform.auth.impl.DBStore.<init>(DBStore.java:62)
    at oracle.iam.platform.auth.impl.DBStore.getInstance(DBStore.java:83)
    at oracle.iam.platform.auth.impl.Authenticator.<init>(Authenticator.jav
    :87)
    at oracle.iam.platform.auth.impl.Authenticator.getInstance(Authenticato
    .java:71)
    at oracle.iam.platform.auth.providers.wls.OIMAuthLoginModule.login(OIMA
    thLoginModule.java:43)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(Lo
    inModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(Lo
    inModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    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:
    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:
    80)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(
    AASLoginServiceImpl.java:113)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHand
    er.invoke(Delegator.java:57)
    at $Proxy25.login(Unknown Source)
    at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceIm
    l.login(WLSJAASLoginServiceImpl.java:89)
    at com.bea.common.security.internal.service.JAASAuthenticationServiceIm
    l.authenticate(JAASAuthenticationServiceImpl.java:82)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHand
    er.invoke(Delegator.java:57)
    at $Proxy43.authenticate(Unknown Source)
    at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authen
    icate(WLSJAASAuthenticationServiceWrapper.java:40)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(Princi
    alAuthenticator.java:348)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(Princi
    alAuthenticator.java:355)
    at weblogic.management.servlet.BootstrapServlet$1.run(BootstrapServlet.
    ava:169)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticat
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java
    146)
    at weblogic.management.servlet.BootstrapServlet.processGet(BootstrapSer
    let.java:119)
    at weblogic.management.servlet.BootstrapServlet.doGet(BootstrapServlet.
    ava:108)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.ru
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecur
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
    a:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
    a:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    n.wrapRun(WebAppServletContext.java:3717)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticat
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebApp
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServlet
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.ucp.UniversalConnectionPoolException: Error during pool creat
    on in Universal Connection Pool Manager MBean: oracle.ucp.UniversalConnectionPo
    lException: Error during pool creation in Universal Connection Pool Manager: or
    cle.ucp.UniversalConnectionPoolException: Universal Connection Pool already exi
    ts in the Universal Connection Pool Manager. Universal Connection Pool cannot b
    added to the Universal Connection Pool Manager
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(
    CPErrorHandler.java:368)
    at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolExceptio
    (UCPErrorHandler.java:49)
    at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolExceptio
    (UCPErrorHandler.java:80)
    at oracle.ucp.admin.UniversalConnectionPoolManagerMBeanImpl.createConne
    tionPool(UniversalConnectionPoolManagerMBeanImpl.java:316)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java
    625)
    ... 61 more
    <Aug 21, 2012 2:28:58 PM BST> <Error> <Configuration Management> <BEA-150035> <
    n attempt was made to download the configuration for the server oim_server1 by
    he user iamamin with an invalid password.>
    thanks
    sri485

Maybe you are looking for

  • Cannot delete camera raw.8bi in Vista32 folder

    Hello - a peculiar access rights problem? I just manually updated ACR5.2 "camera raw.8bi" in the correct folder in Vista64 and in the CSPS4 64bit environment. I had no problem to overwrite the old file. Neither PS nor bridge are running. Now the same

  • EBS in Solaris 10 X64

    Hi everybody. I have a licensing doubt. Sorry if this kind of question is misplaced... I have a running EBS 7.4 software server in a Sun Fire X2200M2 Solaris 10 8/07 I know that the Console Server (SUNWebsg) works in Solaris 10 SPARC but not in Solar

  • Running Dreamweaver CS5.5 on Windows 2008 R2

    I am trying to install Dreamweaver CS5.5 on a Windows 2008 R2 server for use within Citrix environment. The installation seems to work properly and I can open the application the first time with no errors, however, every subsequent opening of the app

  • XL REPORTER DECIMAL PLACES

    Although may be selected for a Company 6 decimal places (e.g. prices, rates, amounts) XL returns only 2 decimal (in Report Builder and Report Composer). Is there a possibility to increase decimal places in XL? Rounding makes serious differences in re

  • Set PATH for xgrid job env

    Hi all When I enter: xgrid -job submit /usr/bin/env I get: XGRIDPROCESSORCOUNT=2 XGRIDPROCESSORSPEED=2400 XGRIDAGENTNAME=aha SECURITYSESSIONID=94b51520 PATH=/usr/bin:/bin:/usr/sbin:/sbin TMPDIR=/var/folders/zz/zzzivhrRnAmviueezzzzzjzzzzs/-Tmp-/ SHELL