You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by bilbosax <wa...@comcast.net> on 2017/07/03 01:59:51 UTC

Flashbuilder 4.7 on Windows 7

I am on vacation and brought an old windows 7 64-bit laptop with me. I have
installed Flash Builder 4.7, imported my project, but when I try to compile
and run it on my iPad, it never finishes and uploads. I don't get any
errors, but I started a compilation/run cycle before dinner, and when I got
back 3 hours later, it was still working on it. At home, this process only
takes 4 minutes. I have tried 3 times, and I just can't get it to to
complete the process and install to my iPad. I am using Flex 4.16.0 and AIR
25. Any thoughts???



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by Jeffry Houser <je...@dot-com-it.com>.
  It's been quite a while since I've done this; but don't you have to 
manually transfer the the IPA to the iPad with iTunes?  I would have 
expected Flash Builder to time out and stop waiting for that connection 
eventually.


On 7/3/2017 8:23 AM, Matthew Weir wrote:
> By the looks of it, it appears that there are two commands assigned to the keystroke of CTRL+G and three commands assigned to CTRL+SHIFT+G and eclipse doesn't know how to deal with the conflict.
> I'll see what else I can when I get into the office.
>
> On Monday, July 3, 2017, 8:15:26 AM EDT, bilbosax <wa...@comcast.net> wrote:
>
> So, changing the memory in the .ini file did not help, so I found the error
> log.  There is something in it, but it means nothing to me and I am hoping
> it will make more sense to someone here on the mailing list:
>
>
>
> !ENTRY org.eclipse.jface 2 0 2017-07-03 07:53:49.786
> !MESSAGE Keybinding conflicts occurred.  They may interfere with normal
> accelerator operation.
> !SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
> !MESSAGE A conflict occurred for CTRL+G:
> Binding(CTRL+G,
>
> ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
> All Declarations In Workspace,
>          ,
>      
> Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
>      
> LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      com.adobe.flexide.editorcore.flexEditorScope,,,system)
> Binding(CTRL+G,
>
> ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
> All Declarations In Workspace,
>          ,
>      
> Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
>      
> LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
> Binding(CTRL+G,
>
> ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace,Declaration
> in Workspace,
>          Search for declarations of the selected element in the workspace,
>          Category(org.eclipse.search.ui.category.search,Search,Search command
> category,true),
>          ,
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      org.eclipse.ui.contexts.window,,,system)
> !SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
> !MESSAGE A conflict occurred for CTRL+SHIFT+G:
> Binding(CTRL+SHIFT+G,
>
> ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
> All References In Workspace,
>          ,
>      
> Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
>      
> LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      com.adobe.flexide.editorcore.flexEditorScope,,,system)
> Binding(CTRL+SHIFT+G,
>
> ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
> All References In Workspace,
>          ,
>      
> Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
>      
> LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
> Binding(CTRL+SHIFT+G,
>
> ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace,References
> in Workspace,
>          Search for references to the selected element in the workspace,
>          Category(org.eclipse.search.ui.category.search,Search,Search command
> category,true),
>          ,
>          ,,true),null),
>      org.eclipse.ui.defaultAcceleratorConfiguration,
>      org.eclipse.ui.contexts.window,,,system)
>
>
>
>
> --
> View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15388.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

-- 
Jeffry Houser
Technical Entrepreneur
http://www.jeffryhouser.com
203-379-0773


Re: Flashbuilder 4.7 on Windows 7

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I'm not convinced these errors are the root of the problem.

I suggest restarting your computer.  Then try a simple test app, and/or
try stripping down your app.

Also, when Flash Builder hangs, there is usually an icon in the lower
right you can click on to see progress.  I think there are some articles
about what to do if Flash Builder hangs at certain points in the progress.

Another thing to do is clean the project and when Flash Builder hangs, see
what it has produced, if anything, in the output folders.

-Alex

On 7/3/17, 7:16 AM, "bilbosax" <wa...@comcast.net> wrote:

>Mathew, I am sorry but I don't understand your reply.  Could you clarify?
>
>Thanks
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-users.2333346.n4.nabble.com%2FFlashbuilder-4-7-on-Windows-7-tp15386p1539
>3.html&data=02%7C01%7C%7Cc11106bbaae340d2966b08d4c220a7a9%7Cfa7b1b5a7b3443
>8794aed2c178decee1%7C0%7C0%7C636346892904916680&sdata=awTwm6%2B5BGPdox82Tq
>gI6pWzQ5qTuPJnRWio5K46U9k%3D&reserved=0
>Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Flashbuilder 4.7 on Windows 7

Posted by Matthew Weir <ma...@yahoo.com.INVALID>.
Sorry, that was supposed to be a link... I guess that doesn't work?
Deleting workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xml
Had 75 upvotes for the answer. 


On Monday, July 3, 2017, 10:34:48 AM EDT, bilbosax <wa...@comcast.net> wrote:

Mathew, I am sorry but I don't understand your reply.  Could you clarify?

Thanks



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15393.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by bilbosax <wa...@comcast.net>.
Mathew, I am sorry but I don't understand your reply.  Could you clarify?

Thanks



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15393.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by Matthew Weir <ma...@yahoo.com.INVALID>.
Try Eclipse (C/C++) Error: Job found still running after platform shutdown

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
Eclipse (C/C++) Error: Job found still running after platform shutdown

