Quantcast
Channel: Adobe Community : Popular Discussions - Using Flash Builder
Viewing all 70427 articles
Browse latest View live

'Finding occurrences' has encountered a problem

$
0
0

Hello,

 

I am getting constant errors with 'finding occurrences" while editing code in Flash Builder 4.7 beta. The errors occur while "mark occurrences" is turned on, but only affect certain variables in some classes. I haven't figured out a pattern to why this happens.

 

In details, the error given is

"An internal error occurred during: "Finding occurrences".

java.lang.NullPointerException"

 

I have no idea what started this problem; it seems like a bug. Anyone else experience this?


'Finding Occurrences.' has encountered a problem.

$
0
0

Flash Builder 4.7 started giving errors today when it is using the Finding Occurrences.  The only thing I can find online is that people ignore the error.  This is unacceptable as the error just keeps occurring and Flash builder no longer will find occurrences within the document open.

 

 

'Finding Occurrences.' has encountered a problem.

An internal error occurred during: "Finding occurrences".

 

Details provides:

 

An internal error occurred during: "Finding occurrences".

java.lang.NullPointerException

solved java.lang.nullpointerexception when using code assist / autocompletion

$
0
0

Hi,

 

 

Good news I found a way to get the content Assist working with flash bluider 4.7, you need only to ignore svn folders and files in the project properties

 

project>properties>Ressources>ressource filter>add>

 

check the following options :

exclude all

Folders

All childrens (recursive)

 

and then choose name *.svn*

 

validate and close windows try a cmd+space or ctrl+space I have no more java.lang.nullpointerexception !!

 

if you don't have any svn files in your project maybe your problem comes from some other source

is their anything compatible with my galaxy tab 2?

$
0
0

Can I download a flash player that is compatible withmy galaxy tab 2?

TypeError: Error

$
0
0

How do I fix this?  The site no longer exists.

Flash creates a separate txt file as well.

 

 

TypeError: Error #1009: Cannot access a property or method of a null object reference.

  at Seekers_Finders_Trailer_fla::MainTimeline/randomInterval()

  at Function/http://adobe.com/AS3/2006/builtin::apply()

  at SetIntervalTimer/onTimer()

  at flash.utils::Timer/_timerDispatch()

  at flash.utils::Timer/tick()

export error in burrito re:target flash player

$
0
0

I'm trying to migrate a project created in Flash Catalyst CS5 to pannini/burrito so that I can do round trip editing, but I'm getting the following error when I export the project out of FB burrito

"The target Flash Player version 10.0.45.0 specified should be equal or higher than the minimum version 10.1.0.0 required by Flex SDK. website3_6  Unknown Flex Problem"

 

Looks like Panini/Burrito installed with Flash player 10.1 in the sdk, while FC CS5 and FB4 installed with Flash player 10.0.45.0

Is there any way to fix this in FB 4 or Burrito?

thanks

Andy


"Could not create the view" error

$
0
0

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

'Creating Adobe FLash Player trust file...' has encountered a problem

$
0
0

I just upgraded from FB 4.5 Premium to FB 4.5 Premium for PHP.

 

Has anyone else encountered a problem like the one in the attached screenshot?

 

It won't let me click the "Details >>" button" won't let me click the "OK" button.  Have to Option-CMD Escape.

 

I'm on Mac OS X latest version.

 

Any help would be appreciated.

 

screen.png


FB 4.6 mobile, design view error: Path for project must have only one segment.

$
0
0

I created a mobile project for iphone from scratch and get this when I tried to go to design view:

 

 

 

An error has occurred. See error log for more details.

Path for project must have only one segment.

Flash Builder 4.6 not opening in PC

$
0
0

HI there. I already read a lot of post talking about that problem happen on mac. My problem is that I am experience this on PC.

 

My flash builder have come with the adobe master collection, and I deleted the folder that was the flashbuilder worskpace and nothing, the same error.

 

When I try to open, it opens the startup screen and then close it with no error messages. Nothing more happens.

 

What I need to do?

Flash builder 4.7 upgrade issue from Flash builder 4.5 (key is not valid)

$
0
0

Hi,

 

      We (Company) are buying Adobe products more than 6-7 years now. We bought the Flash builder premium 4.5 and Flash builder premium 4.5 for PHP volume licence. Now flash builder 4.7 should be complementary upgrade for us. But when we are using Flash builder 4.7 trial version and adding serial number (Flash builder 4.5 serial number), it's just not working and showing a error "key is not valid".

 

I chat with Adobe customer care 4 different people, they end up saying that let us transfer you to volume licence department and then chat ended. No more chat messages, I checked more than one hour and still no message.

 

Then I called they, it took 15 mins to connect with customer care. I picked the "upgrade" option from phone menu and then connected with a guy. After listening complete case he forwarded my call to Volume licence executive and the volume licence executive transferred it to some other guy and the other guy redirect it to some specialized person. So total 4 guys. The last guy (specialized) name was Rohit.

 

This guy Rohit asked me, did I buy a customer support programme (some product about $2.nn.00 )? I said no, we bought volume licenses for Flash builder premium 4.5 ( about $4000.00 ****). He said, sorry sir I can not help you in this, but I can provide you an e-mail address and you can report your concern there. I already passed my 1.5 hour in this conversation. I said okie. He gave me a case number and told me that he will send a email mentioning that email address as per my request I disconnect the phone.

 

I never get that email address.

 

Can some one suggest me what to do next. My case number is : 209-788-274.

My email is: amitabharya23@live.com

 

Thanks,

Amitabh Arya

