Error causing JBoss Developer Studio 6.4 to close - jboss

I am currently working on JBoss Developer Studio 6.4 and have been receiving an error that automatically closes the program. It happens with varying frequency ranging from every other day to every 5 minutes. After closing, it leaves the attached error window popped up. Please help!
Error left after the program closes

Related

Cannot launch without an active device

I am developing a flutter app via vs code, I closed vs code and opened it again and now when i run my code no device is showing to connect.
just like that,
it keeps searching and searching without finding any device.
and the end it shows a box telling "Cannot launch without an active device"
any idea??
please I need to solve this problem a soon as possible.

Flash Builder 4.7 crashes only when Wifi is off (OS X 10.9.2)

I'm subscribing to Adobe CC just for FB and Flash Pro. This bug seems undocumented but is hugely annoying. It has not always been this way - it developed over time, and for awhile if I toggled wifi and restarted it would work again. It is definitely not a workspace corruption; I've reinstalled FB, I've tried different workspaces. What happens is that when wifi is on, or as long as the computer is allocated an external IP, Flash Builder 4.7 works. If wifi is off, or if it fails to find a network, FB crashes before it tries to load the workspace.
Interestingly, if I create a wifi network, assigning my own box a 192.168.. address, FB launches. But if I turn off wifi while FB is open, it throws an error when I try to save files, and throws another error when I quit, saying it can't save the workspace. It's beyond me why, but FB is obviously failing read/write in the absence of a non-local IP being allocated to the box.
This happens even with a clean install and no projects or dependencies.
Has anyone encountered this one? FWIW, I'm also running Eclipse Helios and Kepler, as well as Flash Builder 4 on the same box for maintaining older code - plus Flash Pro and the rest of the CC without any problems. What is up with FB 4.7 ?! I wish Adobe had just put out a damn Eclipse plugin instead of this pile of **** I'm paying $50 a month for. To be an IDE that fails whenever I can't get online.
I can't upgrade OS X on this box, but I doubt it would make a difference, since this is a Java error of some kind and FB hasn't been updated since 2013 or so anyway. It used to work. Unless I got infected with a worm that's trying to upload things I write, I don't see a reason it stopped unless some perms or base code got corrupted. Any insight would be welcome.
This turns out to be a problem with localhost domain resolution on OS X. A workaround can be found here:
InetAddress.getLocalHost() resolution on OSX Lion when offline

Andy Android Emulator Windows 8 issue

About a month ago, I loaded the Android emulator "Andy" on my windows 8 laptop and it seemed to work fine (except it kept kicking me out of Clash of Clans after a couple minutes, but the emulator kept running).
Yesterday, something happened. While in Clash of Clans, the background turned all black and just the small images were visible. This has happened before and I would kill Andy using the X in the upper right corner. I would then restart Andy and things worked OK again.
However, yesterday when this happened, I killed Andy in the same way, but when I tried to restart Andy the frame would display for a second or two and then go away.
I figured that a bit got twisted somewhere, so I uninstalled that version of Andy and downloaded and installed a newer version, but I get the same results.
I checked the web and the closest I came was "Andy won't launch on windows 8". The suggested solution was to roll back the display driver. I did that with the same results.
I figure that there may be a flag somewhere that thinks Andy is running, so it shuts down any new version, but that is just a guess.
Has anyone else run into this problem?
If so what was the solution?
Try to change the compatibility setting to windows 7/8

iPhone app crashing after launch

I have a iPhone app that was working till a few days ago. I could run it from Xcode on my phone but today it crashes with the error:
error: failed to launch '/private/var/mobile/Applications/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/MyAppName.app' -- failed to get the task for process 275
Where xxxx are a set of characters. This is the only warning I get in the Output window.
Closing Xcode and starting again will give different process number on next crash
The app only crashes at random views e.g. the app launches and I can navigate through it up to a certain point, at which it crashes with the error. The next time it may crash on the first views button click.
I have tried a hard reset on my phone but still I get the same problem. I have also deleted the derived data by clicking Options Key -> Product -> Clean build folder... (as I could not find the Developer folder on Lion). I have tried closing Xcode and starting again.
I am using Lion and Xcode 5.0.2.
I am really stuck on this as I have to demo it to a client on Friday and can't figure out what I did wrong?
I have recently added another developer account (working on 2 separate projects, each with its own developer account) and have sent AdHoc demo's through TestFlight to new client.
Could this be what is causing the problem? I have looked in the crashing apps Build Settings -> Code Signing and it appears that i am using the correct account.
This was as per this thread suggestions.
Any help would be appreciated.

Program exited with status value:255. while debbuging iphone app in device

My app is crashing with an error code - Program exited with status value:255. I can't find any error or stack trace in console. This crash will occur only when the app is installed and executed for the first time. I don't get this error while running the app second time. I searched around the web and found a solution. According to that I changed the Target setting of "Compile for Thumb" to off. Even after I am getting this crash and error.
In my previous versions i don't get this error. I don't know whether any change in the code or settings of Xcode causing this problem.
Any help is highly appreciated.
Thanks,
Adarsh V C.