Exception thrown when I want to display the iinstances in ESB Control

An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.model.repository.exception.RepositoryException: Unable to retrieve Service Parameter with name TrackingEnabled Ensure that the repository is accessible at oracle.tip.esb.model.repository.database.DatabaseRepository.getESBParameter(Unknown Source) at oracle.tip.esb.console.XMLInstanceManagerImpl.trackingEnabled(Unknown Source) at oracle.tip.esb.configuration.servlet.command.GetTrackingConfigCommand.execute(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doJob(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: Internal Error:AllocStatement: Request Communication Failed at oracle.lite.poljdbc.POLJDBCErrMsg.throwSQLException(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCStatement.thinAllocStmt(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCStatement.(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCFactory.createPreparedStatement(Unknown Source) at oracle.lite.poljdbc.POLJDBCPreparedStatement.(Unknown Source) at oracle.lite.poljdbc.OraclePreparedStatement.(Unknown Source) at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source) at oracle_lite_poljdbc_OracleConnection_Proxy.prepareStatement() at oracle.tip.esb.model.repository.database.sql.SQLUtil.prepareStatement(Unknown Source) at oracle.tip.esb.model.repository.database.sql.ParametersSQL.getESBParameter(Unknown Source) ... 25 more ".

Is the instances tab the only tab you have problem with? e.g. is your services list up and running normally?
I ran into similiar problems during development. In my instance the problem was caused by the fact that the USERS tablespace was full. by default the IRCA script installs everything in the USERS tablespace instead of creating a seperate tablespace for the ESB repository. The same goes for the Webservice manager. OWSM. This repository is also installed in the USERS tablespace.
I doubled the size of the USERS tablespace and after that my instances tab worked fine again.
This bug has been identified by Oracle and this will be fixed in 10.1.3.3. I believe.
In the meantime I modified the IRCA install scripts ( using the ORABPEL scripts as a guideline ) the next time I create an ESB repository.
HTH.

Similar Messages

Maybe you are looking for

  • Value attribute of command_link

    Hi, Hope someone can help me out. When you specify a value for the value attribute of the command_link tag does this value ever get sent to the user's browser or does it stay server side in a table referenced to that specific user? Sorry if this is a

  • Open file limit in limits.conf not being enforced

    So I am running a Arch installation without a graphical UI and Im running elasticsearch on it as its own user (elasticsearch). Since elasticsearch needs to be able to handle more than the 4066 files that seems to the be the default, I edit /etc/secur

  • Installing on a different Mac computer

    I had been using CS3 in a MacBook, and do have the coupon code number and serial number for CS3.  Last night I uninstalled CS3 from the old MacBook, following EXACTLY the uninstall procedure for Mac's as instructed, i.e., deactivatong first.  This mo

  • Importing custom components

    I just downloaded and installed Update 5 and now I cannot import my custom component. The new update requires the component packaged as a Component Library File with comlib?? extension. I tried to find any docs on the new packaging scheme but couldnt

  • Diff between data objects & value objects

    what are the differences between Data and Value Objects?