Fail to instantiate InitialContext

The WebLogic server throws error I tried to instantiate InitialContext. I'm using
WebLogic 6.1 trial version under Windows 2000 Server.
Please help.
Thanks,
Huale
-- code--
Properties prop = new Properties();
prop.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
InitialContext ic = new InitialContext(prop);
error in client--
javax.naming.CommunicationException [Root exception is java.net.ConnectException:
t3://localhost:7001: Bootstrap to: 'localhost/127.0.0.1:7001' over: 't3' got an
error or timed out]
error in server--
<Error> <NT Performance Pack> <failure in process
Sockets() - GetData: 'weblogic.socket.GetData@393cf8 - fd: '2064', numBytes: '12
25''
java.util.EmptyStackException
at weblogic.utils.collections.Stack.pop(Stack.java:72)
at weblogic.rjvm.InboundMsgAbbrev.getAbbrev(InboundMsgAbbrev.java:85)
at weblogic.rjvm.MsgAbbrevInputStream.readImmutable(MsgAbbrevInputStream
.java:172)
at weblogic.rjvm.MsgAbbrevInputStream.readClassDescriptor(MsgAbbrevInput
Stream.java:186)
at weblogic.common.internal.ChunkedObjectInputStream$NestedObjectInputSt
ream.readClassDescriptor(ChunkedObjectInputStream.java:300)
at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
:906)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
bjectInputStream.java:110)
at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
bjectInputStream.java:123)
at weblogic.rjvm.ConnectionManager.readPeerInfo(ConnectionManager.java:6
83)
at weblogic.rjvm.ConnectionManagerServer.handleIdentifyRequest(Connectio
nManagerServer.java:255)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:617)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>

The WebLogic server throws error I tried to instantiate InitialContext. I'm using
WebLogic 6.1 trial version under Windows 2000 Server.
Please help.
Thanks,
Huale
-- code--
Properties prop = new Properties();
prop.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
InitialContext ic = new InitialContext(prop);
error in client--
javax.naming.CommunicationException [Root exception is java.net.ConnectException:
t3://localhost:7001: Bootstrap to: 'localhost/127.0.0.1:7001' over: 't3' got an
error or timed out]
error in server--
<Error> <NT Performance Pack> <failure in process
Sockets() - GetData: 'weblogic.socket.GetData@393cf8 - fd: '2064', numBytes: '12
25''
java.util.EmptyStackException
at weblogic.utils.collections.Stack.pop(Stack.java:72)
at weblogic.rjvm.InboundMsgAbbrev.getAbbrev(InboundMsgAbbrev.java:85)
at weblogic.rjvm.MsgAbbrevInputStream.readImmutable(MsgAbbrevInputStream
.java:172)
at weblogic.rjvm.MsgAbbrevInputStream.readClassDescriptor(MsgAbbrevInput
Stream.java:186)
at weblogic.common.internal.ChunkedObjectInputStream$NestedObjectInputSt
ream.readClassDescriptor(ChunkedObjectInputStream.java:300)
at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
:906)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
bjectInputStream.java:110)
at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
bjectInputStream.java:123)
at weblogic.rjvm.ConnectionManager.readPeerInfo(ConnectionManager.java:6
83)
at weblogic.rjvm.ConnectionManagerServer.handleIdentifyRequest(Connectio
nManagerServer.java:255)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:617)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>

