JMS/JTA issue is case of a server crash

          Hi All
          I am having some JMS/JTA related issue in case of a server crash. This is there
          for both 6.1 and 7.0. Its like this - an MDB is getting data from a Queue and
          its CMT [ie JTA]. Now when the MDB has the onMessage call back that time a usertransaction
          has been opened by the JMS framework of WLS 7.0/6.1. Now when the onMessage block
          is executing if the server crashes - before the TX has been rolled back/commited
          then next time when that server is restarted that message does mot appear on the
          Queue for 4-5 minutes and the Queue shows the message in "Bytes Pending". So the
          user has to wait for 4-5 minutes before getting back the message. In this time
          period whatever u try - like use QueueBrowser /QueueReceiver to find the message
          shows no result. This is something to do with JTA/JMS combination.
          Is there anyway to control this "invisible time" of the message? This is causing
          a lot of problem in our user base.
          thanks
          Anamitra
          

I don't think there are any issues. You might get more info from the
          transaction newsgroup and/or customer support.
          Tom
          Anamitra wrote:
          > Hi Tom
          > thats good - but this brings another question. If that was to be reduced are there
          > any side effects that I should be aware of?
          > thanks
          > Anamitra
          >
          > Tom Barnes <[email protected]> wrote:
          >
          >>This is a FAQ, but is not in the FAQ.
          >>
          >>1) As an enhancement, the transaction recovery delay has been reduced,
          >>
          >>or even eliminated in 8.1.
          >>
          >>2) There are plans to back-port this reduction to 7.0 - I think the
          >>back-port is already available. Contact customer support.
          >>
          >>3) Meanwhile, there is somewhat of a work-around. You can reduce the
          >>
          >>recovery delay to as little as 60 seconds by setting
          >> RecoveryThresholdMillis="60000"
          >>in the "JTA" section of your config.xml, programmatically via JMX on
          >>the
          >>"JTAMBean".
          >>
          >>Tom
          >>
          >>Anamitra wrote:
          >>
          >>>Hi All
          >>>I am having some JMS/JTA related issue in case of a server crash. This
          >>
          >>is there
          >>
          >>>for both 6.1 and 7.0. Its like this - an MDB is getting data from a
          >>
          >>Queue and
          >>
          >>>its CMT [ie JTA]. Now when the MDB has the onMessage call back that
          >>
          >>time a usertransaction
          >>
          >>>has been opened by the JMS framework of WLS 7.0/6.1. Now when the onMessage
          >>
          >>block
          >>
          >>>is executing if the server crashes - before the TX has been rolled
          >>
          >>back/commited
          >>
          >>>then next time when that server is restarted that message does mot
          >>
          >>appear on the
          >>
          >>>Queue for 4-5 minutes and the Queue shows the message in "Bytes Pending".
          >>
          >>So the
          >>
          >>>user has to wait for 4-5 minutes before getting back the message. In
          >>
          >>this time
          >>
          >>>period whatever u try - like use QueueBrowser /QueueReceiver to find
          >>
          >>the message
          >>
          >>>shows no result. This is something to do with JTA/JMS combination.
          >>
          >>>Is there anyway to control this "invisible time" of the message? This
          >>
          >>is causing
          >>
          >>>a lot of problem in our user base.
          >>>
          >>>thanks
          >>>Anamitra
          >>
          >
          

