Errors in Logfile on CFB Startup

Hi,
Every time I start CFB I get the following error in the log file. Running CFB standalone with latest update on WinXP sp3. Also happens  with Win 7 too.
Any ideas what is causing this on my systems and is it really important? CFB seems to run ok otherwise although it does occasionally slow way down to a crawl.
Doug
Unhandled event loop exception.  ... org.eclipse.ui
!SESSION 2010-07-20 22:31:47.812 -----------------------------------------------
eclipse.buildId=unknown 
java.version=1.6.0_18 
java.vendor=Sun Microsystems Inc. 
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US 
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean 
!ENTRY org.eclipse.equinox.ds 4 0 2010-07-20 22:31:53.796
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.j ava:1313)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(Abs tractBundle.java:1297)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManage r.java:557)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java :464)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:248)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManage r.java:445)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) 
!ENTRY org.eclipse.help 4 0 2010-07-20 22:32:22.484
!MESSAGE Error reading help table of contents file /"com.extjs.ext.3.0/docs/docs/index.xml" (skipping file)
!STACK 0
java.io.FileNotFoundException
    at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:45)
    at org.eclipse.help.internal.toc.TocFileProvider.getTocContributions(TocFileProvider.java:45 )
    at org.eclipse.help.internal.toc.TocManager.getAndCacheTocContributions(TocManager.java:205)
    at org.eclipse.help.internal.toc.TocManager.getTocContributionsForToc(TocManager.java:194)
    at org.eclipse.help.internal.toc.TocManager.getRootTocContributions(TocManager.java:298)
    at org.eclipse.help.internal.toc.TocManager.getTocs(TocManager.java:67)
    at org.eclipse.help.internal.toc.TocManager.getTopic(TocManager.java:118)
    at org.eclipse.help.internal.toc.TocManager.getTopicPath(TocManager.java:133)
    at org.eclipse.help.internal.webapp.data.UrlUtil.getTopicPath(UrlUtil.java:179)
    at org.eclipse.help.internal.webapp.servlet.BreadcrumbsFilter.filter(BreadcrumbsFilter.java: 74)
    at org.eclipse.help.internal.webapp.servlet.EclipseConnector.transfer(EclipseConnector.java: 165)
    at org.eclipse.help.internal.webapp.servlet.ContentServlet.doGet(ContentServlet.java:42)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletM anager.java:180)
    at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegist ration.java:90)
    at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111 )
    at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.serv ice(HttpServerManager.java:318)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:324)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
    at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) 
!ENTRY org.eclipse.ui 4 0 2010-07-20 22:32:36.453
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:3884)
    at org.eclipse.swt.SWT.error(SWT.java:3799)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.NullPointerException
    at org.eclipse.eclipsemonkey.actions.RecreateMonkeyMenuAction.createTheMenu(RecreateMonkeyMe nuAction.java:118)
    at org.eclipse.eclipsemonkey.actions.RecreateMonkeyMenuAction.run(RecreateMonkeyMenuAction.j ava:71)
    at org.eclipse.eclipsemonkey.UpdateMonkeyActionsResourceChangeListener$2.run(UpdateMonkeyAct ionsResourceChangeListener.java:256)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
    ... 22 more

Yes, I'm running Update 1 CFB 1.0.0.274293. I've uninstalled and reinstalled CFB and still have the same problem. In fact now I also get other errors about Aptana documentation and other stuff.
Doug
eclipse.buildId=unknown
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
Error
Tue Jul 27 10:34:18 EDT 2010
Category com.aptana.ide.documentation not found for view com.aptana.ide.documentation.libraryname.sampleview.  This view added to 'Other' category.
eclipse.buildId=unknown
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
Error
Tue Jul 27 10:34:18 EDT 2010
Category com.aptana.ide.documentation not found for view com.aptana.ide.documentation.jquery.visualjquery.  This view added to 'Other' category.
eclipse.buildId=unknown
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
Error
Tue Jul 27 10:29:48 EDT 2010
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.j ava:1313)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(Abs tractBundle.java:1297)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManage r.java:557)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java :464)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:248)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManage r.java:445)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)