Similar Messages

  • CM Program in EBS errors out "Failed to instantiate heap; 3G requested"

    Hi All,
    DB:11.2.0.2.0
    Oracle Apps:12.1.3
    O/S:IBM AIX 6.1 64 bits
    While running the Custom Concurrent Program "XX GL STAT Trial Balance Report" , it leads to the following error in the log file:
    Error Message:
    JVMJ9VM015W Initialization error for library j9gc24(2): Failed to instantiate heap; 3G requested
    Could not create the Java virtual machine.
    oracle.apps.xdo.oa.cp.JCP4XDODataEngine
    Program exited with status 1
    There is no such error captured in the OPP log files in the CM node.
    Moreover:
    DEVELOPER_PARAMETERS
    J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx2048m
    Howcome, the custom program as above is requesting for 3G as per the log file?
    $java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap3260sr2-20080818_01(SR2))
    IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20080816_22093 (JIT disabled, AOT disabled)
    J9VM - 20080816_022093_bHdSMr
    GC - 20080724_AA)
    JCL - 20080808_02
    Could anyone please share the resolution if this kind of issue is ever faced before anywhere?
    Thanks for your time and help!
    Regards,

    Please see these docs.
    Investigating BI Publisher Errors such as Acct Analysis Report Ends In Java Heap Error [ID 876227.1]
    Java Heap Errors when Running An FSG [ID 780081.1]
    Tuning Output Post Processor (OPP) to Improve Performance [ID 1399454.1]
    Thanks,
    Hussein

  • ADCFGCLONE.PL 에서 FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단

    제품 : AOL
    작성날짜 : 2005-11-28
    ADCFGCLONE.PL 에서 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단
    ===============================================================
    PURPOSE
    APPS TIER 에서 ADCFGCLON.PL 실행시 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 Script가 중단되는데 이에 대한 조치사항에 대해 기술함.
    Problem Description
    Target node에서 adcfgclone.pl 실행시 아래 Error가 발생합니다.
    ============================================================================================
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/004
    9426.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/050
    5123.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/057
    8496.a INSTE8
    AutoConfig is exiting with status 3
    RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    Raised by oracle.apps.ad.clone.ApplyAppsTechStack
    StackTrace:
    java.lang.Exception: RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    at oracle.apps.ad.clone.ApplyAppsTechStack.checkInstallDrvErr(ApplyAppsTechStack.java:647)
    at oracle.apps.ad.clone.ApplyAppsTechStack.runInstallConfigDriver(ApplyAppsTechStack.java:573)
    at oracle.apps.ad.clone.ApplyAppsTechStack.<init>(ApplyAppsTechStack.java:348)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:177)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Unknown Source
    Cause
    ======
    Source Instance 파일중 adpreclon falg가 autoconfigable 로 되어 있지만 실제로 autoconfigable 이 불가능해서 발생함. 그래서 adpreclone.pl 이 files 들을 instconf.drv 에 추가하고 adcfgclone.pl 실행시 template이 파일들을 초기화 하기 위해 ?O기 때문에 발생합니다.
    Workaround
    Solution Description
    문제가 되는 라인들을 직접 instconf.drv에 삭제합니다.
    Reference Documents
    -------------------

  • Javax.naming.NoInitialContextException: Failed to create InitialContext usi

    Hi All,
    we are passing few messages from Peoplesoft--Weblogic----Notes, and then it returns from Lotus Notes---Weblogic---peoplesoft, but we're getting few java exceptions on the lotus notes side..........
    can anyone help me out.
    Java Exception Thrown
    javax.naming.NoInitialContextException: Failed to create InitialContext using factory specified in hashtable {java.naming.provider.url=t3://managedserver1:8001, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory} [Root exception is java.lang.NullPointerException]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:243)
         at javax.naming.InitialContext.initializeDefaultInitCtx(InitialContext.java:327)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:357)
         at javax.naming.InitialContext.internalInit(InitialContext.java:295)
         at javax.naming.InitialContext.<init>(InitialContext.java:212)
         at DominoJMSQMessagePump.<init>(DominoJMSQMessagePump.java:43)
         at JavaAgent.NotesMain(JavaAgent.java:29)
         at lotus.domino.AgentBase.runNotes(Unknown Source)
         at lotus.domino.NotesThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:235)

    java_2006 wrote:
    You can't access a jdbc pool like that (simply with a main method).
    The Database connection pool must be managed by a container (a servlet or application server) like tomcat.
    That is not entirely true but it certainly helps and is generally the only way it is used anyway so one might as well do it.

  • Failed to instantiate file "v4.master" from module "DefaultMasterPage": Source path "v4.master" not found.

    Brand new install of SharePoint 2013. No modifications. Made one collection from the Admin site.
    I attempt to create a sub-site.
    Sorry,
    something went wrong
    Failed to instantiate file
    "v4.master" from module "DefaultMasterPage": Source path "v4.master" not
    found.
    David Jenkins

    Hi David,
    Here is the reference for using ULS log:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.

    Hello,
    When my users are trying to create a Meeting Workspace they always get the following message:
    Failed to instantiate "MWSdefault.master" from module "MWSMasterPage": Source path "global/MWSdefaul.master" not found.
    I have checked \...\12\TEMPLATE\GLOBAL\m@ster pages, and the master page is there. Does anyone know what might be causing this issue and how I can solve it?
    I am working with SharePoint 2007 (MOSS). We haven't customized the Meeting Workspace Templates, so they should just work as standard SharePoint.
    Thank you!
    Inge

    Hi David,
    Here is the reference for using ULS log:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Failed to instantiate class

    I get this exception when I run my wrapper class in Forms, when I debug it in JDEV it starts up and runs ok. I have signed the jarfile. Any suggestions?
    Failed to instantiate class: viewONEWrapper java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.applet)
    Thanks,
    Anders

    Anders,
    obviously teh signature does work because the error message states a security exception. Did you see the dialog in which you grant accee permission for the signature of the files? if not then the certificate wasn't accepted. please read the Whitepaper about signing jar files as it contains a trouble shooting suggestion.
    otn.oracle.com/products/forms --> 9i collateral
    Frank

  • Project file will not open in CC: Assert: Failed to instantiate UID U1191 in list owned by PagePage

    I created a project in Muse roughly a year ago. Since then I have upgraded to Muse CC. Now when I try to open my project I get this error message and my project will not open:
    I typed the error message into google and found no results Anyone have any experience with this?

    Could you please send us the .muse file at [email protected] along with a link to this thread? If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. Thanks.

  • Failed to instantiate or load PagerTagExtraInfo class

    I am getting this error msg when using pager tag in Netbeans5.0 for struts1.2.7.
    can any one able to solve my problem.
    Thanks in advance.

    Hi,
    If you are deploying or running this application on Windows 2008 R2 then this is a 64-bit Windows OS. Is your .NET application running as a 32 or 64-bit process. From the config file for Framework 4 it is referring a ODP version 4.112.1.2 and that version is 32-bit only. So if your application is running as a 64-bit process then that may explain the exception, it is looking for the 64-bit assembly and it is not installed.
    We released framwork 4 support for 64-bit applications as a part of the xcopy bundle which installs ODP version 4.112.2.1 and as a part of the 11.2.0.2.0 patchset for supported customers.
    The xcopy bundle is on OTN if the application is running as 64-bit.
    http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
    HTH
    Jenny

  • 6.1SP8 Failed to instantiate heap on AIX 5.3

    If I specify a max of 512 or larger the server will not start.
    The server has 2 Gig available.
    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20070511(SR5))
    IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20070426 (JIT enabled)
    J9VM - 20070420_12448_bHdSMR
    JIT - 20070419_1806_r8
    GC - 200704_19)
    JCL - 20070511
    Any thoughts?

    There are several entries for out of memory when running truss against the server start up script. They're posted below, but the server admin would like to know where he can obtain the 1.5.0_11 release for AIX. He said he couldn't find it anywhere.
    Also, I can start the server with memory > 512m using Java 1.4.2
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20070317 (SR8) (JIT enabled: jitc))
    More server info:
    2 powerpc processors
    AIX version: 5300-06-03-0732
    bootinfo -r: 2097152
    bootinfo -y: 64
    Here's some highlights of truss.
    479332: kfcntl(16, F_SETFD, 0x00000001)                 = 0
    479332: close(11)                                       = 0
    479332: _getpid()                                       = 479332
    479332: __libc_sbrk(0x00000000)                         = 0x301407A0
    479332: _getpid()                                       = 479332
    479332: kwrite(9, " i n f o", 4)                        = 4
    479332: kwrite(9, " :   C O R E 1 2 0 6 :  ".., 50)     = 50
    479332: kwrite(7, " [ 2 0 / D e c / 2 0 0 7".., 86)     = 86
    479332: statx("/usr/local/WebServer/alias", 0x2FF21C20, 76, 0) = 0
    479332: gethostname(0xF06D1860, 1024)                   = 0
    479332: statx("/usr/local/WebServer/alias/secmod.db", 0x2FF21800, 76, 0) = 0
    479332: open("/usr/local/WebServer/alias/secmod.db", O_RDONLY) = 11
    479332: kfcntl(11, F_SETFD, 0x00000001)                 = 0
    479332: kread(11, "\00615 a\0\0\002\0\010 �".., 260)    = 260
    479332: lseek(11, 0, 2)                                 = 16384
    479332: lseek(11, 4096, 0)                              = 4096
    479332: kread(11, "\0\0\0\0\0\0\0\0\0\0\0\0".., 4096)   = 4096
    479332: lseek(11, 0, 2)                                 = 16384
    479332: lseek(11, 8192, 0)                              = 8192
    479332: kread(11, "\0040F �0E910E870E H0E :".., 4096)   = 4096
    479332: close(11)                                       = 0
    479332: loadquery(268435458, 0x300D6968, 0x00000700)    Err#12 ENOMEM
    479332: open("obj.conf", O_RDONLY|O_LARGEFILE)          = 18
    479332: fstatx(18, 0x2FF21EF0, 76, 0)                   = 0
    479332: mmap(0x00000000, 1429, PROT_READ, MAP_FILE|MAP_VARIABLE|MAP_SHARED, 18, 0) = 0xB0002000
    479332: munmap(0xB0002000, 1429)                        = 0
    479332: close(18)                                       = 0
    479332: open("/usr/local/WebServer/httpacl/generated.https-mycsu.csuohio.edu.acl", O_RDONLY|O_LARGEFILE) = 18
    479332: kread(18, " v e r s i o n   3 . 0 ;".., 8192)   = 290
    479332: kread(18, " e r s i o n   3 . 0 ;\n".., 8192)   = 0
    479332: close(18)                                       = 0
    479332: thread_setmystate(0x00000000, 0x2FF21F50)       = 0
    479332: thread_create()                                 = 950409
    479332: mprotect(0x3075C000, 4096, 0)                   = 0
    479332: thread_setstate(950409, 0x30725598, 0x00000000) = 0
    479332: __loadx(0x07000000, 0xD185AA24, 0x0000002F, 0xF06E7B40, 0x1009D019) = 0xF06E8CF8
    479332: loadquery(2, 0x307270F8, 0x00000400)            Err#12 ENOMEM
    479332: loadquery(2, 0x307270F8, 0x00000800)            Err#12 ENOMEM
    479332: loadquery(2, 0x307270F8, 0x00001000)            = 0
    479332: statx("/usr/java5/jre/bin/sovvm", 0x2FF1DA90, 128, 010) Err#2  ENOENT
    479332: loadquery(2, 0x307270F8, 0x00000400)            Err#12 ENOMEM
    479332: loadquery(2, 0x307270F8, 0x00000800)            Err#12 ENOMEM
    479332: __loadx(0x07000000, 0x2FF1D960, 0x00000033, 0xF06FCCF8, 0x1009D019) = 0x00000000
    479332: access("/usr/lib/nls/msg/en_US/libc.cat", 0)    = 0
    479332: _getpid()                                       = 479332
    479332: open("/usr/lib/nls/msg/en_US/libc.cat", O_RDONLY) = 18
    479332: kioctl(18, 22528, 0x00000000, 0x00000000)       Err#25 ENOTTY
    479332: kfcntl(18, F_SETFD, 0x00000001)                 = 0
    479332: kioctl(18, 22528, 0x00000000, 0x00000000)       Err#25 ENOTTY
    479332: kread(18, "\0\001 �\007\007 I S O 8".., 4096)   = 4096
    479332: lseek(18, 0, 1)                                 = 4096
    479332: lseek(18, 0, 1)                                 = 4096
    479332: lseek(18, 0, 1)                                 = 4096
    479332: _getpid()                                       = 479332
    479332: lseek(18, 0, 1)                                 = 4096
    479332: lseek(18, 8069, 0)                              = 8069
    479332: kread(18, " T h e   s y s t e m   c".., 4096)   = 4096
    479332: close(18)                                       = 0
    479332: loadquery(2, 0x304D40B8, 0x00000400)            Err#12 ENOMEM
    479332: loadquery(2, 0x304D40B8, 0x00000800)            Err#12 ENOMEM
    479332: sigprocmask(2, 0xF03517B0, 0x2FF1D380)          = 0
    479332: _sigaction(6, 0x2FF1D510, 0x2FF1D490)           = 0
    479332: thread_setmymask_fast(0x00084003, 0x00000000, 0x00000000, 0x1009D019, 0x00000000, 0x000002D9, 0x00000000, 0x00000000) = 0x00000000
    479332: __loadx(0x07000000, 0xD1C26984, 0x0000003F, 0xF0714220, 0x1009D019) = 0xF0714854
    479332: __loadx(0x01070280, 0x2FF1BB00, 0x00000960, 0x2FF1D180, 0x307267C0) = 0xF07151B8
    479332: loadquery(2, 0x300CC448, 0x00001000)            = 0
    479332: __loadx(0x02000200, 0xF0413158, 0x00003E80, 0xF07151B8, 0x00000000) = 0x00000000
    479332: __loadx(0x01070280, 0x2FF1BB00, 0x00000960, 0x2FF1D180, 0x307267C0) = 0xF07585F0
    479332: loadquery(2, 0x300CC448, 0x00001000)            = 0
    479332: __loadx(0x02000200, 0xF0413158, 0x00003E80, 0xF07585F0, 0x00000000) = 0x00000000
    479332: __loadx(0x01070280, 0x2FF1BB00, 0x00000960, 0x2FF1D180, 0x307267C0) = 0xF075A810
    479332: loadquery(2, 0x300CC448, 0x00001000)            = 0
    479332: __loadx(0x02000200, 0xF0413158, 0x00003E80, 0xF075A810, 0x00000000) = 0x00000000
    479332: __loadx(0x01070280, 0x2FF1BB00, 0x00000960, 0x2FF1D180, 0x307267C0) = 0xF07644F8
    479332: loadquery(2, 0x300CC448, 0x00001000)            Err#12 ENOMEM
    479332: __loadx(0x01000080, 0x2FF1AA90, 0x00000960, 0x2FF1B514, 0x307267C0) = 0xF07749B0
    479332: statx("libjdwp.so", 0x2FF1CEB0, 128, 010)       Err#2  ENOENT
    479332: __loadx(0x01070280, 0x2FF1BB00, 0x00000960, 0x2FF1D180, 0x307267C0) = 0xF0B3A560
    479332: loadquery(2, 0x307833D8, 0x00002000)            = 0
    479332: __loadx(0x02000200, 0xF0413158, 0x00003E80, 0xF0B3A560, 0x00000000) = 0x00000000
    479332: __loadx(0x07000000, 0xD1C26984, 0x00000000, 0xF07151B8, 0x1009D019) = 0xF07521C0
    479332: __loadx(0x07000000, 0xD1C26984, 0x00000001, 0xF07585F0, 0x1009D019) = 0xF07591DC
    479332: __loadx(0x07000000, 0xD1C26984, 0x00000002, 0xF075A810, 0x1009D019) = 0xF07613FC
    479332: kmmap(0x00000000, 536870912, 3, 17, -1, 0x00000000, 0x00000000) Err#12 ENOMEMThanks!

  • Failed to instantiate UID

    Hello - I keep getting this error when trying to delete a grouped object then Muse crashes. Any help is very much appreciated!

    Hi
    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 20MB you can use something like Adobe SendNow or SendThisFile or Dropbox. Please do not forget to mention the link to this forum thread in your e-mail so that we can identify the file.

  • Muse Error: Failed to instantiate UID U3033 in list owned by Group (UID: U3034)

    Can someone please help me fix this?

    Hi,
    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 20MB you can use something like Adobe SendNow or SendThisFile or Dropbox. Please do not forget to mention the link to this forum thread in your e-mail so that we can identify the file.

  • Snow Leopard - very slow restart / reboot and Boot Camp restart fail

    Hi
    After Snow Leopard installation on my Macbook Pro I have a very slow restart. I logged this immediately after install and waited till 10.6.1 was issued and installed but still have the same problems. Hope some one can help.
    For an normal restart or reboot I have the grey screen for about 25 secs and then the blue screen hangs for about 2 mins 30 secs before loading desktop. This is longer than Leopard and clearly not what Snow Leopard is meant to be. I have installed on an iMac as well and can see the new normal fast boot.
    I also have Windows on it's own partition and use in Boot Camp. I have used this successfully under Leopard.
    When I restart from Windows using the Start button and restart, Windows shuts down and then the mac starts up but gets stuck indefinitely on the blue screen. I have waited up to 25 mins then forced a shut down.
    However if I restart from Windows using the Boot Camp icon in the taskbar and choose the restart from MacOSX it shuts down windows and restarts the mac in record time!! about 25 secs grey screen and 25 secs blue screen. I can't get this in normal mac mode! - Bizarre.
    I have run Disk Utility, repaired permissions, run Tech Tool, Onyx, reset PRAM, deleted startup items plists and removed startup items from System Preferences Account.
    I have monitored the Console app for all the startup conditions noted above and will post below. In the logs of the normal mac reboot you can see something to do with Security Agent taking over 2 mins to load. Maybe that is a clue, but I don't understand these messages. Please note that the iStatsmenu app was installed after snow leopard and I had these slow startups before it's installation.
    If anyone technical can understand what the **** is going on here I would really appreciate your feedback.
    Regards
    Eric
    system.log
    Sep 13 18:09:01 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 13 18:09:08 localhost mDNSResponder[17]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 13 18:09:09 localhost pcscd[28]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 13 18:09:17: --- last message repeated 1 time ---
    Sep 13 18:09:17 localhost configd[15]: network configuration changed.
    Sep 13 18:09:17 eric-lawrences-MBP-2 configd[15]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 13 18:09:17 eric-lawrences-MBP-2 bootlog[60]: BOOT_TIME: 1252829340 0
    Sep 13 18:09:18 eric-lawrences-MBP-2 fseventsd[54]: could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    Sep 13 18:09:18 eric-lawrences-MBP-2 fseventsd[54]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 493B2D00-47B9-4820-96FB-EF447F07CCDA
    Sep 13 18:09:20 eric-lawrences-MBP-2 com.apple.usbmuxd[44]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 13 18:09:20 eric-lawrences-MBP-2 sudo[78]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 13 18:09:21 eric-lawrences-MBP-2 blued[61]: Apple Bluetooth daemon started
    Sep 13 18:09:21 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[50]: Login Window Application Started
    Sep 13 18:09:24 eric-lawrences-MBP-2 loginwindow[50]: Login Window Started Security Agent
    Sep 13 18:09:25 eric-lawrences-MBP-2 iStatLocalDaemon[66]: Waiting for connections on port 5204.
    Sep 13 18:09:27 eric-lawrences-MBP-2 mDNSResponder[17]: SIGHUP: Purge cache
    Sep 13 18:09:31 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: Login Window - Returned from Security Agent
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: USER_PROCESS: 50 console
    Sep 13 18:11:01 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[121] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 13 18:11:10 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[121] (com.apple.Kerberos.renew.plist[137]): Exited with exit code: 1
    Sep 13 18:11:11 eric-lawrences-MBP-2 ServerScanner[134]: Not scanning because node /Active Directory/All Domains is in searchPath
    Sep 13 18:11:27 eric-lawrences-MBP-2 com.apple.WindowServer[85]: Sun Sep 13 18:11:27 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 18:11:27 eric-lawrences-MBP-2 WindowServer[85]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)\n See http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker: Allowing "iStatMenusDateAndTimes".
    Sep 13 18:11:36 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker: Allowing "iStatMenusNetwork".
    secure.log
    Sep 13 18:09:08 localhost com.apple.SecurityServer[23]: Session 0x5fbff962 created
    Sep 13 18:09:09 localhost com.apple.SecurityServer[23]: Entering service
    Sep 13 18:09:17 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'config.modify.com.apple.CoreRAID.admin' by client '/System/Library/PrivateFrameworks/CoreRAID.framework/Versions/A/Resources/Core RAIDServer' for authorization created by '/System/Library/PrivateFrameworks/CoreRAID.framework/Versions/A/Resources/Core RAIDServer'
    Sep 13 18:09:24 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Session 0x236025 created
    Sep 13 18:09:24 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Session 0x236025 attributes 0x30
    Sep 13 18:09:24 eric-lawrences-MBP-2 loginwindow[50]: Login Window Started Security Agent
    Sep 13 18:09:25 eric-lawrences-MBP-2 SecurityAgent[103]: User info context values set for ericgl
    Sep 13 18:09:26 eric-lawrences-MBP-2 SecurityAgent[103]: Login Window login proceeding
    Sep 13 18:11:00 eric-lawrences-MBP-2 SecurityAgent[103]: Login Window done
    Sep 13 18:11:00 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' for authorization created by '/System/Library/CoreServices/loginwindow.app'
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: Login Window - Returned from Security Agent
    Sep 13 18:11:01 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' for authorization created by '/System/Library/CoreServices/loginwindow.app'
    Sep 13 18:11:09 eric-lawrences-MBP-2 /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[145]: Starting up.
    Sep 13 18:11:14 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.print.admin' by client '/System/Library/Printers/Libraries/makequeuesagent' for authorization created by '/System/Library/Printers/Libraries/makequeuesagent'
    Sep 13 18:11:44: --- last message repeated 1 time ---
    all messages
    13/09/09 6:09:07 PM kernel npvhash=4095
    13/09/09 6:09:07 PM kernel PAE enabled
    13/09/09 6:09:07 PM kernel 64 bit mode enabled
    13/09/09 6:09:07 PM kernel Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386
    13/09/09 6:09:07 PM kernel vmpagebootstrap: 508922 free pages and 15366 wired pages
    13/09/09 6:09:07 PM kernel standard timeslicing quantum is 10000 us
    13/09/09 6:09:07 PM kernel migtable_maxdispl = 73
    13/09/09 6:09:07 PM kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    13/09/09 6:09:07 PM kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for TMSafetyNet
    13/09/09 6:09:07 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for Quarantine
    13/09/09 6:09:07 PM kernel Security policy loaded: Quarantine policy (Quarantine)
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for Sandbox
    13/09/09 6:09:07 PM kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13/09/09 6:09:07 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    13/09/09 6:09:07 PM kernel The Regents of the University of California. All rights reserved.
    13/09/09 6:09:07 PM kernel MAC Framework successfully initialized
    13/09/09 6:09:07 PM kernel using 10485 buffer headers and 4096 cluster IO buffer headers
    13/09/09 6:09:07 PM kernel IOAPIC: Version 0x20 Vectors 64:87
    13/09/09 6:09:07 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    13/09/09 6:09:07 PM kernel mbinit: done (64 MB memory set for mbuf pool)
    13/09/09 6:09:07 PM kernel rooting via boot-uuid from /chosen: DA111E02-C1F5-3C6F-AB90-AD27A5B932BE
    13/09/09 6:09:07 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13/09/09 6:09:07 PM kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    13/09/09 6:09:07 PM kernel AppleIntelCPUPowerManagementClient: ready
    13/09/09 6:09:07 PM kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 0017f2fffe7f970e; max speed s800.
    13/09/09 6:09:07 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHW2120BH Media/IOGUIDPartitionScheme/Merged_Untitled@2
    13/09/09 6:09:07 PM kernel BSD root: disk0s2, major 14, minor 2
    13/09/09 6:09:07 PM kernel USBMSC Identifier (non-unique): MY66AB92R404J7 0x3f0 0x5711 0x100
    13/09/09 6:09:07 PM kernel USBMSC Identifier (non-unique): 01974248FFFF 0x59f 0x951 0x0
    13/09/09 6:09:07 PM kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    13/09/09 6:09:07 PM kernel [Bluetooth::CSRHIDTransition] transition complete.
    13/09/09 6:09:07 PM kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    13/09/09 6:09:07 PM kernel AppleIntelCPUPowerManagement: initialization complete
    13/09/09 6:09:07 PM kernel AppleYukon2: Marvell Yukon Gigabit Adapter 88E8053 Singleport Copper SA
    13/09/09 6:09:07 PM kernel AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RXMAXLE 1024, TXMAXLE 768, STMAXLE 3328
    13/09/09 6:09:01 PM com.apple.launchd[1] * launchd[1] has started up. *
    13/09/09 6:09:08 PM kernel yukon: Ethernet address 00:16:cb:a1:8f:b7
    13/09/09 6:09:08 PM kernel systemShutdown false
    13/09/09 6:09:08 PM mDNSResponder[17] mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    13/09/09 6:09:08 PM com.apple.SecurityServer[23] Session 0x5fbff962 created
    13/09/09 6:09:09 PM com.apple.SecurityServer[23] Entering service
    13/09/09 6:09:10 PM kernel Previous Shutdown Cause: 5
    13/09/09 6:09:10 PM kernel DSMOS has arrived
    13/09/09 6:09:10 PM kernel Atheros: mac 12.2 phy 8.1 radio 12.0
    13/09/09 6:09:17 PM configd[15] network configuration changed.
    13/09/09 6:09:17 PM configd[15] setting hostname to "eric-lawrences-MBP-2.local"
    13/09/09 6:09:17 PM kernel AirPort_AthrFusion: Ethernet address 00:17:f2:e6:a8:d1
    13/09/09 6:09:17 PM kernel IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification
    13/09/09 6:09:17 PM bootlog[60] BOOT_TIME: 1252829340 0
    13/09/09 6:09:18 PM fseventsd[54] could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    13/09/09 6:09:18 PM fseventsd[54] log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 493B2D00-47B9-4820-96FB-EF447F07CCDA
    13/09/09 6:09:19 PM kernel AirPort: Link Down on en1. Reason 1 (Unspecified).
    13/09/09 6:09:19 PM kernel AirPort: Link Up on en1
    13/09/09 6:09:20 PM kernel AirPort: RSN handshake complete on en1
    13/09/09 6:09:20 PM com.apple.usbmuxd[44] usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    13/09/09 6:09:20 PM sudo[78] root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    13/09/09 6:09:21 PM blued[61] Apple Bluetooth daemon started
    13/09/09 6:09:21 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[50] Login Window Application Started
    13/09/09 6:09:22 PM kernel Warning - com.apple.driver.InternalModemSupport declares no kernel dependencies; using com.apple.kernel.6.0.
    13/09/09 6:09:23 PM kernel IOBluetoothBNEPDriver: Ethernet address 00:17:f2:9f:b7:a5
    13/09/09 6:09:24 PM com.apple.SecurityServer[23] Session 0x236025 created
    13/09/09 6:09:24 PM com.apple.SecurityServer[23] Session 0x236025 attributes 0x30
    13/09/09 6:09:24 PM loginwindow[50] Login Window Started Security Agent
    13/09/09 6:09:25 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:25 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:09:25 PM Firewall[100] iStatLocalDaemon is listening from 0.0.0.0:5204 proto=6
    13/09/09 6:09:25 PM Firewall[100] iStatLocalDaemon is listening from ::ffff:0.0.0.0:5204 proto=6
    13/09/09 6:09:25 PM SecurityAgent[103] User info context values set for ericgl
    13/09/09 6:09:26 PM SecurityAgent[103] Login Window login proceeding
    13/09/09 6:09:27 PM mDNSResponder[17] SIGHUP: Purge cache
    13/09/09 6:09:31 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:31 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:09:31 PM configd[15] network configuration changed.
    13/09/09 6:09:35 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:35 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:11:00 PM SecurityAgent[103] Login Window done
    13/09/09 6:11:00 PM loginwindow[50] Login Window - Returned from Security Agent
    13/09/09 6:11:00 PM loginwindow[50] USER_PROCESS: 50 console
    13/09/09 6:11:01 PM com.apple.launchd.peruser.501[121] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    13/09/09 6:11:10 PM com.apple.launchd.peruser.501[121] (com.apple.Kerberos.renew.plist[137]) Exited with exit code: 1
    13/09/09 6:11:11 PM ServerScanner[134] Not scanning because node /Active Directory/All Domains is in searchPath
    13/09/09 6:11:27 PM com.apple.WindowServer[85] Sun Sep 13 18:11:27 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13/09/09 6:11:27 PM WindowServer[85] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13/09/09 6:11:29 PM SystemUIServer[126] MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)
    See http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    13/09/09 6:11:29 PM SystemUIServer[126] failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    13/09/09 6:11:29 PM SystemUIServer[126] MenuCracker: Allowing "iStatMenusDateAndTimes".
    13/09/09 6:11:36 PM SystemUIServer[126] MenuCracker: Allowing "iStatMenusNetwork".
    failed reboot from windows - note date and time wrong
    Sep 13 19:00:10 eric-lawrences-MBP-2 sudo[200]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 13 19:00:10 eric-lawrences-MBP-2 WindowServer[85]: bootstraplookip failed: Unknown service name
    Sep 14 05:26:46 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 14 05:26:53 localhost mDNSResponder[18]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 14 05:26:54 localhost pcscd[28]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 14 05:27:02: --- last message repeated 1 time ---
    Sep 14 05:27:02 localhost configd[14]: network configuration changed.
    Sep 14 05:27:02 eric-lawrences-MBP-2 configd[14]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 14 05:27:02 eric-lawrences-MBP-2 bootlog[62]: BOOT_TIME: 1252870005 0
    Sep 14 05:27:03 eric-lawrences-MBP-2 fseventsd[56]: checkvol_last_modtime:XXX failed to get mount time (25; &mount_time == 0x1000b5358)
    Sep 14 05:27:03 eric-lawrences-MBP-2 fseventsd[56]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 1C45E673-8EEA-4ACF-B0F2-BAE1FB843D2B
    Sep 14 05:27:05 eric-lawrences-MBP-2 com.apple.usbmuxd[46]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 14 05:27:05 eric-lawrences-MBP-2 sudo[82]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 14 05:27:06 eric-lawrences-MBP-2 blued[63]: Apple Bluetooth daemon started
    Sep 14 05:27:06 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[52]: Login Window Application Started
    Sep 14 05:27:11 eric-lawrences-MBP-2 iStatLocalDaemon[68]: Waiting for connections on port 5204.
    Sep 14 05:27:11 eric-lawrences-MBP-2 configd[14]: network configuration changed.
    Sep 14 05:27:12 eric-lawrences-MBP-2 mDNSResponder[18]: SIGHUP: Purge cache
    Sep 14 05:27:12 eric-lawrences-MBP-2 loginwindow[52]: Login Window Started Security Agent
    Sep 13 19:33:18 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 13 19:33:25 localhost DirectoryService[11]: Improper shutdown detected
    Sep 13 19:33:39 localhost mDNSResponder[17]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    fast reboot from boot camp icon in Windows - note date and time wrong
    Sep 14 05:46:42 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 14 05:46:53 localhost mDNSResponder[18]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 14 05:46:53 localhost pcscd[31]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 14 05:46:54: --- last message repeated 1 time ---
    Sep 14 05:46:54 localhost configd[15]: network configuration changed.
    Sep 14 05:46:54 eric-lawrences-MBP-2 configd[15]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 14 05:46:56 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:46:57 eric-lawrences-MBP-2 bootlog[65]: BOOT_TIME: 1252871201 0
    Sep 14 05:46:58 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:47:01 eric-lawrences-MBP-2 fseventsd[59]: could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    Sep 14 05:47:01 eric-lawrences-MBP-2 fseventsd[59]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: CA5F549C-7E51-4D0B-BEB6-7B91A7544AE2
    Sep 14 05:47:01 eric-lawrences-MBP-2 sudo[82]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 14 05:47:03 eric-lawrences-MBP-2 com.apple.usbmuxd[49]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 14 05:47:03 eric-lawrences-MBP-2 blued[66]: Apple Bluetooth daemon started
    Sep 14 05:47:04 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[55]: Login Window Application Started
    Sep 14 05:47:09 eric-lawrences-MBP-2 iStatLocalDaemon[71]: Waiting for connections on port 5204.
    Sep 14 05:47:09 eric-lawrences-MBP-2 mDNSResponder[18]: SIGHUP: Purge cache
    Sep 14 05:47:10 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:47:10 eric-lawrences-MBP-2 loginwindow[55]: Login Window Started Security Agent
    Sep 14 05:47:11 eric-lawrences-MBP-2 loginwindow[55]: Login Window - Returned from Security Agent
    Sep 14 05:47:11 eric-lawrences-MBP-2 loginwindow[55]: USER_PROCESS: 55 console
    Sep 14 05:47:11 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 13 19:47:17 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.AddressBook.abd): The following job tried to hijack the service "com.apple.AddressBook.abd" from this job: [0x0-0x5005].com.apple.AddressBook.abd
    Sep 13 19:47:24 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.Kerberos.renew.plist[131]): Exited with exit code: 1
    Sep 13 19:47:24 eric-lawrences-MBP-2 ServerScanner[128]: Not scanning because node /Active Directory/All Domains is in searchPath
    Sep 13 19:47:38 eric-lawrences-MBP-2 SystemUIServer[114]: MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)\n See http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    Sep 13 19:47:38 eric-lawrences-MBP-2 SystemUIServer[114]: failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    Sep 13 19:48:03 eric-lawrences-MBP-2 WindowServer[85]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 19:48:03 eric-lawrences-MBP-2 com.apple.WindowServer[85]: Sun Sep 13 19:48:03 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.

    Hi guys
    Thanks for your contributions. I have made little progress on this issue since posting.
    Just as added info, I did a re-install of Snow leopard from install DVD and upgrade again to 10.6.1 and no change to the startup behaviours. Same pattern as before, although the first restart was fast and probably how it is meant to be, then the slow ones reappeared.
    I also had a thought that somehow it may be related to the nominated startup disk. There were posts on other boards about similar issues with Leopard where the hanging start was found to be related to the computer not knowing which startup disk to use. I thought maybe as it works when using the boot camp icon from Windows but not the restart button, it may be related, but in OSX and Windows both are set to startup in OSX on HD. So no further joy.
    Maybe someone else will come along who can understand the Console logs. Why does the loginwindow and Security Agent take so long?
    Do you guys have any clues from your Console system logs? Does yours hang on loginwindow?
    The fact that there are so few people with the same problem suggests to me that there is a third party device/preference/ hidden file somewhere that is having an effect and it's not an Apple issue.
    I am getting close to wiping the hard drive and starting again....but live in hope.
    Cheers

  • EBS RapidInstall 12.1.1 Fails

    Hello all,
    I am trying to install the EBS 12.1.1 from rapid install and I the error (STEP 1)
    RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for coremfg1 instance
    I press retry on this and went to STEP 2 error. press Retry here as well got to STEP 3 and the install is not good.
    I have installed the same kit before and did not encounter this issue (on same machine but then HDD crashed). I tried this current install many time, but always same error
    What I want is to solve the issue from STEP1 and 2 (as I believe they are generating the STEP 3)
    OS is OEL5
    Thanks,
    Bogdan
    1.
    ApplyDatabase_12191730.log shows
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : coremfg-pc
    sDbDomain : ro.oracle.com
    sDbPort : 1521
    sDbSid : coremfg1
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@coremfg-pc.ro.oracle.com:1521:coremfg1
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coremfg-pc.ro.oracle.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=coremfg1)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coremfg-pc.ro.oracle.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=coremfg1.ro.oracle.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyDatabase.java:635)
    at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDatabase.java:473)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:366)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Unknown Source)
    *12191549.log* (db log) shows
    - 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for coremfg1 instance
    STEP 2
    APPS_TOP failing with error
    | 6% completed
    / 6% completed
    - 6% completed
    \ 6% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver /oracle/coremfg/apps/tech_st/10.1.2/appsutil/driver/regclone.drv
    Cannot execute registration of Applications Techstack
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for coremfg instance
    STEP 3
    PostInstal checks shows
    DB Availability and Configuration Upload as Warning (exclamation mark !)
    Env File and DBC File (good check)
    HTTP, Help Page, Virtual Directory, JSP, Login Page with error (big X)

    Hello,
    * cat /etc/hosts
    127.0.0.1 localhost
    10.171.11.64 coremfg-pc.ro.oracle.com coremfg-pc
    * cat /etc/resolv.conf
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    nameserver 10.171.110.18
    nameserver 192.135.82.44
    search ro.oracle.com
    * nslookup coremfg-pc.ro.oracle.com
    Server: 10.171.110.18
    Address: 10.171.110.18#53
    Name: coremfg-pc.ro.oracle.com
    Address: 10.171.113.64
    The "-" is not causing the issue, as I have other machines with this, and also on the same server I have installed successfully the same rapidwiz and worked like a charm, but unfortunately the hdd crashed at that time and now I am using another hdd.
    Thanks,
    Bogdan

  • Oracle Applications Release 12.1.1 installation on windows 2003  failed

    Hi All,
    I am installing oracle 12.1.1.0 on windwos 2003 SP2.
    I received some errors at the step 1 of 5 and till 13% of installation.
    THe following are the errors reported in the Install log file located at:
    Database logfile - F:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_stccspr01\08101732.log
    E:\StageR12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /usr/bin/cl
    'cc' is available.
    /usr/bin/link
    'link' is available.
    ERRORCODE = 0    ERRORCODE_ENDThe system cannot find the path specified.
    ========================================================================================================================================================================================================================================================
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>(echo APPS  & echo APPS )  | E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M  -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e F:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_stccspr01.xml -stage E:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at F:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_stccspr01\ApplyDBTechStack_08101752.log
      |      0% completed      
      /      0% completed      
      -      0% completed      
      \      0% completed      
      |      0% completed       RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>if 1 == 0 goto :ICFG_OK
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>if "" == "TRUE" goto :ICFG_OK 
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instanceAfter further investigation in the following logfile Log file located at F:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_stccspr01\ApplyDBTechStack_08101751.log, i found the following errors:
    Skipping Profile Phase
    Skipping Apply Phase
    Not able to rename adcvmlog.xml to F:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_stccspr01\adcvmlog.xml.08101752
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [SETUP PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: F:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_stccspr01
          adsvdlsn.cmd            INSTE8_SETUP       1007
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStacksearched some notes on google, but didn't found anything preoper.
    Please let me know what are the possible cause of this error and how to correct it.
    Let me know, if you need any further information.

    Hi,
    THe installation started successfully and went beyond 13%. but at Step 3 of 5 i got another error and installation was completed till 53%.
    Error occurred in ApplyAppsTechStack stage :
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks w
    ill be executed.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\oracle\LOCALS~1
    \Temp\1\OraInstall2011-08-12_01-07-46AM. Please wait ... Oracle Universal Instal
    ler, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    ...............................................................Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    Val: 0
    Val: 0
    Val: 2
    Val: 0
    Val: 0
    path: C:\DOCUME~1\oracle\LOCALS~1\Temp\1\OraInstall2011-08-12_01-07-46AM\jre\bin
    ;.;C:\WINDOWS\system32;C:\WINDOWS;E:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:
    \Perl\site\bin;C:\msvc\VC\bin;F:\cygwin\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\W
    INDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WI
    NDOWS\system32;C:\Program Files\Microsoft SQL Server\90\Tools\binn\
    toload is C:\DOCUME~1\oracle\LOCALS~1\Temp\1\OraInstall2011-08-12_01-07-46AM\Win
    dowsGPortQueries.dll
    100% Done.
    Copying files in progress (Fri Aug 12 01:08:35 BST 2011)
    .................................................Val: 0
    .               79% Done.
    Copy successful
    Setup in progress (Fri Aug 12 01:08:42 BST 2011)
    .....Oracle JAAS [Fri Aug 12 01:09:20 BST 2011]: exception: 9
    opmnctl: opmn startedwe got the following errors in the following two logfiles:
    1. Logfile located at :
    E:\oracle\VIS\inst\apps\VIS_stccspr01\logs\08112230.log
      /      3% completed      
      -      3% completed      
      \      3% completed       RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>if 1 == 0 goto :REG_OK
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\DOCUME~1\oracle\LOCALS~1\Temp\1>if "" == "TRUE" goto :INSIAS_OK
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running APPL_TOP Install Driver for VIS instance2. Logfile located at :
    E:\oracle\VIS\inst\apps\VIS_stccspr01\admin\log\ApplyAppsTechStack_08120107
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I E:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I E:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I E:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
          ouicli.pl               INSTE8_APPLY       -1
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drvPlease find the complete logs files details at the following link:
    http://www.filefactory.com/file/cde9fc8/n/Oracle_R12_Apps_TIer_INstall_logs_txt
    Name of the logfile is: Oracle R12 Apps TIer INstall logs.txt
    Please have a look at it and let me know what could be the possible cause of failure and its recommended solution.
    Thanks Peeks.

Maybe you are looking for