Error when launching JavaME SDK 3.0 on Mac OSX

I have installed JavaME SDK 3.0 for mac, and it seems present and correct in my applications folder. However, when i try to launch it, the splash screen gets to 'starting modules', then I'm presented with an error:
A java.lang.reflect.InvocationTargetException exception has occurred.
     Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
Clicking on 'show details' reveals:
java.net.ConnectException: Connection refused
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
     at java.net.Socket.connect(Socket.java:525)
     at java.net.Socket.connect(Socket.java:475)
     at java.net.Socket.<init>(Socket.java:372)
     at java.net.Socket.<init>(Socket.java:186)
     at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
     at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
Caused: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
     java.net.ConnectException: Connection refused
     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
     at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
     at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
     java.net.ConnectException: Connection refused]
     at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
     at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
     at javax.naming.InitialContext.lookup(InitialContext.java:392)
     at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
     at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
     at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
Caused: java.io.IOException: Failed to retrieve RMIServer stub
     at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
     at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
     at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
Caused: 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.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
     at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
     at com.sun.jme.toolkit.bootstrap.Batch.startObjectsImpl(Unknown Source)
     at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
     at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
     at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
     at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
     at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
     at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
     at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:68)
     at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
     at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
     at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
     at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
     at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
     at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
     at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
     at org.netbeans.core.startup.Main.start(Main.java:309)
     at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
[catch] at java.lang.Thread.run(Thread.java:637)
Then, I get:
A java.lang.NullPointerException exception has occurred.
     Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
Clicking on 'show details' reveals:
java.lang.NullPointerException
     at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:70)
     at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
     at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
     at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
     at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
     at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
     at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
     at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
     at org.netbeans.core.startup.Main.start(Main.java:309)
     at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
[catch] at java.lang.Thread.run(Thread.java:637)
This continues for ages. The errors just keep on coming, and the mini IDE never launches. I do, however, see the device manger appear in the menubar for a couple of seconds, before it disappears and I get the next error. This repeats too.
I have tried deleting the package from my applications folder, and the only support folder I can find: <username>/Library/Application Support/javame-sdk several times, and this has not helped.
If i can provide any more useful info, please let me know - the log files mentioned in the error messages are so large I didn't think posting them would be helpful.
I've been working on trying to solve this for several painful hours now, and any help you can offer would be gratefully received!

Hi,
I can see "Connection refused to host: localhost" message in your stack trace. Look at [http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn|http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn] and follow step 2, please. Hopefully it will help you.
Best regards,
Radko

