Application launching error

Dear Experts
                     I write an application in Netweaver Developer Studio as (Mobile) Handheld application. I created the "mobile ui component" and simply create an component and edit the default view. and then create the application. after build it and followed by deploy the application.
                    I launch the mobile application, create the user in mobile and login, then click on the "myapplication"  icon, then following error occured
Line: -
java.lang.ClassNotFoundException: com.sap.demo.demo_ui.democomponent.demoapp2.DemoApp2App
     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:165)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:210)
     at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:387)
     at com.sap.tc.mobile.wdlite.container.ContainerApp.startApp(ContainerApp.java:155)
     at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp(AppMenuView.java:327)
     at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler(AppMenuView.java:370)
     at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent(AbstractViewElement.java:208)
     at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent(UIElement.java:415)
     at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased(UIImageButton.java:148)
     at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent(UIElement.java:461)
     at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased(UIElement.java:504)
     at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp(SWTControl.java:366)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh(WorkingArea.java:192)
     at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh(RenderingManager.java:233)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh(Application.java:285)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:593)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:278)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:130)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:174)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:210)
     at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:387)
     at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:585)
     at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:609)
     at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:646)
     at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:259)
     at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:230)
     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.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
java.lang.NullPointerException
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.getTableFocusHeight(WorkingArea.java:302)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.setFocusedSelection(WorkingArea.java:268)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.access$100(WorkingArea.java:53)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea$2.handleEvent(WorkingArea.java:89)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
     at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:3880)
     at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333)
     at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1375)
     at org.eclipse.swt.widgets.Control.windowProc(Control.java:3317)
     at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
     at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
     at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1920)
     at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
     at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
     at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
     at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
     at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1225)
     at org.eclipse.swt.widgets.Control.setBounds(Control.java:2133)
     at org.eclipse.swt.widgets.Control.setBounds(Control.java:2115)
     at org.eclipse.swt.widgets.Control.setBounds(Control.java:2111)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.setBoundary(WorkingArea.java:110)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.ContainerFrame.adjustSize(ContainerFrame.java:116)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.ContainerFrame.adjustSize(ContainerFrame.java:120)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.StatusBar.showMessage(StatusBar.java:133)
     at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.showStatusMessage(RenderingManager.java:255)
     at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.showStatusMessage(WDLite.java:158)
     at com.sap.tc.mobile.wdlite.container.LogonView.doLogin(LogonView.java:372)
     at com.sap.tc.mobile.wdlite.container.LogonView.onActionLogin(LogonView.java:190)
     at com.sap.tc.mobile.wdlite.container.LogonView.invokeEventHandler(LogonView.java:244)
     at com.sap.tc.mobile.wdlite.progmodel.core.viewelement.MenuItemViewElement.doHandleEvent(MenuItemViewElement.java:46)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.MenuItem.notifyOnAction(MenuBar.java:390)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.MenuItem$1.widgetSelected(MenuBar.java:377)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
     at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh(WorkingArea.java:192)
     at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh(RenderingManager.java:233)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh(Application.java:285)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:593)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:278)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:130)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:174)
     at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:210)
     at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:387)
     at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:585)
     at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:609)
     at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:646)
     at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:259)
     at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:230)
     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.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
Line: -
Help me

