BPE and Setup crashes.

When I try to launch the BPE or "lh setup" on a freshly unzipped IDM 8.1 Patch 2 or Patch 3, then the setup tool window can be seen flickering shortly and then the process just ends and drops me back to DOS box. The same happens for the BPE right after selecting an environment folder. The BPE window seems to initialize, flickers shortly on the screen and then the java process just quits.
I do not get any error mesage or exception. This only happens in 8.1 Patch 2 and 3 - when I try the same in 8.1.0,it just works as expected. Java version is 1.5
However, when trying to launch the BPE or setup on Java 6, I get the following exception:
bin\lh setup
Starting internal database server ...
DB Server @ jdbc:hsqldb:hsql://127.0.0.1:52496/idm
Exception in thread "AWT-EventQueue-0" java.util.concurrent.RejectedExecutionException
       at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
       at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
       at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
       at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
       at sun.awt.shell.Win32ShellFolder2$ComTask.execute(Unknown Source)
       at sun.awt.shell.Win32ShellFolder2.getFolderColumns(Unknown Source)
       at sun.awt.shell.ShellFolderManager.getFolderColumns(Unknown Source)
       at sun.awt.shell.Win32ShellFolderManager2.getFolderColumns(Unknown Source)
       at sun.awt.shell.ShellFolder.getFolderColumns(Unknown Source)
       at sun.swing.FilePane$DetailsTableModel.updateColumnInfo(Unknown Source)
       at sun.swing.FilePane$DetailsTableModel.contentsChanged(Unknown Source)
       at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
       at javax.swing.plaf.basic.BasicDirectoryModel.fireContentsChanged(Unknown Source)
       at javax.swing.plaf.basic.BasicDirectoryModel$DoChangeContents.run(Unknown Source)
       at java.awt.event.InvocationEvent.dispatch(Unknown Source)
       at java.awt.EventQueue.dispatchEvent(Unknown Source)
       at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
       at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
       at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
       at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
       at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
       at java.awt.EventDispatchThread.run(Unknown Source)The behavior is the same on 1.5 and 6 - the window flickers shortly and the process then just quits.. in case of Java 6, with the exception above.
I could verify this on Windows XP SP2 with Java 1.5 and 6.0 on seperate machines and also on Mac OS X 10.5 with java 1.5
In all cases I can launch an "lh console" fine and end up in "Startup" mode as expected. This just seems to affect the BPE and setup GUI.
Is this a known issue or am I missing something, any ideas?
thomas

