Sample OLAP client application causes Oracle service to crash!

I have a very simple Java application that establishes a connection to an Oracle9i (R9.2) database having the OLAP extension installed. After creating the connection it creates a new MdmSchema object:
MdmSchema root = mp.getRootSchema();
At this moment, Java catches an java.sql.SqlException combined with a NullPointerException:
java.sql.SQLException: E/A-Exception: Connection reset by peer: JVM_recv in sock
et input stream read
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.ja
va, Compiled Code)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:1940)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:2709)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePrepar
edStatement.java:589)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
ement.java:656)
at oracle.express.idl.ExpressMdmModule.MetadataProviderInterfaceStub.get
MetadataPropertyBags(MetadataProviderInterfaceStub.java:121)
at oracle.express.mdm.MetadataPropertyBagFetcher.fetchMetadataPropertyBa
gs(MetadataPropertyBagFetcher.java, Compiled Code)
at oracle.express.mdm.MdmMetadataProvider.getMetadataObject(MdmMetadataP
rovider.java:324)
at oracle.express.mdm.MdmMetadataProvider.getRootSchema(MdmMetadataProvi
der.java:395)
at Step1.<init>(Step1.java:57)
at Step1.main(Step1.java:66)
Exception in thread "main" java.lang.NullPointerException
at oracle.express.mdm.MetadataPropertyBagFetcher.fetchMetadataPropertyBa
gs(MetadataPropertyBagFetcher.java, Compiled Code)
at oracle.express.mdm.MdmMetadataProvider.getMetadataObject(MdmMetadataP
rovider.java:324)
at oracle.express.mdm.MdmMetadataProvider.getRootSchema(MdmMetadataProvi
der.java:395)
at Step1.<init>(Step1.java:57)
at Step1.main(Step1.java:66)
After that, the database service running on the database server crashes and is not available any more (Event Log doesn't provide really helpful infos, in the listener.trc and listener.log too).
Can anybody help?
Stefan

Hi Stefan,
You may be running into the Cube Viewer bug that causes it to hang while writing to the log file. I just sent you an email with some Cube Viewer files for the
$ORACLE_HOME\classes\oracle\olap\express\cubeviewer directory. After placing these CV files into this directory try to run CV again. If it still does not work please send me the new Cube Viewer log file.
Thanks,
Anthony

Similar Messages

  • Problem in executing client application as windows service

    Hi
    I have a client program that sends client ip address to server.
    My Requirement is to run this client program as windows service.
    For this, i have created a jar and after that i have created a .exe file.
    now using sc command in DOS i was created a service named as ClientService
    But when i am trying to start this service like other services, it is giving error saying that "The Service did not respond to the start in a timely fashion"
    Please help me in this issue

    1.Can i lock my mobile phone from J2Me Application.In J2ME you can not.
    2.How can i register J2ME application as service,means
    it started when mobile start and continously Run on my
    mobile. can these problem have a solution ,if yes then
    how..I haven't seen any device that lets you run a J2ME app at start up as a service like windowsNT. May be you can do the above two things if you dig more in to Symbian OS programming.
    Good luck
    Manas

  • How to invoke A CORBA-Java Client Application, from Oracle???

    Hi,
    I have a CORBA-Java Client Application, which takes the input parameters from a Oracle table and calls the CORBA Server, passes these parameters to the C++ Server Application and gets the results back thorugh CORBA.
    My problem is, this java application needs to be invoked, when ever there is a new record in the Oracle table.
    I am not sure if i can use Java Stored Procedures in Oracle in this case, because my app is in Sun JVM and i am using BEA WebLogic Enterprise 5.1 for the CORBA.
    Is there any other way by which i can invoke this app, when a new record is updated in the Oracle table?
    Currently, i have just put a TIMER in my java App, to check the oracle table in every few seconds, to see if there is a new reocrd. If it finds a new record it invokes the corresponding class(corba class), or else just keep sending a messsage that no new record is available.
    The problems i am facing in this method are as follows;
    1. Unnecessarily, the application has to keep on running if there is no request coming frequently.
    2. When there is a new record found, the Corba Class is called and the whole process (till it gets the result back from the server) takes about 20 - 30 secs. But within this period, if there is another record coming into Oracle table, my timer class doesnt invoke another corba class....(though i am using multithreading by using the RemidTask method in the timer.schedule.
    (timer.schedule(new RemindTask(),10,5*1000);)
    3. Also, if during the first call, there is some error, then the whole process exits, instead of another process running parallely (when a second new record is found).
    So how does this timer class act like a multithreading process?
    Well, i hope i am not confusing....Please let me know if anyone wants bit more elaboration on this.
    It would be really helpful if someone can suggest some answer to my problem.
    Thanks in advance.

    Thank you very much Keith.
    Though i am really getting a hope of solving this problem, from you answer, i am actually not 100% sure if i understood your reply properly.
    First of all, about
    1. "use the update stored procedure to place the updated record (or unique index) onto an Oracle Application Queue."
    -- Why do i need to put the record in the AQ. (Frankly speaking, at this moment i dont have much idea about AQ, probably i can learn more about it from oracle technet site? Or would u suggest anything else?)
    Then,
    2."Your app then waits on this queue and for each new message, consumes it, gets the data required from the AQ load (e.g the index and or record), and fires off the CORBA class"
    -- How does my application stay in the queue? and gets the data from the queue?
    Of course, as far as i understand, i am going through the same principle...keeping on running a timer class, which keeps on checking the table for a new record, and when it finds, it calls the CORBA class.
    Of course, i feel there should be a difference in running the timer continuosly and staying in queue. However i am totally unaware, how can i make my java app to wait in the queue and waits for a new record?
    Can you please elaborate your answer a bit more, because i dont know about the AQ, that you have mentioned.
    Thank you very much in advance for your time. But please know that it will be of great help to me and hence will be higly appreciated.
    Regards,
    Subhasree.

  • Access Oracle 9i from a Client Application without Oracle Client Install.

    Is it possible to access an Oracle Database from a Client Application without having an oracle Client Installation ?
    I want to write a program that connect to an Oracle Server. I use Borland C++. But my Programs only works with having the Client Oracle Software installed on the Client. Is there any way to realise this ?

    The way that 99% of the people that want to do this manage is to write Java code that connects to the database via JDBC, using Oracle's thin JDBC driver.
    If you absolutely have to use C++, you can purchase thin ODBC drivers from third parties (DataDirect for example) that will connect to the database without the Oracle client. I'm not aware of any thin, free ODBC drivers.
    Justin

  • An application "causes excessive wakeups," then crashes

    Description of the problem:
    The game "Team Fortress 2" crashes consistently after about a half hour of gameplay. It seems almost random when the crashes occur, but always during gameplay, never in the game menu. Frequently the application will freeze, then close itself after a few seconds. From what I can tell from other people's screens during a multiplayer game, when my application freezes, it will not close itself until my character dies from standing still and exposed. When the game is hosted on a specific map or play area, sometimes the sound will stop and the frames per second rate will lower before before the application freezes.
    Console reports frequently state that an element of the program is causing excessive wakeups, then a wave of memory errors for the application occur, and it finally crashes. This has been a problem for about 1 year. I hope that someone here will be able to help me.
    Here's some system data and application information:
    21.5-inch iMac from mid-2011
    OSX 10.9.3 (13D65)
    2.7 GHz Intel Core i5 processor
    12 GB 1333 MHz DDR3 RAM
    AMD Radeon HD 6770M 512 MB graphics card
    TF2 is a game that runs off of Steam, a game store and community similar to iTunes by Valve Inc. All games bought through Steam must be run with Steam open.
    Here's a recent diagnostic report:
    In this case, the game crashes in less than 10 minutes. That's what spurred me to finally come here for help. I've been debating it for a couple of weeks.
    Diagnostic report
    Process:         hl2_osx [19235]
    Path:            /Users/USER/Library/Application Support/Steam/*/hl2_osx
    Identifier:      hl2_osx
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  steam [18750]
    Responsible:     bash [18743]
    User ID:         503
    Date/Time:       2014-07-08 20:47:43.886 -0700
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  6EF811EE-09ED-9279-CC4C-2691D40FCCBF
    Sleep/Wake UUID: 2CED885D-E238-4591-91CE-7CA403DACC2F
    Crashed Thread:  46  Dispatch queue: OpenGLMT
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib       0x937dcf26 _platform_memcmp + 38
    1   client.dylib                   0x2a36d8d1 CInterpolatedVarArrayBase<float, true>::NoteChanged(float, bool) + 49
    2   client.dylib                   0x2a37cd0d C_BaseEntity::OnLatchInterpolatedVariables(int) + 189
    3   client.dylib                   0x2a369f8f C_BaseAnimating::UpdateClientSideAnimation() + 47
    4   client.dylib                   0x2a36bf0d C_BaseAnimating::UpdateClientSideAnimations() + 189
    5   client.dylib                   0x2a326d35 OnRenderStart() + 533
    6   client.dylib                   0x2a327639 CHLClient::FrameStageNotify(ClientFrameStage_t) + 985
    7   engine.dylib                   0x098b4938 ClientDLL_FrameStageNotify(ClientFrameStage_t) + 40
    8   engine.dylib                   0x0998772f SCR_UpdateScreen() + 223
    9   engine.dylib                   0x09999e18 _Host_RunFrame_Render() + 408
    10  engine.dylib                   0x0999b57f _Host_RunFrame(float) + 3423
    11  engine.dylib                   0x099b4e98 CHostState::State_Run(float) + 328
    12  engine.dylib                   0x099b424c CHostState::FrameUpdate(float) + 684
    13  engine.dylib                   0x099b3f95 HostState_Frame(float) + 37
    14  engine.dylib                   0x09aa07e2 CEngine::Frame() + 1090
    15  engine.dylib                   0x09a9d91e CEngineAPI::MainLoop() + 462
    16  engine.dylib                   0x09a9e48e CModAppSystemGroup::Main() + 206
    17  engine.dylib                   0x09b8cf52 CAppSystemGroup::Run() + 98
    18  engine.dylib                   0x09a9dc46 CEngineAPI::RunListenServer() + 102
    19  launcher.dylib                 0x0024402a CSourceAppSystemGroup::Main() + 26
    20  launcher.dylib                 0x00250942 CAppSystemGroup::Run() + 98
    21  launcher.dylib                 0x00253d6b CSteamApplication::Main() + 43
    22  launcher.dylib                 0x00250942 CAppSystemGroup::Run() + 98
    23  launcher.dylib                 0x00244680 LauncherMain + 960
    24  hl2_osx                       0x00001de5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91be6992 kevent64 + 10
    1   libdispatch.dylib             0x9a29c899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x9a29c532 _dispatch_mgr_thread + 52
    Thread 3:: Event Tap Loop
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x92863221 CFRunLoopRun + 129
    6   libSDL2-2.0.0.dylib           0x0037e37b Cocoa_MouseTapThread + 523
    7   libSDL2-2.0.0.dylib           0x0030f66e SDL_RunThread + 110
    8   libSDL2-2.0.0.dylib           0x00385e67 RunThread + 23
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.googlecode.google-breakpad 0x0fa3632d google_breakpad::ExceptionHandler::WaitForMessage(void*) + 399
    3   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    4   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    5   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 5:: IOPollingHelperThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   steamclient.dylib             0x0ea72999 OSXHelpers::CIOPollingHelper::RealRun() + 257
    2   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    4   libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    5   libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    6   steamclient.dylib             0x0ea72887 OSXHelpers::CIOPollingHelper::Run() + 41
    7   libtier0_s.dylib               0x080d01a6 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    8   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    9   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    10  libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    11  libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    12  libtier0_s.dylib               0x080d011a SteamThreadTools::CThread::ThreadProc(void*) + 222
    13  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    14  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    15  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   filesystem_stdio.dylib         0x01c8d9fc CFileTracker2::ThreadedProcessMD5Requests() + 268
    5   filesystem_stdio.dylib         0x01c8d8e1 ThreadStubProcessMD5Requests(void*) + 17
    6   libtier0.dylib                 0x00504cb1 ThreadProcConvert(void*) + 33
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   chromehtml.dylib               0x14be02ca CCEFThread::Run() + 4442
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 8:: BrowserDBThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0eaa3 0xbe9d000 + 465571
    4   libcef.dylib                   0x0bf0f76b 0xbe9d000 + 468843
    5   libcef.dylib                   0x0bf0f592 0xbe9d000 + 468370
    6   libcef.dylib                   0x0befb36b 0xbe9d000 + 385899
    7   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    8   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    9   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    10  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    11  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    12  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    13  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    14  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 9:: SamplerThread
    0   libsystem_kernel.dylib         0x91be0fb6 semaphore_wait_trap + 10
    1   libcef.dylib                   0x0c95c924 0xbe9d000 + 11270436
    2   libcef.dylib                   0x0c89a918 0xbe9d000 + 10475800
    3   libcef.dylib                   0x0c95c9db 0xbe9d000 + 11270619
    4   libcef.dylib                   0x0c95c2b5 0xbe9d000 + 11268789
    5   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    6   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    7   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 10:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x913c52f9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                   0x0bed957f 0xbe9d000 + 247167
    8   libcef.dylib                   0x0bed912c 0xbe9d000 + 246060
    9   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    10  libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    11  libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    12  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    13  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    14  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    15  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    16  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 11:: Cef_FileThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   libcef.dylib                   0x0c5711e9 0xbe9d000 + 7160297
    2   libcef.dylib                   0x0c56f0f3 0xbe9d000 + 7151859
    3   libcef.dylib                   0x0bed84c2 0xbe9d000 + 242882
    4   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    5   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    6   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    7   libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    8   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 12:: Cef_IOThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   libcef.dylib                   0x0c5711e9 0xbe9d000 + 7160297
    2   libcef.dylib                   0x0c56f0f3 0xbe9d000 + 7151859
    3   libcef.dylib                   0x0bed84c2 0xbe9d000 + 242882
    4   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    5   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    6   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    7   libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    8   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 13:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x913c52f9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                   0x0bed957f 0xbe9d000 + 247167
    8   libcef.dylib                   0x0bed912c 0xbe9d000 + 246060
    9   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    10  libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    11  libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    12  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    13  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    14  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    15  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    16  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 14:: AppCacheDBThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0eaa3 0xbe9d000 + 465571
    4   libcef.dylib                   0x0bf0f76b 0xbe9d000 + 468843
    5   libcef.dylib                   0x0bf0f592 0xbe9d000 + 468370
    6   libcef.dylib                   0x0befb36b 0xbe9d000 + 385899
    7   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    8   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    9   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    10  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    11  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    12  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    13  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    14  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x976c3042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x92ccf88d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore 0x92ccf44a TSWaitOnSemaphoreCommon + 531
    5   com.apple.CoreServices.CarbonCore 0x92ccf5fd TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x99aa1091 0x99834000 + 2543761
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x908f9b88 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   engine.dylib                   0x09a133ef CQueuedPacketSender::Run() + 95
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x91be0fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x92c9c071 MPWaitOnSemaphore + 104
    2   libMilesX86.dylib             0x417d7816 MilesGetBankFunctions + 4406
    3   libMilesX86.dylib             0x417bee3e MilesAsyncSetPaused + 6222
    4   libMilesX86.dylib             0x417d7f7f MilesGetBankFunctions + 6303
    5   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    Thread 27:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox 0x95cf02a8 GenericRunLoopThread::Entry(void*) + 194
    7   com.apple.audio.toolbox.AudioToolbox 0x95ca0910 CAPThread::Entry(CAPThread*) + 134
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libtier0.dylib                 0x00506c74 CWorkerThread::WaitForCall(unsigned int*) + 36
    5   client.dylib                   0x2a03b535 CAchievementSaveThread::Run() + 85
    6   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 29:: SocketThread
    0   libsystem_kernel.dylib         0x91be6cf6 __poll + 10
    1   steamclient.dylib             0x0eaa7a49 CSocketThread::CSocketRunThread::Run() + 291
    2   libtier0_s.dylib               0x080d01a6 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    3   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    4   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    5   libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    6   libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    7   libtier0_s.dylib               0x080d011a SteamThreadTools::CThread::ThreadProc(void*) + 222
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 30:: WorkerPool/-876519424
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 31:: WorkerPool/-876380160
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 32:: WorkerPool/-876101632
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 33:
    0   libtogl.dylib                 0x00551361 GLMContext::FlushStates(bool) + 689
    1   libtogl.dylib                 0x005504dc GLMContext::FlushDrawStates(bool) + 332
    2   libtogl.dylib                 0x00544a05 IDirect3DDevice9::DrawIndexedPrimitive(_D3DPRIMITIVETYPE, int, unsigned int, unsigned int, unsigned int, unsigned int) + 117
    3   shaderapidx9.dylib             0x0e1c8006 CMeshDX8::RenderPass() + 1030
    4   shaderapidx9.dylib             0x0e1de8d2 non-virtual thunk to CShaderAPIDx8::RenderPass(int, int) + 98
    5   materialsystem.dylib           0x0a502fba non-virtual thunk to CShaderSystem::DrawSnapshot(bool) + 90
    6   stdshader_dx9.dylib           0x10581be5 CBaseShader::Draw(bool) + 133
    7   stdshader_dx9.dylib           0x105507b2 DrawSkin_DX9_Internal(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, bool, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 13170
    8   stdshader_dx9.dylib           0x10550999 DrawSkin_DX9(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 201
    9   stdshader_dx9.dylib           0x10565391 DrawVertexLitGeneric_DX9(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, bool, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 305
    10  stdshader_dx9.dylib           0x1055f7bb VertexLitGeneric::CShader::OnDrawElements(IMaterialVar**, IShaderShadow*, IShaderDynamicAPI*, VertexCompressionType_t, CBasePerMaterialContextData**) + 283
    11  stdshader_dx9.dylib           0x1058192a CBaseShader::DrawElements(IMaterialVar**, int, IShaderShadow*, IShaderDynamicAPI*, VertexCompressionType_t, CBasePerMaterialContextData**) + 250
    12  materialsystem.dylib           0x0a502972 CShaderSystem::DrawElements(IShader*, IMaterialVar**, ShaderRenderState_t*, VertexCompressionType_t, unsigned int) + 562
    13  materialsystem.dylib           0x0a4ae76e CMaterial::DrawMesh(VertexCompressionType_t) + 110
    14  shaderapidx9.dylib             0x0e1d40ce CShaderAPIDx8::DrawMesh(CMeshBase*) + 318
    15  shaderapidx9.dylib             0x0e1d43ed non-virtual thunk to CShaderAPIDx8::DrawMesh(CMeshBase*) + 29
    16  shaderapidx9.dylib             0x0e1c7aee CMeshDX8::Draw(int, int) + 254
    17  studiorender.dylib             0x0b678e64 CStudioRender::R_StudioDrawGroupHWSkin(IMatRenderContext*, studiomeshgroup_t*, IMesh*, ColorMeshInfo_t*) + 404
    18  studiorender.dylib             0x0b6792c4 CStudioRender::R_StudioDrawStaticMesh(IMatRenderContext*, mstudiomesh_t*, studiomeshgroup_t*, StudioModelLighting_t, float, IMaterial*, int, ColorMeshInfo_t*) + 644
    19  studiorender.dylib             0x0b67c6fc CStudioRender::R_StudioDrawMesh(IMatRenderContext*, mstudiomesh_t*, studiomeshdata_t*, StudioModelLighting_t, IMaterial*, ColorMeshInfo_t*, int) + 348
    20  studiorender.dylib             0x0b675b3b CStudioRender::R_StudioDrawPoints(IMatRenderContext*, int, void*, IMaterial**, int*, int, int, ColorMeshInfo_t*) + 571
    21  studiorender.dylib             0x0b675254 CStudioRender::R_StudioRenderFinal(IMatRenderContext*, int, int, CStudioRender::BodyPartInfo_t*, void*, IMaterial**, int*, int, int, ColorMeshInfo_t*) + 404
    22  studiorender.dylib             0x0b674f22 CStudioRender::R_StudioRenderModel(IMatRenderContext*, int, int, int, void*, IMaterial**, int*, int, int, int, ColorMeshInfo_t*) + 514
    23  studiorender.dylib             0x0b6da3d1 CStudioRender::DrawModelStaticProp(DrawModelInfo_t const&, StudioRenderContext_t const&, matrix3x4_t const&, int) + 577
    24  studiorender.dylib             0x0b6e2e20 CMemberFunctor4<CStudioRender*, void (CStudioRender::*)(DrawModelInfo_t const&, StudioRenderContext_t const&, matrix3x4_t const&, int), DrawModelInfo_t, StudioRenderContext_t, matrix3x4_t, int, CRefCounted1<CFunctor, CRefCountServiceBase<true, CRefMT> >, CFuncMemPolicyNone>::operator()() + 80
    25  materialsystem.dylib           0x0a4d410b CMatQueuedRenderContext::CallQueued(bool) + 187
    26  materialsystem.dylib           0x0a4d3f82 CMatQueuedRenderContext::EndQueue(bool) + 34
    27  materialsystem.dylib           0x0a4bd1a2 CMaterialSystem::ThreadExecuteQueuedContext(CMatQueuedRenderContext*) + 66
    28  materialsystem.dylib           0x0a4c2ca9 CMemberFunctor1<CMaterialSystem*, void (CMaterialSystem::*)(CMatQueuedRenderContext*), CMatQueuedRenderContext*, CRefCounted1<CFunctor, CRefCountServiceBase<true, CRefMT> >, CFuncMemPolicyNone>::operator()() + 41
    29  materialsystem.dylib           0x0a4c3797 CFunctorJob::DoExecute() + 23
    30  libvstdlib.dylib               0x005b1a40 CJob::Execute() + 80
    31  libvstdlib.dylib               0x005b2e37 CJobThread::Run() + 471
    32  libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    33  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    34  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    35  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 34:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.audio.CoreAudio     0x922c9e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio     0x922c434e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
    4   com.apple.audio.CoreAudio     0x922c2b27 HALC_ProxyIOContext::IOWorkLoop() + 1111
    5   com.apple.audio.CoreAudio     0x922c25ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
    6   com.apple.audio.CoreAudio     0x922ccf52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
    7   com.apple.audio.CoreAudio     0x922c24fb HALB_IOThread::Entry(void*) + 69
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 35:: WorkerPool/-754667520
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 36:: WorkerPool/-754528256
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 37:: WorkerPool/-754388992
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 38:: WorkerPool/-754249728
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 39:: WorkerPool/-754110464
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 40:: WorkerPool/-753971200
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 41:: WorkerPool/-753692672
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 42:: WorkerPool/-753553408
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 43:: WorkerPool/-876240896
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 44:: WorkerPool/-753831936
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 45:: WorkerPool/-715182080
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 46 Crashed:: Dispatch queue: OpenGLMT
    0   libsystem_platform.dylib       0x937dd25a _platform_bzero$VARIANT$sse42 + 90
    1   libGLProgrammability.dylib     0x97809b7a BitSetSetRangeEqualsInternal + 119
    2   libGLProgrammability.dylib     0x978099e3 BitSetNew + 140
    3   libGLProgrammability.dylib     0x97816a34 RegistersInitialize + 37
    4   libGLProgrammability.dylib     0x978214d7 glpPPShaderLinearizeStreamMgrEx + 6398
    5   libGLProgrammability.dylib     0x9782164c glpPPShaderLinearizeEx + 79
    6   libGLProgrammability.dylib     0x978215f8 glpPPShaderLinearize + 32
    7   GLRendererFloat               0x9b6c1be4 gldLoadPipelineProgram + 380
    8   GLRendererFloat               0x9b6baae1 gldUpdateDispatch + 2112
    9   GLEngine                       0x91a8ff79 gleFallbackBegin + 459
    10  GLEngine                       0x919901e0 gleUpdateDispatchCodeChange + 184
    11  GLEngine                       0x91a814d6 gleDoDrawDispatchCore + 618
    12  GLEngine                       0x91a2a1d6 glDrawElementsInstancedBaseVertex_STD_Exec + 289
    13  GLEngine                       0x91a2a0a7 glDrawElements_UnpackThread + 154
    14  GLEngine                       0x91a7c73d gleCmdProcessor + 75
    15  libdispatch.dylib             0x9a29caf3 _dispatch_queue_drain + 410
    16  libdispatch.dylib             0x9a29dfcf _dispatch_queue_invoke + 126
    17  libdispatch.dylib             0x9a29c38a _dispatch_root_queue_drain + 72
    18  libdispatch.dylib             0x9a29d70e _dispatch_worker_thread2 + 39
    19  libsystem_pthread.dylib       0x976c1dab _pthread_wqthread + 336
    20  libsystem_pthread.dylib       0x976c5cce start_wqthread + 30
    Thread 47:: AQConverterThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox 0x95ca012f CAGuard::Wait() + 67
    4   com.apple.audio.toolbox.AudioToolbox 0x95cc4d58 AQConverterManager::AQConverterThread::Run() + 602
    5   com.apple.audio.toolbox.AudioToolbox 0x95cc4af6 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox 0x95ca0910 CAPThread::Entry(CAPThread*) + 134
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 48:
    0   libsystem_kernel.dylib         0x91be6046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x976c1dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x976c5cce start_wqthread + 30
    Thread 46 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000004  edx: 0x00000078
      edi: 0x00000004  esi: 0x20b00030  ebp: 0xcd72ba68  esp: 0xcd72ba64
       ss: 0x00000023  efl: 0x00010202  eip: 0x937dd25a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000004
    Logical CPU:     2
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
        0x1000 -     0x1ff3 +hl2_osx (???) <3DF7D040-00B2-3A31-B557-1ED1D0BDE08E> /Users/USER/Library/Application Support/Steam/*/hl2_osx
        0x4000 -    0x26ffb +gameoverlayrenderer.dylib (1) <145DB247-7DB3-3DF9-BB30-874DE77A41F1> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x47000 -    0x48ff3 +steamloader.dylib (0) <B203BC3A-0BB3-3693-B6EE-1CAD86A1BFDE> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
       0xec000 -    0xf2fff +libsteam_api.dylib (1) <0AF869ED-EA89-39D3-A8C1-41CC63883393> /Users/USER/Library/Application Support/Steam/*/libsteam_api.dylib
      0x240000 -   0x25dff7 +launcher.d

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • User Creation causes Password Service to Crash

    Hi All,
    I have 3 Intel XServes and 2 Mac Pros on different sites which all have the same issue. When I create a user in Workgroup Manager, the following error occurs and the Password Service crashes:
    "Got unexpected error
    Error of type Not a known DirStatus (-1) on line 1922
    of /SourceCache/ServerManagerUserGeneral/
    ServerManagerUserGeneral-193.4.1/
    UserAdvancedPluginView.mm"
    As well as the password service crashing, it causes all other users to stop authenticating until the server is rebooted.
    If I create a user with the default shortname (i.e. untitled_1) then the service does not crash. I have reinstalled the OS, replicated my build on a PPC machine with no issues but continue to have this error on the Intel machines. I have even tried installing the server OS onto an Intel iMac just to test and it does the same thing, including OSX Server 10.4.7 and 10.4.8
    Has anyone else come across this or have any suggestions on what may have caused it?
    Cheers,
    PJR

    Finally had Apple on the phone again yesterday who admitted that this was a known issue - Only took 8 months from when I first raised it!!

  • Changing default audio application causes Flash Player to crash in Firefox on WinXP

    my shockwave  (v17 installed) crashed constantly when adjusting audio. changed defualt web audio (options, applications, web audio) to windows media player from vlc. no more crashes...

    On Win7 and higher with Firefox 37.0.1, Web Audio isn't an option -- but there are several dozen individual audio and video codecs listed.  There should be a discrete "Shockwave Flash Object" entry, with a "Use Shockwave Flash (in Firefox)" option.  I don't see a Web Audio entry.  I'm guessing that this behavior was problematic, and probably something that didn't make sense to carry forward to newer operating systems.
    It may be some compatibility thing between WMP and Flash, but hard to know for sure.  I'll keep this in mind when working with Firefox/WinXP folks in the future though.
    Thanks!

  • Need to Import an application built using Oracle Service Bus on Oracle Public Cloud

    I have built an application using Oracle Service Bus (OSB) eclipsed IDE which transfers file from server1 to server2, reads the transferred file, transforms it into a payload and calls a webservice. I have tested this application locally by installing Oracle Service Bus on one on my servers.
    I have java as a service account on Oracle Public Cloud. I would like to import the above application onto Oracle Public Cloud. I am not sure if the Weblogic domain on Oracle Public Cloud has enabled OSB or not.
    Let me know if someone can help me.

    Hello,
    Oracle Service Bus is currently not supported in Oracle Java Cloud Service.
    Oracle Java Cloud Service supports deployment of JavaEE and ADF applications.
    -- Nilesh

  • RE: Oracle services required on client??

    Hello all!
    I have a client/server setup with Oracle 9.2.0.1 on the server & developer/2000 on the clients. I recently reinstalled the Oracle on the server & restored my DB so everythings fine on the server. The sad thing is my clients pc's rn't connecting to the DB. I'm going to try the TNSPING & maybe even reinstall Dev/2000 on the clients.
    Meanwhile,
    After a sucessful installation of Developer/2000 on a client machine, will oracle services be installed on that PC? Are they required on the clients?
    Thnx so much.

    I recently reinstalled the Oracle on the server & restored my DB so everythings fine on the server. Have you changed anything on the server or the server configuration? Like IP address f.ex.?
    The sad thing is my clients pc's rn't connecting to the DB.What is the error that the clients get?
    After a sucessful installation of Developer/2000 on a client machine, will oracle services be installed on that PC? Are they required on the clients?What Oracle services are you referring to here? To my knowledge, client does not have any Oracle services.

  • Error while deploying adf application on oracle cloud service

    hello, i hv registered oracle cloud service for java and database. i hv created simple adf application in which there are 2 jsf pages only linked together. I m using oracle jdeveloper 11gr2. so i hv created ear file for deployment on cloud. i deployed adf application on cloud using java console. But, after uploading application, deployment was failed. I tried 3 times this, but the result was same. I checked log, where i got 3 warnings in whitelist log and error in deploy log. Those are as follows:
    Warnings in   whitelist log:
    2013-04-14 06:57:11 CDT: Starting action "API Whitelist"
    2013-04-14 06:57:11 CDT: API Whitelist started
    2013-04-14 06:57:12 CDT: WARNING - There are 3 warnings(s) found for Testapp.ear.
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Test_ViewController_webapp.war (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (1 Warning)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "login-config" missing under element /
    javaee:web-app.
    If you want to make your application public, you can have empty
    <login-config/> in your web.xml. If you need authentication then you must
    have <login-config> and its child <auth-method> element in web.xml.
    Without this element(<login-config>), users may be challenged by SSO, but
    the application code will be executed as anonymous user only. Line No:4.
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (2 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "jsp-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    If you have a JSP file that is not pre-compiled, The compilation errors
    could be shown on the browser. It is recommended to include
    <jsp-descriptor><verbose>false<****><****-descriptor> in weblogic.xml.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - 2:Recommended child element "session-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    You will be required to have distinct cookie-path, if multiple
    applications are accessed with in the same SSO session or if you have
    multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
    in the same service instance.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - Testapp.ear had 3 warning(s).
    2013-04-14 06:57:12 CDT: INFO - Whitelist validation has completed with 0 error(s) and 3 warning(s).
    2013-04-14 06:57:12 CDT: Whitelist validation passed.
    2013-04-14 06:57:12 CDT: "API Whitelist" complete: status SUCCESS
    and Error in deploy log:
    2013-04-14 06:57:12 CDT: Starting action "Deploy Application"
    2013-04-14 06:57:12 CDT: Deploy Application started
    2013-04-14 06:57:15 CDT: weblogic.application.ModuleException: Failed to load webapp: Test-ViewController-context-root because of DeploymentException: java.lang.ClassNotFoundException: oracle.adf.view.faces.bi.webapp.MapProxyServlet
    2013-04-14 06:57:15 CDT: WL action state: failed
    2013-04-14 06:57:15 CDT: Action FAILED with WL action state: failed
    2013-04-14 06:57:15 CDT: Check the server log of your Java cloud service for more info about the failure.
    2013-04-14 06:57:16 CDT: Application deployment failed.
    2013-04-14 06:57:16 CDT: "Deploy Application" complete: status FAILED
    I am using jdeveloper 11gr2, so pls dont tell me to use jdeveloper 11gr1. because, i hv already developed an application for my final year B.Tech and i cant migrate to previous release. So there is only one way for me by generating ear file and deploying from console.
    So,
    I m not getting what is the problem and what will be solution for this?
    What should i do?
    What changes should required?
    pls, help me to get out from this problem !!!!!

    Well, I guess you have a problem here. Check http://multikoop.blogspot.de/2012/12/deploying-adf-applications-into-oracle.html and from this
    >
    Note: In its current stage Oracle Java Cloud Service runs WebLogic Server 10.3.6 with the appropriate Runtime ADF 11.1.1.6. Deployment of ADF 11gR2 Applications is currently not supported. Beside this limitation some ADF Features are not supported on the Oracle Cloud. According to the Oracle Cloud Documentation it is not supported to use the following ADF features
    ADF Desktop Integration
    ADF mBean
    ADF MDS (Seeded customizations or cross-session personalization)
    ADF Mobile
    ADF Active Data Services (=> No real-time ADF Web Apps in Oracles Cloud)
    ADF Business Components services interfaces (web services) or events
    ADF Data Controls for BI, Essbase, BAM, and JMX
    Further there are some restrictions which are good to know I think
    No Java Mail API (=>Sending Mails is prohibited)
    No File system access by deployed applications (=>Writing files is prohibited)
    No Direct use of Oracle JDBC Driver APIs
    No Java Message Service (JMS)
    Max Size for deployment archive 95MB
    >
    I hope for you that the information from the blog has changes in the meantime (blog is from end of last year). Check the current doc for the cloud ...
    Timo

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • Unable Logging in to Oracle Application Express Administration Services

    I am new for DB. Installed Oracle XE, followed the instruction "Logging in to Oracle Application Express Administration Services", I can not find the login page:
    http://127.0.0.1:7777/pls/apex/apex_admin
    I work on the PC in which XE installed.
    Where are these two files
    ORACLE_BASE\ORACLE_HOME\install\portlist.ini
    ORACLE_BASE\ORACLE_HOME\Apache\Apache\conf\httpd.conf
    I did a search, can't find them.
    Any help welcome.
    Thanks.

    The default port for the Apex webserver is 8080, not 7777.
    To access the XE Database GUI from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Go to Database Home Page. (I'm assuming your on Windows)
    Or try: http://localhost:8080/apex in your browser.
    The files you mention relate to Apache web server. Oracle XE does not include a Apache, it's web server is built into the database. Are you sure you're following the right documentation? See http://www.oracle.com/pls/xe102/homepage
    Hope this helps.

  • Creating Oracle service in Oracle 8i Client for Oracle 10g XE

    Hi all
    We tried Oracle 10g XE on one Machine X - OS Windows XP Professional SP2 , It had earlier Oracle 8i Client. It installed fine. It is wonderful and easy to install.
    Services started automatic for listner as well as OracleXE. We are able to create fresh Oracle Service in Oracle 8i client as well from the same machine X.
    Problem
    We are not able to create Oracle Service from another machine say Y which also has Oracle 8i client with the Oracle 10g XE service. We get TNS Problem error.
    Kindly guide as to how to make oracle service with OracleXE from some other machine. OracleXE does not install networking tools.
    Suresh Bansal

    Oracle XE doesn't install assistants such as dbca or netca, don't expect to find them, XE is a compact and limited oracle edition.
    >> We get TNS Problem error.
    Could you please further detail the tns error you got?
    ~ Madrid

  • Oracle Application Testing Suite Service does not start

    Hi,
    I have installed Oracle Application Testing suite to test web services.I have also installed Jboss 4.0.2 AS. Now wen i m starting the Oracle Application Testing suite Service it gets stopped automatically.I could not open the Load Testing Page.Anyone please help.
    Thanks in advance.

    Hi,
    did you get any error during installation?
    try to update the jboss server by running 'Update Oracle Application Testing Suite Application Service'.
    -Theo

  • Difference of Oracle Application Server Web Services and JDeveloper

    As new to the Webservices my Question is what is difference of:
    - 1. Web Services Assistents in JDeveloper 1.3 (JAXRPC specification, WS-Sec)
    - 2. "Oracle Application Server Web Services" 10.1.2 using WebServicesAssembler (depreciated ?)
    - 3. Apache Soap Server 2 based (deprecated ?)
    When should I use the iAS Assistent and when the JDeveloper one for generation?
    Why don't they use the same stuff?
    Does anyone have some experience for projects on this?
    Thx, Willi
    Have not found any Topic with an explanation on this. If you know someone please point me to that.
    oOracle Web Services Framework Confusion
    oracle web services framework confusion
    Web service Assembler Tool

    Thanks a lot for clearing this things to me.
    I have to start a web services projects and I am confused which tools to use - JDeveloper Assistents or the WebServicesAssembler (as pointed out before).
    Because I did not find some hints on this (expecpt your ones), it seems to me that I am missing some point or criteria on that I can do such a decision when to use what of those two tools.
    Do I understand you right, that in future JDeveloper and the WebServicesAssembler will use the same .jar files and also generate the same code?
    Thanks a lot for such valuable hints, Willi

Maybe you are looking for

  • How do I sync my AIFF audio to my NTSC 29.97fps video?  It's out of sync.

    How do I sync my AIFF audio to my NTSC 29.97fps video?  It's out of sync. If searched the forums looking for an easy fix.  It has to be a common problem with a simple solution, yes?

  • User Exit for ME21 PO Creation at the time of saving--Urgent

    Hi, Can some one help me out in finding the user exit for PO creation at the time of saving. The Requirement is: I need to create a custom field in EKKO table. After appending the structure with the field to the EKKO table, i need to create a PO. Now

  • Problem Installing BPEL Process Manager in Win2K

    Hello, I am new to BPEL and especially to Oracle BPEL Process Manager. I have to write my diploma thesis about an BPEL-related topic an so I decided to try the Oracle BPEL PM. My OS is Win2K, we run Bea Weblogic 8.1.4 as an app server. I installed th

  • How to improve performance on MacBook Pro 10.5.8?

    I have a MacBook Pro running 10.5.8 that has become way too slow. It hesitates between key strokes and response and is slow to search and navigate websites. I just checked and there are no updates due. What can I do to improve performance?

  • Comma seperated fields fetched in a text file

    hi all,          well in the reporting context,i am lookin forward to fetch data from the internal table and then download them into a text file,the condition of retrieval of the data is that every field should be seperated by a comma in the text fil