Similar Messages

  • BI Server Crashed

    Hi, I was running BI 7.0 and it crashed no services are running all RED sign like dispatucher, gateway, and messages server... anyway! so I decided to Reinstall it again...
    How to take backup my all Querys, Infoprovider, cubes, etc. etc. in OS level
    and what is the good way to backup program for BI server or NW2004... do i need to backup database or just NW2004...
    I am new in backup, so please tell me what is the good program can i take backup runnign under Widnows Server 2003  and is that posible to take Ghost image... in case next time server crashed I can reimage backup copy ???
    I will really appriciated with points
    from; Angelne
    Thanks in Advanced

    Following links might be helpful
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/001ef297-9bbf-2910-bbaa-babedc1b01ca
    https://service.sap.com/~sapidb/011000358700004447112001E

  • Issue w/ Case Differences Using the IBM Directory Server MA

    We have the following issue using the IBM Directory Server MA using FIM 2010 R2 (Version 4.1.3479.0).
    We provision a new object, e.g., uid=jdoe,ou=users,o=contoso, into an instance of IBM Directory Server
    The object is created in IBM Directory Server as uid=jdoe,ou=users,o=contoso
    A Full Import on the IBM Directory Server MA runs and confirms the export
    Subsequent imports, sync, and exports run successfully
    <Time passes>
    A Full Import on the IBM Directory Server MA runs, and this object shows up as a staging-error (uid=jdoe,ou=Users,o=contoso)
    Subsequent imports and syncs report errors on this object (staging-error)
    Note that we do not manipulate the anchor (DN) of this object once it is created in IBM Directory Server. Other attributes are synchronized, but the object is never renamed/moved. This case change does not happen with all of the objects brought
    in during the Full Import, but the number of instances do increase periodically. At this point, it does look like the import is changing from a lowercase "u" to an uppercase "U" but not vice versa.
    I found a related
    TechNet article containing the following remark:
    "IBM Directory Server does not guarantee that the case of a DN component will match in all instances. On a synchronization or import from IBM Directory Server, this can manifest itself as an unexpected update. For example, if you create
    O=TEST, and then create the user cn=MikeDan,O=TEST, this might be imported from IBM Directory Server as
    cn=MikeDan,O=test. Because of the case difference, FIM treats this as an update on subsequent full imports."
    Unfortunately, the article does not propose a resolution.
    Has anyone encountered this issue? More importantly has anyone resolved this or found an acceptable workaround?
    Note that deleting the connector space is not an acceptable workaround. :)

    I remember experiencing this issue when we were on 5.0, and I believe it persists through 5.1 as well.
    There is a comment in the 5.2 release notes that something similar was fixed:
    Changing case sensitive attribute values failed in MMR. (4624693)
    If I had to take a wild guess, I would say that the server does some internal checking to see if the value has changed, possibly based on the attribute syntax, to avoid replicating "changes" that really don't change anything except case. I doubt that all your custom attributes are case-sensitive, though. Enabling replication probably "turns on" this behavior, which doesn't go away even if replication is disabled.
    In any case, you're probably out of luck unless/until you upgrade to 5.2.

  • JMS - Unable to connect to a remote server

    Hi All
    I am trying to point my WL7.0 to a JMS QUEUE on ORACLE FUSION WL10.3
    I am getting the following error message on myserver.log: (I deleted the port and ip)
    <Unable to connect to a remote server on address ### and port ###
    with protocol t3. The Exception is java.net.ConnectException: Connection refused>
    I have seen a post that implied that there is a bug in WL7.0 , but I am not sure that this is the case.
    When the JMS queues are on the same server .i.e WL7.0 to WL7.0 it is fine.
    Can anyone help ?

    There could be compatibility issues. Refer to "WebLogic Server Compatibility".
    Link: [http://download.oracle.com/docs/cd/E12839_01/web.1111/e14529/compatibility.htm#INRMP118]
    Are you using a JMS bridge between the two domains?
    Edited by: Manish Chellappan on Sep 3, 2009 3:35 PM

  • Accessing JMS Queue located in stand alone managed server on same domain

    Our use-case is as follows.
    In our weblogic domain we have SOA_Cluster and a stand alone managed server. All the custom JMS resources belong to a JMS server that is targeted to stand alone JMS server. We are trying to access JMS Queues/Topics located in the stand alone managed server from JMS adapter (part of SOA Cluster).
    I am wondering what should be our adapter configuration in this scenario. In going through JMS adapter use-cases (below is the link), there is a mention of how to access resources located in Remote weblogic Domain. I am wondering if the same applies to us OR if there is better way to access JMS resources for our use case.
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/adptr_jms.htm#CJAHAFGF
    Appreciate your feedback.

    Accessing JMS Queue/Topic located in different Managed server on same domai
    Regards,
    Anuj

  • ISE - Multiple Issuing Subordinate CAs for EAP Auth?

    Is it possible to utilise multiple issuing subordinate CAs with an ISE implementation? In short I have a situation where the client is wanting to issue certificates for one group of users from CA1 and issue certificates for another group of users from CA2.
    As far as I can see it is not possible to have two different server certificates installed on a policy node for the purposes of EAP authentication. Is the only way around this to install a policy node per issuing certifcate server?

    Ok to add to this I would really like some clarification on certificate installation for the purposes of EAP-TLS. The Cisco doco is at best vague on this topic. I have a distributed deployment with 2 x Admin, 1 x monitoring and 2 x PSN. I have installed a Public HTTPS server auth cert on each device and all nodes are joined. I would now like to utilise MS CA cert infrastructure to authenticate EAP-TLS.
    My understanding is that I need the MS CA Root Cert and Subordinate Cert on the Admin node with the subordinate cert ticked for trust for EAP Auth. Is there a requirement for a Server Authentication certificate on the Admin Node? Going forward with that Is there a requirement to add a server authentication certificate to the PSN Nodes?
    In addition back to my first question is it possible to utilise multiple subordinate CAs for client authentication if so how as I cannot seem to click trust for EAP on multiple certs

  • Can CAS array include server in DR site

    Hi, there:
    Our current Exchange 2010 environment:
    1): Two HUB/CAS Exchange 2010 server running on Windows 2008 R2 use NLB to form a CAS array.
    2): Two Exchange 2010 Mailbox server with one DAG.
    Please note all of these Exchange 2010 servers are on our datacenter, now we would like to add the DR capability to our Exchange environment.
    In regards to the CAS array design for the DR site, is it possible to add one HUB/CAS Exchange 2010 to current CAS/HUB array (this server need to be on SR site), this way when the two HUB/CAS server on the datacentre is not available user can still connect
    the HUB/CAS server on the DR site?
    If the subnet for the Datacentre and DR site is different is this possible?
    If the subnet for the datacenter and DR site is the same is this possible?

    Hi,
    Firstly, I’d like to explain, CAS array’s members cannot be located in different sites. If all CAS servers are in the same site, CAS array can load balance MAPI request.
    And if all mailbox severs are in the same site, DAG can apply failover while it may apply switchover if they are in different sites:
    http://technet.microsoft.com/en-us/library/dd298067(v=exchg.141).aspx
    A failover is an automatic activation process that can occur at either the database or server level. Switchover is manual activation process.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • How to install Oracle AS JMS Adapter on Websphere (or any J2EE server)

    Hi,
    We have a requirement in which the client wants to connect to the OC4J JMS running in SOA Suite (Oracle Application Server 10.1.3.4).
    They are using Websphere. We are exploring ways by which they can connect from Websphere application to Oracle AS OC4J JMS.
    One option is - deploy the Oracle AS JMS adapter in Websphere and then use it to connect to the OC4J JMS.
    Please let us know if this is the right approach. Also, if so, kindly point to the documentation regarding how to install the JMS adapter on 3rd party J2EE servers such as websphere.
    Rgds,
    Amit

    While searching the knowledge base I found the following note, which seems to suggest that Oracle Adapters are not deployble on other J2EE application servers:
    Support For Jca Adapter In Other Application Servers Like Jboss [ID 1114738.1]
    ==============================================
    From the statements in documentation it may be implied that jca adapter should be deployable on any application server that is compliant with j2ee/jca. Please note that this cannot be implied at this time and jca adapter cannot be deployed on other application servers than OAS in BRM 731 due to some technical constraints. So currently we can support only OAS and not JBoss or another application server , in BRM 731. The documentation will be updated accordingly to reflect this.

  • Snow Leopard 10.6.1 Exchange 2007 with CAS and MBX Server

    Hi, i have a problem with 10.6.0 and 10.6.1 with connect to exchange 2007.
    we have 2 exchange Servers. one is the CAS (Client Access Server) and the other server is a mailbox server. The client have to connect to CAS and he connects to the mailbox server.
    My problem is the connect with MAIL, iCAL or Adressbook.
    „The Server doenst answer. Please make sure that the network ......“
    The network works fine but i can not connect.
    Greetings

    Hi kjbowler & welcome to discussions
    http://support.apple.com/kb/DL907
    ...it it will work using HP stuff exclusively w/SL, this is the only way to proceed.
    I don't see why you can't just print @ 400% tho...

  • Configure Windows Server Essentials (2012R2) "Identified problem": "Certificate Issuer is installed on this server" stops the configuration

    On a server 2012R2 Essentials when trying to install the essentials experience the first install works ok but the configuration allways stops with the message "Certificate Issuer is installed on this server" and no way to continue the configuration.
    Windows/Logs/CBS/
    2014-07-24 21:10:04, Info                  CBS    TI: --- Initializing Trusted Installer ---
    2014-07-24 21:10:04, Info                  CBS    TI: Last boot time: 2014-07-24 18:36:03.489
    2014-07-24 21:10:04, Info                  CBS    Starting TrustedInstaller initialization.
    2014-07-24 21:10:04, Info                  CBS    Ending TrustedInstaller initialization.
    2014-07-24 21:10:04, Info                  CBS    Starting the TrustedInstaller main loop.
    2014-07-24 21:10:04, Info                  CBS    TrustedInstaller service starts successfully.
    2014-07-24 21:10:04, Info                  CBS    No startup processing required, TrustedInstaller service was not set as autostart
    2014-07-24 21:10:04, Info                  CBS    Startup processing thread terminated normally
    2014-07-24 21:10:04, Info                  CBS    Starting TiWorker initialization.
    2014-07-24 21:10:04, Info                  CBS    Ending TiWorker initialization.
    2014-07-24 21:10:04, Info                  CBS    Starting the TiWorker main loop.
    2014-07-24 21:10:04, Info                  CBS    TiWorker starts successfully.
    2014-07-24 21:10:04, Info                  CBS    Universal Time is: 2014-07-24 19:10:04.379
    2014-07-24 21:10:04, Info                  CBS    Loaded Servicing Stack v6.3.9600.17200 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.3.9600.17200_none_fa7026dd9b04586e\cbscore.dll
    2014-07-24 21:10:04, Info                  CSI    00000001@2014/7/24:19:10:04.379 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7ffd2cb360e5 @0x7ffd2de92e53 @0x7ffd2de924ac @0x7ff60b37d2df @0x7ff60b37d9e4
    @0x7ffd588d2385)
    2014-07-24 21:10:04, Info                  CBS    Could not load SrClient DLL from path: SrClient.dll.  Continuing without system restore points.
    2014-07-24 21:10:04, Info                  CBS    SQM: Initializing online with Windows opt-in: True
    2014-07-24 21:10:04, Info                  CBS    SQM: Cleaning up report files older than 10 days.
    2014-07-24 21:10:04, Info                  CBS    SQM: Requesting upload of all unsent reports.
    2014-07-24 21:10:04, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_std.sqm, flags: 0x2
    2014-07-24 21:10:04, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_all.sqm, flags: 0x6
    2014-07-24 21:10:04, Info                  CBS    NonStart: Set pending store consistency check.
    2014-07-24 21:10:04, Info                  CBS    Session: 30386034_3758808251 initialized by client WinMgmt.
    2014-07-24 21:10:04, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~6.3.9600.16384, this could be slow
    2014-07-24 21:10:05, Info                  CSI    00000002 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0x172dbed940
    2014-07-24 21:10:05, Info                  CSI    00000003 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-07-24 21:10:05, Info                  CSI    00000004 Created NT transaction (seq 1) result 0x00000000, handle @0x25c
    2014-07-24 21:10:08, Info                  CSI    00000005 Poqexec successfully registered in [ml:26{13},l:24{12}]"SetupExecute"
    2014-07-24 21:10:08, Info                  CSI    00000006@2014/7/24:19:10:08.151 Beginning NT transaction commit...
    2014-07-24 21:10:08, Info                  CSI    00000007@2014/7/24:19:10:08.182 CSI perf trace:
    CSIPERF:TXCOMMIT;32854
    2014-07-24 21:10:08, Info                  CSI    00000008 CSI Store 99552754976 (0x000000172dce7d20) initialized
    2014-07-24 21:10:08, Info                  CSI    00000009@2014/7/24:19:10:08.182 CSI Transaction @0x172e9bcaa0 initialized for deployment engine {d16d444c-56d8-11d5-882d-0080c847b195} with flags 00000002
    and client id [26]"TI5.30386034_3758808251:1/"
    2014-07-24 21:10:08, Info                  CSI    0000000a@2014/7/24:19:10:08.182 CSI Transaction @0x172e9bcaa0 destroyed
    2014-07-24 21:10:19, Info                  CBS    Session: 30386012_3156824848 initialized by client DISM Package Manager Provider.
    2014-07-24 21:12:19, Info                  CBS    Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
    2014-07-24 21:12:19, Info                  CBS    TiWorker signaled for shutdown, going to exit.
    2014-07-24 21:12:19, Info                  CBS    Ending the TiWorker main loop.
    2014-07-24 21:12:19, Info                  CBS    Starting TiWorker finalization.
    2014-07-24 21:12:19, Info                  CBS    Ending the TrustedInstaller main loop.
    2014-07-24 21:12:19, Info                  CBS    Starting TrustedInstaller finalization.
    2014-07-24 21:12:19, Info                  CBS    Ending TrustedInstaller finalization.
    2014-07-24 21:12:20, Info                  CBS    Ending TiWorker finalization.
    Any ideas?
    //Christer

    Hi Justin!
    nltest /server:"servername" /sc_reset:"domaninname" returns: "I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN" 
    Dcdiag /q returns : An error occurred. EventID: 0xC0001B77
    The text log was not small enough to post here..
    Regards.
    Christer
    Can not find anything directly related in windows-logs but here is the latest log from CBS folder.. 
    2014-07-28 11:04:25, Info                  CSI    00000888 [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"\??\C:\Windows\Inf\Windows Workflow Foundation 3.0.0.0\041D" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"sv-se", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:25, Info                  CSI    00000889 [DIRSD OWNER WARNING] Directory [ml:128{64},l:126{63}]"\??\C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en" is not owned but specifies
    SDDL in component Microsoft.Dtc.PowerShell.Non_msil.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088a [DIRSD OWNER WARNING] Directory [ml:134{67},l:132{66}]"\??\C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en-US" is not owned but specifies
    SDDL in component Microsoft.Dtc.PowerShell.Scripts.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088b [DIRSD OWNER WARNING] Directory [ml:520{260},l:134{67}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088c [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"\??\C:\Windows\Inf\Windows Workflow Foundation 3.0.0.0\0000" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088d [DIRSD OWNER WARNING] Directory [ml:520{260},l:114{57}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft" is not owned but specifies SDDL
    in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088e [DIRSD OWNER WARNING] Directory [ml:520{260},l:144{72}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0" is not owned
    but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088f [DIRSD OWNER WARNING] Directory [ml:520{260},l:94{47}]"\??\C:\Program Files (x86)\Reference Assemblies" is not owned but specifies SDDL in component
    Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:30, Info                  CSI    00000890 Ignoring duplicate ownership for directory [l:72{36}]"\??\C:\Windows\microsoft.net\authman" in component Microsoft.Interop.Security.AzRoles, Version
    = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:31, Info                  CSI    00000891 [SR] Verify complete
    2014-07-28 11:04:31, Info                  CSI    00000892 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:31, Info                  CSI    00000893 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:36, Info                  CSI    00000894 [SR] Verify complete
    2014-07-28 11:04:36, Info                  CSI    00000895 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:36, Info                  CSI    00000896 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:40, Info                  CSI    00000897 [DIRSD OWNER WARNING] Directory [ml:520{260},l:120{60}]"\??\C:\Windows\Microsoft.NET\Framework\v2.0.50727\RedistList" is not owned but specifies
    SDDL in component NetFx-ASSEMBLYLIST_XML, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:42, Info                  CSI    00000898 [SR] Verify complete
    2014-07-28 11:04:42, Info                  CSI    00000899 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:42, Info                  CSI    0000089a [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:46, Info                  CSI    0000089b [SR] Verify complete
    2014-07-28 11:04:46, Info                  CSI    0000089c [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:46, Info                  CSI    0000089d [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:52, Info                  CSI    0000089e [SR] Verify complete
    2014-07-28 11:04:52, Info                  CSI    0000089f [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:52, Info                  CSI    000008a0 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:58, Info                  CSI    000008a1 [SR] Verify complete
    2014-07-28 11:04:58, Info                  CSI    000008a2 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:58, Info                  CSI    000008a3 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:02, Info                  CSI    000008a4 [SR] Verify complete
    2014-07-28 11:05:02, Info                  CSI    000008a5 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:05:02, Info                  CSI    000008a6 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:08, Info                  CSI    000008a7 [SR] Verify complete
    2014-07-28 11:05:08, Info                  CSI    000008a8 [SR] Verifying 52 (0x0000000000000034) components
    2014-07-28 11:05:08, Info                  CSI    000008a9 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:09, Info                  CSI    000008aa [DIRSD OWNER WARNING] Directory [ml:520{260},l:56{28}]"\??\C:\Windows\system\Speech" is not owned but specifies SDDL in component Windows-Media-SpeechSynthesis-WinRT,
    pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:05:09, Info                  CSI    000008ab Ignoring duplicate ownership for directory [l:56{28}]"\??\C:\Windows\system\Speech" in component Windows-Media-SpeechSynthesis-WinRT, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:05:09, Info                  CSI    000008ac [SR] Verify complete
    2014-07-28 11:05:09, Info                  CSI    000008ad [SR] Repairing 1 components
    2014-07-28 11:05:09, Info                  CSI    000008ae [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:09, Info                  CSI    000008af Hashes for file member \??\C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess\Web.config do not match actual file [l:20{10}]"Web.config"
      Found: {l:32 b:jiP+IRWGZxsG0nX6il5MCZofFThiSfytb8Ih27r5EPk=} Expected: {l:32 b:KR7DbPqdCKMwdiZI2XDSr42o4ujtpZlzfX9ud+ODKRM=}
    2014-07-28 11:05:09, Info                  CSI    000008b0 [SR] Repairing corrupted file [ml:520{260},l:120{60}]"\??\C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess"\[l:20{10}]"Web.config" from
    store
    2014-07-28 11:05:09, Info                  CSI    000008b1 [SR] Repair complete
    2014-07-28 11:05:09, Info                  CSI    000008b2 [SR] Committing transaction
    2014-07-28 11:05:09, Info                  CSI    000008b3 Creating NT transaction (seq 2), objectname [6]"(null)"
    2014-07-28 11:05:09, Info                  CSI    000008b4 Created NT transaction (seq 2) result 0x00000000, handle @0xba4
    2014-07-28 11:05:11, Info                  CSI    000008b5@2014/7/28:09:05:11.308 Beginning NT transaction commit...
    2014-07-28 11:05:11, Info                  CSI    000008b6@2014/7/28:09:05:11.470 CSI perf trace:
    CSIPERF:TXCOMMIT;163479
    2014-07-28 11:05:11, Info                  CSI    000008b7 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction  have been successfully repaired
    2014-07-28 11:07:13, Info                  CBS    Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
    2014-07-28 11:07:13, Info                  CBS    TiWorker signaled for shutdown, going to exit.
    2014-07-28 11:07:13, Info                  CBS    Ending the TiWorker main loop.
    2014-07-28 11:07:13, Info                  CBS    Starting TiWorker finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending the TrustedInstaller main loop.
    2014-07-28 11:07:13, Info                  CBS    Starting TrustedInstaller finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending TrustedInstaller finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending TiWorker finalization.
    Regards. Christer

  • Where You can create a support case for weblogic server?

    Hi all,
    I would like to know where I can create a support case for weblogic server?
    I logged me in metalink3 but I did not found a way to create a service request for WLS.
    Thanks in Advance.

    I believe you still need to use BEA's support resources at this point: http://www.oracle.com/bea/support.html

  • HT6154 Is there an issue with the software update server? My iphone has been trying to update to the new iOS for almost two hours

    Is there an issue with the software update server? My iphone has been trying to update to the new iOS for almost two hours

    Hello brownie67,
    Thanks for using Apple Support Communities.
    If you're currently unable to update your iOS device Over The Air, then please update it using iTunes.
    Update your iPhone, iPad, or iPod touch iOS software
    Take care,
    Alex H.

  • FOUND SOLUTION TO EMAIL ISSUE - "message not downloaded from server"

    It took me 4 days to figure it out but there is a solution to the problem "the messsage has not been downloaded from server" and "the message has no content".
    I do not have to set up "push" accounts from yahoo or gmail and it works with my corporate email.
    Apple can reach me at <Message was edited by: Host> to discuss this issue.

    I'm not a computer technician, and if you were to give me a few days looking at the problem, i'm sure I or anyone else could provide a solution. I'm not too bothered about the message appearing 50% of the time as i'm usually within easy reach of a Laptop or PC or can find another method to get access to my email.
    So i'm not pi**ed off that you have found a solution. I'm just trying to obtain information for a post that says "FOUND SOLUTION TO EMAIL ISSUE - "message not downloaded from server" in the Apple HELP FORUMS...

  • Workbench crash leads to server crash? (xpost from configuration forum)

    I have two issues, first a workbench crash which I suspect led to a server crash. Please read this in its entirety as I am including the workbench log and then the server log entry. Any advise is greatly appreciated. Thanks.
    I have a process with only one service on it - the LDAP service. I can test the service just fine (by using the "Test" button inside the properties for the LDAP service), but I'm also trying to activate the service. When I do that, everything locks up and I have to terminate workbench and relaunch.
    It's repeatable as it does this every time I try to activate this process. The .log file under the workbench directory says there is no active service configuration for
    service: [amalLDAPProcess]. I am new to this, can you advise as to what that means?
    Here's the actual workbench log entry:
    !ENTRY com.adobe.workflow.editor 4 4 2009-01-08 14:51:00.332 !MESSAGE got an unknown exception There is no active service configuration for service: amalLDAP Process loading headConfig for category A_Amal !STACK 0 ALC-DSC-023-000:
    com.adobe.idp.dsc.registry.service.NoActiveServiceConfigurationException:
    There is no active service configuration for service: amalLDAP Process
    I already did configure the LDAP service and when I use the LDAP service in my process, the TEST button returns the LDAP attribute I am looking for. So I believe I have LDAP configured properly. My process basically takes a form, goes to LDAP to get the manager, and adds the manager name on the form.
    I gave up for the evening only to discover that today the livecycle server (service) was down and our server engineer was unable to start the service. After a 70 minute startup, it finally came up (and loading workbench and connecting to the server was really slow). Here is the server log entry. The error messages in the Websphere logs indicate a time-out issue, possibly attempting to connect to the datastore.
    I started the services around 11:30am, and the application was not up until 12:40pm. Can you please forward the log entries below to Adobe, to see if they can identify the nature of the problem?
    [1/9/09 11:40:01:062 EST] 00000016 SibMessage I [IDP_JMS_Bus:MIBTSASW03Node01.server1-IDP_JMS_Bus] CWSIS1538I: The messaging engine, ME_UUID=62C3CBD16BCAA972, INC_UUID=6C286C28BC38EAED, is attempting to obtain an exclusive lock on the data store.
    [1/9/09 11:40:02:546 EST] 0000002b ThreadMonitor W WSVR0605W: Thread "server.startup : 1" (0000001e) has been active for 695281 milliseconds and may be hung. There is/are 1 thread(s) in total in the server that may be hung.
    [1/9/09 11:40:06:078 EST] 00000016 SibMessage I [IDP_JMS_Bus:MIBTSASW03Node01.server1-IDP_JMS_Bus] CWSIS1546I: The messaging engine, ME_UUID=62C3CBD16BCAA972, INC_UUID=6C286C28BC38EAED, has lost an existing lock or failed to gain an initial lock on the data store.
    [1/9/09 11:43:12:875 EST] 00000015 SibMessage E [IDP_JMS_Bus:MIBTSASW03Node01.server1-IDP_JMS_Bus] CWSIS0002E: The messaging engine encountered an exception while starting. Exception: com.ibm.ws.sib.msgstore.PersistenceException: CWSIS1501E: The data source has produced an unexpected exception: com.ibm.ws.sib.msgstore.persistence.ConnectionUnavailableException: Connection cannot be provided as Datasource has been disabled!
    [1/9/09 11:43:12:968 EST] 00000016 SibMessage I [IDP_JMS_Bus:MIBTSASW03Node01.server1-IDP_JMS_Bus] CWSIS1546I: The messaging engine, ME_UUID=62C3CBD16BCAA972, INC_UUID=6C286C28BC38EAED, has lost an existing lock or failed to gain an initial lock on the data store.
    [1/9/09 11:43:12:984 EST] 00000015 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adapter for resource IDP_DS. The exception which was received is (none)
    [1/9/09 11:43:12:984 EST] 00000015 ConnectionEve A J2CA0090I: This is an English onl

    The configuration of Java messaging in your WebSphere environment is not correct.
    The messaging engine, ME_UUID=62C3CBD16BCAA972, INC_UUID=6C286C28BC38EAED, has lost an existing lock or failed to gain an initial lock on the data store.
    Typically, the WebSphere Service Integration Bus (SIB) will have a messaging engine attached to it. This can be a single server or a cluster. In any case, it needs an EXCLUSIVE lock on the JMS tables in the database (they start with SIB...) and currently they can't.
    http://blogs.adobe.com/livecycle/2007/07/what_are_those_sibtables_in_my.html

  • Why did my server crash and what to do to prevent this?

    hi there,
    i've been following the installation guide on single host and all looked well until yesterday all of a sudden i couldn't see my mail tab when using webmail.
    i tried re-logging in several times and from three computers at home but no mail tab was dispayed (calendar, address book, etc were fine). in some occasions i have been displayed an error msg saying i should reconfigure the server.
    so i went on today to check the server but having a very limited knowledge of administration i couldn't figure out what to check and where so i stopped all services as advised in single host guide. notably web and messaging servers (or services?) weren't running. i restarted them and now require some help to diagnose why this all happened as i was not getting any emails until the server was restarted.
    i was able to log in yesterday morning however in the afternoon server has crashed. it didn't restart or hung up but web server wasn't running anymore. the last email i received was 3.21 pm yesterday. after i restarted all services today, a few emails were displayed immediately with current date and time (10 am today), however i don't know whether these were emails received while server was 'malfuntioning' or they are some left overs from last seconds of working.
    i remember myself running update service on the server yesterday and it looked okay today's morning when i found it finished updating the computer. could this be the reason? did update service stopped web server from running?
    also after i restarted the machine this morning i had to re-run all services all over again. don't they just start automatically upon reboot? what if power fails and my APC UPS shuts machine down and then boots it back when power regains?
    pls help me as i am new guy on the block and want to stick to Sun products but don't want to be put off by some mysterious errors and instability of such a great software package which CommSuite defintiely is.

    Graham_Brown wrote:
    i've been following the installation guide on single host and all looked well until yesterday all of a sudden i couldn't see my mail tab when using webmail.If you cannot see the mail-tab you need to verify whether the messaging server processes are running. It helps to have a high-level view of how things fit together:
    http://docs.sun.com/app/docs/doc/819-4440/6n6jfgch0?a=view
    In this case for the mail-tab to work you need messaging server running, specifically the mshttpd (webmail) process and the imapd (IMAP) process.
    i tried re-logging in several times and from three computers at home but no mail tab was dispayed (calendar, address book, etc were fine). in some occasions i have been displayed an error msg saying i should reconfigure the server.The error message advising to reconfigure the server is misleading. If this was the first time you accessed the comms-express interface and had no mail-tab then the message is pointing out that you may have misconfigured something (which was really easy to do in earlier releases). As you had already successfully accessed the mail-tab this is more indicating that something is now broken/not-running correctly.
    so i went on today to check the server but having a very limited knowledge of administration i couldn't figure out what to check and where so i stopped all services as advised in single host guide. notably web and messaging servers (or services?) weren't running. i restarted them and now require some help to diagnose why this all happened as i was not getting any emails until the server was restarted.Four things you can do at this juncture:
    1. Configure coreadm to capture any future core dumps (assuming of course the processes died abnormally e.g. coding issue, memory starvation ...) http://docs.sun.com/app/docs/doc/819-5355/6n7eo3v6v?a=view
    2. Enable auto-restart of processes. http://docs.sun.com/app/docs/doc/819-4428/bgadd?a=view
    3. Check patching levels and update to address known issues. http://www.sun.com/bigadmin/hubs/comms/downloads/updates.jsp#cp1
    4. Log a Sun Support Case to have the issue investigated (assuming you have a support contract). http://msg.wikidoc.info/index.php/Submit_sun_support_request
    i was able to log in yesterday morning however in the afternoon server has crashed. You need to be very specific about what actually 'crashed'.
    Saying the "server has crashed" implies that the entire system (at the hardware/OS level) crashed/rebooted.
    If the 'webserver' has crashed then you would be able to access the system via SSH (so the hardware/OS is working) but when you connect to the server using a webclient to get mail, you don't get a connection.
    If the 'mailserver' has crashed then you would be able to log into Comms Express or at least see the login page (webserver is working) but one or more components are not working (if you cannot login then chances are there are directory server issues, if there is no mail-tab then this is mail-server issues, no calendar tab, calendar-server issues, no address-book then potentially directory-server issues and so on).
    it didn't restart or hung up but web server wasn't running anymore. the last email i received was 3.21 pm yesterday. after i restarted all services today, a few emails were displayed immediately with current date and time (10 am today), however i don't know whether these were emails received while server was 'malfuntioning' or they are some left overs from last seconds of working.If you have enabled mail logging then you can see when the emails were being accepted.
    http://docs.sun.com/app/docs/doc/819-2650/6n4u4dtv9?a=view#bgbew
    i remember myself running update service on the server yesterday and it looked okay today's morning when i found it finished updating the computer. could this be the reason? did update service stopped web server from running?Which 'update service' are you referring to?
    also after i restarted the machine this morning i had to re-run all services all over again. don't they just start automatically upon reboot? what if power fails and my APC UPS shuts machine down and then boots it back when power regains?You need to configure the various components to start-on-boot using /etc/init.d/* scripts. This is a standard system-administration task.
    pls help me as i am new guy on the block and want to stick to Sun products but don't want to be put off by some mysterious errors and instability of such a great software package which CommSuite defintiely is.At this juncture I recommend that you investigate Solaris 10 administration training. The issues you have described aren't necessarily isolated to just CommSuite but are more standard system-admin tasks.
    Regards,
    Shane.

Maybe you are looking for