Frustration with FB 4.7

2013-12-03 Thread mark goldin
I am continuously getting Java run time errors. I have created a brand new workspace but the errors are still coming. What else can I do? Thanks

Re: Frustration with FB 4.7

2013-12-03 Thread Martin Miko
Hi Mark, what sort of errors? Can you post the error trace? Martin Miko On Tue, Dec 3, 2013 at 8:31 PM, mark goldin wrote: > I am continuously getting Java run time errors. I have created a brand new > workspace but the errors are still coming. What else can I do? > > > > Thanks >

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
All errors are Java run time errors. Where do I get Java log file from? On Tue, Dec 3, 2013 at 1:56 PM, Martin Miko wrote: > Hi Mark, > > what sort of errors? Can you post the error trace? > > Martin Miko > > > On Tue, Dec 3, 2013 at 8:31 PM, mark goldin wrote: > > > I am continuously getting

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
I found it. Here is one entry: !ENTRY org.eclipse.ui 4 0 2013-12-03 10:47:28.469 !MESSAGE Unhandled event loop exception !STACK 0 com.google.common.collect.ComputationException: java.lang.NullPointerException at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(Computing

Re: Frustration with FB 4.7

2013-12-03 Thread Martin Miko
Hello again, well I've seen couple of odd FB errors, but not this one so far, after a quick google I think this might be relevant [1]. Unfortunately, if this is the case I cannot help you much. I have no experience with building applications for mobile devices. [1] http://forums.adobe.com/message

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
I will have a look, but I am not doing any mobile development. On Tue, Dec 3, 2013 at 2:23 PM, Martin Miko wrote: > Hello again, > > well I've seen couple of odd FB errors, but not this one so far, after a > quick google I think this might be relevant [1]. Unfortunately, if this is > the case I

Re: Frustration with FB 4.7

2013-12-03 Thread piotr.zarzycki
Hi Mark. Try to increase amount of memory in FlashBuilder.ini -Xmx1024m Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Frustration-with-FB-4-7-tp4058p4064.html Sen

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
Done that. On Tue, Dec 3, 2013 at 2:39 PM, piotr.zarzycki wrote: > Hi Mark. > > Try to increase amount of memory in FlashBuilder.ini > > -Xmx1024m > > Piotr > > > > - > Flex/Air developer open to new job offers and challenges. > piotrzarzyck...@gmail.com > -- > View this message in context:

Re: Frustration with FB 4.7

2013-12-03 Thread Alex Harui
I think this may be a class path or Java versioning problem. What OS and version of Java is on your computer? On 12/3/13 12:53 PM, "mark goldin" wrote: >Done that. > > >On Tue, Dec 3, 2013 at 2:39 PM, piotr.zarzycki >wrote: > >> Hi Mark. >> >> Try to increase amount of memory in FlashBuilder.in

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
Windows 7. *Version 7 Update 45* On Tue, Dec 3, 2013 at 2:57 PM, Alex Harui wrote: > I think this may be a class path or Java versioning problem. What OS and > version of Java is on your computer? > > On 12/3/13 12:53 PM, "mark goldin" wrote: > > >Done that. > > > > > >On Tue, Dec 3, 2013 at

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
It works normally after starting FB for maybe 10 min. Sometimes, longer and then starts throwing these errors and FB slowly dies. On Tue, Dec 3, 2013 at 2:59 PM, mark goldin wrote: > Windows 7. *Version 7 Update 45* > > > On Tue, Dec 3, 2013 at 2:57 PM, Alex Harui wrote: > >> I think this may

Re: Frustration with FB 4.7

2013-12-03 Thread Gary Young
Just switch to IntelliJ idea, everything will be perfect!! On Tue, Dec 3, 2013 at 4:03 PM, mark goldin wrote: > It works normally after starting FB for maybe 10 min. Sometimes, longer and > then starts throwing these errors and FB slowly dies. > > > On Tue, Dec 3, 2013 at 2:59 PM, mark goldin

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
Will I be able to keep projects in both environments in sync? Or it's one way street? On Tue, Dec 3, 2013 at 3:36 PM, Gary Young wrote: > Just switch to IntelliJ idea, everything will be perfect!! > > > On Tue, Dec 3, 2013 at 4:03 PM, mark goldin wrote: > > > It works normally after starting F

Re: Frustration with FB 4.7

2013-12-03 Thread Gary Young
Absolutely, but I'm sure you won't use FB when you adapt to IntelliJ idea. BTW, they just released version 13, it's a great chance to buy. -Gary On Tue, Dec 3, 2013 at 4:39 PM, mark goldin wrote: > Will I be able to keep projects in both environments in sync? Or it's one > way street? > > > On

Re: Frustration with FB 4.7

2013-12-03 Thread Lee Burrows
something to try (no promises)... edit the FB settings file (FlashBuilder.ini in the root folder for FB installation) and add "-clean" to the top of the file. this will clear out eclipses cache the next time it starts (you may want to remove the -clean once you've run it - its a bit overkill

Re: Frustration with FB 4.7

2013-12-03 Thread Alex Harui
There's a way to see if you're running out of heap in FB. Is the workspace building when you get these errors? You can try turning off some code-intelligence features. -Alex On 12/3/13 1:03 PM, "mark goldin" wrote: >It works normally after starting FB for maybe 10 min. Sometimes, longer >and

Re: Frustration with FB 4.7

2013-12-03 Thread piotr.zarzycki
Mark I have switched to Intellij idea three years ago. -> Like Gary said I won't use FB anymore! Half year ago I tried FB again and nothing's changed. -> slow, big memory consumption, some of my colleagues also had such errors like you. :/ Piotr - Flex/Air developer open to new job offers a

Re: Frustration with FB 4.7

2013-12-04 Thread Martin Miko
Hi Mark, to reiterate on what you and others wrote. Fiddling with java vm might help, but my best guess would be some strange dependency in your project structure, maybe some compiler option, or something obscure like that. I spent countless hours hunting errors like this and afaik increasing memo

Re: Frustration with FB 4.7

2013-12-04 Thread Alexander Doroshko
On 04.12.2013 12:07, Martin Miko wrote: And of course, if the budget and other limitations allow you to at least try IntelliJ, I would definitely go for it. If you decide to try take a look at these quick start guides: http://confluence.jetbrains.com/display/IntelliJIDEA/Flash+Development. Fee

Re: Frustration with FB 4.7

2013-12-04 Thread mark goldin
Thanks for all the suggestions. Will keep them in mind. But I have switched to 4.11 for all projects that are in the workspace and it's been running fine. Go figure. On Wed, Dec 4, 2013 at 4:05 AM, Alexander Doroshko < alexander.doros...@jetbrains.com> wrote: > On 04.12.2013 12:07, Martin Miko w