Resource repository exception:

Hi,
   When I try to make changes or save to any xdp or any other file / creating a new file in workbench, I'm seeing this popup:
here is the message:
Unable to process change notification for test1.xdp. The cause of the error is:
com.adobe.repository.bindings.dsc.client.ResourceRepositoryclientexception:
ALC-REP-106-000: Caught DSC exception: ALC-DSC-003-000:
com.adobe.idp.dsc.DSCInvocationException: Invocation Error
Can you let me know what is causing this? Because of this, I could not able to rename any of files in the repository.
Your immediate help is very much appreciated.
Thanks,
Chaitanya

Hi Scott,
  Thanks for the reply. I checked the log from the local workbench client and it is showing the same exception what was posted.
Anyways, the problem got solved. We restarted the server and unlocked all the main folders in the repository. We dont know which step of these two exactly resolved our problem.
Regards,
Krishna

Similar Messages

  • J2CA0046E:Resource Allocation Exception:

    We have developed an application for our client, which is running on WAS 5.1. It runs fine for some time with several users. We are using SQL Server database 2000 and connecting using MS SQL Driver (non-XA) with database pool manager connection(Max/Min 10/1). After some time, though it is showing "Total number of connections = 1" (that means server can create 9 more connections still), it is throwing J2CA0046E:Resource Allocation Exception. Some of the Trace(J2C) log is as follows. Any help will be greatly appreciated.
    Connection Request Information = com.ibm.ws.rsadapter.spi.WSConnectionRequestInfoImpl@4
    UserName = null
    Password = null
    Catalog = null
    IsReadOnly = null
    TypeMap = null
    Isolation = REPEATABLE READ
    Support isolation switching = false
    Handle type = java.sql.Connection
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager d reserve(), Pool contents ==> PoolManager name:jdbc/qualitystage
    PoolManager object:1308923669
    Total number of connections: 1 (max/min 10/1)
    Pool Bucket configuration
    Shared Buckets: 200
    UnShared Buckets: 10
    Shared Connection information
    (133) com.ibm.ws.LocalTransaction.LocalTranCoordImpl@547c5735 MCWrapper id 4fc8d723 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@48f45723 State:STATE_TRAN_WRAPPER_INUSE
    Total number of connection in shared pool: 1
    Free Connection information
    No free connections
    UnShared Connection information
    No unshared connections
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool > getSharedConnection
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool d allocateConnection_Common: HandleCount = 1
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool I J2CA0086W: Shareable connection MCWrapper id 4fc8d723 Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@48f45723 State:STATE_TRAN_WRAPPER_INUSE
    from resource jdbc/qualitystage was used within a local transaction containment boundary.
    [6/15/06 14:59:42:820 EDT] 24fa970e SharedPool < getSharedConnection, returning mcWrapper
    <null>
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager > computeHashCode
    [6/15/06 14:59:42:820 EDT] 24fa970e PoolManager < computeHashCode, hashCode is 2
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool > createOrWaitForConnection
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool d TotalConnectionCount is 2
    [6/15/06 14:59:42:820 EDT] 24fa970e FreePool > createManagedConnectionWithMCWrapper
    [6/15/06 14:59:43:242 EDT] 24fa970e FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/qualitystage, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource.
    at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:244)
    at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:171)
    at com.ibm.ws.rsadapter.AdapterUtil.createDataStoreAdapterException(AdapterUtil.java:208)
    at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:706)
    at com.ibm.ws.rsadapter.spi.WSRdbDataSource.getPooledConnection(WSRdbDataSource.java:487)
    at com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.createManagedConnection(WSManagedConnectionFactoryImpl.java:577)
    at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWrapper(FreePool.java:1280)
    at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitForConnection(FreePool.java:1064)
    at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(PoolManager.java:1571)
    at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager.java:622)
    at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:424)
    at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:216)
    at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:191)
    at com.itt.util.SqlConnectionDAO.getConnection(SqlConnectionDAO.java:43)
    at com.itt.util.DropDownDAO.<init>(DropDownDAO.java:33)
    at com.itt.action.InquirybyGeneralDataAction.inquirybyGeneralDataView(InquirybyGeneralDataAction.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
    at org.apache.struts.actions.MappingDispatchAction.execute(MappingDispatchAction.java:169)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
    at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
    at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
    at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
    at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
    at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:974)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:555)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
    at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
    at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
    at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
    at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
    at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
    at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
    at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error opening/loading com.microsoft.util.transliteration.properties.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSConnection.setNonUnicodeTransliterator(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSConnection.setSQLCollation(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processEnvChange(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
    at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source)
    at com.microsoft.jdbcx.base.BaseDataSource.getBaseConnection(Unknown Source)
    at com.microsoft.jdbcx.base.BaseDataSource.getPooledConnection(Unknown Source)
    at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:688)
    at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:683)
    ... 44 more

    I believe the underlying error is this...
    Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error opening/loading com.microsoft.util.transliteration.properties.
    Now how you are getting one connection and then failing to get more I have no idea but it certainly looks as if this is the error. Following your stacktrace we can see that the a connection is requested from the pool and then the pool attempts to create a connection... seems to actually create it successfully but then blows up doing something with unicode or something.
    My suggestion.
    Make sure you have an updated driver from Microsoft OR try the jTDS driver instead. This looks like a driver bug to me. Even if you can't use the jTDS one in production I would try it and see if the problem goes away.. that would at least elminate the connection pool or something else being wrong as the cause.
    Once you have it isolated you can move on as needed.

  • JDBC Receiver Error: Resource Pool Exception

    Hi All,
    I am having a scenario where my messages are flowing from SAP to legacy system using JDBC as the receiver adapter and at the legacy system it is updating the Oracle Database. It was all running succesfully from long back. Now I got the following error (in every communicaton channel which using the JDBC adapter, I chcekd this in communication channel monitoring) in Runtime Workbench --> Message Monitoring --> Adapter Engine.
    Error Category XI_J2EE_ADAPTER_JDBC
    Error Code PROCESSING_ERROR
    2009-09-16 22:03:35 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2009-09-16 22:03:59 Error Exception caught by adapter framework: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@XX.XX.XX.XX:XXXX:XXXX': SQLException: ORA-04031: unable to allocate 3968 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","transaction")
    I have checked in SDN where I get information about : Cannot establish connection to URL 'jdbc:oracle:thin:@XX.XX.XX.XX:XXXX:XXXX':. But I am not getting any information about SQLException: ORA-04031: unable to allocate 3968 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","transaction").
    Can any body please let me know about the error which I am getting and how can I resolve it.
    Thanks in advance.

    Thanks Abhishek for ur reply.
    This means that it not the technical job in which I can provide any help. Our DBA they all are client.
    I have read in SDN that it cannot establish connection to URL because either Oracle is down or JDBC parameters have been changed (like user name/password).
    If enough resource pools are not available...enough space / resources seems to be unavailable then what needs to be done from my side (as the client always ask me what needs to be done then and by whom).
    Thanks
    Zeba

  • How to create a resource repository in OSB  ?

    Hi all,
    I am using a set of xsds which needs to be used across projects, instead of copying all the xsds into each project I need to create a repository, which my projects will refer.
    1) Is it possible to create such repository in OSB ?
    2) If so will OSB automatically find the dependncies ?(like warn me if I remove an element used by some other project )
    Thank You

    Hi Arun,
    1) Is it possible to create such repository in OSB ?You may create a separate OSB project for the same, inside same configuration project where you want to use the resources.
    2) If so will OSB automatically find the dependncies ?(like warn me if I remove an element used by some other project )Yes. If any XSD is in use, then OSB will warn you before deleting that.
    Regards,
    Anuj

  • Create repository exception..........................

    Dear all,
    When i try to create and config new repository i am getting the following exception.pls help me..............
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    SEVERE: Error updating /opt/oracle/product/11.1.0/db_4/oel5.localdomain_data/sysman/config/emoms.properties
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at /opt/oracle/cfgtoollogs/emca/data/emca_2010_10_04_09_13_27.log for more details.
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
         at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2940)
         at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1236)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:239)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:217)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:225)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:534)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1214)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:518)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)
    Thanks in advance for your time.
    srikar.

    Dear all,
    When i try to create and config new repository i am getting the following exception.pls help me..............
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    SEVERE: Error updating /opt/oracle/product/11.1.0/db_4/oel5.localdomain_data/sysman/config/emoms.properties
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at /opt/oracle/cfgtoollogs/emca/data/emca_2010_10_04_09_13_27.log for more details.
    Oct 4, 2010 9:22:46 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
         at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2940)
         at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1236)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:239)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:217)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:225)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:534)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1214)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:518)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)
    Thanks in advance for your time.
    srikar.

  • Resource device exception

    I try to open a database and get this exception. It happens occasionally and the database is 16 Gb large
    com.sleepycat.db.DatabaseException: Resource device: null: Resource device
         at com.sleepycat.db.internal.db_javaJNI.Db_open(Native Method)
         at com.sleepycat.db.internal.Db.open(Db.java:382)
         at com.sleepycat.db.DatabaseConfig.openDatabase(DatabaseConfig.java:517)
         at com.sleepycat.db.Environment.openDatabase(Environment.java:80)
    using the 4.7.25 version through the JNI interface

    Hi,
    That error string isn't generated internally by Berkeley DB. It's likely a translation of a system error return code.
    What platform are you using? Which file system are you using? Does the filesystem support files larger than 16gb?
    Could you also please tell us the value returned from DatabaseException.getErrno()? That will help us track this error down.
    You should also configure you're applications error stream, that will probably cause a more detailed error message to be reported. You should use the [url http://download.oracle.com/docs/cd/E17076_02/html/java/com/sleepycat/db/EnvironmentConfig.html#setErrorStream(java.io.OutputStream)] EnvironmentConfig.setErrorStream API to configure the error output.
    Regards,
    Alex Gorrod
    Oracle Berkeley DB

  • Using resources repository

    Hello,
    I have a question regards using the resources tab of workbench with Livecycle ES4 SP1.
    I have read that the resources tab serves as a "common repository" for a centralized resources, such as images and others kind of files that can be available for all the application.
    How can I use this repository?
    I am able to view the resources tab into workbench, but right click into the servername do not work; I have only the access permission option, no create folder or add resource.
    What am I missing?
    Regards,
    Mauro

    Nothing?

  • Client variable database repository exception handling

    We have recently had 2 incidents where client variable
    database storage appears to have failed in our clustered
    environment. We have 2 servers that share a sybase 12.5.2 client
    variable repository (CDATA/CGLOBAL). The problem seems to be
    occuring when a table that the application uses gets blocked by an
    unrelated application. When this happens, client variable storage
    seems to fail - the 2 servers apparently use whatever client
    variables they have in memory rather than getting the values from
    CDATA.
    There are no exceptions thrown, the application continues to
    function normally except that each server has it's own copy of the
    client variables. When we kill the process that has the table
    locked up, the servers start using CDATA normally again.
    The page that is getting blocked by the external process does
    not update any client variables, but it does read them. The
    inconsistent client variable problem occurs on other pages, not the
    one being blocked.
    I was able to sort of recreate the problem. I found that if I
    renamed CDATA, no error is reported to the user. The database
    exception (table not found) is logged, but not thrown on the page.
    To the user the application appears to function normally. So this
    demonstrates that updates to CDATA which result in database
    exceptions fail silently and are not thrown to the page.
    Has anyone else experienced silent exceptions in CDATA
    updates? Are there any workarounds for this behavior? Our
    application relies on client variables being consistent across
    servers and really need for exceptions to be thrown to the page so
    that the user is aware.
    Additional Info:
    CFMX 7.0.2
    Windows Server 2003 SP1
    database is sybase 12.5.2

    This is one of the "classic" design problems in this kind of architecture. And, unfortunately, the answer is "it depends on how you think you need to handle it." And I'm sure there are plenty of "gurus" that will tell you one way or another is the only way to do it.
    I'll be more honest: I'll give you a couple of personal suggestions, based on experience in this architecture. These are suggestions - you may do with them what you will. I will not say this is the best, most correct, or even remotely relevant to what you're doing.
    If it's simple data validation for "typing" (e.g. String, number, Date, etc.), that is taken care of when you attempt to stuff in the information into the appropriate DTO. If it's more "sophisticated" than that (must be in a certain range, etc.), that particular checking should probably be delegated from your Controller to a helper class. That not only saves the "expense" of transmitting the information back and forth across the wire, it's "faster" to the end user so say "Ooopsie" by redirecting back to the form right then. Basically the same thing if the types are wrong.
    That only leaves the "big" problems in the business layer (EJBs), where you have to deal with concurrency, database failures, etc. Generally these kinds of exceptions are thrown back to to the Controller in one of two forms:
    1) a sublass of RuntimeException, which signals that some Very Bad Things have happened in your container. EJBException is one like that and you can see where it's being thrown from.
    2) a subclass of Exception, also called "application exceptions." They are usually something like a "duplicate record" or a validation-like error (which you mentioned) like a missing field. They're used as a signal to a failure in the logic, not the container. That way you have to decide at what layer of your architecture they should be handled and/or passed on to the next.

  • Repository Service Exception Issue

    I am using Read Resource Content operation in repository service in one of our core processes. Its being used to pull XSL file from the repository.
    I have used this lightening bolt to catch com.adobe.repository.RepositoryException exception. As per workbench documentation, this exception will be thrown when an error occurs while retrieving the item from the repository. But whenever a file which process is trying to pull is not available in the repository, exception is not being caught through this lightning Bolt.
    I need to have more insight around this as I am getting general unhandled exception (DSC: Invocation Error) thrown in this case which leads to no clue about what went wrong in the process.
    Appreciate your help in regard. Thank you.

    I would have a separate process for you event catcher. They don't need to be on the same process.
    The dialogue box if for configuring two things:
    1- A filter that allows you to catch only exceptions of a specific type.
    If you expand the Exception tree under 'Filter Keys Data Set', and double click on one of the property (i.e. Fault Name), this will allow you to only catch events with a Fault Name that you set.
    2- A process data map, that allow you to put some of the Exception property (Fault Name, Source, Message) into local process variables. Don't forget to make the process variable to your local process as 'Input' for them to populate properly.
    Jasmin

  • Transaction rolledback exception while importing repository

    Hi,
    We often get a transaction rolled back exception when we try to import repository
    of xsl and xsd. Further down the stack trace it gives a resource bundle exception.
    On occasions we restart the WLI server and the import works. But sometimes it doesn't
    go through even after multiple restarts.
    We typically delete a repository before importing it.
    Tushar.

    Here is the stack trace for this exception:
    The server was unable to complete your request.
    Unknown error: TransactionRolledbackException: EJB Exception: : java.lang.ExceptionInInitializerError:
    java.util.MissingResourceException: Can't find bundle for base name com.bea.eci.repository.helper.RepositoryExceptionMessages,
    locale en
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
         at com.bea.eci.repository.helper.RepositoryException.<clinit>(RepositoryException.java:13)...
    javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.ExceptionInInitializerError:
    java.util.MissingResourceException: Can't find bundle for base name com.bea.eci.repository.helper.RepositoryExceptionMessages,
    locale en
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
         at com.bea.eci.repository.helper.RepositoryException.<clinit>(RepositoryException.java:13)
         at com.bea.eci.repository.helper.RepositoryActions.getObjectFolderTree(RepositoryActions.java:1308)
         at com.bea.eci.repository.ejb.XMLRepositoryBean_u3eysh_EOImpl.getObjectFolderTree(XMLRepositoryBean_u3eysh_EOImpl.java:562)
         at com.bea.wlpi.server.admin.ImportManager$RepositoryReader.<init>(ImportManager.java:1192)
         at com.bea.wlpi.server.admin.ImportManager.importTemplateDefinition(ImportManager.java:637)
         at com.bea.wlpi.server.admin.ImportManager.importPackage(ImportManager.java:293)
         at com.bea.wlpi.server.admin.AdminBean.importPackage(AdminBean.java:1164)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl.importPackage(AdminBean_11ksof_EOImpl.java:301)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ; nested exception is:
         java.lang.ExceptionInInitializerError:
    Start server side stack trace:
    java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't
    find bundle for base name com.bea.eci.repository.helper.RepositoryExceptionMessages,
    locale en
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
         at com.bea.eci.repository.helper.RepositoryException.<clinit>(RepositoryException.java:13)
         at com.bea.eci.repository.helper.RepositoryActions.getObjectFolderTree(RepositoryActions.java:1308)
         at com.bea.eci.repository.ejb.XMLRepositoryBean_u3eysh_EOImpl.getObjectFolderTree(XMLRepositoryBean_u3eysh_EOImpl.java:562)
         at com.bea.wlpi.server.admin.ImportManager$RepositoryReader.<init>(ImportManager.java:1192)
         at com.bea.wlpi.server.admin.ImportManager.importTemplateDefinition(ImportManager.java:637)
         at com.bea.wlpi.server.admin.ImportManager.importPackage(ImportManager.java:293)
         at com.bea.wlpi.server.admin.AdminBean.importPackage(AdminBean.java:1164)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl.importPackage(AdminBean_11ksof_EOImpl.java:301)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't
    find bundle for base name com.bea.eci.repository.helper.RepositoryExceptionMessages,
    locale en
    Start server side stack trace:
    java.util.MissingResourceException: Can't find bundle for base name com.bea.eci.repository.helper.RepositoryExceptionMessages,
    locale en
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
         at com.bea.eci.repository.helper.RepositoryException.<clinit>(RepositoryException.java:13)
         at com.bea.eci.repository.helper.RepositoryActions.getObjectFolderTree(RepositoryActions.java:1308)
         at com.bea.eci.repository.ejb.XMLRepositoryBean_u3eysh_EOImpl.getObjectFolderTree(XMLRepositoryBean_u3eysh_EOImpl.java:562)
         at com.bea.wlpi.server.admin.ImportManager$RepositoryReader.<init>(ImportManager.java:1192)
         at com.bea.wlpi.server.admin.ImportManager.importTemplateDefinition(ImportManager.java:637)
         at com.bea.wlpi.server.admin.ImportManager.importPackage(ImportManager.java:293)
         at com.bea.wlpi.server.admin.AdminBean.importPackage(AdminBean.java:1164)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl.importPackage(AdminBean_11ksof_EOImpl.java:301)
         at com.bea.wlpi.server.admin.AdminBean_11ksof_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
         <<no stack trace available>>
    "Tushar Puranik" <[email protected]> wrote:
    >
    Hi,
    We often get a transaction rolled back exception when we try to import repository
    of xsl and xsd. Further down the stack trace it gives a resource bundle
    exception.
    On occasions we restart the WLI server and the import works. But sometimes
    it doesn't
    go through even after multiple restarts.
    We typically delete a repository before importing it.
    Tushar.

  • Error when activate analytic view (join tables)-Exception during activation

    Dear guru,
    I suffered an error showed "Exception during activation" when activate a newly created analytic view.
    I used two tables, one is NASDAQDAILY, one is NYSEDAILY.
    Private attribute are "DATE, STOCK(NYSE.STOCK), STOCK_1(NASDAQ.STOCK"
    Measure are "PRICEOPEN(NYSE), PRICEOPEN_1(NASDAQ)"
    JOINS are: Left Table-NASDAQ, Left Column-DATE
    Right Table-NYSE, Right Column-DATE
    Validate is sucessfully.
    But when "Save and Activate", it gave below error.
    Kindly help me on this. Thank you so much.
    com.sap.ndb.studio.sdk.resource.deployment.bi.DeploymentException: Error during deployment
    _     at com.sap.ndb.studio.sdk.resource.deployment.bi.cv.CubeElement.processMeasures(CubeElement.java:591)_
    _     at com.sap.ndb.studio.sdk.resource.deployment.bi.cv.CubeElement.initialize(CubeElement.java:170)_
    _     at com.sap.ndb.studio.sdk.resource.deployment.bi.cv.CubeSchemaRoot.initialize(CubeSchemaRoot.java:80)_
    _     at com.sap.ndb.studio.sdk.resource.deployment.bi.DeploymentExecutor.initialize(DeploymentExecutor.java:159)_
    _     at com.sap.ndb.studio.sdk.resource.deployment.bi.CubeDimensionDeploymentExecutor.initialize(CubeDimensionDeploymentExecutor.java:78)_
    _     at com.sap.ndb.studio.sdk.resource.bi.core.impl.BiResourceImpl.activateObjects(BiResourceImpl.java:236)_
    _     at com.sap.ndb.studio.sdk.resource.repository.core.impl.ResourceImpl.activateObjects(ResourceImpl.java:868)_
    _     at com.sap.ndb.studio.sdk.resource.repository.core.impl.ResourceImpl.activate(ResourceImpl.java:727)_
    _     at com.sap.ndb.studio.sdk.resource.repository.core.impl.ResourceManager.activateAll(ResourceManager.java:166)_
    _     at com.sap.ndb.studio.sdk.resource.repository.core.impl.ResourceManager.activateAll(ResourceManager.java:202)_
    _     at com.sap.ndb.studio.modeler.job.type.activate.ActivateJob.activateObjects(ActivateJob.java:92)_
    _     at com.sap.ndb.studio.modeler.job.type.activate.ActivateJob.run(ActivateJob.java:71)_
    _     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)_

    Hello,
    This issue is resolved now.
    The problem was with the file system space on the Unix server(on which portal is installed).
    The server administrators and the Basis team extended the disk space and issue got resolved.
    Thanks for all your inputs.
    Sonali.

  • Error whlie opening Integration Repository

    Hi All,
    In XI System whem iam clicking Integration repository iam getting the following error.
    JAR resources in JNLP file are not signed by same certificate
    Exceptions
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://usirs252.amer.corp.eds.com:50000/rep/">
      <information>
        <title>Integration Builder</title>
        <vendor>SAP AG</vendor>
        <homepage href="http://www.sap.com"/>
        <description>Repository</description>
        <description kind="short">Repository</description>
        <description kind="one-line">Repository</description>
        <description kind="tooltip">Repository</description>
        <icon href="http://usirs252.amer.corp.eds.com:50000/rep/start/graphics/sap6464.gif" width="64" kind="default"/>
        <icon href="http://usirs252.amer.corp.eds.com:50000/rep/start/graphics/SAP3232.gif" width="32" kind="default"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="33554432" max-heap-size="536870912" version="1.4+"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_client.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_client.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_proxy_gen.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_map_api.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_base.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_rt.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_icons.jar" download="eager" main="false"/>
         <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_swing.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_xsd.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_xml.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_utilxi_misc.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_upload_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_upload_sap.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/clientaii_ib_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/clientaii_ibrep_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/frog.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/focus14.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapxmltoolkit.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/jta.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/ejb20.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/exception.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/logging.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/guidgenerator.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/jperflib.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenComposite.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGraph.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGraphics.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGenerics.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGui.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapni.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapj2eeclient.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/iaik_jsse.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/iaik_ssl.jar" download="eager" main="false"/>
        <property name="sap.theme" value="Streamline"/>
        <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE"/>
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core., com.sap.aii.ibdir.core.cts.,com.sap.aii.ibrep.core.cts.*"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="00"/>
        <property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld"/>
        <property name="jnlp.com.sap.aii.connect.cr.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE"/>
        <property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep"/>
        <property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE"/>
        <property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50004"/>
        <property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld"/>
        <property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="001"/>
        <property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir"/>
        <property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb"/>
        <property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@"/>
        <property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50004"/>
        <property name="jnlp.com.sap.aii.connect.repository.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.connect.directory.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@"/>
        <property name="jnlp.com.sap.aii.connect.repository.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cts.enableClTransport" value="true"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.docu.languages" value="null"/>
        <property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m"/>
        <property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl"/>
        <property name="jnlp.com.sap.aii.repository.mapping.additionaltypes" value="R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)"/>
        <property name="jnlp.com.sap.aii.connect.directory.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8000"/>
        <property name="jnlp.com.sap.aii.connect.rwb.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="001"/>
        <property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.ibrep.core.transport.exportCtsDirectory" value="D:\usr\sap\X3D\SYS\global\xi\ctsExport"/>
        <property name="jnlp.com.sap.aii.connect.landscape.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cts.enableTransportWizard" value="true"/>
        <property name="jnlp.com.sap.aii.connect.rwb.httpport" value="8000"/>
        <property name="jnlp.SAPMYNAME" value="usirs252_X3D_00"/>
        <property name="jnlp.com.sap.aii.docu.url" value="null"/>
        <property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/"/>
        <property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl"/>
        <property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/"/>
        <property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50000"/>
        <property name="jnlp.client" value="true"/>
        <property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@"/>
        <property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="512m"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="00"/>
        <property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator"/>
        <property name="jnlp.rc.release" value="7_00"/>
        <property name="jnlp.rc.applname" value="REPOSITORY"/>
        <property name="jnlp.rc.supportpackage" value="16"/>
        <property name="jnlp.rc.synctime" value="${sync.time}"/>
      </resources>
      <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
        <argument>webstart</argument>
      </application-desc>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Please help me out in solving this issue

    Hi All
    I am getting this error with SP17 , does anybody knows any solution
    Error Description:
    An error occurred while launching the application.
    Title: Integration Builder
    Vendor: SAP AG
    Category: Launch File Error
    JAR resources in JNLP file are not signed by same certificate.
    I have tried refereing the Snote mentioned in this link 929144 but it is
    displayed with this message u201CThe requested Snote is either in reworking or is released internally only.u201D

  • Integration Repository Dump Error

    hi,
    Integration repository is not opening properly. Whenever i click on the IR link, a dump appears in MS powerpoint with bunch of text. This is same with ID. The links for SLD and RWB are working fine. Also this problem is only on my local PC - other users are able to open the links successfully. So server level, everything looks okay. What is the reason this is happening on just my computer?
    thx,
    Manpreet

    Once I click on either IR / ID, the below text gets displayed into an ppt.
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Repository</description>
            <description type="short">Repository</description>
            <description type="tooltip">Repository</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="512m" />
            <jar href="repository/aii_ibrep_client.jar" />
            <jar href="repository/aii_ibrep_core.jar" />
            <jar href="repository/aii_ibrep_sbeans.jar" />
            <jar href="repository/aii_ibrep_rb.jar" />
            <jar href="repository/aii_ib_client.jar" />
            <jar href="repository/aii_ib_core.jar" />
            <jar href="repository/aii_ib_sbeans.jar" />
            <jar href="repository/aii_ib_rb.jar" />
            <jar href="repository/aii_proxy_gen.jar" />
            <jar href="repository/aii_map_api.jar" />
            <jar href="repository/aii_mt_base.jar" />
            <jar href="repository/aii_mt_rb.jar" />
            <jar href="repository/aii_mt_rt.jar" />
            <jar href="repository/aii_util_icons.jar" />
            <jar href="repository/aii_util_swing.jar" />
            <jar href="repository/aii_util_xsd.jar" />
            <jar href="repository/aii_util_xml.jar" />
            <jar href="repository/aii_utilxi_misc.jar" />
            <jar href="repository/aii_util_rb.jar" />
            <jar href="repository/aii_upload_core.jar" />
            <jar href="repository/aii_upload_sap.jar" />
            <jar href="repository/clientaii_ib_sbeans.jar" />
            <jar href="repository/clientaii_ibrep_sbeans.jar" />
            <jar href="repository/frog.jar" />
            <jar href="repository/focus14.jar" />
            <jar href="repository/sapxmltoolkit.jar" />
            <jar href="repository/jta.jar" />
            <jar href="repository/ejb20.jar" />
            <jar href="repository/exception.jar" />
            <jar href="repository/logging.jar" />
            <jar href="repository/guidgenerator.jar" />
            <jar href="repository/jperflib.jar" />
            <jar href="repository/tenComposite.jar" />
            <jar href="repository/tenGraph.jar" />
            <jar href="repository/tenGraphics.jar" />
            <jar href="repository/tenGenerics.jar" />
            <jar href="repository/tenGui.jar" />
            <jar href="repository/sapni.jar" />
            <jar href="repository/sapj2eeclient.jar" />

  • BPM Deployment Exception

    Hi ALl,
    while deploying my BPM application i'm getting this exception, can any body let me know what's could be the problem.
    Thanks
    com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.
    Reason: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_requestbpm].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_requestbpm]. Cannot deploy it.
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:891)
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)
         at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:104)
         at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:162)
         at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:85)
         at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:234)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [demo.sap.com_requestbpm].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_requestbpm]. Cannot deploy it.
         at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:188)
         at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)
         at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:115)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_requestbpm]. Cannot deploy it.
         at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:118)
         at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)
         at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)
         at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)
         ... 8 more
    Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: Deploy Exception
         at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4712)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:327)
         at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)
         ... 11 more
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: Deploy Exception
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1110)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deploy(ContentArchiveDeployContainer.java:133)
         at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2534)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:380)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:325)
         ... 12 more
    Caused by: com.sap.glx.repository.exceptions.RuntimeRepositoryException: com.sap.glx.repository.exceptions.RuntimeRepositoryException: The runtime repository handler "Exception Handler" reported an exception while trying to add new versions for component demo.sap.com/requestbpm
         at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:272)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1103)
         ... 22 more
    Caused by: com.sap.glx.repository.exceptions.RuntimeRepositoryException: The runtime repository handler "Exception Handler" reported an exception while trying to add new versions for component demo.sap.com/requestbpm
         at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deployArchive(RuntimeRepositoryDeployManager.java:1261)
         at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deploy(RuntimeRepositoryDeployManager.java:246)
         ... 23 more
    Caused by: com.sap.glx.repository.exceptions.HandlerException: com.sap.glx.deploy.api.DeployException: java.io.IOException: Could not instantiate network 766fd376b1d8b36bea9b92a25fa35004/StartDeadlineIsCriticalException.
    The given network does exceed the maximum revision number. The given network has revision number 2.2 (Galaxy exception compiler as of NetWeaver CE 7.20. Give yourself to the dark side.) but maximum possible revision number is 1.1.
         at com.sap.glx.core.resource.impl.j2ee.rrdeploy.KernelHandlerImpl.addVersion(KernelHandlerImpl.java:84)
         at com.sap.glx.repository.service.impl.RuntimeRepositoryDeployManager.deployArchive(RuntimeRepositoryDeployManager.java:1255)
         ... 24 more
    Caused by: com.sap.glx.deploy.api.DeployException: java.io.IOException: Could not instantiate network 766fd376b1d8b36bea9b92a25fa35004/StartDeadlineIsCriticalException.
    The given network does exceed the maximum revision number. The given network has revision number 2.2 (Galaxy exception compiler as of NetWeaver CE 7.20. Give yourself to the dark side.) but maximum possible revision number is 1.1.
         at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.deploy(DeployControllerImpl.java:448)
         at com.sap.glx.core.resource.impl.j2ee.rrdeploy.KernelHandlerImpl.addVersion(KernelHandlerImpl.java:78)
         ... 25 more
    Caused by: java.io.IOException: Could not instantiate network 766fd376b1d8b36bea9b92a25fa35004/StartDeadlineIsCriticalException.
    The given network does exceed the maximum revision number. The given network has revision number 2.2 (Galaxy exception compiler as of NetWeaver CE 7.20. Give yourself to the dark side.) but maximum possible revision number is 1.1.
         at com.sap.glx.core.kernel.trigger.config.CSVNetBuilder.parse(CSVNetBuilder.java:1022)
         at com.sap.glx.core.kernel.trigger.config.CSVNetBuilder.parse(CSVNetBuilder.java:274)
         at com.sap.glx.deploy.impl.DeployControllerImpl$InternalActuator.deploy(DeployControllerImpl.java:430)
         ... 26 more

    Hi Raman,
    As Harsha suggested , both NWDS and your CE engine should be in sync
    Log says issue with the versions.
    "The given network has revision number 2.2 (Galaxy exception compiler as of NetWeaver CE 7.20. Give yourself to the dark side.) but maximum possible revision number is 1.1. at "
    Anil

  • Problem with Integration Repository

    Hi,
    I have problem with Integration Respository.when i am trying to connect it showing the fallowing.
    Application Digital Signature can not be verified. you want to run the application.
    when i click on run it showing
    Unable to launch the application. 
    The details of Error is given below.
    Launch File :
    <jnlp spec="1.0+" codebase="http://ps3181:50000/rep">
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Repository</description>
            <description type="short">Repository</description>
            <description type="tooltip">Repository</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="512m" />
            <jar href="repository/aii_ibrep_client.jar" />
            <jar href="repository/aii_ibrep_core.jar" />
            <jar href="repository/aii_ibrep_sbeans.jar" />
            <jar href="repository/aii_ibrep_rb.jar" />
            <jar href="repository/aii_ib_client.jar" />
            <jar href="repository/aii_ib_core.jar" />
            <jar href="repository/aii_ib_sbeans.jar" />
            <jar href="repository/aii_ib_rb.jar" />
            <jar href="repository/aii_proxy_gen.jar" />
            <jar href="repository/aii_map_api.jar" />
            <jar href="repository/aii_mt_base.jar" />
            <jar href="repository/aii_mt_rb.jar" />
            <jar href="repository/aii_mt_rt.jar" />
            <jar href="repository/aii_util_icons.jar" />
            <jar href="repository/aii_util_swing.jar" />
            <jar href="repository/aii_util_xsd.jar" />
            <jar href="repository/aii_util_xml.jar" />
            <jar href="repository/aii_utilxi_misc.jar" />
            <jar href="repository/aii_util_rb.jar" />
            <jar href="repository/aii_upload_core.jar" />
            <jar href="repository/aii_upload_sap.jar" />
            <jar href="repository/clientaii_ib_sbeans.jar" />
            <jar href="repository/clientaii_ibrep_sbeans.jar" />
            <jar href="repository/frog.jar" />
            <jar href="repository/focus14.jar" />
            <jar href="repository/sapxmltoolkit.jar" />
            <jar href="repository/jta.jar" />
            <jar href="repository/ejb20.jar" />
            <jar href="repository/exception.jar" />
            <jar href="repository/logging.jar" />
            <jar href="repository/guidgenerator.jar" />
            <jar href="repository/jperflib.jar" />
            <jar href="repository/tenComposite.jar" />
            <jar href="repository/tenGraph.jar" />
            <jar href="repository/tenGraphics.jar" />
            <jar href="repository/tenGenerics.jar" />
            <jar href="repository/tenGui.jar" />
            <jar href="repository/sapni.jar" />
            <jar href="repository/sapj2eeclient.jar" />
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE" />
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core.cms., com.sap.aii.ibdir.core.cms.*" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="00" /><property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.cr.name" value="ps3181" /><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep" /><property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50004" /><property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="000" /><property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir" /><property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb" /><property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@" /><property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50004" /><property name="jnlp.com.sap.aii.connect.repository.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.directory.name" value="ps3181" /><property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@" /><property name="jnlp.com.sap.aii.connect.repository.name" value="ps3181" /><property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run" /><property name="jnlp.com.sap.aii.connect.integrationserver.name" value="ps3181" /><property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@" /><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.languages" value="null" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m" /><property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl" /><property name="jnlp.com.sap.aii.repository.mapping.additionaltypes" value="none" /><property name="jnlp.com.sap.aii.connect.directory.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8000" /><property name="jnlp.com.sap.aii.connect.rwb.name" value="ps3181" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="000" /><property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.landscape.name" value="ps3181" /><property name="jnlp.SAPMYNAME" value="ps3181_TD1_00" /><property name="jnlp.com.sap.aii.connect.rwb.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.url" value="null" /><property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/" /><property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl" /><property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/" /><property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50000" /><property name="jnlp.client" value="true" /><property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="512m" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@" /><property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@" /><property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="00" /><property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator" /><property name="jnlp.rc.release" value="30_VAL_REL" /><property name="jnlp.rc.applname" value="REPOSITORY" /><property name="jnlp.rc.supportpackage" value="09" /><property name="jnlp.rc.synctime" value="200410262202" /></resources>
        <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc>
    </jnlp>
    Exception :
    java.lang.NullPointerException
         at com.sap.plaf.frog.FrogScrollPaneUI$1.propertyChange(FrogScrollPaneUI.java:113)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.JScrollPane.setHorizontalScrollBar(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.createScroller(Unknown Source)
         at javax.swing.plaf.basic.BasicComboPopup.<init>(Unknown Source)
         at com.sap.plaf.frog.FrogComboPopup.<init>(FrogComboPopup.java:34)
         at com.sap.plaf.frog.FrogComboBoxUI.createPopup(FrogComboBoxUI.java:185)
         at javax.swing.plaf.basic.BasicComboBoxUI.installUI(Unknown Source)
         at com.sap.plaf.frog.FrogComboBoxUI.installUI(FrogComboBoxUI.java:115)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JComboBox.setUI(Unknown Source)
         at javax.swing.JComboBox.updateUI(Unknown Source)
         at javax.swing.JComboBox.init(Unknown Source)
         at javax.swing.JComboBox.<init>(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.JComboBoxExt.<init>(JComboBoxExt.java:22)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities.createComboBox(Guitilities.java:987)
         at com.sap.aii.ib.gui.personalization.CommonResource.getLoginLanguageBox(CommonResource.java:153)
         at com.sap.aii.ib.gui.login.SplashLoginFrame.<init>(SplashLoginFrame.java:166)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doSplashLogin(SplashLoginImpl.java:96)
         at com.sap.aii.ibrep.gui.appl.ApplicationImpl.main(ApplicationImpl.java:624)
         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 com.sun.javaws.Launcher.executeApplication(Unknown Source)
         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    kiran.B

    Hi Kiran,
    your XI J2EE engine is not properly initialized so you are not able to open IR....
    just ask your Basis guys to see the startup log of your J2EE engine....if it has some errors, then just restart your J2EE engine.....then your this problem will be resolved....
    also see in  SMICM, whether ICM status is green or not..if not green then restart ICM from Administration->ICM monitor->restart->yes option of your XI server..
    when XI restarts, just enquire from basis guys whether J2EE engine is up and running..... then open IR.....then your XI IR will open........
    Thanks,
    Rajeev Gupta
    Message was edited by:
            RAJEEV GUPTA

Maybe you are looking for

  • Regarding graph in obiee 11g

    Hi All, i have some reports that has graph. in that graphs some graph is coming and some is not coming and giving error shown below. Graphing engine is not responding. A fatal error occurred while processing the request. The server responded with: or

  • Pulse Audio no longer detecting sound card; ALSA still detects

    After a recent update, pulseaudio has stopped detecting my sound card. ALSA still detects my soundcard, and I was able to find the following in the verbose output of starting pulseaudio. D: [pulseaudio] reserve-wrap.c: Successfully acquired reservati

  • How to get crispy fonts using icewm

    Icewm doesn't produce the same crispy Verdana fonts in thunderbird and firefox, xfce shows (in Arch). I'm very glad with the quality in xfce (I selected antialias off, autohinter on and rgb full). This is my ~/.fonts.conf according to the gentoo-wiki

  • Unable to Resolve Script Error Message

    Hi, I am using Windows Vista and Acrobat Adobe Extended Version 9. I am struggling with a script. I am sure it is something simple; however, I am struggling mightily with it. I am getting an error message, shown below, that I am unable to understand

  • Images and buttons

    I want to load an image onto the screen and allow the user to touch parts of the image to trigger an event. I can get an UIImageView with an image to load onto the screen, but it seems to hide the button I put in place with IB. How can I "hide" the i