flash builder 4.7 crashes on mac os high sierra 10.13beta
SWF Games - Utherverse
Is anyone familiar with Utherverse Virtual Worlds?
I'm trying to find someone who knows a bit of coding to help me get a small project going. I know squat about Flash language, so I am hoping to find and pay someone to make a small flash for me.
SWF files for games can be played in Utherverse, but some don't work because they can't capture keystrokes properly. I will be getting back in the DJ business within Utherverse and I find myself in need of a specific function for a Flash SWF.
I understand Flash can recognize keystrokes, and what I need is something similar to a keylogger ... but it is for a family feud style game setting. I know the keystrokes of everyone in the same region might be logged, but that is no worries since the contestants will be in a separate area. What I need is a flash program that will show the keys pressed by anyone. A basic event listener that displays the keys pressed is all i need. I can modify minor details to suit the needs of the game, but it is imperative that all participants see the keystrokes anyone presses on the flash app.
is there anyone who could set up a basic swf to just simply listen for the keystrokes and then display them on screen?
I'd also need the ability to have that same swf be viewable from a browser URL. Essentially I could be running my DJ session, and only have the browser open to the swf, and see what others are saying. This would eliminate the need for me to be in the vww region.
I'm willing to pay a fair amount for someone who's knowledgeable to get me a basic functioning swf.
Thanks all!
Invalid Configuration Location error on startup
I have just installed Flash Builder 4.5 on my Windows 7 Enterprise edition. I installed this using my username (not Administrator), which has local administrative rights. When I start the program, I'm getting the error
---------------------------
Invalid Configuration Location
---------------------------
The configuration area at 'C:\Users\Administrator\Adobe Flash Builder 4.5\cascaded\308971\configuration' could not be created. Please choose a writable location using the '-configuration' command line option.
---------------------------
OK
---------------------------
Any reason for this error and what's the workaround?
Flash Builder 4.6 crashes on startup
Hi,
I've been using fb 4.6 premium for a while and everything works fine. Then 2 days ago it started crashing every time I tried to start it up, and it always crashes when the message "loading workbench" appears at the splash screen. The .log recorded the following:
!ENTRY org.eclipse.ui 2 0 2012-06-13 18:24:12.943
!MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.ui 2 0 2012-06-13 18:24:12.943
!MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'
!ENTRY org.eclipse.core.net 1 0 2012-06-13 18:24:13.845
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
Can anyone decipher what's going on and how to fix it? Thanks!
Flash Builder 4.7 - unable to open
I have opened my old 4.6 workspace with 4.7 and updated my projects flex sdk to 4.6.0 located in FB4.7 sdks folder no problems. Now I am getting the follow error:
"unable to open '/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flexbuilder.project_4.7.0.345990/dcradSwcs/4.5/locale/es_ES '"
My flex mobile project has localisation, all located in a folder: src/locale/ and I have the following compiler args:
-locale=en_US,de_DE,es_ES,fr_FR,ja_JP,pt_BR,ru_RU,zh_CN,it_IT,ko_KR,nl_NL -source-path ./locale/{locale} -allow-source-path-overlap=true
I geuss the issue is possibly with the compiler path or possibly no es_ES folder located in 4.7, any ideas?
Thanks
Flash Builder doesn't rebuild the project everytime I modify the code
Hi,
Flash Builder doesn't rebuild the project everytime I modify the code.
I find myself chasing ghosts when trying to debug my project. Flash Builder 4.0 doesn't rebuild my project after every change I make.
The "Project - Build Automatically" is of course selected. To make sure the problem is real I ran "Project - Build All" several times. Nothing helped.
For example, I am using a boolean constant to select different code in an if block. Even if I change the value of the boolean, When I debug the code, I see that the constant's value doesn't change. Only If I log out login again, FB will rebuild my code.
This happens too many times and it is very confusing to debug, when you don't know if the result now is with or without your changes.
It also affects the following:
- breakpoints that are set or disabled are not taken into account and the debugger will skip them even if they are set or stop on them if they are disabled.
- the debugger stops the debug on empty lines, if those lines previously contained code.
- When I comment out the declaration of variables. Eclipse doesn't recognize them and doesn't show any hint on them when you hold the CTRL key and hover over, but while in debug mode, when you hover over the variable instance, its shows a value for it.
Thanks for your help.
Bye,
RaamEE-IL
EOL & EOVS dates of Flex SDK 4.6
Hi Team,
What are the end of life and end of vendor support dates of Flex SDK 4.6 since I don't see these EOL and EOVS dates of this version (4.6) in any of the adobe sites (EOL & EOVS dates of this product are being found in one of the adobe sites only for versions 3.0 & 2.0)?
Please help to get the EOL & EOVS dates of Flex SDK 4.6 provided in an authorized site(s).
FYI - Here is the adobe site http://www.adobe.com/support/products/enterprise/eol/eol_matrix.html#61 where in you can find out vendor support dates of this product only for 3.0 & 2.0 versions. There is no such information for 4.6 version.
Can you please help me to get the vendor support dates for Flex SDK 4.6? Or else, can you please help me to get the respective contacts/references(links)/documents?
Thanks in advance.
Best Regards,
Mallaiah Papinni
Using the command-line compiler?
I installed the trial version of Flash Builder and used it for a while. After the trial period expired, I decided not to buy it because this is only a hobby project and even the "Standard" version costs several $100. But the command line compiler, as I understand it, is part of the open-source Apache FLEX project, so I should be able to use that -- I hope.
I spent about 3/4 of my working life writing code with a text editor (or on punch cards), assembling or compiling it, testing it, fixing whatever errors shoed up, rinse, repeat. I don't see any reason I can't do that with FLEX.
However, when I try to run the compiler from the command line, I get the following error:
Exception in thread "main" java.io.FileNotFoundException: C:\barry\bin\flex\mxml
c.jar (The system cannot find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
Has anybody else successfully run the mxmlc compiler from the command line?
Flash Builder on Windows 8 gets into a bad state with File Handles. When will this get fixed?
Flash Builder 4.7 64-bit on Windows 8.1 gets into a bad state with File Handles. While using Flash Builder with a "ActionScript Project", if I right-click on a package under src and select delete, then every other time Flash Builder gives me an error saying that there was a problem deleting the package. It successfully deletes all the files in the folder, but the folder remains. So I go to Windows Explorer and try to delete the folder, and Windows says that another program has a lock on that folder so it cant be deleted in that moment.
It doesnt matter if I close Flash Builder or not, the folder is still "In Use". Once I restart Windows than I can successfully delete the folder.
This problem is similar with the bug in Flash Professional CC that keeps a file handle lock on the app-descriptor xml file. I have to restart Windows in order for Flash Professional to release the app descriptor.
(There are also the many bugs that deal with Flash Builder not being able to compile unless you manually "clean", but then sometimes you cant even clean because there are open handles to the bin-debug directory)
Does anybody else have this issue? Does anybody know when Adobe plans to fix this bug in Flash Builder?
FlashBuilder NullPointerException while building (invoking Compiler)
Hello.
I've a problem building project, which is a AS3 library project.
The error I got in eclipse log is:
!ENTRY org.eclipse.core.resources 4 75 2014-04-14 10:14:33.378 !MESSAGE Errors occurred during the build. !SUBENTRY 1 com.adobe.flexbuilder.project 4 75 2014-04-14 10:14:33.378 !MESSAGE Errors running builder 'Compiler' on project 'MyProjectName'. !STACK 0 java.lang.NullPointerException at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.calcBuildTotalWork(FlexProjectBuilder.java:214) at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:227) at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:171) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374) at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:513) at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:422) at org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAction.java:180) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
I keep wondering how is that possible anyway, meaning for such an expensive product to be still that buggy?!
NPE means someone saved him self some time not checking if something was null and displaying a proper message in eclipse, which could help me solve the problem (if in .project or .actionScriptProperties or .flexLibProperties for example).
The point of using expensive software when building our software is to work! I guess I've any right to a good explanation, thou I don't beleave that's what I will get.
Version details:
Adobe Flash Builder 4.7 Version: 4.7.0.349722
PS: Flash Builder got a lots of problems (serious bugs). Thou nobody from adobe talks about them. Cleaning projects crashes almost every time, very often the compiling process brings "Internal error"... Are you guys capable of writing software? Meaning working software - I'll clarify for you 'cause obviously you are not familiar with the term "working software" - means everything works as expected. Because of your lack of skill I waste huge amounts of time restarting your half-written software so it could at least compile once.. then restart again the whole thing. Very useful for business. Educate your self before selling your sh!t to the people, you crooks!
the setup has detected that no version of extension builders
how to solve it?
Flash Builder 4 downloads flag as virus
Why would my virus scanner flag a file in these adobe trial downloads (standalone Windows) upon installation?
Adobe Flash Builder 4 Premium English Eclipse Plug-in for Mac OS X:
http://trials.adobe.com/AdobeProducts/FLBR/4/osx10/FlashBuilder_4_Plugin_LS10.dmg
Adobe Flash Builder 4 Premium English Eclipse Plug-in for Windows:
http://trials.adobe.com/AdobeProducts/FLBR/4/win32/FlashBuilder_4_Plugin_LS10.exe
Adobe Flash Builder 4 Premium English Standalone for Mac OS X:
http://trials.adobe.com/AdobeProducts/FLBR/4/osx10/FlashBuilder_4_LS10.dmg
Adobe Flash Builder 4 Premium English Standalone for Windows:
http://trials.adobe.com/AdobeProducts/FLBR/4/win32/FlashBuilder_4_LS10.exe
IntelliJ Idea or Flash builder
Using Flash builder for two years , still no update , FB 4.7 is very slow , i cant able to use it , thought you will update for atleast once a year , couldnt get it , trying to get a IntelliJ Idea instead of getting this FB. am seriously frustrated that you guys left FB 4.7 without an intimation and no update promise , if you are not updating , why are you selling it , just close it , no support too ! whos with me
Buy Flash Builder 4.6 serial number
Hallo,
We want to buy the flash builder 4.6, butthere is no wayto buy it. We needadditionalversions, because weare currently workingwiththeversion4.6 (we are using the design view).
Inversion 4.7there isno longertheDesignView, and therefore there is no reasonto buytheversion4.7. I havecontactedAdobevia the hotline, butthesupportersdid not knowtheFlash Builder 4.6.
So please tell me, where can I buy the Flash Builder 4.6?
flashbuilder breaks when trying to validate license
FlashBuilder Premium 4.7
Been using it fine but recently moved to a Win10 machine and after managing to get it to install (not so easy these days), it hits an error while trying to validate the license on startup. The error is that the Creative Cloud window gets stuck with an infinite loading spiral saying "Please wait for a moment..."
If I close it, it asks "Are you sure you want to quit?" and if I say No, it shows a Membership Expired page with a signed in Adobe ID of someone else (previous user on this machine perhaps). Close and Try Again are no help. I try clicking "Have a different Adobe ID?" and log in there but it just does the same thing.
I double checked that I have a free Creative Cloud account and that I have the right account which has a flashbuilder key.
I uninstalled everything, restarted, ran CC cleaner, restarted, installed CC, installed FlashBuilder, same problem.
I tried the AdobeLimitedAccessRepairTool too, no luck.
I tried deleting everything under AppData/Roaming/Adobe, that did not help either.
It doesn't matter if I launch from within Creative Cloud or not, I get the same thing both ways.
Can anyone help me?
Flash Builder 4.6 Standard
I would like to upgrade from Builder 4.5 to 4.6.
We have multiple valid serial numbers for flash builder premium 4.5, what is the process of upgrading to 4.6
I tried this link on the Adobe website and clicked the "Buy" button at the bottom of the page however it did not work and I was redirected to another irrelevant page in the Adobe website: Adobe Flash Builder 4.6 Standard
Thank you.
How the adobe flash builder 4.7 premium can be installed without user interaction.
Hi,
I want to install the latest adobe flash builder 4.7 premium version without user interaction. Now its asking for license key and adobe id for activating and validating the installation. Is there any way to install without user interaction.
Actually we are using this tool/binaries inside our custom application where we need to install it without user interaction.
So is there any way to install it in a silent way. OR is there any separate package available other than this FlashBuilder_4_7_LS10_win64.exe
Regards
Rahul
error 213:10
After installing a trial Flash Builder 4 windows standalone version, I get error box saying "A problem has occured with the licensing of this product..." with error code 213:10.
Can someone shed light on how to fix it?
Thanks
.eclipse folder in C:\Users\[USERNAME]
Hi There,
I develop software on many different platforms using many different environments so I am used to these random folders being created in my personal folders.
In the last few days I have been cleaning up these folders and placing them all in workspace folders on my system drive.
I have managed to fix all but the .eclipse folder, all I need to know if there is a registry value (I cannot find one) that can be changed to fix this or an environment variable (I suspect this is more likely).
Thanks in advance
Tom Stone
"Could not create the view" error
Hey everyone,
I'm new to Flash Builder and have been following a tutorial video to learn the basics. Today, when I tried to access my project, this error appeared in the Package Explorer:
Could not create the view: Plug-in "com.adobe.flexbuilder.as.editor" was unable to instantiate class "com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorer".
I also can't seem to create a new Flex project. If I try to, I can never click Finish. The button just remains faded out.
Below are the details on the package explorer error.
Any help would be much appreciated.
Thanks.
java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/common/CMFactory
at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorer.<init>(FlexPackage Explorer.java:263)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:170)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:874)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)
at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:63)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:324)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:4212)
at org.eclipse.ui.internal.WorkbenchPage$18.runWithException(WorkbenchPage.java:3271)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:1384)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2316)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundExce ption: An error occurred while automatically activating bundle com.adobe.flexbuilder.codemodel (16).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :449)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:211)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:3 3)
at org.eclipse.osgi.internal.loader.MultiSourcePackage.loadClass(MultiSourcePackage.java:31)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:105)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 51 more
Caused by: org.osgi.framework.BundleException: Exception in com.adobe.flexbuilder.codemodel.internal.bridge.CMBridge.start() of bundle com.adobe.flexbuilder.codemodel.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:806)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:7 55)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
... 62 more
Caused by: java.nio.channels.OverlappingFileLockException
at sun.nio.ch.FileChannelImpl$SharedFileLockTable.checkList(Unknown Source)
at sun.nio.ch.FileChannelImpl$SharedFileLockTable.add(Unknown Source)
at sun.nio.ch.FileChannelImpl.tryLock(Unknown Source)
at java.nio.channels.FileChannel.tryLock(Unknown Source)
at org.apache.lucene.store.NativeFSLock.obtain(NativeFSLockFactory.java:246)
at org.apache.lucene.store.NativeFSLockFactory.acquireTestLock(NativeFSLockFactory.java:79)
at org.apache.lucene.store.NativeFSLockFactory.setLockDir(NativeFSLockFactory.java:139)
at org.apache.lucene.store.NativeFSLockFactory.<init>(NativeFSLockFactory.java:117)
at com.adobe.flexbuilder.codemodel.internal.common.AbstractTextDatabase.start(AbstractTextDa tabase.java:111)
at com.adobe.flexbuilder.codemodel.internal.search.ASSearchDataProvider.<init>(ASSearchDataP rovider.java:43)
at com.adobe.flexbuilder.codemodel.internal.search.ASProviderFactory.createDataProvider(ASPr oviderFactory.java:47)
at com.adobe.flexbuilder.codemodel.internal.search.SearchIndexManager.addISearchDataProvider dFactory(SearchIndexManager.java:70)
at com.adobe.flexbuilder.codemodel.internal.CMCoreActivator.activate(CMCoreActivator.java:19 9)
at com.adobe.flexbuilder.codemodel.internal.bridge.CMBridge.start(CMBridge.java:77)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:7 83)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:774)
... 67 more