Knowledge Base

Searchable page listing technical problems and their solutions.

svn up not getting new files

posted Nov 15, 2010, 6:16 AM by Isaac Levin

Problem:
After running "svn up" updated remote files are transferred to the local computer, but newly added remote files are ignored
Solution:
run "svn --set-depth infinity up" instead of regular "svn up"

Promiscuous Mode in VMWare Virtual Ethernet Adapter

posted Nov 16, 2008, 4:37 PM by Isaac Levin   [ updated Nov 16, 2008, 4:49 PM ]

Problem:
Certain applications (Windows Mobile Emulator, WinPCap) running inside guest OS can't assess host network, requesting promiscuous mode of virtual adapter.

Solution:
If host is Linux, run 'sudo chmod a+rw /dev/vmnet*'
If host is Mac OS X, start vmware as root 'sudo "/Applications/VMware Fusion.app/Contents/MacOS/vmware"'

Reference:

Explicitly export ActionScript interface in Flex Builder

posted Nov 1, 2008, 6:14 PM by Isaac Levin

Problem:
Flex Builder doesn't see an AS3 Interface that was just added to Flex Library project.

Solution:
By default new interface is not included in the project build. Select "Project Properties" -> "Flex Library Build Path" and make sure that new interface is checked.

Secure messaging channels don't work in IE

posted Nov 1, 2008, 5:57 PM by Isaac Levin

Problem:

Flex messaging/remoting SecureAMFChannel and SecureHTTPChannel work fine in Firefox, but connection fails in IE.

Solution:

Add <add-no-cache-headers>false</add-no-cache-headers> to <properties> section of channel definition in your services-config.xml

1-4 of 4

Comments