Flash Builder 4.7 -- Cannot resolve ViewNavigatorApplication

$
0
0

Flash Builder 4.7 said my license expired, forced me to reinstall.  Put in my credentials, everything is fine there.  Except now my mobile project says that it can not resolve ViewNavigatorApplication to a component implementation.  Last working build was using Air 3.5.  I have tried overlaying various versions, 3.5 ac2, 3.6 ac2, even the old 3.5 doesn't work anymore.  What is going on?!

Flash Builder 4.7 downgrade to 4.6 version

$
0
0

Hey,

We have bought a license key for upgrade from Flash Builder 4.0 SE to Flash Builder 4.7 SE, but we need access to Designer View which is not available in FB 4.7.

Our distributor tell us, that it is possible by doing downgrade to Flash Builder 4.6. To do it we should contact with Adobe Support.

 

So our questions are:

1. How can we downgrade Flash Builder from 4.7 SE to 4.6?

2. Could we change our license key to 4.6 license key?

3. How can we download Flash Builder 4.6 binary files?

 

Best regards,

Juri

Flash Builder 4.7 Freezing

$
0
0

Out of curiosity does anyone else have problems with Flash Builder 4.7 freezing while building? I will save a file and it generally seems to freeze on 3% or 27% (those numbers might be related to my project, obviously). This happens several times each day. I have to force it to close and relaunch. Not a big deal since I don't lose any code but it's just more of an annoyance because it interrupts my workflow and the tabs I had open don't save.

Packaging error using Xcode 5 simulators

$
0
0

I'm attempting to test mobile Air apps against iOS 7 via the Xcode 5 simulators, through Flash Builder 7.  My apps (Flex 4.6+/Air 3.5+) open just fine in the simulators packaged with Xcode 4. However, once I install Xcode 5 GM, I get the following error:

 

"Error occurred while packaging the application:

SDK is missing GPL component /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator6.1.sdk/../../../../../usr/llvm-gcc-4.2/lib/gcc/"

 

This error is occurring for for any targeted simulator (6.0/6.1/7.0/etc) and any Air version.

 

If I go back to Xcode 4, I don't have any problems up through v6.1 of the simulators.

 

Any thoughts?

 

Thanks

Parks

 

MacBook Pro -- OS X 10.8.4

Flash Builder 7

Flex 4.6+

Air 3.5+


Flash Builder 4.7 crashes on start up constantly. Mac OSX 10.9

$
0
0

I am having many issues using Flash Builder at the moment. I am using Flash Builder 4.7 on Mac OSX 10.9 (Mavericks). My Java version is Version 7 update 51. The JRE is 1.7

 

The first problem is that the program has begun to crash on start up. The workspace opens for a second or two and then crashes with no error or log. This is now happening constantly.

 

On the occasions when it does start up within around 5 minutes I receive an 'Unexpected character. " is not allowed here'. There are no characters at all at the point the error suggests.

 

The Problems tab says that the unexpected character is on the last line, there is only a } and then nothing following. It doesn't matter what code I am working on, this error happens on all of them. It also gives multiple sets of these errors. On one occasion there were 169 errors relating to the unexpected character.

 

With these errors, Flash Builder is currently unusable. I would appreciate any assistance that can be given.

 

I noticed on the system requirements that OSX Mavericks is not listed, does anyone know if there will be an update to Flash Builder soon?

 

Regards

 

Richard

Database Listing And Paging With Flash Builder

$
0
0

Hello ;

 

i trying to develop an android application with flash builder.

i have a database and connected it, selected a table and created a service.

 

my table have a four coloumn. id - img - tag - date

 

1758723738.png

 

id : as you know. table id coloumn auto increment.

img : long text area. i want to listed to page when clicking the menu item.

tag : tag is title of the img.

date : standart date coloumn.

 

i want to listing all data with menu style. i added to spinner list and it get to value at database tag (title) .

 

389118714.png

 

how can i listing to text (long text area) in to the img coloumn when selected the tag (title) at spinner list. 

 

877797218.png

 

thanks

 

bye.

Error #2048 in Chrome

$
0
0

Hi guys,

 

I want to make my own site and I've started following this tutorial. I reached the end of the first part but when I ran the application in Google Chrome I received a 2048 error. I ran the same application in Internet Explorer and the script ran fine... How can I fix this so that users with Google Chrome can also visit my site?

 

Thanks in advance

Changing the default workspace

$
0
0

I just installed Flash Builder 4.5 and I was hoping to choose my default workspace from the installer menu. No such luck. Then I changed the config.ini files to update the default workspace (as per http://www.eclipsezone.com/eclipse/forums/t78109.rhtml) - that didn't work. And the tried Preferences > General > Startup & Shutdown > Workspaces, and checked off "Prompt for workspace on startup" which allowed me to successfully update my "default workspace".

 

The problem now is when I delete the "Adobe Flash Builder 4.5" folder in my "Documents" folder (I use a mac), it keeps creating new instances the of "Adobe Flash Builder 4.5" whenever I start or exit the program! So if FB doesn't see the folder, it creates a new one on startup and shutdown. Does anyone know how to make it stop?

 

This is kind of driving me crazy...any help would be much appreciated!

Why can't I install Flash Builder 4.6 in my Creative Cloud subscription?

$
0
0

I have an active CC subscription, but Flash Builder 4.6 does not show up as an available upgrade in Adobe Application Manager.  I see it on the Adobe web site, but when I try to install it does not accept my CC serial number.

 

Thanks

Viewing all 70427 articles
Browse latest View live




Latest Images