Hi !
here's mine :
SAP NetWeaver Developer Studio
SAP NetWeaver 7.1 Composition Environment SP10 PAT0001
Build id: 201006031648
so i guess we are using the same devstudio.
But as this error happened every time, when i upgraded to SP10, I remove all previous plugins (mean deleted all ../eclipse/plugins/<plugOCA> florders (see http://help.sap.com/saphelp_nwmobile71/helpdata/en/b6/0f5c4a07cd4bcdb58598760cb27766/frameset.htm )
and also deleted the workspace...otherwise things went wrong.
I finaly got ridd of this error with a fresh new NWDS installation, and create a basic app, then deploy an run succesfully.
There s another topic on this forum concerning this error.
regards,
Steve

Similar Messages

  • Application launch error? How do I fix this?

    Once again, I have messed up something.
    Every time I try to open something with Acrobat Reader, I get this message:
    The application "Acrobat Reader" could not be launched because of
    a shared library error:
    *-<Reader 5.0><Reader5.0><CoolTypeCarbonLib>"
    What in the heck does this mean and how do I get rid of it so I can open apps. with Acrobat reader?
    Thanks

    TigeetheCat,
    When you click on the download link on the VersionTracker page, you should get the option to save the AdbeRdr705DLM_enufull-1.dmg file to disk or to open it. (I generally save installers to disk so that I can later archive the installers onto CD-R if desired.) Double-clicking the .dmg disk image file will mount the AdbeRdr705DLM_enufull disk image. If you click on the disk icon itself in left of the Finder window, you'll see in the right of the window the DownloadReader7.pkg file; double-click that to run the installer. It sounds as if you accidentially clicked on the eject icon to the right of the AdbeRdr705DLM_enufull disk icon / file name in the left pane of the Finder window; that's a shortcut for ejecting removable volumes.
    IMPORTANT: Adobe installers have a nasty habit of messing up file permissions; be sure to open Disk Utility, select your hard drive, and run Repair Permissions after updating Reader. Also, you may want to cancel the Adobe Downloader part of the install, as that's been known to periodically cause drastic slowdowns trying to open Adobe produsts (it tries to contact Adobe's servers to check for updates, and doesn't handle things gracefully if the servers are down or busy).
    (Thanks to Dave Sawyer for pointing out Adobe's update and download manager coding style in connection with their CS2 update.)
    You shouldn't need to have OS 9 running at all. Again, check for login items and disable any CanoScan items, check System Preferences/ Classic and make sure it's not set to launch when you log in, force-quit Classic in System Preferences if it shows as running, and drag Classic CanoScan files to the trash, leaving only the OS X CanoScan driver software. Check on the OS 9 System Folder (not the OS X System) icon at the root level of the hard drive and open the Extensions folder; move any files from CanoScan into the Trash or a holding folder you can create somewhere outside of System Folder> Extensions. If you really want to block OS 9 / Classic from running, open System Folder and drag the System and Finder files in there to the desktop (or a holding folder on the desktop).

  • Facebook application launch error:

    Sorry. An unexpected error occurred . Please try again later. Tap to retry.
    Tried phone restart, Facebook un installation and reinstall...complete Facebook application removed and download fresh from app store...same problem..
    Can anyone suggest what next can be done?

    Hello saifuddinkhan,
    Welcome to the BlackBerry Support Community.
    Thank you for your question regarding the issue you are experiencing with launch the Facebook for BlackBerry application on your BlackBerry Z10 smartphone.
    Does the same issue occur when connected to Wi-Fi or the mobile network? Have you tried removing and re-adding your Facebook account as a test?
    If not, try these steps and let us know if this helps.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Error when starting ZENworks Application Launcher Explorer

    Dear All,
    I am a Hong Kong user which very very new to Novell system. My colleague having a problem that, after he has login to the system (window XP), normally the ZENworks Application Explorer should be able to pop out automatically. But suddenly it is fail to do so started from yesterday. An error message "ZEN works Application Explorer Executable has encountered a problem and need to close." keeps occurs, with Error signature "AppName: naldesk.exe AppVer: 2001.4.10.0 ModName: ntdll.dll ModVer: 5.1.2600.2180 Offset: 0001103c".
    It is very strange that if we login to the system with other by differenct account, there will be no problem. The following are the examples:
    1.) Colleague A account to do login action in Colleague A computer -> failed to launch ZENworks Application Explorer.
    2.) Colleague A account to do login action in Colleague B computer -> success to launch ZENworks Application Explorer.
    3.) Colleague B account to do login action in Colleague A computer -> success to launch ZENworks Application Explorer.
    4.) Colleague B account to do login action in Colleague B computer -> success to launch ZENworks Application Explorer.
    the configuration of the computers are as follow:
    OS : Window XP sp2
    ZENworks Application Launcher Explorer Version : 3.1 (20010410)
    Can anyone help me? Thanks so much.

    Originally Posted by tree_lamkh
    Dear All,
    I am a Hong Kong user which very very new to Novell system. My colleague having a problem that, after he has login to the system (window XP), normally the ZENworks Application Explorer should be able to pop out automatically. But suddenly it is fail to do so started from yesterday. An error message "ZEN works Application Explorer Executable has encountered a problem and need to close." keeps occurs, with Error signature "AppName: naldesk.exe AppVer: 2001.4.10.0 ModName: ntdll.dll ModVer: 5.1.2600.2180 Offset: 0001103c".
    It is very strange that if we login to the system with other by differenct account, there will be no problem. The following are the examples:
    1.) Colleague A account to do login action in Colleague A computer -> failed to launch ZENworks Application Explorer.
    2.) Colleague A account to do login action in Colleague B computer -> success to launch ZENworks Application Explorer.
    3.) Colleague B account to do login action in Colleague A computer -> success to launch ZENworks Application Explorer.
    4.) Colleague B account to do login action in Colleague B computer -> success to launch ZENworks Application Explorer.
    the configuration of the computers are as follow:
    OS : Window XP sp2
    ZENworks Application Launcher Explorer Version : 3.1 (20010410)
    Can anyone help me? Thanks so much.
    Can anyone help me ?

  • Application Launch Failure error when launching various apps

    When trying to open several different apps, an error message "Application Launch Failure" displays. The text of the message is:
    The application "Flash Professional" could not be launched because of a shared library error: "<Flash> <CarbonLib> <CFMPriv_OpenScripting> "
    The application listed depends on the one I am trying to launch. For example, when I try to launch Word the message is:
    The application "Word" could not be launched because of a shared library error: "<Word> <CarbonLib> <CFMPriv_OpenScripting> "
    I have not made any recent changes to my system and do not know how to resolve. Any suggestions?
    Thanks!

    I am having the same issue with my Mac Power PC G4. "The application Excel could not be launched because of a shared library error: 2<application><CarbonLib><CFMPriv_LaunchServices>"
    I was reading your advice above. I don't have Leopard yet, so I was hoping there was a way to fix this problem with out moving to Leopard.
    Also one more thing. This problem started after I did the newest Safari update. Not sure if that has anything to do with it, just thought you might need to know that.
    Any help you could give me would be great!

  • Photoshop Elements 12 photo editor crashes directly when application launched. Get no error/message.

    Photoshop Elements 12 photo editor crashes directly when application launched.
    Get no error/message.
    My System: Windows 8.1
    All drivers are up-to-date.
    Please can someone help me?

    Hi rens,
    Was it working fine before?
    Have you tried updating PSE12 to the latest update and checked?
    Standard troubleshooting steps :
    > Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html )
    > Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Try launching now and check.
    Regards,
    Rave

  • Suddenly my Appleworks 6.29 wont open on my Mac G4 sys 10.4.11. Error message is: Application Launch Failure. Shared Library Error. Appleworks MW_MSL_PPC SHLB Interfacelib "

    suddenly my Appleworks 6.29 wont open on my Mac G4 sys 10.4.11. Error message is: Application Launch Failure. Shared Library Error. <Appleworks><MW_MSL_PPC>SHLB><Interfacelib><>"

    Hello,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive & clear caches.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If that doesn't help...
    Open Console in Utilities & see if there are any clues or repeating messages when trying to open AW6.

  • Application Launch Failures after Update: shared library error

    Soon after installing the latest Security and Operating System Updates, I discovered that I could no longer run Microsoft Office. I get the following error message when attempting to open any of the components: Application Launch Failure The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><CarbonLib><CFMPriv_CommonPanels>" I have tried reinstalling the updates but it hasn't helped. I can't reinstall Office because the same error message comes up when I try to open the Microsoft installer. Can anyone help? I'm stuck. Thanks.

    Again, thanks.
    It's somewhat confusing. The folder /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework
    contains 3 items, a gray screen marked Common Panels with a small arrow pointing to the lower left edge, a folder marked Versions (which holds folders marked A and Current), a folder marked Current (which has a small arrow pointing to the lower left edge and holds a gray screen marked Common Panels and a folder marked Resources) and a folder marked A (which also contains a gray screen marked Common Panels and a folder marked Resources. When I click the gray screen marked Common Panels, I get a message that there is no default application specified to open the document "CommonPanels".
    I'm not sure what all that means. Are there too many Common Panel screens? Does the small arrow have any significance? I've also discovered that, in addition to not being able to run Office, I can't install any new applications (same CarbonLib error message). If you think I need to archive and install the System, I can try to do so.

  • Application Launch Failure error message upon start up

    I get the following message every time I start my computer. Ijust upgraded to 10.4.4 from 10.3.9 via 10.1 .
    Application Launch Failure
    The application "Transport Monitor" could not be launched because of a shared library error: "8<Transport Monitor><Transport Monitor><HotSyncLib.PPC>"
    Does anyone know what this is related to? I have tried repairing permissions with no luck. Does it have something to do with my Palm desktop software? How else can I try to get rid of it?
    Thanks.

    I might add, there was this similar problem here which may pertain to your issue:
    http://discussions.apple.com/thread.jspa?threadID=277895

  • MacBook     Application Launch failure    the application "word" could not be launched because of shared library error " Microsoftword "

    Help!!!   Application Launch Failure      the application "word" could not be launched because of a shared library error   "<microsoftword><><><>"
    Anyone know?   APPRECIATE IT IF YOU DO!!

    I installed Palm Desktop 4.2.1 Rev A for Mac and am getting the same error:  The application "HotSync Manager" could not be launched because of a shared library error: "<HotSync Manager><HotSync Manager><HotSyncLib.PPC><SetConfigureConduitCallBack>".  I also then get an Unexpected error #-10810 message.  I haven't even tried one sync yet.  I tried running the suggested fix to this posting, but it didn't work either.
    Any help would be greatly appreciated.
    Thanks. 
    Post relates to: Palm IIIxe is the PDA I would like to sync using 4.2.1
    Message Edited by Youngks on 08-29-2008 05:56 PM

  • Application launch failure because of shared library error!!!!!

    I have been using photoshop for over a year now and I went to open it up and I get this error, Application Launch Failure, The application "Photoshop" could not be launched because of a shared library error: "/<application><CarbonLib><CFMPriv_CarbonSound>"
    Then when I open up the console log it comes up with error code -2820, which I cannot find anywhere. Please help before I scream!

    I'm not sure if folks in the "AppleScript" forum will be able to help much. You might get better results posting in a forum that deals more with third party apps like Photoshop. Maybe in Using Mac OS X Tiger.
    I have been using photoshop for over a year now and I
    went to open it up and I get this error, Application
    Launch Failure, The application "Photoshop" could not
    be launched because of a shared library error:
    "/<application><CarbonLib><CFMPriv_CarbonSound>"
    Then when I open up the console log it comes up with
    error code -2820, which I cannot find anywhere.
    Please help before I scream!
    Error -2820 is from the Code Fragment Manager and means "A fragment's container was corrupt". So it sounds like "CFMPriv_CarbonSound" may have gotten corrupted in some way.
    My machine doesn't seem to have anything called "CFMPriv_CarbonSound" on it (but I don't have Photoshop installed). So I suspect it's a library that comes with Photoshop or with a Photoshop plug-in.
    You might try doing a "Repair Permissions" and/or a "Repair Disk" in Disk Utility to see if that helps. But, if you don't get any other suggestions the only other thing I can think of would be to try a clean install of Photoshop.
    Steve

  • I am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    i am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • TS1963 DMS Launch error after migration from snow leopard iMac to new Macbook Pro?

    I just purchased a Macbook Pro. I used Migration assistant to transfer my files from my '06 iMac, which was running snow leopard to the Macbook and at start up now get a DMS Launch error every time... any suggestions??
    The error message says check with the developer to make sure DMS Launch works on this version of OS X.  You may need to reinstall the application.
    I have installed all updates as it suggests, to no avail.  I keep getting the error message and report pop up box each time at start up and the only way to be rid of it, is to click ok to send the report - there is no option to stop the report from coming up.
    Does anyone have any suggestions on what I can do to stop the error message appearing and resolve the issue?
    Thanks
    Chelle

    Click Command+shift+G
    Type in the following, one by one- Then delete the **** out of them.
    /Library/LaunchAgents/com.divx.update.agent.plist
    /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/LaunchAgents/com.divx.update.agent.plist
      /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/Application\ Support/DivX/
      HOME/Library/Preferences/com.divx.*
    Also search anything "DIVX" while in library. Delete the **** out of that too.

  • SBS Client Application Launcher has encountered a problem and needs to close

    I logged in to a remote session on the SBS to add a user to a security group. Now, when I log on to my computer with the domain administrator account, I get the error "SBS Client
    Application Launcher has encountered a problem and needs to
    close." There is an event in the Application log associated with the error:
    Event Type: Error
    Event Source: Application Error
    Event Category: None
    Event ID: 1000
    Date:  8/29/2011
    Time:  2:27:46 PM
    User:  N/A
    Computer: CONTROLLERASST
    Description:
    Faulting application applnch.exe, version 5.2.2893.2, faulting module applnch.exe, version 5.2.2893.2, fault address 0x0002442a.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 61 70 70   ure  app
    0018: 6c 6e 63 68 2e 65 78 65   lnch.exe
    0020: 20 35 2e 32 2e 32 38 39    5.2.289
    0028: 33 2e 32 20 69 6e 20 61   3.2 in a
    0030: 70 70 6c 6e 63 68 2e 65   pplnch.e
    0038: 78 65 20 35 2e 32 2e 32   xe 5.2.2
    0040: 38 39 33 2e 32 20 61 74   893.2 at
    0048: 20 6f 66 66 73 65 74 20    offset
    0050: 30 30 30 32 34 34 32 61   0002442a
    0058: 0d 0a                     ..     
    After clicking to send/not send an error report, I get back to the desktop where all appears normal. However, I can no longer access the internet while logged in under this account.
    I can log in on another PC with the domain admin account with no error.
    Any help would be appreciated.

    Hi,
    I would like to suggest you run System File Checker with command: sfc /scannow to scan and repair the system files.
    If it does not work, please also test the issue in Clean Boot.
    Clean Boot
    ================
    Let’s disable all startup items and third party services when booting. This method will help us determine if this issue is caused by a loading
    program or service. Please perform the following steps:
    1. Click the Start Button type "msconfig" (without quotation marks) in the Start Search box, and then press Enter.
    Note: If prompted, please click Continue on the User Account Control (UAC) window.
    2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray).
    3. Click the "Startup" tab, click "Disable All" and click "OK".
    Then, restart the computer. When the "System Configuration Utility" window appears, please check the "Don't show this message or launch the System
    Configuration Utility when Windows starts" box and click OK.
    What’s the result in Clean Boot?
    For more information regarding Event ID 1000, please refer to the following link:
     http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows%20Operating%20System&ProdVer=5.2&EvtID=1000&EvtSrc=Application%20Error&LCID=1033 
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Why am I getting 'out of application memory' error since 10.9.1 upgrade

    HI All,
    I've been on mac's since 1991. Have owned and run dozens of them. I'm no newbie - but this has me beat.
    I have  a mid 2010 MacPro, in my main edit suite running FCPX etc etc for video production.... and since the upgrade to Mavericks 10.9.1, The machine can't even brows a webpage without giving me an 'out of application memeory' error.
    I'm running with my OS on a 1TB SSD, the system has 32Gig of ram.
    I had downgraded to 10.9, and found that was OK... but oddly, my system re-upgraded itself and now I'm stuck in a loop agin. Ugh.
    My wish: to fix whatever is causing this problem on 10.9.1.
    Ideas, anyone?
    Cheers,
    Kearon @ Makinnoize Media

    HI Linc,
    Thanks Linc for your assistance on this, I appreciate it.
    Right now, I have just restarted after re-installing 10.9.1. All seems to be OK... for now (I've done this 3 times...hence now looking to the apple commiunity for answers)
    Running EtreCheck revealed the following: items of possible interest in red.
    Hardware Information:
              Mac Pro (Mid 2010)
              Mac Pro - model: MacPro5,1
              2 2.4 GHz Quad-Core Intel Xeon CPUs: 8 cores
              32 GB RAM
    Video Information:
              ATI Radeon HD 5770 - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:37:35
    Disk Information:
              OWC Mercury Accelsior PCIe SSD disk0 : (960.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Big Mac Pro SSD (disk0s2) /: 959.05 GB (443.23 GB free)
                        Recovery HD (disk0s3) <not mounted>: 784.2 MB
              HL-DT-ST DVD-RW GH61N 
              WDC WD30EZRX-00MMMB0 disk5 : (3 TB)
                        EFI (disk5s1) <not mounted>: 209.7 MB
                        disk5s2 (disk5s2) <not mounted>: 3 TB
                        Boot OS X (disk5s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00MMMB0 disk4 : (3 TB)
                        EFI (disk4s1) <not mounted>: 209.7 MB
                        disk4s2 (disk4s2) <not mounted>: 3 TB
                        Boot OS X (disk4s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00AZ6B0 disk2 : (3 TB)
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        disk2s2 (disk2s2) <not mounted>: 3 TB
                        Boot OS X (disk2s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00DC0B0 disk7 : (3 TB)
                        EFI (disk7s1) <not mounted>: 209.7 MB
                        disk7s2 (disk7s2) <not mounted>: 3 TB
                        Boot OS X (disk7s3) <not mounted>: 134.2 MB
              MARVELL VIRTUALL 
    USB Information:
              Panasonic TY-CC20W
              Apple, Inc. Keyboard Hub
                        iLok iLok
                        Logitech Apple Optical USB Mouse
                        Apple Inc. Apple Keyboard
              Brother HL-2140 series
              Wacom Co.,Ltd. CTH-670
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.CalDigit.driver.CalDigitUSBxHCI          (1.3.8a2)
              com.owc.driver.Accelsior          (1.0 b2 - SDK 10.6)
              com.blackmagic-design.desktopvideo.iokit.framebufferdriver          (9.9.3 - SDK 10.7)
              com.blackmagic-design.desktopvideo.iokit.driver          (9.9.3 - SDK 10.7)
              com.digidesign.iokit.DigiDal          (10.3.6f14 - SDK 10.6)
              com.logmein.driver.LogMeInSoundDriver          (1.0.3 - SDK 10.5)
              com.silex.driver.sxuptp          (1.5.2)
              com.paceap.kext.pacesupport.snowleopard          (5.9.1 - SDK 10.6)
              com.nvidia.CUDA          (1.1.0)
    Startup Items:
              CUDA: Path: /System/Library/StartupItems/CUDA
              DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
              FxLicenseManager: Path: /Library/StartupItems/FxLicenseManager
              ProTec6: Path: /Library/StartupItems/ProTec6
              ProTec6b: Path: /Library/StartupItems/ProTec6b
    Problem System Launch Daemons:
              [failed] com.apple.Kerberos.digest-service.plist 3rd-Party support link
              [failed] com.apple.msrpc.netlogon.plist 3rd-Party support link
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.adobe.SwitchBoard.plist 3rd-Party support link
              [loaded] com.blackmagic-design.desktopvideo.XPCService.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoHelper.plist 3rd-Party support link
              [loaded] com.blackmagic-design.streaming.BMDStreamingServer.plist 3rd-Party support link
              [loaded] com.bombich.ccc.plist 3rd-Party support link
              [loaded] com.digidesign.fwfamily.helper.plist 3rd-Party support link
              [loaded] com.edb.launchd.postgresql-8.4.plist 3rd-Party support link
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinblanker.plist 3rd-Party support link
              [loaded] com.logmein.logmeinserver.plist 3rd-Party support link
              [loaded] com.logmein.raupdate.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.AE.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [loaded] com.paceap.eden.licensed.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
              [loaded] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoFirmwareUpdater.plist 3rd-Party support link
              [loaded] com.divx.dms.agent.plist 3rd-Party support link
              [loaded] com.divx.update.agent.plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
              [failed] com.logmein.LMILaunchAgentFixer.plist 3rd-Party support link
              [loaded] com.logmein.logmeingui.plist 3rd-Party support link
              [loaded] com.logmein.logmeinguiagent.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
              [loaded] com.nvidia.CUDASoftwareUpdate.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [loaded] com.wacom.pentablet.plist 3rd-Party support link
              [loaded] com.wacom.wacomtablet.plist 3rd-Party support link
              [loaded] jp.buffalo.NASPower.plist 3rd-Party support link
              [not loaded] jp.buffalo.NASPower_pla.plist 3rd-Party support link
              [loaded] net.culater.SIMBL.Agent.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist 3rd-Party support link
              [loaded] com.digitalrebellion.CrashAnalyzerLogWatcher.plist 3rd-Party support link
              [loaded] com.digitalrebellion.PreferenceManagerAutoSave.plist 3rd-Party support link
              [loaded] com.digitalrebellion.ShortcutKeyManager.plist 3rd-Party support link
              [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist 3rd-Party support link
              [loaded] com.divx.agent.postinstall.plist 3rd-Party support link
              [loaded] com.google.Chrome.framework.plist 3rd-Party support link
              [loaded] com.redgiantsoftware.updater.plist 3rd-Party support link
    User Login Items:
              NeoFinder Global QuickFind
              SIMBL Agent
              Google Drive
              Dropbox
              SwitchResX Daemon
    Internet Plug-ins:
              AdobePDFViewerNPAPI: Version: 10.1.8 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              iLokClientHelper: Version: 3.5 - SDK 10.5 3rd-Party support link
              LogMeInSafari32: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              AdobePDFViewer: Version: 10.1.8 3rd-Party support link
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              QuickTime Plugin: Version: 7.7.3
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              DivXBrowserPlugin: Version: 2.2 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              LogMeIn: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              Silverlight: Version: 4.0.60531.0 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.1 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 3rd-Party support link
              WacomNetscape: Version: 1.1.1-1 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              ApplyLUTPane  3rd-Party support link
              PenTablet  3rd-Party support link
              Blackmagic Desktop Video  3rd-Party support link
              CUDA Preferences  3rd-Party support link
              EUCON  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Java  3rd-Party support link
              MenuMeters  3rd-Party support link
              Perian  3rd-Party support link
              ProCutX Server  3rd-Party support link
              SwitchResX  3rd-Party support link
              WacomTablet  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Applications/Melodyne singletrack
                        Melodyne singletrack Uninstaller:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        Melodyne singletrack:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
              /Applications/Euphonix
                        MC_Client:          Version: 2.7.1.88549 "" - SDK 10.5 3rd-Party support link
                        Uninstall EuControl:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        EuControl:          Version: 2.7.1 - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/NasNavigator2.app
              /Library/Application Support/PACE Anti-Piracy
                        iLok Client Helper:          Version: 3.5 - SDK 10.4 3rd-Party support link
                        InterLok Helper:          Version: 5.9.1 - SDK 10.4 3rd-Party support link
              Magic Bullet Grinder:          Version:  - SDK 10.5 3rd-Party support link
              Spotify:          Version: 0.8.8.459.g4430eae7 - SDK 10.5 3rd-Party support link
              SuperDuper!:          Version: 2.7 - SDK 10.4 3rd-Party support link
              VLC:          Version: 2.0.1 - SDK 10.5 3rd-Party support link
              PluralEyes License Manager:          Version: "5.8.0" - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/LSV_SERIES-200W/NASNavigator/NasNavigator2.app
              ProToolsRegistration:          Version: 2.03 - SDK 10.5 3rd-Party support link
                        /Applications/Avid/Pro Tools/ProToolsRegistration.app
              /Applications/iWork '09
              SoftwareUpdateHelper:          Version: 1.2.6 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Digital Rebellion/Shared Resources/SoftwareUpdateHelper.app
              Melodyne singletrack Licenser:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Celemony/Licenser/Melodyne singletrack Licenser.app
              Uninstall Pro Tools:          Version: 10.3.6.269 - SDK 10.4 3rd-Party support link
                        /Applications/Avid/Pro Tools/Pro Tools Utilities/Uninstall Pro Tools.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
              Destinations:
                        BuffaloBackup [Network] (Last used)
                        Total size: 8 
                        Total number of backups: 11
                        Oldest backup: 2013-12-22 23:20:27 +0000
                        Last backup: 2014-01-05 21:47:39 +0000
                        Size of backup disk: Excellent
                                  Backup size 8  > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   1%          WindowServer
                   1%          EtreCheck
                   1%          coreservicesd
                   0%          SystemUIServer
                   0%          Google Drive
    Top Processes by Memory:
              557 MB          mds_stores
              393 MB          com.apple.IconServicesAgent
              197 MB          Dock
              131 MB          Safari
              105 MB          com.apple.WebKit.WebContent
    Virtual Memory Information:
              24.67 GB          Free RAM
              3.60 GB          Active RAM
              1.89 GB          Inactive RAM
              1.82 GB          Wired RAM
              1.92 GB          Page-ins
              0 B          Page-outs
    Would you recommend I get rid of the 'possible problem launch daemons', and remove as many of the old apps as I can?

Maybe you are looking for

  • If I use my Airport Express to establish a network printer can I print from my IPad and iPhone?

    I want to be able to print to a network printer with my IPad and IPhone with IOS 5.0.1.  Seems like there is a limited number of printers that can "AirPlay" from these devices.  I have an Airport Express and I know how to connect a printer and set it

  • How can I print directly out of Pages on my iPad?

    How can I print directly out of Pages on my iPad if my Brother printer is not airprint compatible? I currently have a Brother MFC-J615W and have downloaded the Brother iPrint app; but that only works with pictures and PDFs it seems.  I know I can use

  • Create a new view in Material Master

    Hi All,     I need to create a new view in the Material Master (Tcode - MM*) Can anyone let me know how can this be attained. Can this be attained by configuration. Regards Simin.R

  • Download Integration Option for Microsoft SharePoint

    From where can I download Integration Option for Microsoft SharePoinnt for SAP BI 4.1? Or is it the same as for BI 4.0? Thanks.

  • Seperate license required for ODI

    Hi, Whether seperate license is required to use ODI, if user is having a support contract with oracle for Hyperion Enterprise edition.....or can we use developer version of ODI 11g because only one Admin user is required.... I heard like 10.3 version