When I went to open Eclipse, it had worked an hour before, it froze at launch and gave the error: "An error has ...
 |

 |

 |





On Monday, July 3, 2017, 10:00:52 AM EDT, bilbosax <wa...@comcast.net> wrote:

So, I went into preference>general>keys, searched for the Ctrl+G and
Ctrl+Shift+G, and clicked on "unbind command" for each entry.  This caused
the log to no longer trace an error related to key-binding.  But it is now
listing one final error.  Anyone know what to do with this one?

!MESSAGE Job found still running after platform shutdown.  Jobs should be
canceled by the plugin that scheduled them during shutdown:
org.eclipse.debug.internal.ui.DebugUIPlugin$8




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15391.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by bilbosax <wa...@comcast.net>.
So, I went into preference>general>keys, searched for the Ctrl+G and
Ctrl+Shift+G, and clicked on "unbind command" for each entry.  This caused
the log to no longer trace an error related to key-binding.  But it is now
listing one final error.  Anyone know what to do with this one?

!MESSAGE Job found still running after platform shutdown.  Jobs should be
canceled by the plugin that scheduled them during shutdown:
org.eclipse.debug.internal.ui.DebugUIPlugin$8




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15391.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by Matthew Weir <ma...@yahoo.com.INVALID>.
By the looks of it, it appears that there are two commands assigned to the keystroke of CTRL+G and three commands assigned to CTRL+SHIFT+G and eclipse doesn't know how to deal with the conflict.
I'll see what else I can when I get into the office.

On Monday, July 3, 2017, 8:15:26 AM EDT, bilbosax <wa...@comcast.net> wrote:

So, changing the memory in the .ini file did not help, so I found the error
log.  There is something in it, but it means nothing to me and I am hoping
it will make more sense to someone here on the mailing list:



!ENTRY org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal
accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE A conflict occurred for CTRL+G:
Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
All Declarations In Workspace,
        ,
    
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
All Declarations In Workspace,
        ,
    
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
Binding(CTRL+G,

ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace,Declaration
in Workspace,
        Search for declarations of the selected element in the workspace,
        Category(org.eclipse.search.ui.category.search,Search,Search command
category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE A conflict occurred for CTRL+SHIFT+G:
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
All References In Workspace,
        ,
    
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
All References In Workspace,
        ,
    
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace,References
in Workspace,
        Search for references to the selected element in the workspace,
        Category(org.eclipse.search.ui.category.search,Search,Search command
category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15388.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by bilbosax <wa...@comcast.net>.
So, changing the memory in the .ini file did not help, so I found the error
log.  There is something in it, but it means nothing to me and I am hoping
it will make more sense to someone here on the mailing list:



!ENTRY org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal
accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE A conflict occurred for CTRL+G:
Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
All Declarations In Workspace,
		,
	
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
	
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	com.adobe.flexide.editorcore.flexEditorScope,,,system)
Binding(CTRL+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.workspace,Find
All Declarations In Workspace,
		,
	
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
	
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllDeclarationsAction@b2b24c8)),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
Binding(CTRL+G,

ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace,Declaration
in Workspace,
		Search for declarations of the selected element in the workspace,
		Category(org.eclipse.search.ui.category.search,Search,Search command
category,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2017-07-03 07:53:49.786
!MESSAGE A conflict occurred for CTRL+SHIFT+G:
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
All References In Workspace,
		,
	
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
	
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	com.adobe.flexide.editorcore.flexEditorScope,,,system)
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.workspace,Find
All References In Workspace,
		,
	
Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
	
LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.FindAllReferencesAction@3d7bcc32)),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
Binding(CTRL+SHIFT+G,

ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace,References
in Workspace,
		Search for references to the selected element in the workspace,
		Category(org.eclipse.search.ui.category.search,Search,Search command
category,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flashbuilder-4-7-on-Windows-7-tp15386p15388.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flashbuilder 4.7 on Windows 7

Posted by Alex Harui <ah...@adobe.com.INVALID>.
See if there are exceptions in the error log.
Check to see how much memory is being used by Flash Builder.
https://helpx.adobe.com/flash-builder/kb/sluggish-performance-out-memory-er
rors.html

HTH,
-Alex

On 7/2/17, 6:59 PM, "bilbosax" <wa...@comcast.net> wrote:

>I am on vacation and brought an old windows 7 64-bit laptop with me. I
>have
>installed Flash Builder 4.7, imported my project, but when I try to
>compile
>and run it on my iPad, it never finishes and uploads. I don't get any
>errors, but I started a compilation/run cycle before dinner, and when I
>got
>back 3 hours later, it was still working on it. At home, this process only
>takes 4 minutes. I have tried 3 times, and I just can't get it to to
>complete the process and install to my iPad. I am using Flex 4.16.0 and
>AIR
>25. Any thoughts???
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-users.2333346.n4.nabble.com%2FFlashbuilder-4-7-on-Windows-7-tp15386.html
>&data=02%7C01%7C%7Cf79794e54e8b4ffb5b8408d4c1b9b8c3%7Cfa7b1b5a7b34438794ae
>d2c178decee1%7C0%7C0%7C636346450811430506&sdata=JXYc43Q4Vo%2FBF7FHcgO%2BkY
>Vb%2FW4kpeYQJHMidB2G7UY%3D&reserved=0
>Sent from the Apache Flex Users mailing list archive at Nabble.com.