Java exception when try to run a command

Hi,
This is suresh.
I want to convert a trace file to readable format. I gave the proper command. But it gives the error.
The details are listed below...
D:\Oracle\10gr2mt\jdk\jre\bin>java -cp d:\oracle\10gr2mt\forms\java\frmxlate.jar
oracle.forms.diagnostics.Xlate datafile=D:\Oracle\10gr2mt\otrace\forms_5492.tr
c outputfile=D:\Oracle\10gr2mt\otrace\forms_5492.xml outputclass=WriteOut
Exception in thread "main" java.lang.IndexOutOfBoundsException
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:194)
at java.io.DataInputStream.read(DataInputStream.java:224)
at oracle.forms.diagnostics.ReadDataFile.readStrAttribute(Unknown Source
at oracle.forms.diagnostics.ReadDataFile.preRead(Unknown Source)
at oracle.forms.diagnostics.ReadDataFile.preReadEvent(Unknown Source)
at oracle.forms.diagnostics.Xlate.process(Unknown Source)
at oracle.forms.diagnostics.Xlate.main(Unknown Source)
Can anybody provide solution ..?
Thanks in Advace,
Sure

Try Metalink NOTE:416535.1

Similar Messages

  • Exception when trying to run baseline_update.bat

    Hi,
    I am just trying to configure my machine for Endeca Guided Search. I am the steps given in Oracle Endeca Guided Search Getting Started guide. The section i am referring to is :- "Configuring the sample application on a single development server".
    1. I have run the deployment template deploy script - No error
    2. Ran initialize_services script from the Endeca Deployment Template - No Error
    3. To run a baseline update script on the Data Processing (ITL) server:
    a. Ran load_baseline_test_data.bat - No Error
    b. Ran baseline_update.bat - Getting the below exception (logs):
    INFO: [ITLHost] Starting component 'Dgidx'.
    Oct 28, 2012 3:55:02 PM com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript
    SEVERE: Error communicating with EAC agent while starting component.
    Occurred while executing line 32 of valid BeanShell script:
    29| Forge.archiveLogDir();
    30| Forge.run();
    31| Dgidx.archiveLogDir();
    32| Dgidx.run();
    33|
    34| // distributed index, update Dgraphs
    35| DistributeIndexAndApply.run();
    Oct 28, 2012 3:55:02 PM com.endeca.soleng.eac.toolkit.Controller execute
    SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.endeca.soleng.eac.toolkit.Controller.invokeRequestedMethod(Controller.java:923)
         at com.endeca.soleng.eac.toolkit.Controller.execute(Controller.java:208)
         at com.endeca.soleng.eac.toolkit.Controller.main(Controller.java:87)
    Caused by: com.endeca.soleng.eac.toolkit.exception.AppControlException: Error executing valid BeanShell script.
         at com.endeca.soleng.eac.toolkit.script.Script.runBeanShellScript(Script.java:132)
         at com.endeca.soleng.eac.toolkit.script.Script.run(Script.java:80)
         ... 7 more
    Caused by: com.endeca.soleng.eac.toolkit.exception.EacCommunicationException: Error communicating with EAC agent while starting component.
         at com.endeca.soleng.eac.toolkit.component.Component.start(Component.java:153)
         at com.endeca.soleng.eac.toolkit.component.BatchComponent.run(BatchComponent.java:66)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at bsh.Reflect.invokeMethod(Unknown Source)
         at bsh.Reflect.invokeObjectMethod(Unknown Source)
         at bsh.Name.invokeMethod(Unknown Source)
         at bsh.BSHMethodInvocation.eval(Unknown Source)
         at bsh.BSHPrimaryExpression.eval(Unknown Source)
         at bsh.BSHPrimaryExpression.eval(Unknown Source)
         at bsh.BSHBlock.evalBlock(Unknown Source)
         at bsh.BSHBlock.eval(Unknown Source)
         at bsh.BSHBlock.eval(Unknown Source)
         at bsh.BSHIfStatement.eval(Unknown Source)
         at bsh.BSHBlock.evalBlock(Unknown Source)
         at bsh.BSHBlock.eval(Unknown Source)
         at bsh.BSHBlock.eval(Unknown Source)
         at bsh.BSHIfStatement.eval(Unknown Source)
         at bsh.Interpreter.eval(Unknown Source)
         at bsh.Interpreter.eval(Unknown Source)
         at bsh.Interpreter.eval(Unknown Source)
         at com.endeca.soleng.eac.toolkit.script.Script.runBeanShellScript(Script.java:118)
         ... 8 more
    Caused by: An error occurred while trying to start the component: ENDECA_MDEX_ROOT is required for this component,but eac.properties does not contain a valid ENDECA_MDEX_ROOT definition.: ENDECA_MDEX_ROOT is required for this component,but eac.properties does not contain a valid ENDECA_MDEX_ROOT definition.
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:104)
         at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:90)
         at com.endeca.eac.client.EACFault.getDeserializer(EACFault.java:75)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
         at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
         at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
         at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
         at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
         at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
         at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:377)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
         at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
         at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at com.endeca.eac.client.ComponentControlPortSOAPBindingStub.startComponent(ComponentControlPortSOAPBindingStub.java:263)
         at com.endeca.soleng.eac.toolkit.component.Component.start(Component.java:149)
         ... 31 more
    Oct 28, 2012 3:55:02 PM com.endeca.soleng.eac.toolkit.base.LockManager releaseLock
    INFO: Released lock 'update_lock'.
    Checked the value of com.endeca.mdexRoot in eac.properties. It's C:\\Users\\Aditya\\Endeca\\MDEX\\6.2.2 , which is correct.
    Not sure what else to check now. Because of the above exceptions, not able to verify the installation with the JSP reference application. Get the below exception when try to test using host: localhost and port:15000:
    status >> invalid ENE location
    ENEConnectionException
    com.endeca.navigation.ENEConnectionException: Error establishing connection to retrieve Navigation Engine request 'http://localhost:15000/graph?node=0&offset=0&nbins=10&irversion=620'. Connection refused: connect
    Regards,
    Sachin Kakkar

    Are you executing baseline update using Aditya as a user?
    Open command prompt and try executing below command,
    echo %ENDECA_MDEX_ROOT% It should give you output as C:\\Users\\Aditya\\Endeca\\MDEX\\6.2.2
    HTH
    -Pravin

  • Exception when trying to run OneEJBHotelSample

    I get the following exception when trying to run the one ejb hotel sample,
    any clues as to what is wrong??
    java.lang.IncompatibleClassChangeError: Unimplemented interface method
    at javax.naming.spi.NamingManager.getURLObject(Compiled Code)
    at javax.naming.spi.NamingManager.getURLContext(Compiled Code)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at client.JavaGUIClient.EJBHotelSample.getHotelSystemBean(Compiled Code)
    at client.JavaGUIClient.EJBHotelSample.main(Compiled Code)
    null

    Hello,
    Like you said it was the problem with url.
    The webservice I used is actually running on the local machine (where the NetWeaver developer studio is installed); so in the url I had specified localhost. But I deployed the application on another server(SAP J2EE Engine). That is why it didn't work. On changing the url as required, the application is working fine.
    Thanks !
    Regards,
    Loveline.

  • Exception when trying to run an Web Application that uses a Web service

    Hello All,
    I get an exception when trying to run an Web Application that uses a Web service. The web application is a WebDynpro Application.(an application similar to the one "Using an Email Web Service in Web Dynpro" in the tutorial section of Web Dynpro but using a different web service)
    The exception is
    <b>Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found.</b>
    Could anyone give me an idea on what might be the problem ?
    Regards,
    Loveline.

    Hello,
    Like you said it was the problem with url.
    The webservice I used is actually running on the local machine (where the NetWeaver developer studio is installed); so in the url I had specified localhost. But I deployed the application on another server(SAP J2EE Engine). That is why it didn't work. On changing the url as required, the application is working fine.
    Thanks !
    Regards,
    Loveline.

  • Error File missing when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Error "File missing" when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Hi there slklug43,
    You may find the troubleshooting steps in the article below helpful.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    -Griff W. 

  • Exception when trying to run xletview

    Hi,
    I am trying to run xlet under xletview but when I try to run xletview
    then occurs an exception:
    ==================================================================
    Virtual Machine:
    Sun Microsystems Inc.
    Java HotSpot(TM) Client VM
    1.3.1_01
    Exception in thread "main" java.lang.NoSuchFieldError: YELLOW
    at net.beiker.xletview.ManagerWindow.<init>(Unknown Source)
    at net.beiker.xletview.Main.main(Unknown Source)
    =================================================================
    Does anyone know what is going on here and how to start the emulator-xletview???

    "Does anyone know what is going on here..."
    Yes, XleTView does not run on JVM version 1.3, you need a JVM that is 1.4
    "and how to start the emulator-xletview???"
    Like you did but with the right version of the Virtual Machine. I.e by doubleclicking on xletview.jar if you have your system configured to open jars with javaw.exe or using java -jar xletview.jar on the command line
    /b

  • XCode 4.5 EXC_BAD_INSTRUCTION when try to Run App

    Hi,
    Im having problems to run apps on XCode 4.5, when i press RUN XCode Crashes and the above error its shown, please I really need help on this I need to deliver an application soon and I cant start with this issue, Thanks in advance
    Process:         Xcode [2735]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.5 (1839)
    Build Info:      IDEApplication-1839000000000000~3
    App Item ID:     497799835
    App External ID: 10747437
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [133]
    User ID:         501
    Date/Time:       2012-10-01 10:12:52.282 -0500
    OS Version:      Mac OS X 10.8.2 (12C54)
    Report Version:  10
    Interval Since Last Report:          2738 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  2483 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      E0E52762-AB50-7ECE-EFDB-E931B5FDF062
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4G182
    objc[2735]: garbage collection is ON
    Performing @selector(performRunAction:) from sender IDERunPauseContinueToolbarButton 0x4019c37e0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.LLDB.framework                0x000000011c15a842 std::tr1::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<CommandObj ectProcessAttach*, std::tr1::_Sp_deleter<CommandObjectProcessAttach> >(CommandObjectProcessAttach*, std::tr1::_Sp_deleter<CommandObjectProcessAttach>) + 4
    1   com.apple.LLDB.framework                0x000000011c159999 lldb_private::CommandObjectMultiwordProcess::CommandObjectMultiwordProcess(lldb _private::CommandInterpreter&) + 101
    2   com.apple.LLDB.framework                0x000000011c1fc1d0 lldb_private::CommandInterpreter::LoadCommandDictionary() + 2014
    3   com.apple.LLDB.framework                0x000000011c1fa9ae lldb_private::CommandInterpreter::Initialize() + 58
    4   com.apple.LLDB.framework                0x000000011c183a62 lldb_private::Debugger::Debugger(void (*)(char const*, void*), void*) + 674
    5   com.apple.LLDB.framework                0x000000011c1832b7 lldb_private::Debugger::CreateInstance(void (*)(char const*, void*), void*) + 51
    6   com.apple.LLDB.framework                0x000000011b3d6585 lldb::SBDebugger::Create(bool, void (*)(char const*, void*), void*) + 71
    7   com.apple.LLDB.framework                0x000000011b3d6720 lldb::SBDebugger::Create(bool) + 22
    8   com.apple.dt.dbg.DebuggerLLDB           0x0000000111e764bd -[DBGLLDBLauncher initWithExtensionIdentifier:launchSession:] + 76
    9   com.apple.dt.dbg.DebuggerLLDBService          0x000000010ff50291 -[DBGLLDBDebugLocalService operationWorkerWithLaunchSession:error:] + 197
    10  com.apple.dt.IDE.IDEiPhoneSupport          0x0000000112058644 -[IDERuniPhoneSimulatorService operationWorkerWithLaunchSession:error:] + 297
    11  com.apple.dt.IDEFoundation              0x000000010b18818d -[IDERunDestination runOperationForLaunchSession:error:] + 108
    12  com.apple.dt.IDEFoundation              0x000000010b18710f -[IDELaunchSchemeAction runOperationForExecutionEnvironment:withBuildOperation:buildParameters:buildabl eProductDirectories:runDestination:outError:] + 2328
    13  com.apple.dt.IDEFoundation              0x000000010b182e0f -[IDEScheme _executionOperationForExecutionEnvironment:build:onlyBuild:buildPurpose:buildCo mmand:schemeCommand:overridingProperties:destination:buildLog:filePath:error:tes tCallbackBlock:] + 1517
    14  com.apple.dt.IDEFoundation              0x000000010b18657f -[IDEScheme runWithExecutionContext:buildIfNeeded:onlyBuild:destination:overridingPropertie s:commandName:error:] + 413
    15  com.apple.dt.IDEKit                     0x000000010b6c524d -[IDEWorkspaceTabController _actuallyPerformSchemeTask:onScheme:runDestination:command:commandName:buildCom mand:filePath:completionBlock:] + 948
    16  com.apple.dt.IDEKit                     0x000000010b6c7214 __130-[IDEWorkspaceTabController _performSchemeTask:onScheme:runDestination:command:commandName:buildCommand:fil ePath:completionBlock:]_block_invoke_0 + 144
    17  com.apple.dt.IDEKit                     0x000000010b6c714d -[IDEWorkspaceTabController _performSchemeTask:onScheme:runDestination:command:commandName:buildCommand:fil ePath:completionBlock:] + 3305
    18  com.apple.dt.IDEKit                     0x000000010b6c775f __124-[IDEWorkspaceTabController _performDebuggableSchemeTask:onScheme:runDestination:command:commandName:buildC ommand:filePath:]_block_invoke_0 + 78
    19  com.apple.dt.DVTDeveloperModeHelper          0x000000010c4f11f5 -[DVTDeveloperModeAlertHelper _askToEnableDeveloperModeIfNecessary] + 50
    20  com.apple.dt.IDEKit                     0x000000010b6c76f3 -[IDEWorkspaceTabController _performDebuggableSchemeTask:onScheme:runDestination:command:commandName:buildC ommand:filePath:] + 505
    21  com.apple.dt.IDEKit                     0x000000010b6c78e7 -[IDEWorkspaceTabController _runScheme:runDestination:] + 148
    22  com.apple.AppKit                        0x00007fff85c5ea59 -[NSApplication sendAction:to:from:] + 342
    23  com.apple.dt.DVTKit                     0x000000010ad59438 -[DVTApplication sendAction:to:from:] + 318
    24  com.apple.AppKit                        0x00007fff85c5ea59 -[NSApplication sendAction:to:from:] + 342
    25  com.apple.dt.DVTKit                     0x000000010ad59438 -[DVTApplication sendAction:to:from:] + 318
    26  com.apple.dt.DVTKit                     0x000000010ae11a90 -[DVTDelayedMenuButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 567
    27  com.apple.AppKit                        0x00007fff85c5bc9c -[NSControl mouseDown:] + 820
    28  com.apple.AppKit                        0x00007fff85c5360e -[NSWindow sendEvent:] + 6853
    29  com.apple.AppKit                        0x00007fff85c4f744 -[NSApplication sendEvent:] + 5761
    30  com.apple.dt.IDEKit                     0x000000010b55e5c4 -[IDEApplication sendEvent:] + 369
    31  com.apple.AppKit                        0x00007fff85b652fa -[NSApplication run] + 636
    32  com.apple.AppKit                        0x00007fff85b09cb6 NSApplicationMain + 869
    33  com.apple.dt.Xcode                      0x000000010a92bd17 0x10a92a000 + 7447
    34  com.apple.dt.Xcode                      0x000000010a92bca8 0x10a92a000 + 7336
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8da55d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff81e2adea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff81e2a9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8da53686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8da52c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b489803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b48eee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b48e6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8245d586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff824bb612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8da55322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8b4ce4e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8da53686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8da52c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b489803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b48eee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b48e6b2 CFRunLoopRunSpecific + 290
    5   com.apple.DTDeviceKit                   0x0000000112149cff -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298
    6   com.apple.Foundation                    0x00007fff824bb612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 10:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff8da53686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8da52c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8b489803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8b48eee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8b48e6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff824c089e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation                    0x00007fff8245918a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.Foundation                    0x00007fff824bb612 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 11:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8da550fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff82e32f89 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff87f732d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff87f73013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8da550fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff82e32f89 _pthread_cond_wait + 869
    2   com.apple.Xcode.DevToolsCore            0x000000010e992395 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 353
    3   com.apple.Foundation                    0x00007fff824bb612 __NSThread__main__ + 1345
    4   libsystem_c.dylib                       0x00007fff82e2e742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff82e1b181 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8da556d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82e30eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82e30cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82e1b171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff72692588  rbx: 0x00007ffd63e94b20  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fff552d3bf0  rsi: 0x00007ffd63e94b20  rbp: 0x00007fff552d3b20  rsp: 0x00007fff552d3b20
       r8: 0x0000000000000003   r9: 0x0000000000000015  r10: 0x0000000000000040  r11: 0x00007ffd63e94d28
      r12: 0x00007ffd63e5a400  r13: 0x00007ffd63e5a540  r14: 0x00007ffd63e80f60  r15: 0x00007ffd63e5a400
      rip: 0x000000011c15a842  rfl: 0x0000000000000206  cr2: 0x000000010c48f2d0
    Logical CPU: 0
    Binary Images:
           0x10a92a000 -        0x10a92cfff  com.apple.dt.Xcode (4.5 - 1839) <B5C20A97-D031-383A-8045-814DBC82546E> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10a932000 -        0x10ac4dff7  com.apple.dt.DVTFoundation (4.5 - 1828) <EBED7760-2AF1-325D-AA67-308E33DF1EEF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10ad50000 -        0x10afaeff7  com.apple.dt.DVTKit (4.5 - 1832) <CA78B684-5EF2-3A6F-8E1A-F6FACF638CF0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10b10f000 -        0x10b398fff  com.apple.dt.IDEFoundation (4.5 - 1877) <290F84BC-8B7E-34A2-9568-7A8B6B248A92> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10b548000 -        0x10ba23fff  com.apple.dt.IDEKit (4.5 - 1854) <4BA461E1-5CFD-3841-AB41-38D230A64F96> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10bd5d000 -        0x10bdfefff  com.apple.PackageKit (3.0 - 252) <857ACE13-1AAF-3CE2-BD76-1DF1BFBF98A5> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10be72000 -        0x10c48efff +libclang.dylib (421.11.65) <9F1CFA11-AED1-377B-AFC7-98C0D1E9095D> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10c4ef000 -        0x10c4f2fff  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <7C4DBC81-CCE3-38BD-A47F-2044890E51C7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10db0c000 -        0x10db13ff7  com.apple.dt.IDE.HexEditor (4.5 - 1802) <B06B0981-92A6-3115-B22B-4249E49D1B34> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x10db44000 -        0x10db9aff7  com.apple.dt.IDE.IDEFindReplace (4.5 - 1811) <A723A972-EEBD-3BAD-9DEC-44CC8A76B49C> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
           0x10dbd9000 -        0x10dc25ff7  com.apple.DADocSetAccess (4.5 - 1803) <DB3CBFD9-2777-3716-AD51-6B9E6BF8C021> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x10dc53000 -        0x10dc6efff  com.apple.DADocSetManagement (4.5 - 1803) <142E8478-6504-36C2-BE95-947A61687915> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x10dcd1000 -        0x10dd1dff7  com.apple.dt.IDE.IDEDocViewer (4.5 - 1804) <4E92AE5F-535E-3D76-B3D1-4B60F90D2442> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x10dd5c000 -        0x10dd74ff7  com.apple.dt.IDE.IDEQuickHelp (4.5 - 1817) <651BD82E-6BB1-3584-BA5E-436F08D2227F> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x10dd8c000 -        0x10e09afff  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.5 - 2840) <5E760AF7-7A02-3AD6-9606-7D126526E89D> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x10e2b1000 -        0x10e323ff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <D1AE4BB6-CA1C-3499-B8AD-11FBFAB42B68> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x10e36a000 -        0x10e38eff7  com.apple.dt.dbg.DebuggerFoundation (4.5 - 1821) <05F0EA0F-30AE-3B01-A45E-73F63A00DA8C> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x10e3b0000 -        0x10e419fff  com.apple.dt.dbg.DebuggerUI (4.5 - 1821) <E02D9310-CED3-3339-87E1-A2472F5FCECC> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x10e470000 -        0x10e4a7fff +com.ridiculousfish.HexFiendFramework (4.5 - 1802) <D1765556-C829-3E70-9507-405189313E77> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x10e4ce000 -        0x10e564fff  com.apple.dt.IDE.IDESourceEditor (4.5 - 1814) <EF450F60-CF4C-36CA-BFED-6B7E20143A7C> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x10e5c7000 -        0x10e5e1fff  com.apple.dt.IDE.Xcode3Core (4.5 - 1845) <096541B7-1FEB-3890-8033-1C11DF5C06C2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x10e5f4000 -        0x10e5fdfff  com.apple.DevToolsFoundation (6.5 - 1845) <73911449-583D-3D33-8639-AD1781317FDF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x10e608000 -        0x10e63efff  com.apple.Xcode.DevToolsSupport (6.5 - 1845) <4FB38511-50F3-39ED-9C91-58B29FF38789> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10e6e1000 -        0x10e6f9fff  com.apple.dt.IDE.SharedPlugInUtilities (4.5 - 1802) <AC1A52CD-3437-3433-B322-31150409789A> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities
           0x10e8ab000 -        0x10eb66ff7  com.apple.Xcode.DevToolsCore (6.5 - 1845) <30F9E2A1-3D2D-3B99-B57A-43B2C0B3FCB8> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x10ecd1000 -        0x10ede6ff7  com.apple.dt.IDE.Xcode3UI (4.5 - 1845) <D2EE71A2-5B74-3A7B-AF4D-0A6093012512> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x10eea4000 -        0x10eea6ff7  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.5 - 1810) <F44BDE75-89C2-3BD5-8659-4C046DCE8468> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator
           0x10ff47000 -        0x10ff49ff7  com.apple.dt.dbg.DebuggerGDBService (4.5 - 1821) <8E22DE7C-16DB-3F7D-8EDC-E1A8E7124F18> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService
           0x10ff4f000 -        0x10ff51ff7  com.apple.dt.dbg.DebuggerLLDBService (4.5 - 1821) <DEF316B8-71F9-3E96-B903-7BAC4C2DEC75> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x10ff57000 -        0x10ff86ff7  com.apple.framework.ConfigurationProfiles (5.2 - 546) <ED1E951A-17F3-39AF-A65A-D1C3D4F385AA> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x10ff9f000 -        0x10ffcbff7  com.apple.DTDeviceKitBase (4.5 - 1883) <990CA46E-B904-30FA-8C9C-AC2316E940D2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x10ffea000 -        0x110002ff7  com.apple.DeviceLinkX (5.0 - 260) <E1AA5DDE-AE85-3CC1-9E2C-7B58A655406B> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x110011000 -        0x11002ffff  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.5 - 1804) <2118C15C-4E6C-3BF1-83CA-DB1285DE2E04> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer
           0x11004b000 -        0x110055ff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.5 - 1813) <FD31F856-E608-35F6-B8B6-938ABE68D58A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x110060000 -        0x110070fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.5 - 1810) <46BC6DD5-777E-3CE3-9148-F74B9EBC50D5> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa
           0x110083000 -        0x110085fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.5 - 1926) <C386EEDB-FCB6-36CA-A385-254ED9FD26DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x111e6c000 -        0x111e90fff  com.apple.dt.dbg.DebuggerLLDB (4.5 - 1821) <60C5ED57-D858-3E49-A96D-F40951CD65B8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
           0x111ffe000 -        0x1120b4fff  com.apple.dt.IDE.IDEiPhoneSupport (4.5 - 1919) <A187478F-81AD-3A41-8CDE-D40917D2D6F7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x112141000 -        0x1121bdfff  com.apple.DTDeviceKit (4.2 - 1883) <88DEFD6F-0B29-39D7-9B36-B84E79339F8B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x112213000 -        0x1122b0fff  com.apple.mobiledevice (555.40 - 555.40) <EBE1EADF-92BA-3D06-BF89-6B6E7D9AB2F3> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x11237c000 -        0x1124bbfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.5 - 2840) <AA617B96-F094-3850-9BB4-9D38F58DC928> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x1125a4000 -        0x1125ecff7  com.apple.glut (3.5.2 - GLUT-3.5.2) <A82DC750-C5E2-3833-8C8D-EA317B8BA260> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x112660000 -        0x11280aff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.5 - 1926) <47B7BF6F-94BF-3B74-9ED3-CEA371FE3AC6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x1128c6000 -        0x112ccfff7  com.apple.SceneKit (3.2 - 155.4) <6D1742E5-64AD-3002-B1E0-6FDE82F8AA60> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x112ed3000 -        0x112effff7  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <971E7510-32BE-36DB-84F4-CBFDC52FC9AB> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x11303f000 -        0x113044fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <E807EE74-4241-36B2-87A6-92AFAE41D68F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x113049000 -        0x113053fff  com.apple.xcode.plug-in.CoreBuildTasks (6.5 - 1845) <7945B784-15C8-3E94-A095-960914356056> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x11305c000 -        0x113060fff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <172AB30E-5FB4-3C67-A8BB-F75FDDB859F2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x113065000 -        0x113069ff7  com.apple.dt.gpu.GPUTraceDebugger (4.5 - 110.14) <FD084F1C-7DD6-332C-8549-AEDF86DF87F4> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x113070000 -        0x113072ff7  com.apple.dt.IDE.IDEAppleScriptEditor (4.5 - 1801) <5B7F1035-08E7-3C24-B5D9-FAB4DE9AB8F1> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x1131d9000 -        0x11332dfff  com.apple.audio.units.Components (1.8 - 1.8) <7846E0A3-4AFB-3E29-96D3-BF87348024ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x1136c7000 -        0x11375bff7  com.apple.dt.gpu.GPUDebuggerFoundation (4.5 - 110.14) <723BAD76-3055-3336-A04F-4C8606D6B149> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x1137ab000 -        0x1137f4ff7  com.apple.GPUTools (1.0 - 148.3) <FA50862A-3CE2-3C1F-A60B-440BF17E5680> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x113821000 -        0x113898ff7  com.apple.GPUToolsCore (1.0 - 148.3) <72CC6FE0-C2A9-3AE3-B4AE-7A9458B99158> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x1138d7000 -        0x113975ff7  com.apple.GPUToolsAnalysis (1.0 - 36.3) <062AABA1-6AD6-34FD-B0D9-E1C16A7F01EA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x1139bc000 -        0x113a31ff7  com.apple.GPUToolsServices (1.0 - 36.3) <0C49F63F-95CE-3392-813D-C998B969F3B7> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x113a81000 -        0x113a8afff  com.apple.dt.gpu.GPUDebuggerKit (4.5 - 110.14) <D54ADC00-E29D-3360-AEF6-19422F039657> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x113a99000 -        0x113b2ffff  com.apple.dt.gpu.GPUTraceDebuggerUI (4.5 - 110.14) <2BF9F781-EFFE-3F9C-8CF0-9BD421E5AC98> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x113b6d000 -        0x113be4fff  com.apple.dt.gpu.GPURenderTargetEditor (4.5 - 110.14) <9973EC30-0541-37FB-96F9-99D880E0E056> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x113c37000 -        0x113c3dff7  com.apple.GPUToolsInterface (1.0 - 36.3) <790CD06D-F699-3CFB-BB84-12B4C891D021> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x113c45000 -        0x113c50ff7  com.apple.dt.IDE.IDEProjectsOrganizer (4.5 - 1802) <DEC395E2-81D5-391C-B1B7-B054E7E8B5A0> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer
           0x113c5c000 -        0x113c94fff  com.apple.dt.IDE.IDESceneKitEditor (4.5 - 1806) <8C34F3E3-7713-3522-A6F6-4CEDA3CD5CAC> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x113cc8000 -        0x113d9dff7  com.apple.dt.IDE.IDEModelEditor (4.5 - 1810) <055403CE-DA59-3476-A7EB-095D3ED79100> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x113e2d000 -        0x113e94ff7  com.apple.dt.IDE.IDEModelFoundation (4.5 - 1810) <9BBA31E3-ECE7-35C1-9E4E-88DF5A166E38> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x113fae000 -        0x113fb6ff7  com.apple.dt.PlistEditor (4.5 - 1804) <962FE96E-C7B6-3EFA-B411-573B5419672D> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x113fc1000 -        0x113fcffff  com.apple.dt.IDE.IDEQuickLookEditor (4.5 - 1803) <2A8F58AC-1916-3209-8F19-2DADF3BADF90> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x113fe0000 -        0x114012ff7  com.apple.dt.IDE.IDELogNavigator (4.5 - 1805) <FBF75F42-6631-3333-AB85-293802B1E0F5> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator
           0x114038000 -        0x11404afff  com.apple.dt.IDE.IDEStructureNavigator (4.5 - 1803) <44F026AC-6E84-39E7-B35A-0E9B52651DC0> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator
           0x114058000 -        0x11406eff7  com.apple.dt.IDE.IDESymbolNavigator (4.5 - 1801) <3A654E87-C37A-3FDF-9C07-A6E60199F350> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator
           0x114081000 -        0x114086ff7  com.apple.dt.IDE.IDEPDFViewer (4.5 - 1802) <58CB1C41-DBE2-37A2-B109-BA1BA6E2D4D6> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x11408f000 -        0x1140bffff  com.apple.dt.gpu.GPUDebuggeriOSSupport (4.5 - 51.8) <1D68BA75-3122-39B5-AF30-436970052427> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x1140e4000 -        0x1140f4fff  com.apple.GPUToolsMobileFoundation (1.0 - 52.6) <05D82242-8837-38A6-970E-E18B341EF398> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x114103000 -        0x114158fff  com.apple.GPUToolsExpert (1.0 - 52.6) <2F8CEC3B-7778-3CD0-8A4A-4A5F49F4D234> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x114199000 -        0x1141d1fff  com.apple.dt.IDE.IDERepositoryViewer (4.5 - 1809) <1627E155-E38B-3470-853F-E1E182B3EE48> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents /MacOS/IDERepositoryViewer
           0x114201000 -        0x11420eff7  com.apple.dt.IDE.IDEIssueNavigator (4.5 - 1801) <79C4C63E-8A87-3C0D-9E55-EBD1ABDD8996> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator
           0x114219000 -        0x11422dff7  com.apple.dt.IDE.IDERTFEditor (4.5 - 1800) <81E8B141-188F-3C0E-9272-B999F19F9366> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x11423f000 -        0x114247ff7  com.apple.dt.ScriptingDefinitionEditor (4.5 - 1801) <B10666DC-5F6C-3C9F-BBD2-4607FB5E799A> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x114362000 -        0x11437aff7  com.apple.gputools.MobileAnalysis (1.0 - 52.6) <C821F23B-5160-37BC-82DD-F8AC1CCDDC6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
           0x11457b000 -        0x1145a1fff  libPDFRIP.A.dylib (324.6) <6F0487BB-6C03-30C4-BD02-73D638828030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x11521f000 -        0x115228fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x11522e000 -        0x11522eff1 +cl_kernels (???) <3174F1B8-E423-47B4-A4CC-58BCDF72C4D2> cl_kernels
           0x11529c000 -        0x11529dff2 +cl_kernels (???) <FFFAD3BF-81D5-4933-A6AF-8F4D50D1621F> cl_kernels
           0x11570d000 -        0x115710ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x115715000 -        0x1157b0ff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x1157df000 -        0x1157e0ff3 +cl_kernels (???) <5EBC96D6-86B7-41DD-8522-6F05E1A0B075> cl_kernels
           0x115f4b000 -        0x115f50ff7  com.apple.dt.IDE.IDEInstrumentsService (4.5 - 1821) <6F947545-0A85-3913-B485-C8FA233AD779> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x115fce000 -        0x116185fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1161bc000 -        0x1162fefff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x116332000 -        0x1166e6fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) <2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x116804000 -        0x116812ff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x116819000 -        0x116846fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11685a000 -        0x11685bff3 +cl_kernels (???) <EBE5126C-4713-4D64-BF6B-140D9CC7945A> cl_kernels
           0x116a36000 -        0x116a38ff7  com.apple.dt.IDE.IDEAppleScriptCore (4.5 - 1801) <8569989A-39A4-340F-AE67-6A8548CE3CA8> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
           0x1170d3000 -        0x1170e2fff  com.apple.dt.IDE.IDESubversion (4.5 - 1805) <924A5ACB-ED24-356E-AB48-56664842E0BC> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x1170ef000 -        0x117103ff7  com.apple.dt.IDE.IDEGit (4.5 - 1808) <8984CB19-0D4E-345B-86CC-B0C3D5AD3633> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x11b3bf000 -        0x11c88cfef  com.apple.LLDB.framework (1.167.2 - 167.2) <97786784-2894-3A37-B5E5-D8E95E355533> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLD B
           0x11cd6b000 -        0x11ce78fff  org.python.python (2.7.2 - 2.7.2) <B2E5B3C9-2D7C-37D7-B23D-84DEF8DDAF28> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
        0x7fff6a52a000 -     0x7fff6a55e93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff811cb000 -     0x7fff8124cfff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8124d000 -     0x7fff8124eff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8129f000 -     0x7fff812e2ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff812e3000 -     0x7fff81591fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff81592000 -     0x7fff815e3ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff815e4000 -     0x7fff816fdff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff816fe000 -     0x7fff81723ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff81724000 -     0x7fff8174cfff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8174d000 -     0x7fff8176eff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8176f000 -     0x7fff817a9fff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff817aa000 -     0x7fff817c1fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff817c2000 -     0x7fff817e4ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff817e5000 -     0x7fff818d5ff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff818d6000 -     0x7fff8197cff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8197d000 -     0x7fff81993fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff81994000 -     0x7fff819a1ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff819a7000 -     0x7fff81a64ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff81a65000 -     0x7fff81a9cff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff81a9d000 -     0x7fff81ad3fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff81ad4000 -     0x7fff81ad5fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff81ad6000 -     0x7fff81b74ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff81b75000 -     0x7fff81b77fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff81b78000 -     0x7fff81ba6fff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff81ba7000 -     0x7fff81ba7fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff81bb0000 -     0x7fff81beafff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff81beb000 -     0x7fff81bf2fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff81bf3000 -     0x7fff81bf5fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff81c51000 -     0x7fff81d42ff7  com.apple.PubSub (1.0.5 - 65.32) <A53D3D5D-85DF-3CFC-94DF-FB05D6FEC34A> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff81d43000 -     0x7fff81d87fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff81d88000 -     0x7fff81e22fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff81e23000 -     0x7fff81e25ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff81e26000 -     0x7fff81e3bff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff81e89000 -     0x7fff81e8dff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81e8e000 -     0x7fff81ee8ff7  com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff81ee9000 -     0x7fff81f3fff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff81f44000 -     0x7fff81f47fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff81f48000 -     0x7fff81f5bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff81f5c000 -     0x7fff81fc4fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8206b000 -     0x7fff82071ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8207f000 -     0x7fff82083fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff82090000 -     0x7fff82185fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff82186000 -     0x7fff822a6fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff822b9000 -     0x7fff822e4fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff822fc000 -     0x7fff823f9ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff823fa000 -     0x7fff82425fff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff82426000 -     0x7fff82782fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff82783000 -     0x7fff82909fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8290a000 -     0x7fff82913fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff829ac000 -     0x7fff82b1dff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff82b27000 -     0x7fff82b83ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff82b84000 -     0x7fff82cd5fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82cf1000 -     0x7fff82d0cff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff82d0d000 -     0x7fff82d50fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff82d7b000 -     0x7fff82d7ffff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff82dc5000 -     0x7fff82df6ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff82e00000 -     0x7fff82e00fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff82e01000 -     0x7fff82e04fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82e05000 -     0x7fff82e19fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82e1a000 -     0x7fff82ee6fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff82ee7000 -     0x7fff82fb5fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff82fb6000 -     0x7fff82fbdfff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8301c000 -     0x7fff8306bff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8306c000 -     0x7fff830d9fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff830da000 -     0x7fff834d1fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff834d2000 -     0x7fff83683fff  com.apple.AutomatorFramework (1.3 - 346) <263DC026-AE26-34BB-A7B2-19A8ECC48EF6> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff836ec000 -     0x7fff838ecfff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff838ed000 -     0x7fff839ebfff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83a15000 -     0x7fff83a1ffff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff83a20000 -     0x7fff83a22ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff83a23000 -     0x7fff83a59fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff83aab000 -     0x7fff83ab4ff7  com.apple.marco (8.0 - 900) <5864ADD1-FC2F-37EF-BE89-A9E582C78610> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff83ac2000 -     0x7fff83bbffff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff83bc0000 -     0x7fff83bc4ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff83c20000 -     0x7fff83cf3ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff83cf9000 -     0x7fff83cfffff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff83d00000 -     0x7fff83d5dff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff83d5e000 -     0x7fff83e87ff7  com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff83e88000 -     0x7fff84158fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff84159000 -     0x7fff84170fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff84171000 -     0x7fff841feff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff841ff000 -     0x7fff841ffffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff84292000 -     0x7fff8429dfff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8429e000 -     0x7fff8429fff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff842a0000 -     0x7fff842bfff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff842c0000 -     0x7fff842e8ff7  com.apple.SystemConfiguration.EAP8021X (12.0.0 - 12.0) <1BCC05B1-1E08-377C-A01D-4F421E63868B> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff842e9000 -     0x7fff84321fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib
        0x7fff84322000 -     0x7fff8432efff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff84825000 -     0x7fff84830fff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
        0x7fff84831000 -     0x7fff84879fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8487a000 -     0x7fff848c9ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff84a6a000 -     0x7fff84a7afff  com.apple.AppleScriptObjC (1.2 - 21) <D6ADE9DF-43F9-3678-9BBA-0EAC9C3BFE5E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff84a7b000 -     0x7fff84a9dff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff84a9e000 -     0x7fff84aebfff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff84aec000 -     0x7fff84b37ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff84b38000 -     0x7fff84b3dfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff84b3e000 -     0x7fff84b3ffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff84b40000 -     0x7fff84b40fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /Syste

    The OP didn't get an answer here and I doubt you will too. If you're having this kind of problem you should have more luck over on the Developer forums. Try posting a thread there:
    https://discussions.apple.com/community/developer_forums

  • "Getting exception when trying to run a JDBC code"

    Hi,
    I am getting this exception when I try to run the Jdbc code. Can some one sort out what is the problem.
    Exception in thread "main" java.lang.UnsupportedClassVersionError: TestJdbcGrip
    (Unsupported major.minor version 49.0)Regards

    The JDBC jarfile you have is either too new, or too old (less liekely) for you current Java version. Download a newer Java version and try that. If it doesn't work, then download the newer version of the JDBC driver and try it with both of the Java versions (both because if it works with both, then you can continue using whichever one you like).

  • Java Exception when attempt to start the SNMP agent

    Hi,
    I require to start the SNMP agent in Solaris 2.6 running Web Logic 5.1. Upon entering
    the command :
    $ java weblogic.SNMPAgent, it is asking me for the password , and I gave the same.
    The system is
    generating a Java Exception given below:
    Exception in thread "main" com.adventnet.snmp.snmp2.agent.AgentRuntimeException:
    Failure in opening SnmpSession, errstat: 0, errvalue: 0
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at com.adventnet.snmp.snmp2.agent.AgentRuntimeException.<init>(AgentRuntimeException.java:63)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.addClientAndOpenSession(SnmpAgent.java:801)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(SnmpAgent.java:939)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(CompiledCode)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.setPort(Compiled Code)
    at weblogic.management.snmp.agent.WebLogicAgent.init(Compiled Code)
    at weblogic.management.snmp.agent.WebLogicAgent.startup(WebLogicAgent.java:377)
    at weblogic.SNMPAgent.main(SNMPAgent.java:25)
    Given below is the file <startSNMPAgent.sh> and it's central contents:
    $JAVA weblogic.SNMPAgent -password pbgst -serverURLs t3://localhost:7001 -trap
    Destinations localhost:162
    The classpath settings are correct and as per documentation.
    There are SNMP agents also running in the machine which have been started by default
    by Solaris,
    doing a ps -ef | grep snmp shows:
    root 556 1 0 Jun 23 ? 0:00 /usr/lib/dmi/snmpXdmid -s sunhyd01
    root 516 1 0 Jun 23 ? 0:00 /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf
    pbgst 28090 25879 0 17:01:37 pts/32 0:00 grep snmp
    I tried to start the SNMP agent on a diff. port and specified the same in the
    .sh file and also changed the
    trap Destinations port ---- it still generates the same exception.
    Please do try to resolve this problem for me, as the project is in production
    phase.
    Thanks for all help beforehand.
    Baivab
    P.S. How can I obtain the id for WebSupport center, as we have using WL licensed
    product
    recently purchased in 3 nos.

    Hello,
    way back we had the same problem and the reason was, that the path
    names with the server instances were to long
    (/opt/wlsroot/wlsInstances/axsExpert.SwissAir/S_243_7001 ->
    /opt/wlsroot/wlsInstances/axsExpert.SAir/S_243_7001). But this was
    with WLS 5.1 SP8.
    Regards
    Wolfgang Becker
    Atraxis
    On 9 Jul 2001 23:02:29 -0800, "Baivab Mitra"
    <[email protected]> wrote:
    >
    Hello Michel,
    Thanks for the reply. As you may have noticed, that the SNMP agents which are
    already running, the owner is <root>. These services are required and I do not
    have or I can not obtain the password to start/stop the same. As such, the only
    option which I have is to start the weblogic-specific SNMP service in a different
    port. Question: In the parameters, I specified : <snmpPort 1600 trace Destinations
    1601> I am still getting the same error. What else is required and/or how do I
    proceed to start the same service?
    Thanks for your help beforehand,
    Baivab
    "Michael Girdley" <----> wrote:
    It looks like another SNMP agent has already bound to the port.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Baivab Mitra" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I require to start the SNMP agent in Solaris 2.6 running Web Logic5.1.
    Upon entering
    the command :
    $ java weblogic.SNMPAgent, it is asking me for the password , and Igave
    the same.
    The system is
    generating a Java Exception given below:
    Exception in thread "main"com.adventnet.snmp.snmp2.agent.AgentRuntimeException:
    Failure in opening SnmpSession, errstat: 0, errvalue: 0
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    atcom.adventnet.snmp.snmp2.agent.AgentRuntimeException.<init>(AgentRuntimeExce
    ption.java:63)
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.addClientAndOpenSession(SnmpAgent.j
    ava:801)
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(SnmpAgent.java:939
    atcom.adventnet.snmp.snmp2.agent.SnmpAgent.restartSnmpAgent(CompiledCode)
    at com.adventnet.snmp.snmp2.agent.SnmpAgent.setPort(CompiledCode)
    at weblogic.management.snmp.agent.WebLogicAgent.init(CompiledCode)
    atweblogic.management.snmp.agent.WebLogicAgent.startup(WebLogicAgent.java:377)
    at weblogic.SNMPAgent.main(SNMPAgent.java:25)
    Given below is the file <startSNMPAgent.sh> and it's central contents:
    $JAVA weblogic.SNMPAgent -password pbgst -serverURLst3://localhost:7001 -trap
    Destinations localhost:162
    The classpath settings are correct and as per documentation.
    There are SNMP agents also running in the machine which have been startedby default
    by Solaris,
    doing a ps -ef | grep snmp shows:
    root 556 1 0 Jun 23 ? 0:00 /usr/lib/dmi/snmpXdmid-s
    sunhyd01
    root 516 1 0 Jun 23 ? 0:00 /usr/lib/snmp/snmpdx -y-c
    /etc/snmp/conf
    pbgst 28090 25879 0 17:01:37 pts/32 0:00 grep snmp
    I tried to start the SNMP agent on a diff. port and specified the samein
    the
    sh file and also changed the
    trap Destinations port ---- it still generates the same exception.
    Please do try to resolve this problem for me, as the project is inproduction
    phase.
    Thanks for all help beforehand.
    Baivab
    P.S. How can I obtain the id for WebSupport center, as we have usingWL
    licensed
    product
    recently purchased in 3 nos.

  • JDeveloper - Error when try to run application

    Hello all I am trying to build simple app using JDeveloper following this tutorial http://www.youtube.com/watch?v=O9FXJu2fl28
    the version that I am using is 11g Release 2. The main difference is that I am using mySQL database which is successfully set up thanks to this thread Re: mySQL and JDeveloper
    basically the rest is copy of the above mentioned tutorial. However when I try to run the application I get this error:
    [Running application 10mindemo on Server Instance IntegratedWebLogicServer...]
    [02:05:51 PM] Web Module ViewControllerWebApp.war recognized in project ViewController.jpr
    [02:05:51 PM] ----  Deployment started.  ----
    [02:05:51 PM] Target platform is  (Weblogic 10.3).
    [02:05:52 PM] Retrieving existing application information
    [02:05:52 PM] Running dependency analysis...
    [02:05:52 PM] Deploying 2 profiles...
    [02:05:52 PM] Wrote Web Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo/ViewControllerWebApp.war
    [02:05:53 PM] Wrote Enterprise Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo
    [02:05:53 PM] Deploying Application...
    <Feb 19, 2013 2:05:55 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1361279153312' for task '4'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
         at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
         at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
         Truncated. see log file for complete stacktrace
    >
    <Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '10mindemo'.>
    <Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
         at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
         at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
         Truncated. see log file for complete stacktrace
    >
    [02:05:55 PM] Deployment cancelled.
    [02:05:55 PM] ----  Deployment incomplete  ----.
    [02:05:55 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application 10mindemo due to error deploying to IntegratedWebLogicServer.
    [Application 10mindemo stopped and undeployed from Server Instance IntegratedWebLogicServer]The steps which I followed is also on this pictures: http://www1.picturepush.com/photo/a/12224689/img/12224689.png
    also it seems that web server is running on localhost address http://127.0.0.1:7101/console/login/LoginForm.jsp (please refer to pictures). Tried also this sugesstion http://adf-linux-learning.blogspot.sk/2012/07/remote-deployment-failed.html but did not helped. What is wrong ? many thanks.
    Edited by: 984519 on Feb 19, 2013 6:16 AM

    Hello guys, I am back on Windows (home) from Linux (work). The directory mentioned in second tutorial C:\Oracle\Middleware\user_projects\domains\mysql_domain\lib I have not found.
    There are another directories which I have found:
    # Probably the place where are stored projects
    C:\JDeveloper\mywork\Application1\
    # Probably some temp data
    C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.2.3.39.62.76.1
    # Installation directory
    C:\Oracle\Middleware
    Then I have copied the mysql-connector-java-5.1.23-bin.jar into following directories:
    C:\Oracle\Middleware\wlserver_10.3\server\lib
    C:\Oracle\Middleware\jdk160_24\lib
    C:\Oracle\Middleware\jdk160_24\jre\lib
    C:\Oracle\Middleware\jdeveloper\jdev\lib
    Also in C:\Oracle\Middleware\wlserver_10.3\common\bin\commEnv.cmd I set the following:
    set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
    @rem ############################################## FOLLOWING LINE WAS WAS ADDED RIGHT BEHIND PREVIOUS ##############################################
    set MYSQL_CLASSPATH=%WL_HOME%\server\lib\mysql-connector-java-5.1.18-bin.jar
    @rem ############################################## THOSE LINES WERE COMMENTED OUT ##############################################
    @rem set up WebLogic Server's class path and config tools classpath
    @rem set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
    @rem set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
    @rem ############################################## PREVIOUS TWO LINES WERE REPLACED BY FOLLOWING LINES (%MYSQL_CLASSPATH% WAS ADDED TO THE %WEBLOGIC_CLASSPATH% AND TO THE %FMWCONFIG_CLASSPATH%) ##############################################
    @rem set up WebLogic Server's class path and config tools classpath
    set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%
    set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%But this did not help :(
    PS: I noticed resources drain when runnign WebLogic Server, are there some tunning setting which can solve this ?

  • System hang after when try to run report from a form

    Hi all,
    I was able to run the report by using the run_report command from form builder to call a report with any problem. However, when I attached in my application, the form is being call out but when try to click on the print button from the form, the screen is stuck or hung without showing anything.
    Below is part of the code that will call the report to print within the form.
    declare
         PL_ID PARAMLIST;
         printername VARCHAR2(50);
    begin     
         PL_ID := GET_PARAMETER_LIST('WEIGHMENT');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('WEIGHMENT');
    printername := '"'||'ZDesigner GK420d, USB001'||'"';
    Add_Parameter(pl_id, 'DESNAME', TEXT_PARAMETER, printername);
    Add_Parameter(pl_id, 'DESTYPE', TEXT_PARAMETER, 'PRINTER');
    RUN_PRODUCT( REPORTS, 'ACT_INV_ITM_LBL.rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL );
    Thanks.
    Lim

    i got it
    just make report out of SSO by the steps
    If you don't want to use Single Sign-On:
    Edit $ORACLE_HOME\reports\conf\rwservlet.properties
    Change #SINGLESIGNON=YES to SINGLESIGNON=NO
    Log in to the Enterprise Manager website at http://<server_name>:18100
    Navigate to the Report server page. Click on the "Edit Configuration File" link.
    Delete the section that reads
    <security id="rwSec" class="oracle.reports.server.RWSecurity">
    <!--property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/-->
    <property name="oidEntity" value="reportsApp_apps10_85643151B9D911DCAF4E278FF4D47F77"/>
    </security>
    Press “OK” and let EMWebsite restart the reports server. or restart all
    and it will work ...

  • JDeveloper 11g - Exception when trying to run on Tomcat 5.5.20

    I am trying to get an application working on JDeveloper 11g Technology Preview (4524) using Tomcat 5.5.20 as the server (NOT the Oracle embeded server), so that I can run and debug on Tomcat from JDeveloper. I can deploy to the Tomcat server but when I try to run the application (entry point is loginfos.jsp), after selecting the runtime service as Development Runtime Service (Tools > Select Runtime Service > Development Runtime Service (Packaged Deployment), I get the following error. Any ideas what might be wrong.
    Target fos-app.jpr is not runnable, using default target loginfos.jsp.
    oracle.jdeveloper.cm.CMException: Cannot find presentation for JSR160 in this ConnectionWrapper instance
         at oracle.jdeveloper.cm.JndiConnectionWrapper.getPresentation(JndiConnectionWrapper.java:118)
         at oracle.jdeveloper.asnav.ASConnectionWrapper.getPresentation(ASConnectionWrapper.java:60)
         at oracle.jdevimpl.runner.adrs.AdrsConfigAdminJMX.<init>(AdrsConfigAdminJMX.java:55)
         at oracle.jdevimpl.runner.adrs.AdrsAdmin.getAdrsConfigAdmin(AdrsAdmin.java:187)
         at oracle.jdevimpl.runner.adrs.AdrsStarter.getAdrsConfigAdmin(AdrsStarter.java:606)
         at oracle.jdevimpl.runner.adrs.AdrsStarter.prepareToStart(AdrsStarter.java:239)
         at oracle.ide.runner.RunProcess.prepareToStart(RunProcess.java:847)
         at oracle.ide.runner.RunProcess$1.run(RunProcess.java:803)
    java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:396)
         at java.util.Properties.setProperty(Properties.java:128)
         at oracle.jdevimpl.runner.adrs.AdrsStarter.generateJndiProperties(AdrsStarter.java:729)
         at oracle.jdevimpl.runner.adrs.AdrsStarter.preStart(AdrsStarter.java:704)
         at oracle.jdevimpl.runner.adrs.AdrsStarter.start(AdrsStarter.java:258)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:871)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:529)
         at oracle.jdeveloper.runner.RunningProcess.startTarget(RunningProcess.java:78)
         at oracle.ide.runner.RunProcess$1$1.run(RunProcess.java:809)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    #### Failed to start Application in Development Runtime Instance.
    Thanks
    RayC

    Hi,
    JDeveloper 11 is in early technology preview and has not been tested outside of OC4J yet. In a nwer preview that then will be closer to production, those compatibility test should be run.
    Frank

  • Java exception when opening a bundle

    Hi,
    Any ideas why ZENworks 11.2.0.0 throws an exception when opening a bundle (see below) from ZENworks' bundle management view? So far it has been working smoothly for a long time. I have tried to restart services again and even the whole server, but this still happens. All the other features in ZENworks works nicely.
    Error Details:
    java.lang.NoClassDefFoundError: com/novell/zenworks/datamodel/temp/AssignmentTargetedObject
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.ja va:2427)
    at java.lang.Class.getMethod0(Class.java:2670)
    at java.lang.Class.getMethod0(Class.java:2679)
    at java.lang.Class.getMethod(Class.java:1603)
    at com.novell.web.controls.WebControl.internalSetProp erty(WebControl.java:4172)
    at com.novell.web.controls.WebControlTag.internalInit ializeControl(WebControlTag.java:266)
    at com.novell.web.controls.WebControlTag.doStartTag(W ebControlTag.java:153)
    at com.novell.web.controls.TemplateControlTag.doStart Tag(TemplateControlTag.java:88)
    at org.apache.jsp.jsp.pages.software.BundleDeployment Status_jsc._jspService(BundleDeploymentStatus_jsc. java:169)
    at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
    at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
    at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
    at org.apache.catalina.core.ApplicationDispatcher.doI nclude(ApplicationDispatcher.java:551)
    at org.apache.catalina.core.ApplicationDispatcher.inc lude(ApplicationDispatcher.java:488)
    at com.novell.web.util.JspDispatcher.includeAbsoluteP athJSP(JspDispatcher.java:111)
    at com.novell.web.util.JspDispatcher.includeJSP(JspDi spatcher.java:66)
    at com.novell.web.util.WebUtils.loadControlImpl(WebUt ils.java:685)
    at com.novell.web.util.WebUtils.loadControl(WebUtils. java:667)
    at com.novell.web.controls.TemplateControl.loadContro l(TemplateControl.java:68)
    at com.novell.zenworks.fw.web.internal.layout.PluginT emplate.loadContent(PluginTemplate.java:265)
    at com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadContent(SnapshotTemplate.java:84)
    at com.novell.zenworks.fw.web.internal.layout.PluginT emplate.onLoad(PluginTemplate.java:130)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2423)
    at com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadRecursive(SnapshotTemplate.java:446)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    at com.novell.web.controls.Page.internalProcessReques t(Page.java:712)
    at com.novell.web.controls.Page.processRequest(Page.j ava:667)
    at com.novell.zenworks.fw.web.internal.layout.Index.p rocessRequest(Index.java:631)
    at com.novell.web.internal.controls.PageTag.doEndTag( PageTag.java:86)
    at org.apache.jsp.jsp.index_jsp._jspService(index_jsp .java:187)
    at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
    at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
    at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
    at org.apache.catalina.core.ApplicationDispatcher.pro cessRequest(ApplicationDispatcher.java:436)
    at org.apache.catalina.core.ApplicationDispatcher.doF orward(ApplicationDispatcher.java:342)
    at org.apache.catalina.core.ApplicationDispatcher.for ward(ApplicationDispatcher.java:302)
    at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet .java:97)
    at com.novell.zenworks.fw.web.internal.ZENworksServle t.service(ZENworksServlet.java:84)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    at com.patchlink.sapphire.web.pages.vulnerability.ses sion.HibernateSessionFilter.doFilter(HibernateSess ionFilter.java:75)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
    at org.apache.catalina.authenticator.AuthenticatorBas e.invoke(AuthenticatorBase.java:563)
    at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
    at com.novell.zenworks.tomcat.ZENRequestValve.invoke( ZENRequestValve.java:1293)
    at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:857)
    at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: com.novell.zenworks.datamodel.temp.AssignmentTarge tedObject
    at org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:1645)
    at org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:1491)
    ... 78 more

    A Mismatched File on your server.
    Run a ZDC Report.
    Most likely, you have an old JAR file that was renamed and is still on
    your server. A Jar file with "Datamodel" is the most likely culprit.
    On 2/7/2013 8:16 AM, juoperi wrote:
    >
    > Hi,
    >
    > Any ideas why ZENworks 11.2.0.0 throws an exception when opening a
    > bundle (see below) from ZENworks' bundle management view? So far it has
    > been working smoothly for a long time. I have tried to restart services
    > again and even the whole server, but this still happens. All the other
    > features in ZENworks works nicely.
    >
    > Error Details:
    > java.lang.NoClassDefFoundError:
    > com/novell/zenworks/datamodel/temp/AssignmentTargetedObject
    > at java.lang.Class.getDeclaredMethods0(Native Method)
    > at java.lang.Class.privateGetDeclaredMethods(Class.ja va:2427)
    > at java.lang.Class.getMethod0(Class.java:2670)
    > at java.lang.Class.getMethod0(Class.java:2679)
    > at java.lang.Class.getMethod(Class.java:1603)
    > at
    > com.novell.web.controls.WebControl.internalSetProp erty(WebControl.java:4172)
    > at
    > com.novell.web.controls.WebControlTag.internalInit ializeControl(WebControlTag.java:266)
    > at
    > com.novell.web.controls.WebControlTag.doStartTag(W ebControlTag.java:153)
    > at
    > com.novell.web.controls.TemplateControlTag.doStart Tag(TemplateControlTag.java:88)
    > at
    > org.apache.jsp.jsp.pages.software.BundleDeployment Status_jsc._jspService(BundleDeploymentStatus_jsc. java:169)
    > at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
    > at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    > at
    > org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
    > at
    > org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
    > at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
    > at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.doI nclude(ApplicationDispatcher.java:551)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.inc lude(ApplicationDispatcher.java:488)
    > at
    > com.novell.web.util.JspDispatcher.includeAbsoluteP athJSP(JspDispatcher.java:111)
    > at
    > com.novell.web.util.JspDispatcher.includeJSP(JspDi spatcher.java:66)
    > at com.novell.web.util.WebUtils.loadControlImpl(WebUt ils.java:685)
    > at com.novell.web.util.WebUtils.loadControl(WebUtils. java:667)
    > at
    > com.novell.web.controls.TemplateControl.loadContro l(TemplateControl.java:68)
    > at
    > com.novell.zenworks.fw.web.internal.layout.PluginT emplate.loadContent(PluginTemplate.java:265)
    > at
    > com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadContent(SnapshotTemplate.java:84)
    > at
    > com.novell.zenworks.fw.web.internal.layout.PluginT emplate.onLoad(PluginTemplate.java:130)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2423)
    > at
    > com.novell.zenworks.fw.web.internal.layout.Snapsho tTemplate.loadRecursive(SnapshotTemplate.java:446)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at
    > com.novell.web.controls.WebControl.loadRecursive(W ebControl.java:2429)
    > at com.novell.web.controls.Page.internalProcessReques t(Page.java:712)
    > at com.novell.web.controls.Page.processRequest(Page.j ava:667)
    > at
    > com.novell.zenworks.fw.web.internal.layout.Index.p rocessRequest(Index.java:631)
    > at com.novell.web.internal.controls.PageTag.doEndTag( PageTag.java:86)
    > at org.apache.jsp.jsp.index_jsp._jspService(index_jsp .java:187)
    > at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70)
    > at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    > at
    > org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:377)
    > at
    > org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:313)
    > at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:260)
    > at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:646)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.pro cessRequest(ApplicationDispatcher.java:436)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.doF orward(ApplicationDispatcher.java:342)
    > at
    > org.apache.catalina.core.ApplicationDispatcher.for ward(ApplicationDispatcher.java:302)
    > at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet .java:97)
    > at
    > com.novell.zenworks.fw.web.internal.ZENworksServle t.service(ZENworksServlet.java:84)
    > at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    > at
    > com.patchlink.sapphire.web.pages.vulnerability.ses sion.HibernateSessionFilter.doFilter(HibernateSess ionFilter.java:75)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
    > at
    > org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
    > at
    > org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
    > at
    > org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
    > at
    > org.apache.catalina.authenticator.AuthenticatorBas e.invoke(AuthenticatorBase.java:563)
    > at
    > org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:127)
    > at
    > org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
    > at
    > org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
    > at
    > com.novell.zenworks.tomcat.ZENRequestValve.invoke( ZENRequestValve.java:1293)
    > at
    > org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:298)
    > at
    > org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:857)
    > at
    > org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.process(Http11Protocol.java:588)
    > at
    > org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java:489)
    > at java.lang.Thread.run(Thread.java:662)
    > Caused by: java.lang.ClassNotFoundException:
    > com.novell.zenworks.datamodel.temp.AssignmentTarge tedObject
    > at
    > org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:1645)
    > at
    > org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:1491)
    > ... 78 more
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Java error when trying to run .jar program---help?

    I have a Java program that runs fine on a Windows box.
    When I run it with the GUI "Jar Launcher", the program name appears at the top of the screen very briefly but then the program crashes. When I run it using Terminal, I get the following errors:
    +Exception in thread "AWT-EventQueue-0"+
    +java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group+
    +at PPBSOjdb.PPBSOjdbApp.startup(PPBSOjdbApp.java:20)+
    +at org.jdesktop.application.Application$1.run+
    (Application.java:171)
    +at java.awt.event.InvocationEvent.dispatch+
    (InvocationEvent.java:209)
    +at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)+
    +at java.awt.EventDispatchThread.pumpOneEventForHierarchy+
    (EventDispatchThread.java:269)
    +at java.awt.EventDispatchThread.pumpEventsForHierarchy+
    (EventDispatchThread.java:190)
    +at java.awt.EventDispatchThread.pumpEvents+
    (EventDispatchThread.java:184)
    +at java.awt.EventDispatchThread.pumpEvents+
    (EventDispatchThread.java:176)
    +at java.awt.EventDispatchThread.run(EventDispatchThread.java: 110)+
    When I run "java -version" (Terminal again) I get:
    +java version "1.5.0_16"+
    +Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-275)+
    +Java HotSpot(TM) Client VM (build 1.5.0_16-132, mixed mode, sharing)+
    The programmer believes it should run under Java 1.5 as well was 1.6, but he develops on Windows.
    Any suggestions on how to get this program to run?
    Thanks!

    Thanks. Crud.
    Am I just out of luck or is 1.6 available on the Mac? Is Apple just slow getting 1.6 out (since my computer is all Software Updated)?
    Is there someplace that explains the relationship between Java SE 6, J2SE, version 1.6/1.5?
    I'm very new to Java.
    Apple says that "Java for Mac OS X 10.5 Update 2 delivers improved reliability and compatibility for Java SE 6, J2SE 5.0 and J2SE 1.4.2 on Mac OS X 10.5.4 and later. The release updates Java SE 6 to version 1.6.0_07, J2SE 5.0 to version 1.5.0_16, and J2SE 1.4.2 to 1.4.2_18."
    (Apple has since come out with Update 3, but it's not mentioned on the developer.apple.com/java/ page for some reason.)
    It seems like "version 1.6.0_07" would be version 1.6 but apparently it's still 1.5! (Bizarre.)
    Thank you!

  • Java exception when deploying forms6i on intranet

    this message apear when loading forms applet
    MessageManager:keyCONMACH bundle oracle.forms.engine.RunformBundle exception java.lang.illegalArgumentException: unknown format type at
    Ditails
    Java Exception
    oracle.forms.engine.RunformException:MessageManager:keyCONMACH bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException:unknown format type at
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Runform.createRunform(Unknown Source)
    at oracle.forms.engine.Runform.start(Unknown Source)...
    thanks for help.

    Post Author: Ted Ueda
    CA Forum: JAVA
    You appear to have some kind of security tool deployed with your Tomcat, that requires some jars to be deployed with apps.Sincerely,Ted Ueda

Maybe you are looking for

  • Web service published but not visible

    Hi, I have developed a Webservice from a WSDL file i created from a XI outbound interface following the steps given in the thread below. /people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi In the UDDI Client i got the

  • Does xf86-video-intel-git work for you?

    I have a Lenovo R61 laptop with intel chipset, and i used to use xf86-video-intel-git from aur : http://aur.archlinux.org/packages.php?ID=18678 since last week it needed packages from new xorg. I installed new xorg from testing, build it and when i i

  • Publishing using iWeb

    When I was looking for ways to publish site created in iWeb, I learned of applications such as Fetch, Cyberduck, and Transmit. Without .Mac or MobileMe, I thought I needed to publish to a folder on the desktop and use those applications to publish to

  • When will AD member computers sync after DC time correction?

    Today I discovered that about 6 months ago, someone had reconfigured our PDC emulator to sync from non-existent time servers, causing it (and in effect everything else in AD) to be off by 37 seconds from the intended, reliable NTP server.  I correcte

  • [JS] [Win7] [CS5] Moving pages to another document

    Hi guys, I need to write a script for my company which merges 3 documents together by selecting the needed pages in two of three documents and moving them to the third document. Everything works fine and I am almost finished but I can't find a way to