OIM hangs at midnight ;(

Hi.
Has anybody faced the following problem with OIM 9031 at JBOSS 4.0.3 SP 1?
The system scheduled task named 'Re-issue Audit Message Task' is configured to launch each midnight, and generates the following error, after which the application server (and OIM) hangs:
2008-02-16 00:00:02,108 ERROR [XELLERATE.DATABASE] Class/Method: tcDataBase/writeStatement encounter some problems: ORA-01400: can't insert NULL in ("OIM_USER"."UPA_USR"."USR_LOGIN")
java.sql.SQLException: ORA-01400: can't insert NULL in ("OIM_USER"."UPA_USR"."USR_LOGIN")
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:955)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3400)
     at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:227)
     at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(Unknown Source)
     at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.insertUserProfile(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processUserProfileChanges(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processAuditData(Unknown Source)
     at com.thortech.xl.audit.genericauditor.GenericAuditor.processAuditMessage(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processSingleAudJmsEntry(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processOfflineNew(Unknown Source)
     at com.thortech.xl.audit.engine.jms.XLAuditMessageHandler.execute(Unknown Source)
     at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessage(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
     at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
     at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:101)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
     at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
     at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
     at org.jboss.ejb.Container.invoke(Container.java:873)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1379)
     at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
     at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
     at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
     at org.jboss.mq.SpySession.run(SpySession.java:333)
     at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
     at java.lang.Thread.run(Thread.java:534)

It also has the following error linked:
2008-02-18 10:13:23,128 ERROR [XELLERATE.AUDITOR] Processor (com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator) failed to process successfully generated audit data
com.thortech.xl.audit.exceptions.AuditDataProcessingFailedException: Failed to insert user profile record in table UPA_USR for auditee 2241
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.insertUserProfile(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processUserProfileChanges(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processAuditData(Unknown Source)
     at com.thortech.xl.audit.genericauditor.GenericAuditor.processAuditMessage(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processSingleAudJmsEntry(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processOfflineNew(Unknown Source)
     at com.thortech.xl.audit.engine.jms.XLAuditMessageHandler.execute(Unknown Source)
     at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessage(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
     at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
     at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:101)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
     at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
     at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
     at org.jboss.ejb.Container.invoke(Container.java:873)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1379)
     at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
     at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
     at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
     at org.jboss.mq.SpySession.run(SpySession.java:333)
     at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
     at java.lang.Thread.run(Thread.java:534)
Caused by [Nested Exception]:
com.thortech.xl.orb.dataaccess.tcDataAccessException
     at com.thortech.xl.dataaccess.tcDataAccessExceptionUtil.createException(Unknown Source)
     at com.thortech.xl.dataaccess.tcDataBase.createException(Unknown Source)
     at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(Unknown Source)
     at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.insertUserProfile(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processUserProfileChanges(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processAuditData(Unknown Source)
     at com.thortech.xl.audit.genericauditor.GenericAuditor.processAuditMessage(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processSingleAudJmsEntry(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processOfflineNew(Unknown Source)
     at com.thortech.xl.audit.engine.jms.XLAuditMessageHandler.execute(Unknown Source)
     at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessage(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
     at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
     at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:101)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
     at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
     at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
     at org.jboss.ejb.Container.invoke(Container.java:873)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1379)
     at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
     at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
     at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
     at org.jboss.mq.SpySession.run(SpySession.java:333)
     at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
     at java.lang.Thread.run(Thread.java:534)
Caused by [Nested Exception]:
java.sql.SQLException: ORA-01400: can't insert NULL in ("OIM_USER"."UPA_USR"."USR_LOGIN")
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:955)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3400)
     at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:227)
     at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(Unknown Source)
     at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.insertUserProfile(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processUserProfileChanges(Unknown Source)
     at com.thortech.xl.audit.auditdataprocessors.UserProfileRDGenerator.processAuditData(Unknown Source)
     at com.thortech.xl.audit.genericauditor.GenericAuditor.processAuditMessage(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processSingleAudJmsEntry(Unknown Source)
     at com.thortech.xl.audit.engine.AuditEngine.processOfflineNew(Unknown Source)
     at com.thortech.xl.audit.engine.jms.XLAuditMessageHandler.execute(Unknown Source)
     at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessage(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
     at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
     at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:101)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
     at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
     at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
     at org.jboss.ejb.Container.invoke(Container.java:873)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
     at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1379)
     at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
     at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
     at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
     at org.jboss.mq.SpySession.run(SpySession.java:333)
     at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
     at java.lang.Thread.run(Thread.java:534)

Similar Messages

  • OIM 11.1.1.2 Install Hangs on "restart  domain" step.

    When installing IDM 11.1.1.20 on Windows XP 32 Bit, Database V 11.1.0.7. The restart domain step hangs.
    tail -f of the the AdminServer log for IDMDomain yields:
    IVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <web
    logic> <> <> <1268340893812> <BEA-001147> <Shutting down the JDBC service.>
    ####<Mar 12, 2010 1:54:53 AM PKT> <Info> <JDBC> <aliebel-us> <AdminServer> <[ACT
    IVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <web
    logic> <> <> <1268340893812> <BEA-001149> <Shutdown of the JDBC service complete
    d.>
    ####<Mar 12, 2010 1:54:53 AM PKT> <Info> <WebLogicServer> <aliebel-us> <AdminSer
    ver> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuni
    ng)'> <weblogic> <> <> <1268340893875> <BEA-000236> <Stopping execute threads.>
    Could this be a JVM memory issue?. If so how do I get the installer to specify more heap ?

    Got the same problem on OIM 11.1.1.7 with Windows 7 64bit. The last log messages are
    Stopping Derby Server...
    Starting AdminServer
      Starting the domain ...
      LOADING DLL : C:\dev\Oracle\Middleware\IDM1\install\config\\StartUtil64.dll
        DEBUG : Loading DLL : C:\dev\Oracle\Middleware\IDM1\install\config\\StartUtil64.dll
        DEBUG : Loaded DLL : C:\dev\Oracle\Middleware\IDM1\install\config\\StartUtil64.dll
    anybody can help?
    Thanks in advance!

  • OIM Server Hanging up after restarting

    Hi,
    We have deployed OIM 9.1 on Weblogic server 10.3. The OIM server is being hanged when we are trying to restart the server. After several attempts the server is coming up. Please let me know, what is the cause for hanging and can we use Unicast address for the cluster and multicast address for the nodes. the multicast address is same for both the nodes and also let me know if there is any other alternate way to bring the server up without using the multicast address. Please find the xlconfig.xml below.
    <Cache>
    <Enable>false</Enable>
    <ThreadLocalCacheEnabled>false</ThreadLocalCacheEnabled>
    <ExpireTime>14400</ExpireTime>
    <CacheProvider>com.thortech.xl.cache.OSCacheProvider</CacheProvider>
    <XLCacheProvider>
    <Size>5000</Size>
    <MultiCastAddress>0.0.0.0</MultiCastAddress>
    <!-- <MultiCastAddress>231.109.140.115</MultiCastAddress> -->
    </XLCacheProvider>
    <!-- Individual cache categories -->
    <!-- Adapters and event handlers to be executed on update/insert/delete -->
    <DataObjectEventHandlers>
    <Enable>false</Enable>
    <ExpireTime>14400</ExpireTime>
    </DataObjectEventHandlers>
    <ProcessDefinition>
    <Enable>false</Enable>
    <ExpireTime>14400</ExpireTime>
    </ProcessDefinition>
    <EmailDefinition>
    <Enable>false</Enable>
    <ExpireTime>14400</ExpireTime>
    </EmailDefinition>
    <RuleDefinition>
    <Enable>false</Enable>
    <ExpireTime>14400</ExpireTime>
    </RuleDefinition>
    Thanks,
    Sai
    Edited by: 798291 on Sep 28, 2010 1:42 PM

    Hi Kevin,
    Thanks for your quick response. Should I have the same Unicast address for the cluster and the nodes or can I have Unicast for Cluster and Multicast address for the nodes. and, Can I have the multicast disabled since it is not supporting our environment. Please let me know if there is any other alternate way.
    Thanks
    Sai.

  • OIm11g Upgrade OIM Middile Tier ua utility hanged

    Hi All,
    We have upgraded oim 9.1.0.2 to oim 11g 11.1.1.5 in our Dev environment, But when we try this in our QA environment, its hanged when run ua to Upgrade OIM Middile tier. There is no error messages in logs (@ TRACE level). We followed the following link for upgradation
    http://download.oracle.com/docs/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm#CACGJAGG
    We are getting this issue at task 12 (13.14 Task 12: Use Upgrade Assistant to Upgrade Oracle Identity Manager Middle Tier).
    OIm is in progress state for this upgradation state at OIM91UPG.USER level. we got this information by running the query :select feature_id, feature_upgrade_state, is_feature_upgraded from upgrade_feature_state;
    Can you please suggest on this.
    Thanks.

    Its solved, Actually it took 8 hours to complete then task. The same task took 10-20 mins in DEV. We are expecting the reason might be the DB and App server locations are different (there it took 8 hours), locations are same where it took 20 mins.
    Thanks.

  • Midnight commander hangs

    whenever i start mc as user and try to change the directory, it hangs and i have to kill it. when mc is being startet as root - everything works fine.
    any ideas, what i'm doing wrong?
    thanks in advance

    me too. for over a few weeks now though thought that fresh install and perhaps the cool mc-new version in AUR and one or the other would be the fix.
    NOPE. still frozen though rest of system works fine.  This one is interesting.  oh, same problem running as root.
    starting with:
    mc -u
    seems tpo get me around the freeze.
    geez, oldish thread.....sorry about that I guess!
    Last edited by yvonney (2010-02-13 00:35:28)

  • Error while running historical and operational reports in OIM 9.1

    Hi all,
    I had a look at the operational reports and historical reports in OIM 9.1
    When I tried to run the reports by supplying the parameters, I see the following behaviors.
    a)The reports run as expected and display the information.
    b)The moment, I click submit I see a series of exceptions in the Jboss log, the beginning of the thread being....
    WARN [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@1e7aa15[state=NORMAL mc=org.jboss.resource.adapter.jdbc.xa.XAManagedConnection@6fc757 handles=1 lastUse=1300177838234 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@62b4a1 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@40ba54 xaResource=org.jboss.resource.adapter.jdbc.xa.XAManagedConnection@6fc757 txSync=null]
    java.sql.SQLException: No more data to read from socket
    c)The screen just hangs without any error message/report results. When I tried to click any other menu items on the left hand side, none of them responds after the screen is hung.
    The only option available is to close the window and reopen the browser again.
    It would be great if you could let me know the root cause for scenarios 'b' and 'c'
    Looking forward to hearing from you,
    Many thanks in advance

    Hey guys! 2 days and no replies yet. please help me with this.

  • WebLogic 10.3.2.0 hanging at startup after "The server log file is opened."

    Hi,
    A WebLogic 10.3.2.0 server is hanging at startup. There are no error messages. The last command in the startup window is:
    "The server log file <log file dest> is opened. All server side log events will be written to this file."
    I think the next line should be:
    "Security initializing using security realm realm."
    Any ideas on what could be the issue? For instance what resources should be accessed at that point of time? There is sufficient space left on the (virtual machine) disk. The VM configured with 8GB memory. Could it be performance related still?
    Following is written to the log file:
    ####<12.aug.2010 kl 09.47 CEST> <Info> <WebLogicServer> <oim> <> <Main Thread> <> <> <> <1281599254656> <BEA-000214> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.> ####<12.aug.2010 kl 09.47 CEST> <Notice> <Log Management> <oim> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1281599255312> <BEA-170019> <The server log file ....logs\AdminServer.log is opened. All server side log events will be written to this file.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Log Management> <oim> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1281599255390> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Diagnostics> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599255671> <BEA-320001> <The ServerDebug service initialized successfully.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Store> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599256515> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="....s\domains\oim\servers\AdminServer\data\store\diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="wlfileio2"> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "t3" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "t3s" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "http" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "https" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "iiop" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "iiops" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "ldap" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "ldaps" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257187> <BEA-002622> <The protocol "cluster" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257187> <BEA-002622> <The protocol "clusters" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002622> <The protocol "snmp" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002622> <The protocol "admin" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002624> <The administration protocol is "t3s" and is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <RJVM> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257468> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257687> <BEA-002609> <Channel Service initialized.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258000> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258078> <BEA-000436> <Allocating 3 reader threads.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258078> <BEA-000446> <Native IO Enabled.> ####<12.aug.2010 kl 09.47 CEST> <Info> <IIOP> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599259500> <BEA-002014> <IIOP subsystem enabled.>
    Thanks!!

    tried both of these, still having same error as below:
    <Sep 8, 2010 1:32:37 PM IST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Sep 8, 2010 1:32:37 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic2 javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic2 denied
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <Sep 8, 2010 1:32:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Sep 8, 2010 1:32:37 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Sep 8, 2010 1:32:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Pls help me out ASAP...

  • Can't backup to my Time Capsule -- always hangs

    So, tonight I bought a Time Capsule to back up my MacBook Air to. I've been using AirPort Base Stations for years, so I'm pretty familiar with troubleshooting them at this point.
    Long story short, I've not been able to get a single successful backup to this brand new Time Capsule.
    I've eliminated every possible variable -- even turned off wireless completely, and have connected the Air directly to the Time Capsule using the Air's USB ethernet adapter.
    The results are always the same: 100-200 MB into the backup, it just hangs, and takes the Finder down with it.
    For example, right now the backup progress dialog is sitting at "275.6 MB of 40.48" and has been for probably half an hour. I can't cancel the backup (the cancel button does nothing when clicked). I switched to the Finder to see if the Time Capsule volume was still mounted, and the Finder instantly beachballed. It's hung so badly that I just tried to restart the Air and it's now hung at the spinning restart indicator.
    This is my fifth or sixth attempt of the night. I've done a "Reset to Factory Settings" once on the Time Capsule, and have been erasing the Capsule's hard drive before each attempt, via AirPort Utility.
    Remember, there's no WiFi involved here. The Air is plugged directly into a LAN port on the Time Capsule. I've turned off AirPort completely on the laptop. Interference is not an issue.
    The Air is running 10.5.2 and the Time Capsule is a 1 TB model running firmware 7.3.1.
    It seems to be completely broken. Before I deal with the headache of returning/exchanging it, does anyone have any suggestions?

    So I thought maybe the "connection interrupted" error could indicate a bad ethernet cable. So, I swapped it out for another, but it hasn't fixed the problem.
    It did get much farther into the backup on this attempt -- about 2 GB out of 40 GB. It was past midnight, so I went to bed and left it running. Woke up to "an error occurred writing to the backup disk" or something to that effect. Time Capsule GONE from Airport Utility until I rebooted the TC.
    (Still not using the WiFi here. Airport Utility wasn't finding the ETHERNET-CONNECTED Time Capsule.)
    At this point, after so many attempts, I'm guessing it has to be a hardware failure in the TC, or the hard drive itself.
    I guess I'll take it back to the Apple Store and see if I can get it swapped. If the replacement does it too, then we've got a real problem on our hands.

  • CF 10 sp 12 Enterprise  high CPU usage hangs services, 2012 server on 2012 Hyper-V host

    The last 2 days - my [removed link] CF site has suffered from high CPU usage (on and off) that stops functionality.
    This will last several minutes then suddenly the high usage stops a few minute later the high cpu usage starts again.
    I don't have any scheduled processes allowed to run.
    Restarting the coldfusion service  during a high CPS incident - the cpu usage just picks up where it left off when restarted.
    I have assigned 4 CPUs (normal) or 8CPUs  (as a test) to the VM and I get the same high CPU then low usage. This is a fresh install several months ago on a new VM.
    I'd like some Adobe support on this issue but can't seem to find the contact phone number.
    This series of high and low cpu usage first started Monday AM about midnight until 7:00 AM  Tuesday was quiet and Wednesday this AM I'm having the same issues.
    Ideas?
    Update:  While waiting for this to post - the high CPU usage started again and this time I stopped and restarted the Jetty service ... and the CPU usage went away...
    Update: the high cpu started again and a restart of the jetty service didn't help --- neither did the .net service restart... the cf10 application service did stop the high usage...
    Jay Bietz
    Message was edited by: Jay Bietz after post accepted.

    After 2 hang free days -- Friday midnight (above is the gcviewer )  and ~2 hours later had the hang condition again.  Current java.config includes
    java.args=-server  -Xms4096m -Xmx4096m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dcom.sun.management.jmxremote.port=8701 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Xmn1024m -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfwhispererGClive4.log -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application .home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/j ars,{application.home}/wwwroot/WEB-INF/cfform/jars,C:\\CFusion10\\cfusion\\verisign\\payfl owpro\\Java\\PFProColdFusion,C:\\CFusion10\\cfusion\\verisign\\payflowpro\\Java\\PFProCold Fusion\\Verisign.jar
    GCviewer shows that the full GCcollections suddenly start firing off many times in a short period of time.
    Jay
    will work on the tomcatlog issues next.

  • Reconfigure existing OIM on fresh weblogic Installation

    Hi,
    My OIM 9.1.0.1 is configured on WebLogic 10.3 but I am not able to start the weblogic server. It hangs after showing the STARTING Message; not getting error
    message also. So, is there any way in which I can reconfigure the existing OIM on fresh Weblogic installation. If yes, then kindly help.
    Cheers,
    Sunny

    Are u able to login to the Weblogic Admin Console by using the URL
    http://<hostname>:7001/console.
    If Yes, then go to the deployed Applications and repdeply xellerate Application.
    If No, then its time to reinstall Weblogic and OIM

  • OIM Database Tables Trusted source reconciliation error

    Hello everyone!
    I am new in OIM. For a practice I have decided to implement databasetable trusted reconciliation. I have did according to the documentation except STATUS Reconciliation:
    http://download.oracle.com/docs/cd/E11223_01/doc.910/e11194/app_sample.htm#CJFHIHHM
    In the table I inserted one user. Next I started manually reconciliation task. An user creation ended successfully. But when I start manually reconciliation task next time status of this task hanged in “Running” and in server log I got an error:
    21:46:12,351 ERROR [APIS] Class/Method: tcReconciliationOperationsBean/ignoreEventData encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.dataobj.util.tcReconciliationUtil.isUserIdentical(Unknown Source)
    at com.thortech.xl.dataobj.util.tcReconciliationUtil.ignoreEvent(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEventData(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEvent(Unknown Source)
    at com.thortech.xl.ejb.beans.tcReconciliationOperationsSession.ignoreEvent(Unknown Source)
    As I didn’t modify the user in the table I expect that reconciliation finished with nothing to do. But there are an error.
    Have any ideas which case this behavior? And how can I fix it?
    Edited by: user11136777 on Jun 8, 2010 7:14 PM

    Hi,
    Can you tell me what is Reconciliation Rule, Object Action Rule and what are you getting Recon Manager screen in Design Console.
    Regards
    Alabhay Goel

  • JRE Install hangs Windows XP Pro!

    Sorry for being so lame.
    It is the first time I'm trying to get myself started to deal with Java.
    From the first approach it doesn't seem to be friendly as I was unable to even install the thing.
    I'm running jre-1_5_0_06-windows-i586-p.exe and I'm ending with totaly hung Windows. It is totaly and deadly stopped. No mouse, no keyboard, no any signs of life at all.
    I thought I might be doing it not in proper order, so I tried to install this jdk-1_5_0_06-windows-i586-p-iftw.exe. It seems to be installed with no problem eve though I don't see any use of it without having JRE or JVM running.
    I also noticed that disclaimer note (or whatever it was) of JRE had a scrollbar at the right side. I tried to read it by scrolling it and it was just repeating the last line of text which I had already seen before scrolling.
    Sorry again for being so lame, but could anyone be so kind and tell me where is that magical jawa-setup-kit to start from and have NO Windows XP hung ?

    Woohoo!
    I've found the solution for blanc white screens.
    But first I needed to get rid of broken JVM I had installed before. To do this I simply deleted all relevant files from my harddrive and voila! I was able to start everything again.
    I disabled all hardware acceleration on my graphics card (nVidia 6800GS). It helped.
    This time I installed NetBeans+JDK bundle stright away, without trying to understand the difference between SDK, JDK and "Application Server".
    At least I could SEE something.
    Oh yes! I saw it! It looks almost exactly as MS Visual Studio. The only disappointing thing was having NO html preview. But the good thing was that I was able to RUN Web-oriented "Hello World!"
    The story doesn't end here.
    I have another tool to try "Sun Java Studio Creator". According to my expectations this one should show me the preview or some kind of Visual Design mode for html editing.
    Just guess what have I done first.
    Bingo! I tried to close NetBeans.
    Guess what happened...
    Bingo! It HUNG MY WINDOWS AGAIN!
    "Never Giveup" is one of my principles which never let me down.
    So I rebooted my computer again and started installation of magical "Sun Java Studio Creator". It was going well and for my pleasure it let me have a cigarette instead of asking me a lot stupid questions. It was the goood side of it. But there was the dark side as well. Once the progress indicator reached "100%" guess what...
    IT HUNG MY WINDOWS AGAIN!
    It is very good to have good principles, but I'm getting tired as it's getting late. It is almost midnight and my Java-tutorial is doing its best to turn this night into the real nightmare.
    So far I'm having my computer restarted again and I've found where the magical "Sun Java Studio Creator" was hiding from me. I said hiding because I could not see anything in Start Menu. I found it and I ran it.
    It worked! It has a really nice face with nice looking html-preview. I like it!
    Guess what.
    Yeah! The thing doesn't really like me. I tried to run almost empty Web-project with only "Hello world!" typed in very first form. What could be the simplier task for mega-super-powerful-design-tool ?!
    It failed to start Application Server and sent mr to read the log.
    I have a couple of logs on my backyard, but I definetely have no idea which one to read. I also have no idea what is Application Server and where is its log. Was it that hard to say where to look for one?
    Any way. This thing is really making me angry. So I'm downloading "Application Server" and trying to set it up individually, presuming it could not run because my last installation process ended with DEAD WINDOWS.
    Guess what happened this time...
    Of course! You wouldn't fail to read my mind this time!
    Of course it HUNG MY WIDOWS AGAIN!
    What else should I turn off on my PC to be able to install whole Magical-JAVA-megapackage ?
    May be I should remove my graphic card at all?
    What about HDD, RAM and CPU?
    I don't know.
    What I do know that this night my dreams will be kind of nightmare with JAVA-bucconeers chasing me to HANG UP MY WINDOWS again and again.
    PLEASE HELP ME!
    PLEASE HURRY UP BEFORE IT STUCKED MY PC COMPLETELY!

  • IMovie hangs at start up

    My iMovie just hangs at start up.
    Pie just circles.
    Tried force quitting several times and restarting computer.
    Please help.
    Thanks.

    Hi
    May be You find help here ?
    Trouble
    When iMovie doesn't work as intended this can be due to a lot of reasons
    • iMovie Pref files got corrupted - trash it/they and iMovie makes new and error free one's
    • Creating a new User-Account and log into this - forces iMovie to create all pref. files new and error free
    • Event or Project got corrupted - try to make a copy and repair
    • a codec is used that doesn't work
    • problem in iMovie Cache folder - trash Cache.mov and Cache.plist
    • version miss match of QuickTime Player / iMovie / iDVD
    • preferences are wrong - Repair Preferences
    • other hard disk problem - Repair Hard Disk (Disk Util tool - but start Mac from ext HD or DVD)
    • External hard disks - MUST BE - Mac OS Extended (hfs) formatted to work with Video
    ( UNIX/DOS/FAT32/Mac OS Exchange - works for most other things - but not for Video )
    • USB-flash-memories do not work
    • Net-work connected hard disks - do not work
    • iPhoto Library got problems - let iPhoto select another one or repair it. Re-build this first then try to re-start iMovie.
    This You do by
    _ close iPhoto
    _ on start up of iPhoto - Keep {cmd and alt-keys down}
    _ now select all five options presented
    _ WAIT a long long time
    • free space on Start-Up (Mac OS) hard disk to low (<1Gb) - I never go under 25Gb free space for SD-Video (4-5 times more for HD)
    • external devices interferes - turn off Mac - disconnect all of them and - Start up again and re-try
    • GarageBand fix - start GB - play a few notes - Close it again and now try iMovie
    • Screen must be set to million-colors
    • Third-party plug-ins doesn't work OK
    • Run "Cache Out X", clear out all caches and restarts the Mac
    • Let Your Mac be turned on during one night. At about midnight there is a set of maintenance programs that runs and tidying up. This might help
    • Turn off Your Mac - and disconnect Mains - for about 20-30 minutes - at least this resets the FireWire port.
    • In QuickTime - DivX, 3ivx codec, Flip4Mac, Perian etc - might be problematic - temporarily move them out and re-try
    (I deleted the file "3ivxVideoCodec.component" located in Mac HD/Library/Quicktime and this resolved my issue.)
    buenrodri wrote
    I solved the problem by removing the file: 3ivxVideoCodec.component. after that, up-dated iMovie runs ok.
    Last resort: Trash all of iMovie and re-install it
    Yours Bengt W

  • OIM Log file DEBUG isn't showing up

    Hi All,
    I have the following in some java code:
    this.logger = Logger.getLogger("Flat File Reconciliation");
    and I'm trying to change the log output to show DEBUg messages, currently it only shows INFO.
    I have added:
    <category name="Flat File Reconciliation">
    <priority value="DEBUG"/>
    </category>
    to my jboss log4j.xml file, restarted OIM, but I still only see INFO [FLAT FILE RECONCILIATION] in the log. What am I doing wrong?
    Thank you very much
    Alex

    So I added
    log4j.logger.FLAT FILE RECONCILIATION=DEBUG
    to my log.properties file but still no go. I thought this file isn't used if using jboss?
    Here is my log4j.xml file in case someone picks up a bad configuration:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <!-- ===================================================================== -->
    <!-- -->
    <!-- Log4j Configuration -->
    <!-- -->
    <!-- ===================================================================== -->
    <!-- $Id: log4j.xml,v 1.26.2.5 2005/09/15 09:31:02 dimitris Exp $ -->
    <!--
    | For more configuration infromation and examples see the Jakarta Log4j
    | owebsite: http://jakarta.apache.org/log4j
    -->
    <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
    <!-- ================================= -->
    <!-- Preserve messages in a local file -->
    <!-- ================================= -->
    <!-- A time/date based rolling appender -->
    <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="File" value="${jboss.server.home.dir}/log/server.log"/>
    <param name="Append" value="false"/>
    <!-- Rollover at midnight each day -->
    <param name="DatePattern" value="'.'yyyy-MM-dd"/>
    <!-- Rollover at the top of each hour
    <param name="DatePattern" value="'.'yyyy-MM-dd-HH"/>
    -->
    <layout class="org.apache.log4j.PatternLayout">
    <!-- The default pattern: Date Priority [Category] Message\n -->
    <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
    <!-- The full pattern: Date MS Priority [Category] (Thread:NDC) Message\n
    <param name="ConversionPattern" value="%d %-5r %-5p [%c] (%t:%x) %m%n"/>
    -->
    </layout>
    </appender>
    <!-- A size based file rolling appender
    <appender name="FILE" class="org.jboss.logging.appender.RollingFileAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="File" value="${jboss.server.home.dir}/log/server.log"/>
    <param name="Append" value="false"/>
    <param name="MaxFileSize" value="500KB"/>
    <param name="MaxBackupIndex" value="1"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
    </layout>     
    </appender>
    -->
    <!-- ============================== -->
    <!-- Append messages to the console -->
    <!-- ============================== -->
    <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Target" value="System.out"/>
    <param name="Threshold" value="INFO"/>
    <layout class="org.apache.log4j.PatternLayout">
    <!-- The default pattern: Date Priority [Category] Message\n -->
    <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
    </layout>
    </appender>
    <!-- ====================== -->
    <!-- More Appender examples -->
    <!-- ====================== -->
    <!-- Buffer events and log them asynchronously
    <appender name="ASYNC" class="org.apache.log4j.AsyncAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <appender-ref ref="FILE"/>
    <appender-ref ref="CONSOLE"/>
    <appender-ref ref="SMTP"/>
    </appender>
    -->
    <!-- EMail events to an administrator
    <appender name="SMTP" class="org.apache.log4j.net.SMTPAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Threshold" value="ERROR"/>
    <param name="To" value="[email protected]"/>
    <param name="From" value="[email protected]"/>
    <param name="Subject" value="JBoss Sever Errors"/>
    <param name="SMTPHost" value="localhost"/>
    <param name="BufferSize" value="10"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="[%d{ABSOLUTE},%c{1}] %m%n"/>
    </layout>
    </appender>
    -->
    <!-- Syslog events
    <appender name="SYSLOG" class="org.apache.log4j.net.SyslogAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Facility" value="LOCAL7"/>
    <param name="FacilityPrinting" value="true"/>
    <param name="SyslogHost" value="localhost"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="[%d{ABSOLUTE},%c{1}] %m%n"/>
    </layout>
    </appender>
    -->
    <!-- Log events to JMS (requires a topic to be created)
    <appender name="JMS" class="org.apache.log4j.net.JMSAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Threshold" value="ERROR"/>
    <param name="TopicConnectionFactoryBindingName" value="java:/ConnectionFactory"/>
    <param name="TopicBindingName" value="topic/MyErrorsTopic"/>
    </appender>
    -->
    <!-- Log events through SNMP
    <appender name="TRAP_LOG" class="org.apache.log4j.ext.SNMPTrapAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="ImplementationClassName" value="org.apache.log4j.ext.JoeSNMPTrapSender"/>
    <param name="ManagementHost" value="127.0.0.1"/>
    <param name="ManagementHostTrapListenPort" value="162"/>
    <param name="EnterpriseOID" value="1.3.6.1.4.1.24.0"/>
    <param name="LocalIPAddress" value="127.0.0.1"/>
    <param name="LocalTrapSendPort" value="161"/>
    <param name="GenericTrapType" value="6"/>
    <param name="SpecificTrapType" value="12345678"/>
    <param name="CommunityString" value="public"/>
    <param name="ForwardStackTraceWithTrap" value="true"/>
    <param name="Threshold" value="DEBUG"/>
    <param name="ApplicationTrapOID" value="1.3.6.1.4.1.24.12.10.22.64"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d,%p,[%t],[%c],%m%n"/>
    </layout>
    </appender>
    -->
    <!-- Emit events as JMX notifications
    <appender name="JMX" class="org.jboss.monitor.services.JMXNotificationAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Threshold" value="WARN"/>
    <param name="ObjectName" value="jboss.system:service=Logging,type=JMXNotificationAppender"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p [%c] %m"/>
    </layout>
    </appender>
    -->
    <!-- ================ -->
    <!-- Limit categories -->
    <!-- ================ -->
    <!-- Limit the org.apache category to INFO as its DEBUG is verbose -->
    <category name="org.apache">
    <priority value="INFO"/>
    </category>
    <!-- Limit the org.jgroups category to WARN as its INFO is verbose -->
    <category name="org.jgroups">
    <priority value="WARN"/>
    </category>
    <!-- Limit jboss axis to INFO as its DEBUG is even more verbose -->
    <category name="org.jboss.axis">
    <priority value="INFO"/>
    </category>
    <!-- Limit JBoss categories
    <category name="org.jboss">
    <priority value="INFO"/>
    </category>
    -->
    <!-- Limit the JSR77 categories -->
    <category name="org.jboss.management">
    <priority value="INFO"/>
    </category>
    <!-- Limit JBoss webservice category
    <category name="org.jboss.webservice">
    <priority value="DEBUG"/>
    </category>
    -->
    <!-- Decrease the priority threshold for the org.jboss.varia category
    <category name="org.jboss.varia">
    <priority value="DEBUG"/>
    </category>
    -->
    <!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
    <category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">
    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
    </category>
    -->
    <!--
    | An example of enabling the custom TRACE level priority that is used
    | by the JBoss internals to diagnose low level details. This example
    | turns on TRACE level msgs for the org.jboss.ejb.plugins package and its
    | subpackages. This will produce A LOT of logging output.
    <category name="org.jboss.system">
    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
    </category>
    <category name="org.jboss.ejb.plugins">
    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
    </category>
    -->
    <!--
    | Logs these events to SNMP:
    - server starts/stops
    - cluster evolution (node death/startup)
    - When an EJB archive is deployed (and associated verified messages)
    - When an EAR archive is deployed
    <category name="org.jboss.system.server.Server">
    <priority value="INFO" />
    <appender-ref ref="TRAP_LOG"/>
    </category>
    <category name="org.jboss.ha.framework.interfaces.HAPartition.lifecycle">
    <priority value="INFO" />
    <appender-ref ref="TRAP_LOG"/>
    </category>
    <category name="org.jboss.deployment.MainDeployer">
    <priority value="ERROR" />
    <appender-ref ref="TRAP_LOG"/>
    </category>
    <category name="org.jboss.ejb.EJBDeployer">
    <priority value="INFO" />
    <appender-ref ref="TRAP_LOG"/>
    </category>
    <category name="org.jboss.deployment.EARDeployer">
    <priority value="INFO" />
    <appender-ref ref="TRAP_LOG"/>
    </category>
    -->
    <!-- ======================= -->
    <!-- Setup the Root category -->
    <!-- ======================= -->
    <category name="XELLERATE.DDM">
    <priority value="DEBUG"/>
    </category>
    <category name="Flat File Reconciliation">
    <priority value="DEBUG"/>
    </category>
    <category name="XELLERATE">
    <priority value="WARN"/>
    </category>
    <category name="com.nexaweb.server">
    <priority value="WARN"/>
    </category>
    <root>
    <appender-ref ref="CONSOLE"/>
    <appender-ref ref="FILE"/>
    </root>
    <!-- Clustering logging -->
    <!-- Uncomment the following to redirect the org.jgroups and
    org.jboss.ha categories to a cluster.log file.
    <appender name="CLUSTER" class="org.jboss.logging.appender.RollingFileAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="File" value="${jboss.server.home.dir}/log/cluster.log"/>
    <param name="Append" value="false"/>
    <param name="MaxFileSize" value="500KB"/>
    <param name="MaxBackupIndex" value="1"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
    </layout>
    </appender>
    <category name="org.jgroups">
    <priority value="DEBUG" />
    <appender-ref ref="CLUSTER"/>
    </category>
    <category name="org.jboss.ha">
    <priority value="DEBUG" />
    <appender-ref ref="CLUSTER"/>
    </category>
    -->
    </log4j:configuration>

  • Problems with unexpected restarts and hanging.

    My computer restarts itself when im am playing Battle Field 1942, could it be just that game that doesnt work. Midnight club  works perfectly fine. Other application that works fine is when i'm rendiring films in Studio 8.10. also easydivx works.
    It can also restart under windows xp pro when im do nothing at all.
    Also when I did put the 1.8 bios my computer restarts it self all the time.
    One
    I have a friend who also has problems with neo2 mainbord. The computer hangs itself just after 30 seconds after start. He must restart the computer to get it to work.
    Please help me
    Ps. sorry for the bad english. :=)
    I´m running an:
    Processor:   P4 PC800 2.6 GHz @ 2.6GHz
    Mainbord:    MSI neo2 LS
    Memory:      Twinmos 2x256 PC3200
    Graphics:    SPARKLE Geforce Titanium 4200 128MB
    Harddrives:  Samsung  SV2044D /20 GB
                      Seagate ST380021 /80 GB
                      Maxtor 6Y160M0 (S-ATA) 160 GB
    CD,DVD's:    Plextor CD-R PX-W1210A
                 Nec DVD_RW ND-1300A
    Others:       one firewire card(undentifed)

    Those are the amp specs on the box.  It is a Enermax EG465P-VE, and it's a 460W, according to the label on the psu -- which is weird because i asked the guy at the store for a 430.  
    Here are my IRQs.  As I mentioned, it works fine on games and what not, but occasionally it will reboot and XP will blame the video card.  Could this have anything to do with the agp aperture?  I have it set at 128mb, even though i have 512mb ram installed.
    IRQ 0 System timer
    IRQ 1 Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    IRQ 3 Communications Port (COM2)
    IRQ 4 Communications Port (COM1)
    IRQ 5 Intel(R) 82801EB SMBus Controller - 24D3
    IRQ 5 Multimedia Audio Controller
    IRQ 6 Standard floppy disk controller
    IRQ 8 System CMOS/real time clock
    IRQ 9 Microsoft ACPI-Compliant System
    IRQ 9 Ethernet Controller
    IRQ 12 PS/2 Compatible Mouse
    IRQ 13 Numeric data processor
    IRQ 14 Primary IDE Channel
    IRQ 15 Secondary IDE Channel
    IRQ 16 NVIDIA GeForce4 Ti 4200
    IRQ 16 Intel(R) 82801EB USB Universal Host Controller - 24D2
    IRQ 16 Intel(R) 82801EB USB Universal Host Controller - 24DE
    IRQ 17 Creative SB Live! Value (WDM)
    IRQ 18 Intel(R) 82801EB USB Universal Host Controller - 24D7
    IRQ 19 Intel(R) 82801EB USB Universal Host Controller - 24D4
    IRQ 19 Realtek RTL8029(AS) PCI Ethernet Adapter OK
    IRQ 23 Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD
    Quote
    Originally posted by NovJoe
    wayned16,
    The PSU will work out well.
    Lotsafire,
    Quote
    I'm still having the same restarting problem with a 430W supply. The amps on it are 35A 35A 33A.
    Are you joking or what, these rails are even more powerful than a 550watts PSU!!!
    Post your IRQs here.

Maybe you are looking for

  • Open ports for all in LAN

    Hi, a few days ago I bought a wireless router WRT160n. I want to ask how to open some port for all in LAN(3 clients). For example all in LAN have PeerToPeer application for torrents. I want to open port for example 20202 for all. Now I open port from

  • How to get week & quarter for entered date

    I need help on below query 1) when i enter date, it should bring previous & further week of that month. As per my requirement my week starts from Saturday to Friday. Lets say that i am entering 24.01.2006, then it should bring week 1 from 7th Jan to

  • Using my BB 8830 world edition in Europe

    I will be taking my BB to Europe with me and would like some clarification. According to the manual, my phone should automatically switch to a GSM network, but I need to know if I must dial the NDD, the city code and local number to make a call to ho

  • May i be able to download a screen recorder for iphone 5 i want to for youtube

    I just wanted to know why i cant find it in the app store so yeah please i just want to know if its legal

  • Firefox says "Unable to Connect" to two specific websites

    I cannot access two site through Firefox, one is facebook.com. The message says, "Problem Loading Page. Unable to connect. Firefox can't establish a connection to the server at www.facebook.com...." Another website is a Proboards site. I can get to p