Similar Messages

  • JavaME SDK 3.0 EA Mac OSX: Preverify error :(

    Hi,
    Since my Windows box died on me recently I was extremely happy to learn that the JavaME SDK for Mac is in EA and downloaded and installed the whole thing. All went fine until I tried to compile my project and got preverification errors that don't make sense to me.
    Below a snippet of the output. The weird thing is that on Windows all works fine and without problems.
    If anybody has an idea on what's going on I'd appreciate some guidance and if you think it's a bug than I'll be happy to report it. Interestingly enough, this is only showing when doing a clean-build, just a build seems to work fine, until you deploy the application. Then the emulator complains about a corrupt JAR file.
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- SNIP START -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Preverifying 309 file(s) into /Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/build/preverified directory.
    Unexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC value
    Error preverifying class com.sticktailgames.iff.frontend.comm.AsynchronousPlayerRetriever
    VERIFIER ERROR com/sticktailgames/iff/frontend/comm/AsynchronousPlayerRetriever.run()V:
    Unsorted lookup switch
    /Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/nbproject/build-impl.xml:479: Preverification failed with error code 1.
    BUILD FAILED (total time: 7 seconds)
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- SNIP END -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Iwan

    It sort of fixed the problem, now I get another preverification error:
    Preverifying 309 file(s) into /Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/build/JavaME_SDK_3_MSA_Phone1/preverified directory.
    Error preverifying class com.sun.lwuit.animations.Transition3D
    VERIFIER ERROR com/sun/lwuit/animations/Transition3D.initTransition()V:
    Cannot find class javax/microedition/m3g/Node
    Is there anywhere defined what is implemented in the EA? Or do I need to use another distribution of LWUIT? One of the sellingpoints of JavaME SDK 3.0 was out-of-the-box support of LWUIT.
    Iwan

  • Error when starting Flash Builder 4.7 in Mac OSX Maverick

    I'm getting this error when I start Flash Builder 4.7 on Mac OSX Maverick.

    I solved it. The trick was to press the Install button. After a few minutes Flash Builder opened.

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Error when launching Photoshop CS5

    Photoshop CS5 bring up the following error when launching the application
    "The program can't start because MSVCP110.dll is missing from your computer"
    Uninstalling and resintalling the application does not resolve this problem

    http://helpx.adobe.com/creative-cloud/kb/missing-msvcp110dll.html
    Mylenium

  • Error when launching a BPF

    Hi
    I receive the following error when launching af BPF:
    System.Exception: Index was outside the bounds of the array.
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Services.Webservice.BPFProxy.BPFProxy.GetBPFContents(String strAppSet, String strApp, String strBPFID, String strDataRegion)
    We are running BPC 5.1 SP09-2 and accessing Excel via Citrix.
    I did work before we applied SP09-2.
    Any suggestions?
    Jesper

    After upgrading the client installation on Citrix was not correctly upgraden. Re-installing the client fils solved the problem.

  • Error when launching Key figure monitor iview in portal

    Hi all,
    I get an error when launching a key figure monitor iview in portal ; the error is RABAX-STATE
    In r/3 under transaction ST22 i got following :
    "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"
    "CL_WDR_INTERNAL_WINDOW========CP" or "CL_WDR_INTERNAL_WINDOW========CM00B"
    "IF_WD_WINDOW~SUBSCRIBE_TO_BUTTON_EVENT"
    Anybody knows how to resolve the problem?
    Regards
    Gwen

    Hey was your problem resolved ???
    I am facing the same problem..
    please help!!!
    reply asap.
    ~Veena.

  • Error when launching promoted app from RemoteAPP

    Hi:
    We are receiving this error when launching any application from RemoteAPP, we tried promoting Calculator, Notepad, etc. and received the same error as well.
    "Personalization:
    This theme can't be applied to the desktop.
    Try clicking a different theme"
    Help!
    Thank you,
    Stangride

    If you launch the app directly from the session hosts using the same account that your using with remoteapp what are you getting? Try and RDP to the session host when you attempt it. I would also check rsop.msc to see if you have any GPO or scripts that
    are manipulating themes.

  • Error when launching Acrobat XI Pro

    I get an error when launching Acrobat XI Pro:
    Adobe License Utility has stopped working.
    A problem has caused the program to stop working
    correctly.  Please close the program.

    Hi toeneez,
    Please try repairing Acrobat and check.
    Try running the licensing fix patch available at : Error 213:19 | Problem has occurred with the licensing of this product | Acrobat X and XI
    Regards,
    Rave

  • After Effects Plugin Error when launching

    I recently installed Red Giant Knoll Light Magic Pro plugin and get the following error when launching AE CS4 9.02 on a 2.53Ghz Intel Macbook Pro with 4Gb Ram and Snow Leopard.
    After Effects has encountered an error.
    [/Chincillada/pro/ext/adobe/MediaCore/MediaLayer/VideoFilterHost/Make/Mac/../../Src/AEPlug inVideoFilterModule.cpp-107]
    then I get:
    After Effects can't continue: An output contract violation has occured!
    then:
    After Effects warning: Failed to initialize mediacore
    I have also lodged a support ticket with Red Giant but wanted to see if anyone had experienced, or could shed any light on this error code.
    Thanks

    As a start, move the KLF plug-in out of the shared MediaCore folder (Library:Apllication Support:Adobe and something; not on my Mac ATM) to the conventional AE plug-in folder (Applications:Adobe After Effects CS4:Support Files:Plug-Ins) I've reminded my friends at RG a hundred times, but their installer stil luses bad default locations. If that doesn't fix it, then indeed you have a problem. Which version of the plug-in are you using? Most complaints revolve around v2.5's GPU usage, which is on by default and causes a lot of trouble. Older versions do not do this, so they are more stable....
    Mylenium

  • Pragma error when compiling with SDK X

    Hi,
    I am trying to compile my plugin application (which compiled fine with the previous sdk) using the SDK X, but receive errors in CAVAlert.h on the exception handler construct DURING, HANDLER, END_HANDLER.
    The errors are listed here:
    Headers/API/CAVAlert.h:156:3: error: 'suppress' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: 'warning' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: '__pragma' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'jmp_buf'
    Headers/API/CAVAlert.h:156:3: error: 'ASException' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'struct'
    Headers/API/CAVAlert.h:162:3: error: request for member 'E_RETURNOutsideDURINGBlock' in 'gBadReturnCatcher', which is of non-class type 'int'
    Headers/API/CAVAlert.h:162:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:162:3: error: expected ';' before 'int'
    Headers/API/CAVAlert.h:165:3: error: 'ENDHANDLEROutsideHANDLER' was not declared in this scope
    To compile against to SDK X all I did was:
    1) Used PIMain.c from the SDK X API directory.
    2) Changed ACRO_SDK_LEVEL=0x00090000 => ACRO_SDK_LEVEL=0x000A0000
    3) Changed the include directories to point to the new SDK X directories
    Is there another directive I must add to get the plugin to compile with SDK X?
    My preprocessor list is as follows:
    ACRO_SDK_LEVEL=0x000A0000
    HAVE_W32API_H
    PDMETADATA_HFT=1
    PLUGIN=1
    WIN32
    WIN_ENV
    WIN_PLATFORM
    WXUSINGDLL
    _CRT_SECURE_NO_DEPRECATE
    _DEBUG
    _WINDOWS
    __GNUWIN32__
    __WIN32__
    __WXMSW__
    Thank you,
    Magda

    Without seeing your code, I can't really help.
    If you want help with your code, open a formal support ticket.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 6 Dec 2011 04:09:25 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Pragma error when compiling with SDK X
    Pragma error when compiling with SDK X
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4066378#4066378

  • Java Error when launching BLS

    Using xMII 11.5 SP3, one of our other xMII developers is getting the following Java error when launching the BLS editor:
    Unable to load resource: http://xmiid.oxy.com/Lighthammer/CMSLogicEditor/activation.jar
    His computer was reimaged a couple of days ago with our standard image (Windows XP SP2, IE6 SP2).  It worked fine on his computer prior to the re-image.  He's reloaded Sun Java 1.4.2_01 on his computer (our company default is 1.4.1_01.)
    I can't duplicate the error on any of our test computers - one of which was also recently re-imaged.
    Any ideas?
    David

    David,
    So other standard imaged machines are running 1.4.2_01 and have no issues?  I would expect to see problems with the webstart cookie handling for that version, but I'm running _15....
    Try clearing the Java WS cache on the problematic client instance to watch it try to download all the libraries fresh.
    File...Preferences, reconfirm that the None radio button is selected on the General tab, and then on the Advanced tab, press the Clear Folder button.
    You could also make sure before hitting the editor link in the Menu.jsp that there are no dead or leftover javaws processes running in the task manager.
    Regards,
    Jeremy

  • Adobe Premiere Pro error when launching software...

    I am getting the following error when launching Adobe Premiere Pro CS6:
    Adobe Premiere Pro could not find any capable video play modules. Please update your video display  drivers and start again.
    I checked my drivers and they are up-to-date. I am using Core I7 Windows 7. I did have Adobe Premiere CS5 installed and it worked fine. When I subscribed to the Creative Cloud I uninstalled the CS5 installation and downloaded the CS6.

    Try http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html

  • I am receiving the following error when launching Adobe Premiere Elements 13

    I am receiving the following error when launching Adobe Premiere Elements 13: Premiere Elements Debug Event Preferences.cpp-353 . I am running this on a Win 7 64 bit device on a Windows domain.  The user is not a network/local administrator.  Any ideas?

    RogerCHS
    Are you running the program from a Domain or Local Administrative type User Account? Apparently not Local Administrative by your description in the introduction?
    Last time we had this type of issue, the user was coming from a Domain type of account. The issue remains in that thread unresolved although there was some intervention
    by Adobe Staff.
    https://forums.adobe.com/thread/1638947?start=0&tstart=0
    Is yours a separate matter or are you related to the user in the other thread?
    Please review and consider, supply more details, and then we can decide what next.
    Thank you.
    ATR

  • HT203242 I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

Maybe you are looking for