Business connector installation error

Dear community,
I am trying to install bc 4.8 x64 on win2008 R2 x64 std ed.server (in vmware).
When I run the installer (BCServer48_x64.exe or BCServerXpt48_x64) I get an error:
>business connector install could not find a java virtual machine to load
>you may need to reinstall a supported java virtual machine
As I understand it there is a sap jvm integrated, so separate jre install is not needed.
In any case I have also installed separate java :
>java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
but this does not change the error.
Win2008 R2 is supported according to pam and note 1094412.
I have tried using compatibility settings for win server 2003 but no change.
Any advice ?
Rgds, Eirikur.

It would have been helpful if you shared how to execute this fix.
Here by the way I fixed it:
First:
Make sure you have a JDK installed!
I used: JDK 6: sapjvm-6.1.043-ntamd64.zip
You can find it here: https://tools.netweaver.ondemand.com/  Press the Additional software tab.
Second:
Go to: http://java.com/en/download/help/path.xml
Here they will explain you how to edit the PATH for different OS. The Windows 7 fix works on Windows Server 2008 R2.
Third:
For windows Users:
When you have the Edit PATH screen open add the correct path that leads to your JDK.
For me it was: ";C:\Program Files\Java\sapjvm_6\bin" (Paste without the quotes but add a ; in front of your path)
Kind regards
Jérémy