Hi,
I had the same problem. I assume many people will have this problem so here's the fix:
System Details
IdM 8.1 Patch 2 (applies for patch 3 too)
JRE 1.6 Update 14
Issue Description
lh config command does not seem to be working. Installing another version of IdM 8.1 (without the patch) and connecting to the new repository seem to be working fine.
Solution
There a diffrance in Command.class in idmcommon\com\waveset\util. The diffrance is minor but it seem to be affecting the BPE.
*8.1 (no patch)*
package com.waveset.util;
import java.lang.reflect.Method;
import java.util.List;
// Referenced classes of package com.waveset.util:
//            CommandProcess
public class Command extends CommandProcess
    /* member class not found */
    class CommandRegister {}
    public Command()
    public List getLineOptions()
        List ret = super.getLineOptions();
        CommandProcess.LineOption opts[] = (new CommandRegister()).getLineOptions();
        for(int x = 0; x < opts.length; x++)
            ret.add(opts[x]);
        return ret;
    public static void main(String args[])
        try
            ClassLoader cl = getClassLoader();
            Thread.currentThread().setContextClassLoader(cl);
            Class cmd = Class.forName(com/waveset/util/Command.getName(), true, cl);
            Object instance = cmd.newInstance();
            Method run = cmd.getMethod("run", MAINPARAMETER_TYPES);
            run.invoke(instance, new Object[] {
                args
        catch(Exception e)
            printException(getRootException(e));
    public static final String code_id = "$Id: Command.java,v 1.25 2008/11/05 21:58:58 kd229373 Exp $";
}*8.1.0.2 (patched)*
package com.waveset.util;
import java.lang.reflect.Method;
import java.util.List;
// Referenced classes of package com.waveset.util:
//            CommandProcess
public class Command extends CommandProcess
    /* member class not found */
    class CommandRegister {}
    public Command()
    public List getLineOptions()
        List ret = super.getLineOptions();
        CommandProcess.LineOption opts[] = (new CommandRegister()).getLineOptions();
        for(int x = 0; x < opts.length; x++)
            ret.add(opts[x]);
        return ret;
    public static void main(String args[])
        int ret = -1;
        try
            ClassLoader cl = getClassLoader();
            Thread.currentThread().setContextClassLoader(cl);
            Class cmd = Class.forName(com/waveset/util/Command.getName(), true, cl);
            Object instance = cmd.newInstance();
            Method run = cmd.getMethod("run", MAINPARAMETER_TYPES);
            run.invoke(instance, new Object[] {
                args
            ret = 0;
        catch(Exception e)
            printException(getRootException(e));
        System.exit(ret);
    public static final String code_id = "$Id: Command.java,v 1.25.8.1 2009/04/20 17:15:34 as118714 Exp $";
}The solution is copying the Command.class file from IdM 8.1 to IdM 8.1.0.2 or using a diffrent version of IdM BPE.
Regards,
R

Similar Messages

  • Java applets wont load in Safari and constantly crash in Firefox

    I have to use Java Applets to work from home. I normally use Firefox as my browser but since the last Java update Forefox keeps crashing. I have tried Safari too and it wont load the applets at all. I am desperate to get some work done but I can't get into my work files that are stored on my office's servers.
    I have seen lots of discussion about enabling java etc. in my browser and all of that has been done.

    Make sure your Java system is updated on both sides (home and work computers).
    As an alternative, you might look into a non-Java VPN solution. I use RealVNC (free for up to 5 computers) to work from home on my Macs and connetc to WinXP and Win7 systems at work. It works beautifully and I can connect to all 4 work systems simultaniously! The only thing the free version won't do is print remotely... so I print to PDF in my Dropbox and print that at home.
    For VPN, I use a Cisco RV042 4 port router (about $90 at BestBuy) and connect via the built in OS X VPN in the Network Preferences panel. It literally took less than 5 minutes to set up. Sweet, simple, minimal cost and setup, and I can work from the house 24/7 if needed.

  • Illustrator CS3 Setup crashes

    Running XP Pro, 2ghz proc, 2 gig ram.
    Removed Google Desktop
    Deinstalled every Adobe product
    Disabled Virus and Spyware
    Ran CS3 cleanup
    Generic crash message:
    Adobe Setup has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error signature
    AppName: setup.exe AppVer: 1.0.135.0 ModName: setup.exe
    ModVer: 1.0.135.0 Offset: 00088b87
    No errors specific to setup in eventvwr.
    No errors in CS3 install log
    Any ideas?

    More data. When I go to the CommonFiles/Adobe/installers and run the Illustrator setup from there and it crashes I get two errors in eventvwr App log:
    EventID 1000 Application Failure
    Faulting application setup.exe, version 1.0.135.0, faulting module setup.exe, version 1.0.135.0, fault address 0x00088b87.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    -AND-
    EventID 1001 Application Failure
    Fault bucket 413610358.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    I can install Illustrator fine on another computer.

  • App Controller Setup crashes

    While running the setup.exe as admin for the mu_system_center_2012_app_controller_with_sp1_x64_dvd_1345042.iso the App Controller Setup crashes with "System Center Setup has stopped working" "A problem caused the program to stop working correctly.
    Windows will close the program and notify you if a solution is available.". This happens during the Prerequisites step.
    I have restarted the laptop several times and the OS is up to date. Is there a log that I can check for more detailed errors? What should my next step to troubleshoot?
    Environment
    SQL Server 2008 r2 and SQL Server 2012
    Office 2013
    Window 8 Pro 64 bit
    Intel i7-3720QM @ 2.6
    32 GB Ram
     72 GB free on primary drive

    If there is a problem with Setup completing
    successfully, consult the log files that are located in the
    %LOCALAPPDATA%\AppController\Logs folder
    If setup complted with some error. please check it under: C:\ProgramData\AppControllerLogs
    Aditionally, what is your OS family. Is it a Windows Server 2012 or Win8 Client? AppController can only be installed on the Server build such as:
    Windows Server 2008 R2 (full installation) or Windows Server 2012.
    For installing steps or system repquirement detail please refer to:
    http://technet.microsoft.com/en-us/library/gg696046.aspx

  • Midi setup crashes

    OK so here is what is happening.
    I plug a midi to usb cable into my macbook. the other end connects to my midi device. in this case the Yamaha DTXexplorer drum set. When I go to the midi setup I see the midi cable there and active. However as soon as I touch the drum set, (like tapping on the drum head sending a note) Midi setup crashes with a MAC crash message with the details in it. it says that this is being sent to Apple. (YES) I will post the details here once I get back home and replicate the issue. The same thing happens if I click on the "Test midi" button in midi setup menu. So I am not convinced the crash is completely related to the drum set rather an issue with midi setup. When I search google for this issue it seems like Midi normally just works fine..however in my case it doesn't. ANY help would be greatly appreciated!

    I have had a similar problem, and it looks as if many people over the years have had similar problems which have not been clarified by Apple. My problem was that if I used the Audio Midi Setup, it would disable my USB Midi input, and AudioMidi would crash if I input any Midi data. If I disabled AudioMidi, no other Midi input would work.
    I have solved this problem by creating a new AudioMidi profile, in which I enabled both the IAC Buses and my USB device. All seems OK now, though I have not tested over a significant time. It looks as if the default AudioMidiSetup profile can become corrupted.

  • Firefox Setup crashes shortly after I attempt to run it

    Firefox crashed while I was using it, and would not restart. I rebooted the PC Firefox would not start. I then uninstalled Firefox and downloaded it again. Now the Firefox Setup crashes shortly after opening
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322)

    Will only open in Safe Mode and from Start Menu

  • Setup crashed when trying to set up/config TC from iPad or iPhone!!

    I'm trying to config Time Capsule for the first time from my iPad. Dont have any Mac (I know...)
    When filled in network name and password, I try to hit the next button. Then what happens is that the whole setup crashes, and I have to start all over.. This happens every time, even in my iPhone. Tried different names and passwords.
    Could some one pleide help my?? Thanks!!

    I have the newest updates om all devices. I must also add that the light starts blinking (on the TC) when I connect to the Internett...

  • Mail setup crashes after IOS8 upgrade

    I had an iPhone 4S and iPad 2 connected to Hosted Exchange. The iPhone stopped receiving emails and the iPad stopped sending them. For what reason I don't know. I didn't change any settings on the phone or my exchange account.
    I tried deleting the email account and adding it back on the iPhone but lost all my email and then nothing was being pushed to my email account. I then upgraded the iPhone to iOS8 hoping that would fix it all and now the mail setup crashes when I try to add back my exchange account.
    Any ideas?

    Hi laceydanielle.
    It seems that the junk filter database has become corrupt. Try this:
    1. Either shut down the Internet connection before opening Mail or take Mail offline immediately after opening it.
    2. Reset the junk filter database (Preferences > Junk Mail > Reset).
    3. Go online again. The problem should be fixed now.

  • MacBook Audio/Midi setup crashes in Midi

    Hello all,
    I have a MacBook C2D and a Korg Microkontrol connected via USB. The MacBook sees the MicroKontrol, but only as midi in and out instead of 5 midi ports it should have. When I click on the Microkontrol icon, Audio Midi setup crashes.
    I would like to use the 5 ports - any ideas? I run Ableton Live and it sees all 5 ports and uses them.
    thanks,
    dustspec

    Thanks for that Bob - The article was very helpful but I am still crashing. I'll have another look at the logs and see if I can find the problem.
    My MOTU Ultralite is coming up greyed out in the midi devices section so maybe that is part of it?
    dustspec

  • SL417U Remote and Panel Crashes / Lockups on 2.2.2

    Hello,
    I have a 46SL417U and it appears that, at least when it's connected to the internet, the panel hardlocks after a random amount of time guaranteed. At first, I thought it was an issue with the remote, but none of the inputs are responsive. This does not appear to occur if it is not hooked up to the internet. I tried reloading the 2.2.2 from USB but it states there is an upgrading error (perhaps because it's already at 2.2.2). Anyways, if anyone has had this issue, and knows of a way to fix it, please let me know. I'd like to hook up my TV to the internet, but I can't if without fail after 5-30 minutes it makes the entire TV unresponsive and it crashes when I try to change the volume etc.
    I saw a few other posts on this issue with older firmwares too, but it doesn't appear fixed. Please let us know if this will be addressed in a future firmware update.

    got the same problem on a 55sl417
    wired.. lockup if cable is connected
    wireless.. lockup instantly
    2.2.2
    probably not affecting all of the models, and after seeing another post with the same problem, i tried a different wireless channel, but no effect
    anybody who can lend a hand it would be greatly appriciated
    tried 6 or 7 different wireless setups and no change.
    next step will be changing the router to a different model and type
    could be something to do with the new routers, so if it works i will let you know

  • I downloaded adobe photoshop and it crashed my computer and now I have a frozen blue screen. Please advise.

    I downloaded adobe photoshop and it crashed my computer and now I have a frozen blue screen. Please advise.

    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • After iOS 8 update no mobile signal and keeps crashing

    My iPad 4 is about a year old and I recently updated it to ISO8  big mistake as it now has no mobile signal reception and keeps crashing.  restored to factory setting using iTunes and now won't activate, iTunes account won't accept it and the iPad keeps crashing every 2 to 3 mins
    help!!

    Hi Go to settings Email Accounts Delete Email Account then Re add acount back again If you have more than one Email Account do this with each one. Cheers Brian

  • Satellite P200D-11R sound and graphics crash after waking up from sleep mode

    Hi,
    I am wondering if anyone here has had similar experiences to mine (below) or can offer any solutions.
    I have upgraded my P200D-11R OS to Vista 64 Ultimate to take advantage of the extra performance. I also add that the BIOS has already been updated to version 1.4.
    Well, everything works fine with the standard 2Gig of RAM which the laptop was supplied with originally, however, when I upgrade the RAM to 4Gig (2 x 2GB Samsung 667mHz modules), sound and graphics problems appear every time the machine is brought back from sleep mode.
    The sound card makes a very laud fuzzy noise every time it wants to play a sound and the graphics produce lots of horizontal lines on the screen. I then just have to restart the machine which means loosing all my unsaved work.
    Everything works fine as long as the machine does not enter sleep mode. I have currently disabled the sleep mode to prevent the machine from entering it but I am finding life very hard without it.
    I am very surprised and also disappointed at the fact that Toshiba did not test these machines with Vista 64 Ultimate and 4Gig of RAM!
    Extra info:
    The memory is the same Samsung type as the 1Gig modules supplied by Toshiba originally with the machine, and the part number Toshiba recommends.
    I have tried installing other (more recent) device drivers by Realtek and ATI without any improvements.
    The memory modules pass all tests and are not defective. They have also been tested on my friends Dell notebook with no problems even in sleep mode.
    I have installed my friends Dell 2Gig memory modules in my P200D and they too produce exactly the same results with post-sleep crashes.
    My thoughts are that this must be another BIOS issue unless anyone can shed some light on the issue from another angle.
    Please help! Many thanks in advance.

    Hi Sascha
    Since you are running a Vista 32bit version, the upper limit of the memory recocnised by the machine is 3.2gb which is the maximum a 32bit operating system can address and use. The diffrence here is that I also upgraded my OS to Vista Ultimate 64bit to get yet better performance out of the 64bit dual AMD processor.
    3.2gb of RAM on 32bit OS does not necessarily increase the performance. However, it keeps the performance stable when you open many more programs at the same time since the machine has more RAM to play with before staring to use the much slower hard drive as operating memory (Page File), to keep all thoes open programs running.
    A 64bit OS such as Vista Ultimate 64, recognises the whole 4gb of RAM and much more (for instance, 8gb with 2 x 4gb RAM modules). The 64bit OS itself would generally consume more RAM to start with, however, with 4gb I found the general performance to be much better. Going back to the problem however, my P200D-11R with Ultimate 64 and 4gb RAM refuses to wake up from sleep mode gracefully and the graphics and sound crash every time, forcing me to restart.
    My feelings at present is that eventhough your machine may be slightly different, I bet if you upgrade your OS to 64bit, the machine will start recognising all of the 4gb of RAM and post-sleep crashes will start to appear!

  • I am using oracle Apps ERP in firefox wherein there is a Java Plugin , This is working fine in 3.5 version but as soon as i am upgrading to the latest version oracle is not working and firefox crashes. I can't upgrade even though i wish to

    We are using Oracle ERP in our company which is a web based ERP system. I am using firefox to work in ERP for convinieince pf working and using internet at the same time. This requires a plugin provided by oracle oajinit.exe to be installed in Plugins it is a JAVA plugin which opens the ERP Screens. This works fine in versions prior to 3.6 version of firefox. However, after upgrading to 3.6 version the forms do not open and firefox crashes. Due to this i am not able to upgrade to the latest version else i'll have to operate the ERP in internet explorer and using firefox for browsing which i do not want. The plugin used for the ERP is "* JInitiator 1.3.1.18 for Netscape Navigator (DLL Helper)"

    Firefox 3.6 needs the Java Second Generation Plugin which comes with newer versions than 1.6.0_03 - update Java, the latest version is 1.6.0_22

  • Flash in the latest nightly build is not working and causing crashes. Help?

    I'm using an Asus Transformer tf101. I updated Nightly today and now flash does not work in the program. Once I attempt to play any flash video, the program crashes and it crashes one or two more times after that before I can use it again. I disabled all my plugins and cold booted but to no avail.
    Another issue I am having is that it sometimes freezes on the home screen on startup. This instance usually happens after I try to type an address or use a bookmark. The only way I found around it was to tap one of the three top site icons first. Does anyone have a solution to this?
    edit: I have reverted back to the previous build for now. It isn't as nice as the latest version's style but it plays flash video better than the other mobile browsers out there. Controls like pausing, skipping ahead or putting video to full screen are still hit or miss though.

    It is a known issue with the current Nightly builds. We hope to have it sorted out early next week. I don't believe the Aurora builds are affected by this issue. http://www.mozilla.org/en-US/mobile/aurora/

Maybe you are looking for