Similar Messages

  • Trying to install Lightroom 5 with CC but getting error code 5 on initial startup of Lightroom.

    Trying to install Lightroom 5 with CC but getting error code 5 on initial startup of Lightroom. Have uninstalled all adobe products including Creative Cloud CC.
    Followed the instructions on the forum by using the CC Cleaner App for OSX. Have restarted a number of times and even tried using disk utility to fix any permission probs. Still no luck.
    The problem started happening from upgrading the previous version of Lightroom to the most up to date version. Im hoping someone can help me with any ideas. Thanks heaps.

    Ended up fixing the problem after finding no answers. Deleted the following file
    com.adobe.acc.AdobeCreativeCloud.plist

  • Capture runtime std output and error to logfile using dbms_scheduler

    Hi,
    I am trying to replace my cron jobs with dbms_scheduler.
    can we capture output of a job from DBMS_SCHEDULER to a logfile similar to cron.
    As in cron, we capture output in logfile.
    30 18 * * * test.ksh > /home/someuser/cronlogs/clean_tmp_dir.log 2>&1
    I am not getting any way to send std output and error to logfile in dbms_scheduler.
    I tried also ...
    dbms_scheduler.set_job_argument_value('test.ksh',1,'>');
    dbms_scheduler.set_job_argument_value('test.ksh',2,'/home/someuser/cronlogs/clean_tmp_dir.log');
    dbms_scheduler.set_job_argument_value('test.ksh',3,'2>&1');
    But output not coming to /home/someuser/cronlogs/clean_tmp_dir.log.
    Any help?
    Thanks

    Hi Karam,
    Unfortunately there is no good, easy way to do this. The Scheduler treats arguments as literal arguments so ">" is seen as a regular argument and not a redirection symbol.
    You will have to create a one line script that does your redirection and then call that script from the Scheduler.
    Here's another idea. Write a redirect.sh script which takes three arguments: script_to_run stdout_file stderr_file
    Then you can convert your cron jobs by calling this redirect.sh file with your script and the files you want to send output/stderr to.
    redirect.sh will probably look something like
    #!/bin/sh
    $1 > $2 2> $3
    Hope this helps,
    Ravi.

  • EM Error - Error Opening logfile

    We have an issue with Database Control on one of our nodes and I cannot quite figure out what could be causing this; was hoping someone could have an idea why the error below might be popping up.
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation.  All rights reserved.
    http://HOSTNAME:1158/em/console/aboutApplication
    Error opening logfile for output in nmeula_new
    Error opening logfile for output in nmeula_new
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleMO
    CMDB service is starting.............
    The OracleDBConsoleMOCMDB service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    C:\>Details about our environment are below.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 64-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Microsoft Windows Server 2003
    Enterprise x64 Edition
    Service Pack 2Regards,
    Phiri

    C:\>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation.  All rights reserved.
    http://HOSTNAME:1158/em/console/aboutApplication
    Error opening logfile for output in nmeula_new
    Error opening logfile for output in nmeula_new
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleMO
    CMDB service is starting.............
    The OracleDBConsoleMOCMDB service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    C:\>
    This is symptom related Windows OS.I met this problem.See below metalink note.
    *Oracle DBConsole service failed to start with service specific error on Windows OS [ID 752764.1]*

  • My Pavillion G6 - 1a52nr gets error code (ks.sys) upon startup

    My computor keeps restarting because of error code (ks.sys), it then restarts auto and I can not do anything. Any suggestions.  And I am not able to troubleshoot since I can not keep it on long enough. thx

    Hi @SeaDog90 ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP Pavilion g6-1a52nr Notebook and issues with error code (ks.sys) upon startup. This error is linked to either software that you have just installed or new Hardware that is connected. Try performing a hard reset.
    When performing a hard reset please note remove any and all USB devices. Disconnect all non-essential devices.
    Here is a link to computer won't start for Windows 8.
    If you installed new hardware try to remove it from the Notebook to see if this helps.
    Can get to safe mode with command prompt?
     F11 upon startup choose safe mode with Networking.
    Then you can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook. I recommend doing this for at least 2 weeks prior to this happening.
    I hope this helps.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • C++ Runtime Error on Adobe Acrobat 9 Startup

    The error received upon starting up Adobe Acrobat 9.0 is a Visual C++ Runtime error. the exact message is:
    Runtime Error!
    Program: C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    This began when Intuit Quickbooks 2009 was installed onto the system. Quickbooks was installed and attempted to be activated several times all of which ended in failure (retail purchased software) and the activation for the software was eventually locked out by the vendor.
    This is when it was noticed that Acrobat was no longer functioning, and upon startup of the program it gives the above error message, which it does after displaying the acrobat window, but before it finishes loading.
    Both repairing the installation of Acrobat and a complete Uninstallation/registry cleaning(with CCleaner)/Reinstallation was unsuccessful in fixing this issue. The error-fix documented in knowledgebase article kb404597 (http://kb.adobe.com/selfservice/viewContent.do?externalId=kb404597&sliceId=2) was also unsucessful in solving this issue.
    Having looked into the windows event viewer, the error does produce and entry as follows:
    Description:
    Faulting application Acrobat.exe, version 9.0.0.332, time stamp 0x4850eb76, faulting module scrchpg.dll, version 7.0.1.325, time stamp 0x47ac76e7, exception code 0x40000015, fault offset 0x00010329, process id 0x3608, application start time 0x01c9a04e7e0e994f.
    ==========================
    Computer is an Asus M70 Series laptop
    3gb memory
    Windows Vista Premium

    Try http://www.adobe.com/go/kb401589
    Especially solution 4.

  • Error message on Windows 2000 startup, "Tcmsvr.dll, File is missing"

    We get the same error messages three times on Windows 2000 startup on some of our companys computers: "Tcmsvr.dll, File is missing". The computers are Tecra s1 models.
    Which Toshiba driver is this related to?

    I have checked the Toshiba driver page and it seems that the common modules for Tecra S1 are not available.
    Anyway, the Tcmsvr.dll file could be also a part of Toshiba console. Its very difficult to detect it.
    The Toshiba console is available on the driver page.
    It's worth a try.

  • Error message on LR5 CC startup

    Same problem in LR4 and in LR5: On startup, I get a long error message in computer code. The message appears over the LR screen as I last used it. I cannot do anything in LR because of the error message--not even choose File/Quit. I must Force Quit the application to do anything at all on my Mac, which is running OS 10.7.5.
    Yesterday I upgraded to LR5 CC and was able to import my catalog from LR4 and use the app. I shut down normally and turned off the computer. Today I turned it on, opened LR5, and had the problem. And Adobe provides no weekend support!?!?
    Help!

    More info: The error message begins with:
    An internal error has occurred.
    html passed to JSON:decode(): <IDOCTYPE html PUBLIC*"-/W3C/DTD XHTML 1.0 Transistional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    The error message continues; it is so long that the code extends beyond the bottom of my screen.

  • Replicat process abending with no error in logfile

    Hi,
    I m trying to replication from 11g to 10g on the same physical host. Below the replicat abending but unable to find the source of error in view GGSEVT logfile.
    GGSCI (rhel5.4_prod) 8> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING                                          
    EXTRACT     RUNNING     EXTLOCAL    00:00:00      00:00:07   
    REPLICAT    ABENDED     REPLOCAL    00:00:00      18:12:27
    2013-04-16 09:58:40  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start mgr.
    2013-04-16 09:58:41  INFO    OGG-00983  Oracle GoldenGate Manager for Oracle, mgr.prm:  Manager started (port 7809).
    2013-04-16 09:58:45  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start extract extlocal.
    2013-04-16 09:58:45  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host rhel5.4_prod (START EXTRACT EXTLOCAL ).
    2013-04-16 09:58:45  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT EXTLOCAL starting.
    2013-04-16 09:58:45  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, extlocal.prm:  EXTRACT EXTLOCAL starting.
    2013-04-16 09:58:45  INFO    OGG-03035  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Operating system character set identified as UTF-8. Locale: en_US, LC_ALL:.
    2013-04-16 09:58:46  INFO    OGG-03500  Oracle GoldenGate Capture for Oracle, extlocal.prm:  WARNING: NLS_LANG environment variable does not match database character set, or not set. Using database
    character set value of US7ASCII.
    2013-04-16 09:58:46  INFO    OGG-01815  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Virtual Memory Facilities for: BR
        anon alloc: mmap(MAP_ANON)  anon free: munmap
        file alloc: mmap(MAP_SHARED)  file free: munmap
        target directories:
        /u05/GG/BR/EXTLOCAL.
    2013-04-16 09:58:46  INFO    OGG-01815  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Virtual Memory Facilities for: COM
        anon alloc: mmap(MAP_ANON)  anon free: munmap
        file alloc: mmap(MAP_SHARED)  file free: munmap
        target directories:
        /u05/GG/dirtmp.
    2013-04-16 09:58:46  INFO    OGG-01513  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Positioning to Sequence 22, RBA 18459664, SCN 0.1177097.
    2013-04-16 09:58:46  INFO    OGG-01516  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Positioned to Sequence 22, RBA 18459664, SCN 0.1177097, Apr 15, 2013 4:21:50 PM.
    2013-04-16 09:58:46  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, extlocal.prm:  EXTRACT EXTLOCAL started.
    2013-04-16 09:58:46  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from EXTRACT on host rhel5.4_prod (START SERVER CPU -1 PRI -1  TIMEOUT 300 PARAMS ).
    2013-04-16 09:58:46  INFO    OGG-01677  Oracle GoldenGate Collector for Oracle:  Waiting for connection (started dynamically).
    2013-04-16 09:58:46  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from SERVER on host localhost.localdomain (REPORT 4714 7819).
    2013-04-16 09:58:46  INFO    OGG-00974  Oracle GoldenGate Manager for Oracle, mgr.prm:  Manager started collector process (Port 7819).
    2013-04-16 09:58:46  INFO    OGG-01228  Oracle GoldenGate Collector for Oracle:  Timeout in 300 seconds.
    2013-04-16 09:58:51  INFO    OGG-01226  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Socket buffer size set to 27985 (flush size 27985).
    2013-04-16 09:58:51  INFO    OGG-01229  Oracle GoldenGate Collector for Oracle:  Connected to rhel5.4_prod:11890.
    2013-04-16 09:58:51  INFO    OGG-01669  Oracle GoldenGate Collector for Oracle:  Opening /u05/GG/dirdat/aa000000 (byte -1, current EOF 1145).
    2013-04-16 09:58:51  INFO    OGG-01670  Oracle GoldenGate Collector for Oracle:  Closing /u05/GG/dirdat/aa000000.
    2013-04-16 09:58:51  INFO    OGG-01055  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Recovery initialization completed for target file /u05/GG/dirdat/aa000000, at RBA 1145.
    2013-04-16 09:58:51  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Output file /u05/GG/dirdat/aa is using format RELEASE 11.2.
    2013-04-16 09:58:51  INFO    OGG-01669  Oracle GoldenGate Collector for Oracle:  Opening /u05/GG/dirdat/aa000000 (byte 1145, current EOF 1145).
    2013-04-16 09:58:51  INFO    OGG-01735  Oracle GoldenGate Collector for Oracle:  Synchronizing /u05/GG/dirdat/aa000000 to disk.
    2013-04-16 09:58:51  INFO    OGG-01735  Oracle GoldenGate Collector for Oracle:  Synchronizing /u05/GG/dirdat/aa000000 to disk.
    2013-04-16 09:58:51  INFO    OGG-01670  Oracle GoldenGate Collector for Oracle:  Closing /u05/GG/dirdat/aa000000.
    2013-04-16 09:58:51  INFO    OGG-01026  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Rolling over remote file /u05/GG/dirdat/aa000001.
    2013-04-16 09:58:51  INFO    OGG-01669  Oracle GoldenGate Collector for Oracle:  Opening /u05/GG/dirdat/aa000001 (byte -1, current EOF 0).
    2013-04-16 09:58:51  INFO    OGG-01053  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Recovery completed for target file /u05/GG/dirdat/aa000001, at RBA 1018.
    2013-04-16 09:58:51  INFO    OGG-01057  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Recovery completed for all targets.
    2013-04-16 09:58:51  INFO    OGG-01517  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Position of first record processed Sequence 22, RBA 18459664, SCN 0.1177097, Apr 15, 2013 4:21:50 PM.
    2013-04-16 09:58:51  INFO    OGG-00732  Oracle GoldenGate Capture for Oracle, extlocal.prm:  Found crash recovery marker from thread #1 on sequence 23 at RBA 1040. Aborting uncommitted transactions
    2013-04-16 09:58:56  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start replicat replocal.
    2013-04-16 09:58:56  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host rhel5.4_prod (START REPLICAT REPLOCAL ).
    2013-04-16 09:58:56  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  REPLICAT REPLOCAL starting.
    2013-04-16 09:58:56  INFO    OGG-00995  Oracle GoldenGate Delivery for Oracle, replocal.prm:  REPLICAT REPLOCAL starting.
    2013-04-16 09:58:56  INFO    OGG-03035  Oracle GoldenGate Delivery for Oracle, replocal.prm:  Operating system character set identified as UTF-8. Locale: en_US, LC_ALL:.
    2013-04-16 09:58:56  INFO    OGG-01815  Oracle GoldenGate Delivery for Oracle, replocal.prm:  Virtual Memory Facilities for: COM
        anon alloc: mmap(MAP_ANON)  anon free: munmap
        file alloc: mmap(MAP_SHARED)  file free: munmap
        target directories:
        /u05/GG/dirtmp.
    2013-04-16 09:58:56  INFO    OGG-00996  Oracle GoldenGate Delivery for Oracle, replocal.prm:  REPLICAT REPLOCAL started.Configuration
    GGSCI (rhel5.4_prod) 9> view params mgr
    PORT 7809
    USERID ggs_owner, PASSWORD ggs_owner
    PURGEOLDEXTRACTS /u05/GG/dirdat/ex, USECHECKPOINTS
    GGSCI (rhel5.4_prod) 10> view params extlocal
    extract extlocal
    userid ggs_owner, password ggs_owner
    setenv (ORACLE_HOME="/u03/app/oracle/product/11.2.0/db_1")
    setenv (ORACLE_SID="PROD11G")
    rmthost 192.168.1.9, mgrport 7809
    rmttrail /u05/GG/dirdat/aa
    TABLE TESTUSER.*;
    GGSCI (rhel5.4_prod) 11> view params replocal
    REPLICAT replocal
    SETENV (ORACLE_HOME="/u02/app10g/oracle10g/product/10.2.0/db_1")
    SETENV (ORACLE_SID="PROD10G")
    SETENV (NLS_LANG="AMERICAN_AMERICA.US7ASCII")
    ASSUMETARGETDEFS
    USERID ggs_owner, PASSWORD ggs_owner
    MAP TESTUSER.*, TARGET TESTUSER.*;

    Hi,
    Not sure if you have created a definition file. Try if your source and target has a mismatch. Also, find below some additional parameters which will help in sorting out the issue:
    DISCARDFILE :
    Valid for Extract and Replicat
    Use the DISCARDFILE parameter to generate a discard file to which GoldenGate can log records that it cannot process. Records can be discarded for several reasons. For example,
    a record is discarded if the underlying table structure changed since the record was written to the trail. You can use the discard file to help you identify the cause of processing errors. Each entry in the discard file contains the discarded record buffer and an error code indicating the reason. GoldenGate creates the specified discard file in the dirrpt subdirectory of the GoldenGate installation directory. You can view it with a text editor or by using the following command in GGSCI.
    VIEW REPORT
    Where: is the fully qualified name of the discard file.
    To prevent having to perform manual maintenance of discard files, use either the PURGE or APPEND option. Otherwise, you must specify a different discard file name before starting
    each process run, because GoldenGate will not write to an existing discard file. To set an upper limit for the size of the file, use either the MAXBYTES or MEGABYTES option. If
    the specified size is exceeded, the process will abend. Default By default, GoldenGate does not generate a discard file.
    DISCARDROLLOVER:
    Valid for Extract and Replicat
    Use the DISCARDROLLOVER parameter to set a schedule for aging discard files. For long or continuous runs, setting an aging schedule prevents the discard file from filling up and
    causing the process to abend, and it provides a predictable set of archives that can be included in your archiving routine.
    When the DISCARDROLLOVER age point is reached, a new discard file is created, and old files are renamed in the format of ., where:
    ? is the name of the Extract or Replicat group
    ? is a number that gets incremented by one each time a new file is created, for
    example: myext0.dsc, myext1.dsc, myext2.dsc, and so forth.
    You can specify a time of day, a day of the week, or both. Specifying just a time of day (AT option) without a day of the week (ON option) generates a discard file at the specified time every day.
    Default Disabled. No rules specified.
    REPERROR:
    Use REPERROR to specify an error and a response that together control how Replicat responds to the error when executing the MAP statement. You can use REPERROR at the MAP level to override and supplement global error handling rules set with the REPERROR parameter. Multiple REPERROR statements can be applied to the same MAP statement to
    enable automatic, comprehensive management of errors and interruption-free replication processing.
    DEFAULT Sets a global response to all errors except those for which explicit REPERROR statements are specified.
    GETDELETES | IGNOREDELETES:
    Valid for Extract and Replicat
    Use the GETDELETES and IGNOREDELETES parameters to control whether or not GoldenGate processes delete operations. These parameters are table-specific. One parameter remains in effect for all subsequent TABLE or MAP statements, until the other parameter is encountered.
    GETUPDATES | IGNOREUPDATES:
    Valid for Extract and Replicat
    Use the GETUPDATES and IGNOREUPDATES parameters to control whether or not GoldenGate processes update operations. The parameters are table-specific. One parameter remains in effect for all subsequent TABLE or MAP statements, until the other parameter is encountered.
    GETINSERTS | IGNOREINSERTS:
    Valid for Extract and Replicat
    Use the GETINSERTS and IGNOREINSERTS parameters to control whether or not insert operations are processed by GoldenGate. The parameters are table-specific. One parameter remains in effect for all subsequent TABLE or MAP statements, until the other parameter is encountered.
    Update the parameter file on target as
    edit params <TARGET PARAM FILE>
    REPLICAT rcreator
    SOURCEDEFS /u01/app/oracle/product/goldengate/dirdat/defecreator
    DISCARDFILE /u01/app/oracle/product/goldengate/dirdat/creator_err, purge
    DISCARDROLLOVER ON saturday
    USERID goldengate, PASSWORD AACAAAAAAAAAAAKAPATACEHBIGQGCFZCCDIGAEMCQFFBZHVC, ENCRYPTKEY default
    REPERROR (DEFAULT, DISCARD)
    IGNOREDELETES
    IGNOREUPDATES
    GETINSERTS
    MAP meditate.life, TARGET CONSCIOUSNESS.tenure, &
    COLMAP (PERSON_ID=HUMAN_ID, &
    INITIALNAME=FIRSTNAME, &
    ENDNAME=LASTNAME, &
    BIRTH_DATE=DATE_OF_BITH, &
    AGE_AT_DEATH=AGE_AT_TIME_OF_DEATH, &
    DEED_ID_AT_DEATH=DEED_ID_AT_TIME_OF_DEATH), &
    KEYCOLS (PERSON_ID, INITIALNAME,ENDNAME);
    Now stop and start the replicat on target as:
    GGSCI (goldengate) 9> stop replicat RCREATOR
    Sending STOP request to REPLICAT RCREATOR ...
    Request processed.
    GGSCI (goldengate) 10> info all

  • Error at the time of startup command in the alert log file

    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=1354
    Thu May 10 16:31:12 2007
    Completed: alter database open
    Thu May 10 16:37:05 2007
    Shutting down archive processes
    Thu May 10 16:37:10 2007
    ARCH shutting down
    ARC2: Archival stopped
    Fri May 11 10:31:16 2007
    Starting ORACLE instance (normal)
    Fri May 11 10:31:16 2007
    System parameter db_block_buffers enabled without VLM on.
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    Unable to find dynamic library libocr10.so in search paths
    RPATH = /ade/aime1_build2101/oracle/has/lib/:/ade/aime1_build2101/oracle/lib/:/ade/aime1_build2101/oracle/has/lib/:
    LD_LIBRARY_PATH is not set!
    The default library directories are /lib and /usr/lib
    Unable to find dynamic library libocrb10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    Unable to find dynamic library libocrutl10.so in search paths
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 83886080
    control_files = /disk1/oradata/bhrigus/cont.ctl
    db_block_buffers = 512
    log_archive_dest = /disk1/oradata/bhrigus/arch
    log_buffer = 2927616
    log_checkpoint_interval = 10000
    db_files = 80
    db_file_multiblock_read_count= 8
    undo_management = AUTO
    undo_tablespace = UNDOTBS
    undo_retention = 900
    global_names = TRUE
    instance_name = bhrigus
    parallel_max_servers = 5
    background_dump_dest = /disk1/oradata/bhrigus/bdump
    user_dump_dest = /disk1/oradata/bhrigus/udump
    max_dump_file_size = 10240
    core_dump_dest = /disk1/oradata/bhrigus/cdump
    db_name = srinivas
    PMON started with pid=2, OS id=1438
    MMAN started with pid=4, OS id=1442
    PSP0 started with pid=3, OS id=1440
    DBW0 started with pid=5, OS id=1444
    LGWR started with pid=6, OS id=1446
    CKPT started with pid=7, OS id=1448
    SMON started with pid=8, OS id=1450
    RECO started with pid=9, OS id=1452
    MMON started with pid=10, OS id=1454
    MMNL started with pid=11, OS id=1456
    Fri May 11 10:31:21 2007
    ALTER DATABASE MOUNT
    Fri May 11 10:31:25 2007
    Setting recovery target incarnation to 2
    Fri May 11 10:31:25 2007
    Successful mount of redo thread 1, with mount id 2799846073
    Fri May 11 10:31:25 2007
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Fri May 11 10:31:25 2007
    ALTER DATABASE OPEN
    Fri May 11 10:31:25 2007
    Beginning crash recovery of 1 threads
    Fri May 11 10:31:25 2007
    Started redo scan
    Fri May 11 10:31:26 2007
    Completed redo scan
    1334 redo blocks read, 56 data blocks need recovery
    Fri May 11 10:31:26 2007
    Started redo application at
    Thread 1: logseq 204, block 4933
    Fri May 11 10:31:26 2007
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 204 Reading mem 0
    Mem# 0 errs 0: /disk1/oradata/bhrigus/redolog2.log
    Fri May 11 10:31:26 2007
    Completed redo application
    Fri May 11 10:31:26 2007
    Completed crash recovery at
    Thread 1: logseq 204, block 6267, scn 837030
    56 data blocks read, 56 data blocks written, 1334 redo blocks read
    Fri May 11 10:31:26 2007
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=13, OS id=1460
    ARC1 started with pid=14, OS id=1462
    Fri May 11 10:31:26 2007
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 advanced to log sequence 205
    Thread 1 opened at log sequence 205
    Current log# 1 seq# 205 mem# 0: /disk1/oradata/bhrigus/redolog1.log
    Successful open of redo thread 1
    Fri May 11 10:31:26 2007
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri May 11 10:31:26 2007
    SMON: enabling cache recovery
    Fri May 11 10:31:26 2007
    ARC0: STARTING ARCH PROCESSES
    Fri May 11 10:31:26 2007
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Fri May 11 10:31:26 2007
    ARC2: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    ARC0: Becoming the heartbeat ARCH
    ARC2 started with pid=15, OS id=1464
    Fri May 11 10:31:29 2007
    Successfully onlined Undo Tablespace 1.
    Fri May 11 10:31:29 2007
    SMON: enabling tx recovery
    Fri May 11 10:31:29 2007
    WARNING: The following temporary tablespaces contain no files.
    This condition can occur when a backup controlfile has
    been restored. It may be necessary to add files to these
    tablespaces. That can be done using the SQL statement:
    ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
    Alternatively, if these temporary tablespaces are no longer
    needed, then they can be dropped.
    Empty temporary tablespace: TEMP
    Database Characterset is US7ASCII
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=1466
    Fri May 11 10:31:33 2007
    Completed: ALTER DATABASE OPEN
    Fri May 11 10:31:36 2007
    Starting background process CJQ0
    CJQ0 started with pid=18, OS id=1472

    Error message is explicit and straight forward:
    Fri May 11 10:31:29 2007
    WARNING: The following temporary tablespaces contain no files.
    This condition can occur when a backup controlfile has
    been restored. It may be necessary to add files to these
    tablespaces. That can be done using the SQL statement:
    ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
    Alternatively, if these temporary tablespaces are no longer
    needed, then they can be dropped.
    Empty temporary tablespace: TEMP
    *********************************************************************Database will startup, but by the time you try to create a temporary segment through an order by requiring temporary segments, an error will show up.
    Just add datafiles to your temporary tablespace:
    ALTER TABLESPACE TEMP ADD TEMPFILE[i] 'yourTempPath/yourTempFileName.dbf' SIZE nnM autoextend on;
    Replace the italics with suitable parameter values.

  • Error in loading bean on startup using jsf

    Hiii.... can anybody help to solve this problem.I want to call a class after the jsf is loaded in startup.Currently i have loaded in startup using<bean></bean> tag but when i am accessing some service classes from loaded bean i am getting error.......anybody please help.
    "FacesContext must not be null" this is the error which i am getting

    First this: what exactly do you need the FacesContext for? Also, how exactly did you do "load bean on startup"? I've never seen the <bean> tags before.

  • Error message in Terminal upon startup?

    Hi, I'm a new Mac user.
    I was installing a few things on my new MacBook Pro (XCode, XQuartz, X11, and Homebrew) when I noticed some funky error message that I get whenever I open Terminal.
    It says: -bash: export: `/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin': not a valid identifier.
    I am still getting used to my Mac after a decade of Windows, and I have no clue what this error means or how to fix it.  Could anyone enlighten me?

    Hi there,
    Sorry for just jumping in on this convo but it seems more relevant to my issue and I don't think creating a new topic would be advised.
    I have a similar issue. Whenever I open a new shell session / window I get the following output;
    Last login: Fri Aug  8 14:24:02 on ttys000
    Process name
    Warren-MacBook:etc warren$ Process name
    -bash: Process: command not found
    Warren-MacBook:etc warren$
    The line which says -bash: Process: command not found is whats bugging me.
    I tried to editing the following files;
    sudo vi /.bash_profile
    sudo vi /Users/warren/.profile
    None of them have any reference to a startup command which invokes a process.
    I have mlocate installed and when I run;
    locate .bash
    I only get the above two files.
    I have also looked at cron, and there are no jobs added so I'm really in the dark as to how to resolve this. If you are able to assist it would be much appreciated.

  • Getting "process android.process.acore has stopped" error message on S4 at startup.

    OTA upgrade to Kitkat was successful, however, i now have the error message "unfortunately the process android.process.acore has stopped" at startup. cant make or receive phone calls, also cannot access apps due to error message being constantly displayed.

    Verizon gave a solution above in an earlier thread. So there is guidance much as it is.
    You have researched this issue and yet admitting not just on Verizon but other carriers as well you then feel hesitant to renew and get a device from Verizon. That "Bug" was done to all providers.
    I always look to the Android Forums or XDA to see if solutions or fixes have been listed. I like to also Google it and many times the solutions are found.
    Verizon tech support on the phone may have an answer 1-800-922-0204 or *611 from your mobile device. Verizon will only give you what they have as a possible solution on their database.
    Good Luck

  • Error 150:30 shows on startup

    Adobe elements 8 (Am getting an error message on startup)

    Moved from Premiere Pro forum. A search for "150" here in Premiere-Elements-land turned up some threads. See for example http://forums.adobe.com/message/5695831#5695831

  • ORA-00205: error in identifying control file,-Startup ASM db in PFA mode

    Is there any oracle restriction for ASM database in PFA mode?
    *[oracle@aveo:~]>cd $ORACLE_HOME/dbs*
    *[oracle@aveo:~]>orapwd file=orapwQ102ASMA password=sys entries=10 force=y*
    oracle@aveo:~]>sq
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 12:49:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select file_name from dba_data_files;
    FILE_NAME
    +OBTDG1/q102asma/datafile/system01.dbf
    7 rows selected.
    SQL> show parameter pass
    NAME_COL_PLUS_SHOW_PARAM
    TYPE
    VALUE_COL_PLUS_SHOW_PARAM
    remote_login_passwordfile
    string
    EXCLUSIVE
    SQL> select from v$pwfile_users;*
    USERNAME SYSDB SYSOP
    SYS TRUE TRUE
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Now made changes in sqlnet.ora file.
    oracle@aveo:admin]>pwd
    /oracle/10.2.0/product/network/admin
    *[oracle@aveo:admin]>cat sqlnet.ora*
    sqlnet.authentication_services=(none)
    *=oracle@aveo:admin]>sqlplus sys/sys as sysdba*
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 13:28:29 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 272629760 bytes
    Fixed Size 2005736 bytes
    Variable Size 184550680 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 2187264 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    It thows ORA-00205: error in identifying control file,
    Edited by: user2015671 on 3 Sep, 2010 8:09 AM

    In alert log it show below error message.
    ===================================================================
    Sat Sep 4 13:06:38 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 1
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 155189248
    large_pool_size = 4194304
    java_pool_size = 25165824
    resource_manager_plan = SYSTEM_PLAN
    control_files = OBTDG1/q102asma/controlfile/control01.ctl, OBTDG1/q102asma/controlfile/control02.ctl, +OBTDG1/q102asma/controlfile/control03.ctl
    db_block_size = 8192
    db_cache_size = 67108864
    db_2k_cache_size = 8388608
    db_4k_cache_size = 8388608
    compatible = 10.0.0.0.0
    log_archive_dest = +OBTDG1
    log_archive_format = %t_%s_%r.log
    log_buffer = 2152448
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = rbs
    remote_login_passwordfile= EXCLUSIVE
    instance_name = Q102ASMA
    background_dump_dest = /qa/data/obt/Q102ASMA/admin/bdump
    user_dump_dest = /qa/data/obt/Q102ASMA/admin/udump
    core_dump_dest = /qa/data/obt/Q102ASMA/admin/cdump
    sort_area_size = 524288
    db_name = Q102ASMA
    open_cursors = 300
    ifile = /qa/data/obt/Q102ASMA/admin/pfile/configQ102ASMA.ora
    PMON started with pid=2, OS id=29642
    PSP0 started with pid=3, OS id=29644
    MMAN started with pid=4, OS id=29646
    DBW0 started with pid=5, OS id=29648
    LGWR started with pid=6, OS id=29650
    CKPT started with pid=7, OS id=29652
    SMON started with pid=8, OS id=29654
    RECO started with pid=9, OS id=29656
    MMON started with pid=10, OS id=29658
    MMNL started with pid=11, OS id=29660
    Sat Sep 4 13:06:40 2010
    ALTER DATABASE MOUNT
    Sat Sep 4 13:06:40 2010
    Starting background process ASMB
    ASMB started with pid=13, OS id=29663
    Sat Sep 4 13:06:40 2010
    ORA-00202: control file: '+OBTDG1/q102asma/controlfile/control01.ctl'
    ORA-17503: ksfdopn:2 Failed to open file +OBTDG1/q102asma/controlfile/control01.ctl
    ORA-15001: diskgroup "OBTDG1" does not exist or is not mounted
    ORA-15055: unable to connect to ASM instance
    ORA-01031: insufficient privileges
    Sat Sep 4 13:06:40 2010
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    ===================================================================
    ASMCMD> pwd
    +OBTDG1/Q102ASMA/controlfile
    ASMCMD>
    ASMCMD> ls -ltr
    Type Redund Striped Time Sys Name
    N control01.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/Current.283.728141849
    N control02.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.292.728141859
    N control03.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.299.728141861
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y Current.283.728141849
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.292.728141859
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.299.728141861
    ===================================================================
    I tried without Password file authentication then i am not getting error during database startup.
    Why it is giving error for Password file authentication?
    Thanks,

Maybe you are looking for