Similar Messages

  • Problem in sap business connector installation

    Hi,
    I have gone through installation guide ,but in it nothing was mentioned about c:\sapbc47\server\bin\runserver.bat file.Please help me to solve this problem.

    7.5 Various problems on a 64bit architecture
    At the time of writing (August 2002) no 64bit version of the Java Virtual Machine is yet available
    for the following 64bit operating systems: AIX, HP-UX, Solaris. Therefore on these platforms the
    32bit version of the JVM has to be used. This leads to the problem, that the 64bit version of the
    native library libjmon.a (AIX), libjmon.sl (HP-UX) or libjmon.so (Solaris) cannot be loaded into the
    process started by the JVM. (When starting monitoring, you'll see one of the following error
    messages:
      AIX: java.lang.UnsatisfiedLinkError
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.a load ENOEXEC
    on shared library(s)
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.a
      HP-UX: java.lang.UnsatisfiedLinkError:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.sl: specified
    file is not a shared library, or a format error was detected
      Solaris: java.lang.UnsatisfiedLinkError:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.so: ld.so.1:
    /usr/j2se/bin/../bin/sparc/native_threads/java: fatal:
    <sapbc>/packages/SAPMonitoring/code/libs/libjmon.so: wrong ELF
    class: ELFCLASS64
    This error should disappear, once you install a 64bit Java Virtual Machine. But until 64bit JVMs will
    be available, the following workaround can be used:
    From the Business Connector download page also download the zip file with the 32bit libraries for
    your operating platform. From that extract the two files sapccmsr and libjmon.a/sl/so and copy them
    to the directory <sapbc>/packages/SAPMonitoring/code/libs. (The sapccmsr also
    interacts with the libjmon library and therefore must also be a 32bit version. The saposcol only
    interacts with the operating system and therefore still has to be used in its 64bit version.)
    After a restart to unload the old 64bit versions from the system, the error should be fixed.
    Best Regards,
    Mike

  • Business connector developer-Error message 'No IDOC found in input'

    Hi,
    Please note that this query is related to business connector developer not to XI.
    I have created a flow service based on an IDOC. When I tried to test the service from the business connector developer it gives me an error 'No idoc found in input'. I have done the setting based on the business connector configuration guide. The idoc also send to the port successfully.
    Can anyone guide me how to trigger the test from business connector developer for an idoc.
    Thanks
    Jim.
    Edited by: Jim Jose on Jul 13, 2011 5:58 PM

    Hi,
    Probably you would have created the routing today, with valid from todays date. But the order you are creating may be with start date in past and system is not able to find and valid routing for the day.
    I would suggest you to remove both the Basic "Start" and "End" and change the scheduling type to "Current date Scheduling", now enter. If system still not finding the routing, use the function "Read PP Master data".
    Regards,
    Prasobh

  • Business connector http error

    Hi XI'ers,
    For those who know about business connector and java errors.
    We are sending bapi (BAPI_POEC_XML_SEND) to business connector. Everything is ok until the HTTP request to our client which is failing.
    The error is :
    "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
         at com.wm.util.List.elementAt(List.java:101)
         at com.wm.lang.xml.token.BlockInputBuffer.getChar(BlockInputBuffer.java:59)..."
    The http request is used with method post.
    Thanks for any support.
    Best regards,
    Laurent.

    Hello Aamir,
    I'm talking about business connector not xi.
    I know this not the place but before xi there was business connector and there's no forum for this tool anymore.
    If someone knows what i'm talking about thanks for your help.
    Regards,
    Laurent

  • Business connector idoc error

    hi,
    i am getting these errors continously in bc server after restart of sap due to which there is data loss in the inbound messages to sap.outbound messages were processed every time sap was started.the errors are as follows:
    com.sap.mw.idoc.IDoc$Exception: (3) IDOC_ERROR_ILLEGAL_TYPE: The document does not correspond to the associated repository.
    at com.sap.mw.idoc.jco.JCoIDoc$JCoDocumentList.add(JCoIDoc.java:3095)
    at com.wm.pkg.sap.rfc.SAPSession.sendIDoc(SAPSession.java:671)
    at pub.sap.client.sendIDoc(client.java:356)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source)
    and am also getting rfc error as follows:
    com.sap.mw.jco.JCO$Exception: (108) RFC_ERROR_INTERNAL: internal error
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeCreateTID(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.createTID(MiddlewareRFC.java:1246)
    at com.sap.mw.jco.JCO$Client.createTID(JCO.java:3903)
    at com.wm.pkg.sap.rfc.SAPSession.createTID(SAPSession.java:768)
    at pub.sap.client.createTID(client.java:373)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source) .
    please let me know rootcause of these errors and wat can be done to resolve it soon
    thanks in advance,
    regards,
    priya.

    Not sure if it will help, but have you tried to flush the structure cache? I think you will have problems if the structure of the IDoc has changed in the R/3 system and the Business Connector is not aware of the change.
    BR,
    Tony.

  • OID Connector Installation error

    Hi All,
    I am trying to intergrate OIM 11.1.1.5.0 with OID Connector 9.0.4 to provision the Users. While Installation i am getting the error as " DOBJ.XML_IMPORT_ERROR DUPLICATE OUG " in the Connector Installation page and Import of Connector XML Files (Using Deployment Manager) got failed.
    Please suggest me, to resolve this issue.
    In Log file it shows the following errors.
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/writeStatement encounter some problems: ORA-00001: unique constraint (DEV_OIM.PK_OUG) violated
    java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.PK_OUG) violated
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Insert failed.>
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Exception during import
    com.thortech.xl.ddm.exception.DDMException: Duplicate OUG
            at com.thortech.xl.ddm.repositories.rdbms.datatypes.data.TableInstance.finishDataObject(TableInstance.java:836)
            at com.thortech.xl.ddm.repositories.rdbms.impl.RDBMSRepository.finishdataObject(RDBMSRepository.java:956)
    <Nov 14, 2013 11:50:02 AM IST> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/writeStatement encounter some problems: ORA-02291: integrity constraint (DEV_OIM.FK_EIF_EIH) violated - parent key not found
    java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (DEV_OIM.FK_EIF_EIH) violated - parent key not found
    <Nov 14, 2013 11:50:03 AM IST> <Error> <XELLERATE.DDM.EXPORT> <BEA-000000> <Unable to add substitution data into history: 4 [UD_OID_ROLE Version][4]>
    <Nov 14, 2013 11:50:03 AM IST> <Error> <XELLERATE.DDM.EXPORT> <BEA-000000> <Unable to find corresponding history entry>
    <Nov 14, 2013 11:50:04 AM IST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: ConnectorInstallProcessAction/importXmlForInstallation/DDM Exception while importing xml encounter some problems: Duplicate OUG>
    Thanks in advance,
    Karthick Sugumaran

    Hi Shashi,
    Thanks for your reply and apologize for late.
    I tried your Query (select OBJ_KEY from AMWAY_OIM.OBJ where OBJ_NAME='Give OID Resource Name') but it gave me an error as Table or view doesn't exist.
    I tried query as  select OBJ_KEY from DEV_OIM.OBJ where OBJ_NAME='OID User'. Here OID user is Resource Name .
    Note: I have taken this Resource Name from OIM Console-> Manage Resource.
    The Query gives result as OBJ_KEY=> 41 .
    Need help on the below three Questions::
         1.Is this OBJ_KEY wants to delete from DB?
         2. To get the OID rows we used Query as select * from DEV_OIM.OUG; but to identify the OID rows particularly why we didn't use DEV_OIM.OUG table name in the Query  OBJ_KEY from DEV_OIM.OBJ where OBJ_NAME='OID User' ?
    I have this doubt because I don't see OBJ_KEY=> 41 when I ran this Query select * from DEV_OIM.OUG;
         3.Is the OID Resource Name is correct, which I have taken from OIM console?
    Please suggest me and clear the doubts.
    Thanks and Reqards,
    Karthick Sugumaran

  • SAP BUSINESS ONE INSTALLATION ERROR

    Hi Experts,
    I was installing SAP Business one PL5 on a client's computer.
    During the Server tools installation we are prompted to enter a password for B1SiteUser. It installs successfully but during the SAP Business one Sever installation I get an error when I enter the B1siteuser I entered earlier.
    Attached is the error .
    Please urgent help will be much appreciated.
    Regards
    Justice

    Hi Justice,
    I had faced the same error while installing.
    What you can do is first uninstall server tools
    1)delete the SAP folder which would have been
    created in the C:Porgam files.(Default).If its another location just check  and delete it permanently.
    2)Then in the MSSQL Server ->SQL Configuration manager ->Protocols for MSSQLSERVER->enable TCP/IP
    3)Install the server tools and Enter b1 site user password again(this option will come only if you delete the SAP folder ).preferably use different password then what you used for Database password.
    4)While installing the Server, keep open the SQL configuration manager the License authentication screen wont popup, directly you will go to next installation step.
    It worked for me, hope it helps
    Regards
    Darshan Desai

  • Business Content installation error in Solman

    Hi All,
    While installing Business Content for the transactional data source "0CRM_SRV_PROCESS_H" in the Solman, I came accross the following error-
    "IC=0CRM_PRI IS=80CRM_CNFI error when checking the update rules"
    Can any one help me regarding this BC installation issue?
    Edited by: S Baruah on Sep 3, 2009 12:12 PM
    Edited by: S Baruah on Sep 3, 2009 12:14 PM

    See the error log for the same...there will be procedure to correct the same...just follow that...
    Also see if IC=0CRM_PRI IS=80CRM_CNFI are active.

  • OIM Connector Installation Error. Cluster

    Hi,
    We are facing issue when installing OIM connectors.
    Getting this error repeatedly if installation is done from 1st node.
    Error Adding Column: java.sql.SQLException: ORA-01430: column being added already exists in table[[
    [userId: xelsysadm] [ecid: 0000JmOMuXjC^qM_qLK6yY1H35uk00009Q,0] [APP: oim#11.1.1.3.0] ALTER TABLE USR MODIFY [[
    java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1074)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2123)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:2067)
         at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:306)
         at sun.reflect.GeneratedMethodAccessor1148.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:230)
         at $Proxy412.executeUpdate(Unknown Source)
    If the connector is installed from second node, installation is succesful. Any pointers are appreciated.
    OIM Version: 11gR1
    Thanks
    Edited by: vicky on Feb 1, 2013 8:48 PM

    Vicky,
    Did you try to change the schema prefix or name and see how it goes into this first node? Did you check is this first node don't have any warning from system requirements procedures before click next?
    I hope this helps,
    Thiago Leoncio.

  • OIM Connector Installation Error

    Hello, I am trying to install connector for OUD from Oracle Identity Manager 11gr2PS1. After loading the connectors, I get this error in OIM server and installation stops. Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated Any help? Thanks in advance.

    I restarted the server as well but still the same. Here is the full error message Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated Error Code: 1 Call: INSERT INTO OIMHOME_JARS (OJ_ID, OJ_JAR, OJ_TYPE, CREATED_BY, CREATED_ON, UPDATED_ON, OJ_NAME, UPDATED_BY) VALUES (?, ?, ?, ?, ?, ?, ?, ?)         bind => [8 parameters bound] Query: InsertObjectQuery(ConnectorBundle [name=org.identityconnectors.ldap-1.0.6380.jar, type=ICFBundle, lastChangedTime=Mon Jan 27 23:44:41 IST 2014])         at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:840)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:906)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:592)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535)         at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717)         at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:253)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:342)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:472)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:287)         at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)         at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844)         at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:743)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2871)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1449)         at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:224)         at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:123)         at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3799)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1415)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1505)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3143)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3124)         at org.eclipse.persistence.transaction.AbstractSynchronizationListener.beforeCompletion(AbstractSynchronizationListener.java:157)         at org.eclipse.persistence.transaction.JTASynchronizationListener.beforeCompletion(JTASynchronizationListener.java:68)         at weblogic.transaction.internal.ServerSCInfo.doBeforeCompletion(ServerSCInfo.java:1244)         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1219)         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:121)         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1355)         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2172)         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:300)         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:267)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:307)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:301)         at org.eclipse.persistence.transaction.JTATransactionController.commitTransaction_impl(JTATransactionController.java:144)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:162)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadConnectorBundleToDB(ConnectorInstallUtility.java:218)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.upload(ConnectorInstallUtility.java:175)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.copyJarFilesForInstallation(ConnectorInstallProcessAction.java:449)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.completeInstallation(ConnectorInstallProcessAction.java:207)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.execute(ConnectorInstallProcessAction.java:108)         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)         at java.security.AccessController.doPrivileged(Native Method)         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused By: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:172)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:831)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:906)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:592)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535)         at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717)         at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:253)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:342)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:472)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:287)         at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)         at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844)         at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:743)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2871)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1449)         at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:224)         at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:123)         at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3799)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1415)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1505)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3143)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3124)         at org.eclipse.persistence.transaction.AbstractSynchronizationListener.beforeCompletion(AbstractSynchronizationListener.java:157)         at org.eclipse.persistence.transaction.JTASynchronizationListener.beforeCompletion(JTASynchronizationListener.java:68)         at weblogic.transaction.internal.ServerSCInfo.doBeforeCompletion(ServerSCInfo.java:1244)         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1219)         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:121)         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1355)         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2172)         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:300)         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:267)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:307)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:301)         at org.eclipse.persistence.transaction.JTATransactionController.commitTransaction_impl(JTATransactionController.java:144)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:162)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadConnectorBundleToDB(ConnectorInstallUtility.java:218)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.upload(ConnectorInstallUtility.java:175)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.copyJarFilesForInstallation(ConnectorInstallProcessAction.java:449)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.completeInstallation(ConnectorInstallProcessAction.java:207)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.execute(ConnectorInstallProcessAction.java:108)         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)         at java.security.AccessController.doPrivileged(Native Method)         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) > < Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated Error Code: 1 Call: INSERT INTO OIMHOME_JARS (OJ_ID, OJ_JAR, OJ_TYPE, CREATED_BY, CREATED_ON, UPDATED_ON, OJ_NAME, UPDATED_BY) VALUES (?, ?, ?, ?, ?, ?, ?, ?)         bind => [8 parameters bound] Query: InsertObjectQuery(ConnectorBundle [name=org.identityconnectors.ldap-1.0.6380.jar, type=ICFBundle, lastChangedTime=Mon Jan 27 23:44:41 IST 2014])         at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:840)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:906)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:592)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535)         at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717)         at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:253)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:342)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:472)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:287)         at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)         at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844)         at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:743)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2871)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1449)         at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:224)         at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:123)         at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3799)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1415)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1505)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3143)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3124)         at org.eclipse.persistence.transaction.AbstractSynchronizationListener.beforeCompletion(AbstractSynchronizationListener.java:157)         at org.eclipse.persistence.transaction.JTASynchronizationListener.beforeCompletion(JTASynchronizationListener.java:68)         at weblogic.transaction.internal.ServerSCInfo.doBeforeCompletion(ServerSCInfo.java:1244)         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1219)         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:121)         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1355)         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2172)         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:300)         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:267)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:307)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:301)         at org.eclipse.persistence.transaction.JTATransactionController.commitTransaction_impl(JTATransactionController.java:144)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:162)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadConnectorBundleToDB(ConnectorInstallUtility.java:218)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.upload(ConnectorInstallUtility.java:175)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.copyJarFilesForInstallation(ConnectorInstallProcessAction.java:449)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.completeInstallation(ConnectorInstallProcessAction.java:207)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.execute(ConnectorInstallProcessAction.java:108)         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)         at java.security.AccessController.doPrivileged(Native Method)         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused By: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:172)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:831)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:906)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:592)         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535)         at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717)         at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:253)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)         at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:342)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)         at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:472)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)         at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)         at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:287)         at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)         at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844)         at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:743)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108)         at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2871)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498)         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1449)         at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:224)         at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:123)         at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3799)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1415)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1505)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3143)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:3124)         at org.eclipse.persistence.transaction.AbstractSynchronizationListener.beforeCompletion(AbstractSynchronizationListener.java:157)         at org.eclipse.persistence.transaction.JTASynchronizationListener.beforeCompletion(JTASynchronizationListener.java:68)         at weblogic.transaction.internal.ServerSCInfo.doBeforeCompletion(ServerSCInfo.java:1244)         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1219)         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:121)         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1355)         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2172)         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:300)         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:267)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:307)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:301)         at org.eclipse.persistence.transaction.JTATransactionController.commitTransaction_impl(JTATransactionController.java:144)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:162)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadConnectorBundleToDB(ConnectorInstallUtility.java:218)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.upload(ConnectorInstallUtility.java:175)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.copyJarFilesForInstallation(ConnectorInstallProcessAction.java:449)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.completeInstallation(ConnectorInstallProcessAction.java:207)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.execute(ConnectorInstallProcessAction.java:108)         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)         at java.security.AccessController.doPrivileged(Native Method)         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) > < Exception [EclipseLink-23007] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.TransactionException Exception Description: Error committing externally managed transaction Internal Exception: weblogic.transaction.RollbackException: Unexpected exception in beforeCompletion: sync=org.eclipse.persistence.transaction.JTASynchroniza Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated Error Code: 1 Call: INSERT INTO OIMHOME_JARS (OJ_ID, OJ_JAR, OJ_TYPE, CREATED_BY, CREATED_ON, UPDATED_ON, OJ_NAME, UPDATED_BY) VALUES (?, ?, ?, ?, ?, ?, ?, ?)         bind => [8 parameters bound] Query: InsertObjectQuery(ConnectorBundle [name=org.identityconnectors.ldap-1.0.6380.jar, type=ICFBundle, lastChangedTime=Mon Jan 27 23:44:41 IST 2014])         at org.eclipse.persistence.exceptions.TransactionException.errorCommittingExternalTransaction(TransactionException.java:87)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:165)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadConnectorBundleToDB(ConnectorInstallUtility.java:218)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.upload(ConnectorInstallUtility.java:175)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.copyJarFilesForInstallation(ConnectorInstallProcessAction.java:449)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.completeInstallation(ConnectorInstallProcessAction.java:207)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)         at com.thortech.xl.webclient.actions.ConnectorInstallProcessAction.execute(ConnectorInstallProcessAction.java:108)         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)         at java.security.AccessController.doPrivileged(Native Method)         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused By: weblogic.transaction.RollbackException: Unexpected exception in beforeCompletion: sync=org.eclipse.persistence.transaction.JTASynchronizationListe Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_OIM.OIMHOME_JARS_UNIQUE) violated Error Code: 1 Call: INSERT INTO OIMHOME_JARS (OJ_ID, OJ_JAR, OJ_TYPE, CREATED_BY, CREATED_ON, UPDATED_ON, OJ_NAME, UPDATED_BY) VALUES (?, ?, ?, ?, ?, ?, ?, ?)         bind => [8 parameters bound] Query: InsertObjectQuery(ConnectorBundle [name=org.identityconnectors.ldap-1.0.6380.jar, type=ICFBundle, lastChangedTime=Mon Jan 27 23:44:41 IST 2014])         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1884)         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:376)         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:267)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:307)         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:301)         at org.eclipse.persistence.transaction.JTATransactionController.commitTransaction_impl(JTATransactionController.java:144)         at org.eclipse.persistence.transaction.AbstractTransactionController.commitTransaction(AbstractTransactionController.java:162)         at org.eclipse.persistence.internal.sessions.AbstractSession.commitExternalTransaction(AbstractSession.java:731)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitInternallyStartedExternalTransaction(UnitOfWorkImpl.java:1270)         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:1068)         at oracle.iam.connectormgmt.repository.DBConnectorBundleStore.addConnectorBundle(DBConnectorBundleStore.java:65)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)         at java.lang.reflect.Method.invoke(Unknown Source)         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)         at com.sun.proxy.$Proxy549.addConnectorBundle(Unknown Source)         at com.thortech.xl.webclient.actions.ConnectorInstallUtility.uploadCon

  • Business Intelligence Installation Error

    I am having an issue creating a package within BIDS.  So, far my PC has the following installed.
    1.  Microsoft Server SQL 2008 R2
         a.  Management Studio
         b.  SQL Server Business Intelligence Development Tools
    2.  Microsoft Visual Studio 2008
    I originally had installed SQL Server 2008 Express with Advanced Services, but read that BIDS will not work with SQL R2 Express edition, so I did an Edition Upgrade,  to upgrade from the Express version to the SQL 2008 R2 Standard Edition,
    which ran successfully.  I thought that this would resolve my issue trying to create a package in BIDS,  after rebooting but no deal.  The exact error message I recieve is:
    Microsoft Visual Studio is unable to load this document
    To design Integration Services Packages in Business Intelligence Development Studio (BIDS), BIDS has to be installed in one of these editions of SQL Server 2008 R2: Standard, Enterprise, Developer, or Evaluation. To install BIDS..... 
    Any suggestions to resolve would be appreciated!

    Hi,
    Is Busines Intelligence Development Studio available under All Programs > Microsoft SQL Server 2008 R2.
    Have you also installed Integration Services along with SQL Server?
    You can try Workaround provided in this KB:
    http://support.microsoft.com/kb/963070
    - Vishal
    SqlAndMe.com

  • Business content installation error

    Hi,
    I got an error when installing the  Business content ODS (0OPA_O08).
    IC=0PROD_CATEG IS=0PROD_CATEG_ATTR syntax error: rows 0
    Message no. RSAU466
    Diagnosis
    When generating the update program for data target 0PROD_CATEG, InfoSource 0PROD_CATEG_ATTR, a syntax error occured in row 0.
    thanks
    kamal

    kamal,
    please give business content collection mode , grouping , foreground / background etc...
    , your SP level , Business content version etc....
    also are there any short dumps for the same in ST22 ?
    Is this error repeatable ? or one off ?
    Arun
    Message was edited by:
            Arun Varadarajan

  • BI Business Content Installation error

    Hi Experts,
    Patch Level
    BW              - SAPKW70012
    BI CONTNET - SAPKIBIIP4
    When I installing the business content, we are getting the following short dump error:
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Date and Time          29.03.2007 05:12:02
    Short text                                                                                |
    Access via 'NULL' object reference not possible.                                              |
    What happened?
    Error in the ABAP Application Program                                                         |
    The current ABAP program "CL_RSD_IOBJ_VERS==============CP" had to be                         |
         terminated because it has                                                                    |
    come across a statement that unfortunately cannot be executed.
    Please let me know the solution for this error.
    Advanced Thanks,
    Chandra

    I faced the same problem....is a Basis problem son support packages not installed....consult your basis support....is not a BW problem

  • Business Object Installation Error code STW00140

    Hi Gurus,
    During Installation I am getting error
    The product keycode you entered is  not valid : STW00140
    I  am installing on XP.
    could any one help me? 
    Thanks in advance
    Jack

    Try a temporary license key from http://service.sap.com/licensekey
    If it works, request for a permanent key at the same location.
    Thanks
    Subhodeep

  • Directory server connector installation error

    Hi,
         I am installing identity synchronization for windows suit 6.0 on windows2003 machine. Package get install properly. I am able to configure initial configuration for synchronization. I am getting plug-in error while installing Directory server connector.
    I am able to install connector for AD machine.
    I am getting plug-in error after providing directory server connector credentials.
    Error window as follow,
    ================================
    WPSyncResources:wPSInstallDSConnectorCredentialsPanel- plugin-error
    ================================
    Please help me to resolve this issue.
    Thanks,
    Ankush
    9923090231

    This error appears if you are installing against a Directory Server that does not have this entry in dse.ldif:
    (In Sun Directory Server 5.2 this entry was not present, in 6.x it is there by default but "nsslapd-pluginEnabled: off" until ISW is installed
    dn: cn=pswsync,cn=plugins,cn=config
    objectClass: top
    objectClass: nsSlapdPlugin
    objectClass: ds-signedPlugin
    objectClass: extensibleObject
    cn: pswsync
    nsslapd-pluginPath: /opt/SUNWdsee/ds6/lib/psw-plugin.so
    nsslapd-pluginInitfunc: pswsync_init
    nsslapd-pluginType: preoperation
    nsslapd-pluginEnabled: off
    nsslapd-pluginId: Identity Sync for Windows
    nsslapd-pluginVersion: 6.3
    nsslapd-pluginVendor: Sun Microsystems, Inc.
    nsslapd-pluginDescription: Identity Synchronization for Windows Plug-In

Maybe you are looking for

  • Data Source 0HR_PA_0 Syntax Error in the start routine while activating

    Hi All, I have migrated the Business content for the data source 0HR_PA_0 While activating the transformation-2 there is errors like: Start Routine: Syntax error in routine Rule (target: 0HDCNT_LAST, group: 01 Standard Group): Syntax error in routine

  • Switching from HTTP to HTTPS - adverse side effects???

    Hi everybody, what are the possible adverse side effects when changing from HTTP to HTTPS?  I could imagine that previously saved web bookmarks would not work, correct? Links saved in roles will have to be adjusted in roles, correct? Anything else? D

  • OrdSys.OrdImage

    Hi Guys Have a bit of a problem here I have a ordsys.ordimage columns in my DB i use a adf:render on the column to display it on the jsp now the problem is i have there images that will display on the jsp ... it displays the images but what it does i

  • KDE analog audio jack setting not saved across boots.

    Every time i log into KDE, I have to open settings-multimedia-audio hardware setup and change connector from headphones to line out or I get no sound.  Anybody know a fix or a good workaround? Kind of a pain to have to set this every time.....

  • Problems with wifi after lion upgrade 10.7.2 but only at home

    HI, my wifi conection was problemless till I upgraded to lion 10.7.2. After that, it is impossible to connect through airport but only in my home´s wifi. Other computers work at home (including my iphone) and my macbook pro connects everywhere else w