All System Groups/Services disappeared in ESB Control after redeploy

Hi all,
SHORT: all entries in the "Services" pane of the ESB control have suddenly disappeared.
DETAILED: After a few successful cycles of changing/deploying/running and viewing instances of my ESB service via the ESB control, I redeployed and run the application. The previously successful test I ran did not get a reply from the service. Obviously, this could be either due to me breaking the service with the last change or because of some crash in the SOA Suite. So I tried to get more information via the ESB console but all System Groups and Services have disappeared - the left "Services" pane is empty.
Restarting the SOA Suite does not fix this.
==> any suggestions on what could have happened and how to resolve this without reinstall ? (we don't want this to happen in production, do we ;-) ?)

two collegues of mine ran into a similiar problem. Their ESB console seemed empty as well.Until one of them let the console open for about 10 minutes and the services/system re-appeared.
Indicating that when the services do not show up could also be caused by a serious performance glitch or the services are calling external systems which time out.
Another option is to wait for a few minutes and see if your services etc show up again.
I don't know where this performance degradation is coming from though. The only thing I noticed is that the ORAESB schema ( advanced install ) is installing al of its objects in the USERS tablespace and that most ( almost all ) tables do not have any indexes / pk / fk's on them.
Maybe one or two indexes could speed up the ESB repository considerably.
Dave, In the upcoming 10.1.3.3 release is the repository in any way altered? Default tablespace? PK/FK and/or extra indices on certain tables/columns?

Similar Messages

  • Why all the domain values disappeared from ESB control after chinese map?

    hi,
    when I creating a domain value in chinese in the ESB control and confirm it, After I restart the
    soa service, all the domain values that I created before and the one in chinese disappeared.
    Although the domain values in english desappeared, in the code they are still can be used.
    But the domain values in chinese can not be used.
    All the maps(both english and chinese ) are in DVM Repository.
    Can you help me ??? Why all the domain values disappeared from ESB control ?? thanks
    wanglinli

    two collegues of mine ran into a similiar problem. Their ESB console seemed empty as well.Until one of them let the console open for about 10 minutes and the services/system re-appeared.
    Indicating that when the services do not show up could also be caused by a serious performance glitch or the services are calling external systems which time out.
    Another option is to wait for a few minutes and see if your services etc show up again.
    I don't know where this performance degradation is coming from though. The only thing I noticed is that the ORAESB schema ( advanced install ) is installing al of its objects in the USERS tablespace and that most ( almost all ) tables do not have any indexes / pk / fk's on them.
    Maybe one or two indexes could speed up the ESB repository considerably.
    Dave, In the upcoming 10.1.3.3 release is the repository in any way altered? Default tablespace? PK/FK and/or extra indices on certain tables/columns?

  • ESB Systems and Services disappeared

    I posted this yesterday in BPEL forum but suspect this is a more appropriate place. Please help!
    Suddenly this afternoon, after adding a new ESB process, I am unable to display the DefaultSystem or BPELSystem processes in the ESB Control.
    The instances page seems to work, and I've seen a few instances kick off since the problem started.
    I can create a new System0 page but it disappears when I press "OK". I cannot create a new DefaultSystem or BPELSystem, but get the error that they already exist.
    The BPEL Console seems to work as usual.
    This exception appears in the oc4j log whenever I try to display the processes:
    08/01/09 15:28:16 java.lang.NullPointerException
    08/01/09 15:28:16 at oracle.tip.esb.model.entity.ServiceOperation.getFaults(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.util.XMLGenerator.buildOperationXML(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.util.XMLGenerator.addOperations(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.util.XMLGenerator.buildServiceXML(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.util.XMLGenerator.buildXMLForChildNodes(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.util.XMLGenerator.buildSystemXML(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.XMLConsoleManagerImpl.exploreEntities(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.console.XMLConsoleManagerImpl.exploreEntities(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.configuration.servlet.command.ServiceExplorerCommand.execute(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.configuration.servlet.CommandServlet.doJob(Unknown Source)
    08/01/09 15:28:16 at oracle.tip.esb.configuration.servlet.CommandServlet.doPost(Unknown Source)
    08/01/09 15:28:16 at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    08/01/09 15:28:16 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    08/01/09 15:28:16 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    08/01/09 15:28:16 at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    08/01/09 15:28:16 at java.security.AccessController.doPrivileged(Native Method)
    08/01/09 15:28:16 at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    08/01/09 15:28:16 at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    08/01/09 15:28:16 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    08/01/09 15:28:16 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    08/01/09 15:28:16 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    08/01/09 15:28:16 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    08/01/09 15:28:16 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    08/01/09 15:28:16 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    08/01/09 15:28:16 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    08/01/09 15:28:16 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    08/01/09 15:28:16 at java.lang.Thread.run(Thread.java:595)

    I think it would be termed SOA "advanced", we have a full-on Oracle database and Mobile Server as well as SOA Suite.
    The DBA did find some corrupted objects.
    I finally fixed the problem by running IRCA and then hand-copying the ESB_METADATA rows from another SOA Installation, and redeploying all the processes.
    I ran into another, similar problem today where one process could not find the metadata from the ESB Control. The problem seems to have vanished after I removed, recreated, and rebuilt the ESB process. However, I could see the process, just not bring up the diagram of it in ESB control (instead, an exception complaining about metadata appeared in that frame of the browser).
    Thanks for your response!

  • Services list in ESB Control is empty

    Hi,
    I have installed SOA Suite (10.1.3.1.0) on my laptop (Basic install).
    I have tried the "Getting started" guide for ESB. So installing the CustomerSample.zip (create table customer, importing metadata...) but when I go to the ESB Control web site, the services list is empty.
    When I click on the button to refresh the list it takes a while and nothing happens...
    I have tried to reinstall the suite without any network connection (I know a problem with DHCP and name resolution in the past) but nothing changes.
    In addition, if I use IE I get a javascript error (URL object undefined). In Mozilla I do not get any javascrip error.
    I have checked the esb_parameter table , it seems correct:
    SQL> select * from esb_parameter;
    PARAM_NAME | PARAM_VALUE
    -----------------------------+-------------------------------
    PROP_NAME_MONITOR_TOPIC_JNDI | OracleASjms/ESBMonitorTopic
    PROP_NAME_ERROR_XATCF_JNDI | OracleASjms/MyXATCF
    PROP_NAME_ERROR_RETRY_JNDI | OracleASjms/ESBErrorRetryTopic
    DT_OC4J_HTTP_PORT | 8888
    PROP_NAME_CONTROL_TCF_JNDI | OracleASjms/MyXATCF
    PROP_NAME_MONITOR_TCF_JNDI | OracleASjms/MyTCF
    PROP_NAME_ERROR_TOPIC_JNDI | OracleASjms/ESBErrorTopic
    PROP_NAME_ERROR_TCF_JNDI | OracleASjms/MyTCF
    PROP_NAME_CONTROL_TOPIC_JNDI | OracleASjms/ESBControlTopic
    PROP_NAME_DEFERRED_TCF_JNDI | OracleASjms/MyTCF
    DT_OC4J_HOST | localhost
    PROP_NAME_DEFERRED_XATCF_JNDI | OracleASjms/MyXATCF
    PROP_NAME_ERROR_RETRY_TCF_JNDI | OracleASjms/MyXATCF
    So is it a bug in the console??
    Any idea?
    Thanks.
    Fabrice.

    Hi Dave and thanks for the follow-up.
    Strange line in C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-19_01-07-15PM.out
    # Not all the dependencies for the component Oracle Web Services Manager Application Component 10.1.3.1.0 could be found. Missing component oracle.owsm.supportfiles 10.1.3.1.0.
    # Not all the dependencies for the component Oracle Web Services Manager Application Component 10.1.3.1.0 could be found. Missing component oracle.oc4j_extended 10.1.3.1.0.
    Install type for "BPEL Process Manager for OracleAS Middle Tier 10.1.3.1.0 " is "BPEL Process Manager".
         Conflict while setting install type of "Oracle ADF 10.1.3.1.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    Install type for "ESB Process Manager for OracleAS Middle Tier 10.1.3.1.0 " is "ESB Process Manager".
    # Not all the dependencies for the component ESB Process Manager for OracleAS Middle Tier 10.1.3.1.0 could be found. Missing component oracle.tip.esb.common 10.1.3.0.0.
    More interesting in the <SOA_HOME>/j2ee/<instance_name>/log/*/oc4j/log.xml
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2006-12-19T13:19:27.625+01:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>aprico-cb383927</HOST_ID>
    <HOST_NWADDR>127.0.0.1</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>11</THREAD_ID>
    <USER_ID>fyans</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>127.0.0.1:9791:1166530764812:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Unknown error occured in constructor of ESB resource adapter</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException
         at oracle.tip.esb.configuration.ServiceBusConstants.getESBHome(Unknown Source)
         at oracle.tip.esb.configuration.ServiceBusConstants.loadESBConfigs(Unknown Source)
         at oracle.tip.esb.configuration.ServiceBusConstants.getESBConfigs(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.<init>(Unknown Source)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at com.evermind.server.connector.deployment.ConnectorArchive.createJavaBeanInstance(ConnectorArchive.java:1182)
         at com.evermind.server.connector.deployment.ConnectorArchive.startResourceAdapter(ConnectorArchive.java:902)
         at oracle.j2ee.connector.DeployedAdapter.start(DeployedAdapter.java:102)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1269)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:354)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206)
         at com.evermind.server.Application.setConfig(Application.java:413)
         at com.evermind.server.Application.setConfig(Application.java:314)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1853)
         at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>

  • All of my passwords disappeared 11/14/14 after Firefox update to 33.1.1.

    Am in panic mode as I am computer illiterate. Is there a way to recover them & if so, can a dummy do it?

    Firefox 32 and later builds store the passwords in the logins.json file in the profile folder and no longer use the signons.sqlite file that has been used before (the matching key3.db file is still needed).
    If you still have the signons.sqlite file used in previous Firefox versions then you can try to force Firefox to migrate the passwords saved in that file (you will lose passwords saved in Firefox 32+ versions).
    You can force Firefox to reimport the passwords from the signons.sqlite file and rebuild the logins.json file with these steps:
    * reset the <b>signon.importedFromSqlite</b> pref on the <b>about:config</b> page to the default value via the right-click context menu
    * delete the <b>logins.json</b> file in the Firefox profile folder with Firefox closed
    When you restart Firefox then you should have the signon.importedFromSqlite pref with the value set to true and you should have the passwords imported in the Password Manager unless there may have been errors.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • "System Group" in SOA Suite 11g

    Everything looks good while upgrading ESB of FW 10g to Mediator of 11g.
    But seems there is no "Service Group" concept, which is introduced in ESB for projects hierarchy.
    Does anybody know any similar ideas in FW 11g?
    What I want is to group projects in the console, in other words, set up projects hierarchy in the console.
    Thank you in advance.
    -Simon

    The concept of system-groups (previous on Oracle ESB) and bpel domains are not in this 11gR1 release.
    Marc

  • ESB control not displaying any services

    Hi,
    I'm trying to get a SOA Suite installation going last few days. This is the state of the system:
    database - 10g Release 2 (10.2) for windows
    patches -
    Patch Set 2
    Patch 18: 6812783
    Oracle SOA Suite 10.1.3.3.0
    patches -
    Patch Set 3
    Interim Patch for bugs :6128263
    Other than installing these components, I have not done anything else with the system.
    When I go to the ESB control and log in as oc4jadmin I do not see any services like-
    1) Default System
    2) BPEL System
    I redid the whole install process thinking I might have missed out some step, but I see the same error again. Has anybody seen this before? what trouble shooting steps would you recommend ?
    thank you very much!
    Odie

    Hi,
    Have you installed the ESB schema properly?
    Cheers,
    Abhi...

  • IPhone mail : cannot reply, forward or create messages.  Can only delete a message by using the individual slide at the continue arrow.  The icons/controls "Delete" "Reply" "reply All" Flag" Download - .... all gone - they have disappeared.  Help.

    3G Iphone - Verizon: I cannot reply, forward or create messages.  Can only delete a message by using the individual slide at the continue arrow.  The icons/controls "Delete" "Reply" "reply All" Flag" Download - .... all gone - they have disappeared.  Help.

    Restart your iPhone. If that's not work repeat the Reset (Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.)

  • ESB Services nor Default System not showing up in ESB console

    We are running SOA Suite 10.1.3.1 and the services within the ESB console are not showing up immediately after logging into the console. I have verified that the credentials
    within the esb_paramater table are correct. We have also increased the amount of max cursors on the DB. Is there something else
    that we can try to get those services up and running?
    Edited by: user5529739 on Jun 11, 2009 9:50 AM

    So you can ping and nslookup from your ms to these agents and vice versa right?  I wouldn't do a manual install, I would push the agent from the management server.  You can uninstall the agent manually, or use cleanmom to get rid of them.  Then
    do an install from the console.  When you initiate the install from the console (management server), should it run into any issues it will dump out an error which will give you an idea of where the problem may be.
    From Holmans post on this:
    e MOM Server could not execute WMI Query "Select * from Win32_OperatingSystem" on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    The MOM Server could not execute WMI Query "(null)” on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    8004100A 
    800706BA
    1.  Ensure agent push account has local admin rights 
    2.  Firewall is blocking NetBIOS access.  If Windows 2008 firewall is enabled, ensure “Remote Administration (RPC)” rule is enabled/allowed.  We need port 135 (RPC) and the DCOM port range opened for console push through a firewall.  
    3.  Inspect WMI service, health, and rebuild repository if necessary 
    4.  Firewall is blocking ICMP  (Live OneCare) 
    5.  DNS incorrect 
    http://blogs.technet.com/b/kevinholman/archive/2009/01/27/console-based-agent-deployment-troubleshooting-table.aspx
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • ICloud Group contacts disappeared after upgraded to Windows 8.1.

    After upgrading to Windows 8.1 received message "The set of folders cannot be opened.  The information store could not be opened."  When opening the iCloud contacts in Outlook 2010.  I performed the fix of signing out of the iCloud control panel and back in to resolve the above error message and was able to access my addresses.  However, all of the iCloud Group contacts disappeared from Outlook and from iCloud.  Is there any way to restore the iCloud contacts back to a point when the Group contacts still existed.

     Hi @Tomhum2010 ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP ENVY 14t-1200 CTO Beats Edition Notebook PC and issues after an Windows 8.1 update. I recommend to restore the BIOS defaults.You could restore the BIOS with this document selecting the reloading the BIOS default settings which should resolve the fan issue.
    Here is a link to the HP Support Assistant. Just download and run the application and it will help with the software and drivers on your system. If the drivers are not updated this could cause this same issue.
    If that does not help at the end of the document it shows you to do a hardware test.
    Please note remove any and all USB devices before troubleshooting. Disconnect all non-essential devices
    Hope this helps you out.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • What's the meaning of a yellow DB-Adapter service in an ESB Instance?

    Hi Forum,
    I have implemented a really small ESB routing application, taking 3 Values, which will be written to a database using a routing service and a DB-Adapter. When calling this service via URI of the local endpoint (at the definition tab of ESB Control) everything works fine so far.
    Next I tried to invoke this service from a BPEL process. But all I got was a yellow marked DB-Adapter in the ESB instance. This is accompanied by a R tag on the adapter. The details tab states that a rollback has been done because of an error "undefined" on a non transactional endpoint.
    By the way, there is no error tab displayed in ESB Control and moreover no BPEL instance is logged. I asume that is a result of the rollback. So there is pretty few information on what has happened.
    Unfortunately I couldn't find anything of value on the web dealing with non transactional endpoints.
    Has anyone got a clue, what the reason for this strange behavior could be?
    TIA,
    Marco

    Hi James,
    thanks a lot for your answer. You've been totally right, it was a error in payload. Actually, after fiddling about with no success to get it right, I ended up with no ESB instance trace at all :-(
    So I decided to restart the server and guess what, everything looked nice. The instance came up with tracking information and error log showing that the payload was incomplete.
    And even the main problem of being unable to deploy a BPEL-Process because of an undefined partner link type (which I couldn't follow as the PLT was enclosed in the wsdl of the ESB service and that led me to designing a small repro case) vanished into thin air.
    This SOA-Suite seems to be a sort of weird. At the moment I can't figure out how to successfully run a real-life project using this technology :-(
    Working on a research project now, I hope to be getting more experienced before it gets down to business.
    Cheers
    Marco

  • Response Group Service stops repeatedly.

    Hi,
    We have a 3 node Lync 2013 FE pool, running on Windows 2012 R2 Datacenter.
    The response group service on all nodes stops periodically at different times. Obviously once all the pool members have stopped this service the Response Groups no longer function. We see the following events in the logs that show the issue:
    Log Name:      Lync Server
    Source:        LS Application Server
    Date:          1/20/2015 4:07:06 AM
    Event ID:      32007
    Task Category: (1055)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxxxxx
    Description:
    The Application Host stopped due to an unhandled exception in the application.
    The Application Host received an unhandled exception while running application urn:application:RGS. Exception information: Exception: System.Reflection.TargetInvocationException
    > Message: Exception has been thrown by the target of an invocation.
    > StackTrace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at Microsoft.Rtc.ApplicationServerCore.EventQueueEntry.ExecutionContextRunCallback(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at Microsoft.Rtc.ApplicationServerCore.EventQueueEntry.InvokeEvent(Boolean executingSynchronously, EventSerializer serializer)
       at Microsoft.Rtc.ApplicationServerCore.EventSerializer.ProcessEvent(Boolean executingSynchronously, EventQueueEntry entry)
       at Microsoft.Rtc.ApplicationServerCore.EventSerializer.ProcessEvents(EventQueueEntry entry)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    > Source: mscorlib
    > HResult: -2146232828
    Inner Exception: System.NullReferenceException
    > Message: Object reference not set to an instance of an object.
    > StackTrace:    at Microsoft.Rtc.Acd.MatchMaking.CallHandler.StopQueueTimer()
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.RouteToAnotherQueue(QueueCallHandler currentQueue, QueueCallHandler newQueue)
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.RouteCallOnQueueTimeout(QueueCallHandler currentQueue)
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.OnStateTimerExpired()
       at Microsoft.Rtc.Acd.MatchMaking.AgentPresenceManager.OnTimerExpired(Object sender, TimerExpiredEventArgs args)
       at Microsoft.Rtc.Acd.MatchMaking.PresenceProvider.EventQueue.OnExecuteWorkItem(QueueWorkItem workItem)
    > Source: Microsoft.Rtc.Acd.MatchMaking
    > HResult: -2147467261
    Cause: Unhandled exception.
    Resolution:
    Check the events prior to this to resolve the unhandled exception. 
    Log Name:      Lync Server
    Source:        LS Application Server
    Date:          1/20/2015 4:07:06 AM
    Event ID:      32002
    Task Category: (1055)
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxxxxxxx
    Description:
    The Application Host has stopped an application.
    The Application Host has stopped application RTCRGS
    Log Name:      Lync Server
    Source:        LS Response Group Service
    Date:          1/20/2015 4:07:06 AM
    Event ID:      31207
    Task Category: (2001)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxxxxxxx
    Description:
    An unhandled exception was encountered in Response Group Service.
    Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.StopQueueTimer()
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.RouteToAnotherQueue(QueueCallHandler currentQueue, QueueCallHandler newQueue)
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.RouteCallOnQueueTimeout(QueueCallHandler currentQueue)
       at Microsoft.Rtc.Acd.MatchMaking.CallHandler.OnStateTimerExpired()
       at Microsoft.Rtc.Acd.MatchMaking.AgentPresenceManager.OnTimerExpired(Object sender, TimerExpiredEventArgs args)
       at Microsoft.Rtc.Acd.MatchMaking.PresenceProvider.EventQueue.OnExecuteWorkItem(QueueWorkItem workItem)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at Microsoft.Rtc.ApplicationServerCore.EventQueueEntry.ExecutionContextRunCallback(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at Microsoft.Rtc.ApplicationServerCore.EventQueueEntry.InvokeEvent(Boolean executingSynchronously, EventSerializer serializer)
       at Microsoft.Rtc.ApplicationServerCore.EventSerializer.ProcessEvent(Boolean executingSynchronously, EventQueueEntry entry)
       at Microsoft.Rtc.ApplicationServerCore.EventSerializer.ProcessEvents(EventQueueEntry entry)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    Cause: Internal error in Response Group Service.
    Resolution:
    Restart the service.  If the problem persists contact product support.
    Log Name:      Application
    Source:        .NET Runtime
    Date:          1/20/2015 4:07:06 AM
    Event ID:      1026
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxxxxxxxxx
    Description:
    Application: OcsAppServerHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.Reflection.TargetInvocationException
    Stack:
       at Microsoft.Rtc.ApplicationServerCore.EventSerializer.ProcessEvents(Microsoft.Rtc.ApplicationServerCore.EventQueueEntry)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    Log Name:      Application
    Source:        Application Error
    Date:          1/20/2015 4:07:07 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxxxxxxx
    Description:
    Faulting application name: OcsAppServerHost.exe, version: 5.0.8308.0, time stamp: 0x5050e359
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x5318237f
    Exception code: 0xe0434352
    Fault offset: 0x00000000000043c8
    Faulting process id: 0x3cbc
    Faulting application start time: 0x01d033d48b291c99
    Faulting application path: C:\Program Files\Microsoft Lync Server 2013\Application Host\OcsAppServerHost.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: b4e25672-a083-11e4-80ce-005056b06583
    Faulting package full name: 
    Faulting package-relative application ID: 
    I initially though this may be due to AV scanning but this has been disproved. Please assist me with troubleshooting this issue.
    thanks
    Chris

    Hi,
    Please make sure CMS replication update to the latest status.
    Try to install the latest update for Lync Server and reboot the server.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Post deploy fails on 10.1.3.4. ESB Control console says see DT server logs

    Hello,
    We have recently upgraded our SOA Suite to 10.1.3.4. I was able to deploy all our ESB web services to the environment successfully. But after deployment, I restarted the J2EE server and after that when I login to ESB Control Console, I get an error in "Services" section as "Unknow Error in ESB. Please see the DT server log for details". I deployed services using JDeveloper 10.1.3.3. Could that be a problem? Please assist us as it has brought down our environment for 1 week.
    Please note that we had everything working perfect in 10.1.3.3 & dont know what created the problem in 10.1.3.4.
    Thanks,

    It might be that your esb tables has no data.
    You can resolve this problem in the following way.
    1. Running irca again. This method has the side effect of losing all metadata (other esb applications) already deployed on the server.
    2. Connect to the database as esb user. Run the query "Select count(*) from esb_parameter". This query will return a 0 records found result. Now you have to insert the values into the esb_parameter table again.
    insert into esb_parameter values ('PROP_NAME_MONITOR_TOPIC_JNDI','OracleASjms/ESBMonitorTopic');
    insert into esb_parameter values ('PROP_NAME_ERROR_XATCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_RETRY_JNDI','OracleASjms/ESBErrorRetryTopic');
    insert into esb_parameter values ('DT_OC4J_HTTP_PORT','<<your AS http port>>');
    insert into esb_parameter values ('PROP_NAME_CONTROL_TCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_MONITOR_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_TOPIC_JNDI','OracleASjms/ESBErrorTopic');
    insert into esb_parameter values ('PROP_NAME_ERROR_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('PROP_NAME_CONTROL_TOPIC_JNDI','OracleASjms/ESBControlTopic');
    insert into esb_parameter values ('PROP_NAME_DEFERRED_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('DT_OC4J_HOST','<<your AS host name>>');
    insert into esb_parameter values ('PROP_NAME_DEFERRED_XATCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_RETRY_TCF_JNDI','OracleASjms/MyXATCF');

  • LS Response Group Service

    Wondered if anyone had seen this before , we're getting the following error on all our Lync 2013 Front Ends but we aren't seeing any impact at all
    Event 31149, LS Response Group Service
    Unhandled Exception occurred when the service was running on a thread pool used by the platform.
    Unhandled Exception: System.NullReferenceException - Object reference not set to an instance of an object.
    Inner Exception: ~
    Cause: Unhandled exception.
    Resolution:
    Restart to service
    Just to confirm restarting the service does not resolve this and the error comes in every 15 minutes.
    Thank you 

    Try to install the latest update for Lync Server and reboot the server.
    Lisa Zheng
    TechNet Community Support

  • Oracleasm listdisks is not listing all disk groups and returning "strange special characters" and disks groups are dismounting unexpected

    Hi everybody,
    I have a 3 node Oracle Cluster with verstion 11.2.0.3.0 installed using ASM/ACFS/ADVM.
    Red Hat 5.7 - Kernel 2.6.18-371.12.1.el5 64bits
    OracleASM version:
         oracleasm-support-2.1.8-1.el5
         oracleasm-2.6.18-371.12.1.el5-2.0.5-1.el5
         oracleasmlib-2.0.4-1.el5
    On may, 2014 we had a physical failure in our storage system and all our disk partitions were completely lost.
    The Oracle Grid Infrastructure and Oracle RDBMS haven't needed to be reinstalled because they were healthy.
    The Oracle Cluster Registry (OCR) was lost (it was composed by three ASM disk groups in a redundant structure) and after recreation of the OCR disk groups I recover the Oracle Registry information from backup.
    All cluster information were recovered (listener, SCAN, VIP, databases and services)
    Databases could not be started because all ASM disk groups have been lost and oracle ASM instance (asmcmd -p) was showing all disk groups, but they were all "empty" - the physical partition related with them were recreated.
    All the "old" disk groups were dropped, and the "new" disk groups were recreated and all the backups from the databases were restored.
    After all services were up, and the environment seems to be OK, I check the healthiness of it, by executing the oracle cluster post-installation tool and others verify tools (crsctl and srvctl), well all returning messages saying that the environment was completely OK and no errors were found or generated (including in many log files I have inspected)
    After 2 weeks from the completely recover of the environment, without any error/failure message been received from it, the disk groups started to dismount unexpectedly, from whatever node and not only one specific disk group stops, but any one of them, any time.
    I opened a SR in Metalink (Oracle Support) and they conduct me to upgrade RedHat kernel version and OracleASM version.
    Simultaneously I opened a Case Solution in RedHat to help me identify the better way to do the upgrade in advantage of the Oracle specifications.
    From:
    rpm -qa | grep kernel
    kernel-devel-2.6.18-274.el5
    kernel-headers-2.6.18-274.el5
    kernel-2.6.18-274.el5
    rpm -qa | grep oracleasm
    oracleasm-support-2.1.8-1.el5
    oracleasmlib-2.0.4-1.el5
    oracleasm-2.6.18-274.el5-2.0.5-1.el5
    To:
    rpm -qa | grep kernel
    kernel-devel-2.6.18-371.12.1.el5
    kernel-2.6.18-371.12.1.el5
    kernel-headers-2.6.18-371.12.1.el5
    rpm -qa | grep oracleasm
    oracleasm-support-2.1.8-1.el5
    oracleasm-2.6.18-371.12.1.el5-2.0.5-1.el5
    oracleasmlib-2.0.4-1.el5
    Well, after this upgrade less times the disk groups dismounted, but they continue dismounting from whatever node, any disk group, any time.
    So, I opened another SR in Metalink (3-10143566371 still open) and they are conducting me again to upgrade the RedHat kernel version and OracleASM version.
    Information about OracleASM:
    # oracleasm listdisks
    ACFS
    FRA
    OCR01
    OCR02
    OCR03
    $ asmcmd -p
    ASMCMD [+] > ls -l
    State    Type    Rebal  Name
    MOUNTED  EXTERN  N      ACFS/
    MOUNTED  EXTERN  N      ARCH/
    MOUNTED  EXTERN  N      DEV/
    MOUNTED  EXTERN  N      DIR_LOG/
    MOUNTED  EXTERN  N      JAVA_ARCHIVE/
    MOUNTED  EXTERN  N      MSAF/
    MOUNTED  NORMAL  N      OCR/
    MOUNTED  EXTERN  N      PRD_DATA/
    MOUNTED  EXTERN  N      PRD_REDO1/
    MOUNTED  EXTERN  N      PRD_REDO2/
    MOUNTED  EXTERN  N      PRD_REDO3/
    MOUNTED  EXTERN  N      PRD_REDO4/
    MOUNTED  EXTERN  N      RASTR/
    MOUNTED  EXTERN  N      STAGE/
    This is what happens when execute "oracleasm scandisks":
    # oracleasm scandisks
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Instantiating disk "ùìÿÿÿÿÿÿÿÿÿÿÿìóæþÿ¥Ï¨®Ð¢"
    Unable to instantiate disk "ùìÿÿÿÿÿÿÿÿÿÿÿìóæþÿ¥Ï¨®Ð¢"
    Instantiating disk "ü´ñõ
                            ñõúìsö"
    Unable to instantiate disk "ü´ñõ
                                    ñõúìsö"
    ~±Ã1~u·}cÿ-Ûg disk "
    ¾s
    ~±Ã1~u·}cÿ-Ûinstantiate disk "
    ¾s
      Instantiating disk "à·Öªß³Ö½Þ®hìëÖßßÞÖÛÜØÖÕ"
    Unable to instantiate disk "à·Öªß³Ö½Þ®hìëÖßßÞÖÛÜØÖÕ"
    Instantiating disk "êËbkî,c
    ~,XZ±´b¹u²´biÅr"
    Unable to instantiate disk "êËbkî,c
    ~,XZ±´b¹u²´biÅr"
    Instantiating disk "
    PuTTYPuTTYUnable to instantiate disk "
    kÍ3|úùõ/øÊInstantiating disk "u
    i)ïìL"
    kÍ3|úùõ/øÊe to instantiate disk "u
    My question is: "This will really solve the problem?"
    Another: "Oracle really understood what is happening and they can help me to solve this problem?"
    Final: "Can anyone please help me this problem?"

    Hi,
    my two cent.
    Wait for the SR feedback.
    But for the future I advice you to do an ASM Metadata backup to be able to restore this data if you lost
    configurations or complete disks and so on.
    asmcmd md_backup -b <Pfad>/Filename
    and also an ocrconfig backup via crontab.
    ocrconfig -local -manualbackup
    regards

Maybe you are looking for

  • Video and Audio tags from compressor??

    Hey guys, I have some thing Im trying to solve. I have an audio and video podcast that i run through compressor every week and would really like to add all the meta-data straight from compressor. Its a pain to add to itunes and then grab that file an

  • Authorization by GL Account Group

    Hi, Is it possible to restrict authorizations by GL account Group (KTOKS)? Regards, Raj.

  • Login module - multiple logins

    Hi I want to implement the multiple login in the portal .For this i have to edit the java file where the authentication check will be done ,i am unable to get that java file where this user authentication is being checked.Can any one plz help me out

  • Startup keys won't work

    I'm having issues logging into my intel-based iMac, so I've been trying to boot up in safe mode, as well as boot from my Snow Leopard install dvd. But, whenever I try to boot up using the startup keys (shift for safe bode, option or C key for booting

  • I want to delete this stupid "ALot " screen that I got when I tried to install a You Tube downloader.

    I originally had a screen of a newspaper fronnt page whne Im opened Mozilla. Then I wanted to install an aprogram to download You Tube videos. I wound up with this dumb "Alot" screen . It lets me get to the Menu Bar and other navigation Tools. . But