Error 1007

Trying to create a virtual disk on the MD3000i, but it is coming up with error 1007 - could not communicate with the RAID controller module at location 0 to complete this application.

I wanted to know if I should please RAID Controller Module Offline and Online again?

Here are the details:

OPERATING ENVIRONMENT DATA

Name of the client system: ITPRDBKUP1
Client OS: Windows Vista

Application version: 03.35.G6.50
Storage management of version table: 03.35.G6.50
Name of storage array: LD-MD3000i
Firmware version: 07.35.39.64
Management class: devmgr.v1035api01.Manager

**************************************************

DATA ERROR

Command sent to the RAID controller module to the location: 0
Host name: 0.0.0.0
IP address: 0.0.0.0

Return code: error 1007 - could not communicate with the RAID controller module at location 0 to complete this application.

Possible causes include network problems or connection, problems of RAID controller module or not the power of the host or storage array. Check these possible causes and then try the operation again. If you suspect a problem with RAID controller module, use the recovery guru to solve the problem.
Operation when the error occurred: >
Timestamp: 29 July 2014 13:57:14

DATA BATTERY

devmgr.v1035api01.Sam.JAL.ManagementOperationFailedException:
at devmgr.v1035api01.sam.jal.StorageArrayFacade.createException (unknown Source)
at devmgr.v1035api01.sam.jal.StorageArrayFacade.sendCommandCommon (unknown Source)
at devmgr.v1035api01.sam.jal.StorageArrayFacade.sendCommand (unknown Source)
at devmgr.v1035api01.sam.jal.StorageArrayFacade.createVolume (unknown Source)
at devmgr.v1035api01.sam.volume.CreateVolumeWizardPanel.createVolume (unknown Source)
at devmgr.v1035api01.sam.volume.CreateVolumeWizardPanel.performCommitAction (unknown Source)
to devmgr.v1035api01.shared.wizard.DialogPanel$ NotifyBackgroundTaskAdapter.performOp (unknown Source)
at devmgr.v1035api01.shared.AbstractTaskAdapter.run (unknown Source)

THREAD DATA

Thread [reference Manager 10, System]
Thread [finalizer, 8, System]
Thread [dispatcher Signal, 9, System]
Thread [Java2D grinder, 10, System]
Thread [TimerQueue, 5, System]
Thread [AWT-Windows, 6, main]
Thread [AWT-closure, 5, main]
Thread [AWT-EventQueue-0, 6, main]
Thread [DestroyJavaVM, 5, main]
Thread [GarbageCollectorThread, 6, main]
Thread [ChangeDetector, 6, main]
Thread [LogMsgThread, 6, main]
Thread [Np_Link_Monitor0, 6, main]
Thread [RecoveryProfile-14, 6, main]
Thread [NEA-15, 6, main]
Thread [Timer 0, 6, main]
Thread [0.3, lead animator of the Image]

Hello Latif,

You can access the management on controller 0 port?  Or are you able to ping to the IP address for controller 0?  What happens is that as you try to create the virtual drive, it attempts to assign to controller 0 but it is not able to communicate the slot0 management controller will is why you get the error.

Please let us know if you have any other questions.

Tags: Dell Products

Similar Questions

  • TypeError: Error #1007: tried to create an instance in a no constructor

    Hello guys,.

    Im stuck with actionscript error, I really need help here the error I got: -.

    TypeError: Error #1007: tried to create an instance in a no constructor.

    to Away3dScene / initObjects)

    in Away3dScene / init)

    at flash.display::DisplayObjectContainer/addChild()

    at Away3dProject()

    So to use Away3d, but don't really know what's wrong because everything seems to be OK, I'm using adobe flash cs5.5, flash player 10.

    hand. As code:

    package

    {

    import flash.display.Sprite;

    import flash.display.StageScaleMode;

    import flash.display.StageAlign;

    Import net.hires.utils.Stats;

    SerializableAttribute public class Away3dProject extends Sprite

    {

    public void Away3dProject()

    {

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    var scene: Away3dScene = new Away3dScene();

    addChild (scene);

    stats: var = new Statistics Stats();

    addChild (stats);

    }

    }

    }

    and Away3dscene.as here:

    package

    {

    Import away3d.cameras.Camera3D;

    Import away3d.containers.Scene3D;

    Import away3d.containers.View3D;

    Import away3d.core.base.Object3D;

    Import away3d.core.clip.RectangleClipping;

    Import away3d.core.math.Number3D;

    Import away3d.materials.WireColorMaterial;

    Import away3d.overlays.LensFlare;

    Import away3d.primitives.Plane;

    import flash.display.BlendMode;

    import flash.display.Sprite;

    import flash.events.Event;

    SerializableAttribute public class Away3dScene extends Sprite

    {

    [Embed (source = "assets/library.swf", symbol = "Halo")]

    private var Halo: Class;

    [Embed (source = "assets/library.swf", symbol = "Flare1")]

    private var Flare1: Class;

    [Embed (source = "assets/library.swf", symbol = "Flare2")]

    private var Flare2: Class;

    [Embed (source = "assets/library.swf", symbol = "Flare3")]

    private var Flare3: Class;

    private var _scene:Scene3D;

    private var _camera:Camera3D;

    private var _view:View3D;

    private var _flare:LensFlare;

    public void Away3dScene()

    {

    this.addEventListener (Event.ADDED_TO_STAGE, init);

    }

    private void init(evt:Event):void

    {

    initScene();

    initObjects();

    this.addEventListener (Event.ENTER_FRAME, render);

    }

    private function initObjects (): void

    {

    / * floor: plan of var = new Plane();

    Floor.Width = floor.height = 100000;

    floor.segmentsW = floor.segmentsH = 12;

    Floor.y = - 3500;

    Floor.Material = new WireColorMaterial (0 x 333333);

    _Scene.addChild (Floor); * /

    var flareSourceDummy:Object3D = new Object3D();

    flareSourceDummy.x = 1000;

    flareSourceDummy.y = 500;

    flareSourceDummy.z = 3000;

    _Scene.addChild (flareSourceDummy);

    _flare = new LensFlare (flareSourceDummy, _camera);

    _flare.setBurnClip (_View);

    _flare.setHaloAsset (new Halo());

    _flare.addFlareAsset (new Flare1());

    _flare.addFlareAsset (new Flare3());

    _flare.addFlareAsset (new Flare1());

    _flare.addFlareAsset (new Flare2());

    _flare.useRotation = false;

    _flare.useAlpha = false;

    _flare.useScaling = false;

    _flare.useBurning = false;

    _flare. BlendMode = BlendMode.SCREEN;

    _flare.burnMethod = LensFlare.BURN_METHOD_COLOR_TRANSFORM;

    _View.addOverlay (_flare);

    }

    private function hoverCamera (): void

    {

    var mX:Number = this.mouseX > 0? this.mouseX: 0;

    var my: number = this.mouseY > 0? this.mouseY: 0;

    var tarX:Number = 3 *(mX-stage.stageWidth/2);

    tarY var: number = - 2 *(mY-stage.stageHeight/2);

    var dX:Number = _camera.x - tarX;

    var dY:Number = _camera.y - silent;

    _camera.x = dX * 0.25;

    _camera.y-= dY * 0.25;

    _camera. LookAt (new Number3D (0, 0, 0));

    }

    private function initScene (): void

    {

    _Scene = new Scene3D();

    _camera = new Camera3D({z:-1500});)

    _View = new View3D ({scene: _scene, camera: _camera});

    _View.x = stage.stageWidth/2;

    _View.y = stage.stageHeight/2;

    _View.clipping = new RectangleClipping ({minX:-stage.stageWidth / 2, minY:-stage.stageHeight / 2, maxX:stage.stageWidth / 2, maxY:stage.stageHeight/2});})

    _View.opaqueBackground = 0;

    addChild (_view);

    }

    private void render(evt:Event):void

    {

    hoverCamera();

    _View. Render();

    }

    }

    }

    Please guys, any idea will be useful for me.

    Best,

    The line that causes the problem will always be the one for the first time in the error message... Away3dScene.as:65.   What line 65 is in the Away3dScene class file, this is where the problem occurs.

  • TypeError: Error #1007: instantiation attempted on a non-constructeur.

    I'm trying to Flex 4 and therefore began by creating a base class which extends the class spark.components.Application.

    package

    {

    Import spark.components.Application;

    SerializableAttribute public class SimpleApp extends Application

    {

    public void SimpleApp (): void

    {

    Super();

    }

    }

    }

    It compiles time but when running, I get this error:

    TypeError: Error #1007: instantiation attempted on a non-constructeur.
    at mx.preloaders::Preloader/initialize()
    at mx.managers::SystemManager/initHandler()

    Someone at - it no picture of it? I found this http://forums.adobe.com/message/2724794 but it doesn't really seem to be a lot of help in my case.

    You try to use a file as the main file of the application?  I'm not

    of course that is supported.  You may need to use MXML

  • DG4MSQL version 11.2.0.3.0, no query results in "received error native 1007'"

    I have installed Oracle Gateway for MSSQL version 11.2.0.3.0 in a separate Oracle home (platform is IBM AIX 6.1 64-bit). After you configure the listener, file init.ora etc, I created the database link and tried a few queries (Database 11.2.0.2.0 with 12827726, applied 12827731 patches version). All the results of queries in the error message:

    --------
    SQL > select count (*) in the s4user@imosprodnew;
    Select count (*) in s4user@imosprodnew
    *
    ERROR on line 1:
    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:
    [Oracle] [Driver ODBC SQL Server Legacy] 20450 {20450} [Oracle] [ODBC SQL Server Legacy driver] [SQL Server] changed the setting of the language to us_english.
    {NativeErr 01000, 5703 =} [Oracle] [Legacy ODBC SQL Server driver] [SQL Server] Data context has changed to 'imosprod '. {NativeErr 01000, 5701 =}
    [Oracle] [Legacy ODBC SQL Server driver] [SQL Server] The "042100421004210042110421104211042190421904219" number is out of range for digital
    representation (maximum precision 38). {NativeErr 22003, 1007 =} [Oracle] [Legacy ODBC SQL Server driver] [SQL Server] Incorrect syntax near
    '042100421004210042110421104211042190421904219'. {10103, NativeErr = 102}
    ORA-02063: preceding 3 lines of IMOSPRODNEW
    -----------

    Trace file shows:

    -------
    Heterogeneous Agent release
    11.2.0.3.0
    ....
    ODBCINST value ' / app/oragw/product/11.2.0.3/dg4msql/driver/dg4msql.loc '.
    RC =-1 of HOSGIP for 'LIBPATH.
    LIBPATH, the environment is ' / app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/lib '.
    Affecting LIBPATH "/ app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/dg4msql/driver/lib:/app/oragw/product/11.2.0.3/lib".
    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / app/oragw/product/11.2.0.3/dg4msql/driver/lib/odbc.so '.
    ....
    treat_SQLLEN_as_compiled = 1
    ....
    UEncoding = UTF8
    ....
    # > connection settings (len = 226) < #.
    # DRIVER = Oracle 11 g dg4msql;
    # Address=10.1.0.20\IMOS;
    # Database = imosprod;
    #! UID = IMOS;
    #! PWD = *.
    # AnsiNPW = Yes;
    # EnableQuotedIdentifiers = 1;
    # IANAAppCodePage = 2252;
    # OctetSizeCalculation = 1;
    # PadVarbinary = 0;
    # SupportNumericPrecisionGreaterThan38 = 1;
    Out of hgogenconstr, rc = 0 to 2013/06/06-14: 54:21
    Entry hgopoer, 2013/06/06-14: 54:21
    hgopoer, line 231: had native error 0 and sqlstate 20450; message follows...
    [Oracle] [Driver ODBC SQL Server Legacy] 20450 {20450} [Oracle] [ODBC SQL Server Legacy driver] [SQL Server] changed the setting of the language to us_english. {01000.
    NativeErr = 5703} [Oracle] [ODBC SQL Server Legacy driver] [SQL Server] Changed context of database 'imosprod '. {NativeErr 01000, 5701 =}
    Out of hgopoer, rc = 0 to 2013/06/06-14: 54:21
    hgocont, line 2688: call SqlDriverConnect obtained sqlstate 20450
    ....
    DriverName:HGmsss23.so, DriverVer:06.11.0052 (b0047 U0046)
    DBMS name: Microsoft SQL Server DBMS Version: 10.00.4000
    ....
    Entry hgopoer, 2013/06/06-14: 54:21
    hgopoer, line 231: had native error 1007 and sqlstate 22003; message follows...
    [Oracle] [Legacy ODBC SQL Server driver] [SQL Server] The "042100421004210042110421104211042190421904219" number is out of range for digital Apart
    tion (maximum precision 38). {NativeErr 22003, 1007 =} [Oracle] [Legacy ODBC SQL Server driver] [SQL Server] Incorrect syntax near ' 0421004210042100421
    10421104211042190421904219'. {10103, NativeErr = 102}
    Out of hgopoer, rc = 0 to 2013/06/06-14: 54:21
    hgoulcp, line 1932: call SQLGetTypeInfo obtained sqlstate 22003
    Out of hgoulcp, rc = 28500 to 2013/06/06-14: 54:21 with the ptr error FILE: hgoulcp.c LINE: 1932 ID:SQLGetTypeInfo: LONGVARCHAR
    hostmstr: 349326: CPP after download Caps
    hostmstr: 349326: CPP before release Agent
    hostmstr: 349326: HOA before hoalgof
    Entry hgolgof, 2013/06/06-14: 54:21
    tflag:0
    Entry hgopoer, 2013/06/06-14: 54:21
    hgopoer, line 231: had native error 0 and sqlstate 20131; message follows...
    [Oracle] [Legacy ODBC SQL Server driver] {20131} 20131
    Out of hgopoer, rc = 0 to 2013/06/06-14: 54:21
    hgolgof, line 180: calls SQLDisconnect obtained sqlstate 20131
    Out of hgolgof, rc = 28500 to 2013/06/06-14: 54:21 with the ptr error FILE: hgolgof.c LINE: 180 ID: disconnect
    hostmstr: 349326: after hoalgof HOA
    hostmstr: 349326: HOA before hoaexit
    Entry hgoexit, 2013/06/06-14: 54:21
    Entry hgopoer, 2013/06/06-14: 54:21
    hgopoer, line 231: had native error 0 and sqlstate HY010; message follows...
    [DataDirect] [ODBC Lib] Function sequence error {HY010}
    Out of hgopoer, rc = 0 to 2013/06/06-14: 54:21
    hgoexit, line 126: Call SQLFreeHandle obtained sqlstate HY010
    Out of hgoexit, rc = 0 with error ptr FILE: hgoexit.c LINE: 126 ID: handle free ENV
    hostmstr: 349326: after hoaexit HOA
    hostmstr: 349326: CPP after release Agent
    -----------------

    This would be a kind of incompatibility between the 11.2.0.3.0 of the DG4MSQL and RDBMS version 11.2.0.2.0 version?

    I have found nothing relevant in searching for, really (other than a thread, which suggests that this could be caused by misconfigured Linux OS, but my platform is AIX)

    The GET confused with your odbc.ini configuration bridge.

    898338: 62390325: ODBCINI=/opt/IBM/WSII/odbc/odbc.ini

    ...

    5898338: 62390325: buy ("/ opt/IBM/WSII/odbc/odbc.ini", O_RDONLY) = 15

    As a quick test before getting into the details (initialization ODBCINI before starting the listener of the bridge), could you please rename the odbc.ini and then test the connection to a gateway. It does not work when you renamed the file "/ opt/IBM/WSII/odbc/odbc.ini"?

  • I just installed win 7 Ult 7 days. In the event viewer, I got 1000 errors and I was wondering where I can get help? TY

    I just installed win 7 Ult 7 days.  In the event viewer, I got 1000 errors and I was wondering where I can get help? TY

    And the list continues to become more mistakes as the months go bye.  Usually after 3 monts, my PC slows to a crawl, and I have to reinstall Windows & Ultimate!

    It is very annoying.  I'm not the smartest when it comes to the PC, but I know enough when I have a problem.

    Now, while I was with PC Cleaner Pro, I allowed a representative to take control of my PC to help set, and he went into the event viewer and showed me the error 1007 in

    the event viewer.  He told me that only a technician 35 Microsoft could fix tis problem.

    I would like to know how to solve these problems myself.  If that means classes or tests, I'm ready to get there!

    But for now, I just want to know how to clean and fix the errors in the event viewer

    So if you could tell me please small whet you need to me to help him with this problem, I'm ready

    It's really annoying tio do reinjstall windows every 3 months.  So if you can help, I would be very happy VERY MUCH!

    Sincreley,

    Joseph M Hart

    Errors and warnings in the event logs are not usually a sign of a major problem.

    Unfortunately, there are many technical support providers who refer clients to the event log in order to convince them to pay for questionable services.

    Use of cleaners and Tune up utilities is not recommended. They can often cause problems.

    Use the construct in Windows utilities

    http://www.Microsoft.com/athome/Setup/optimize.aspx

    Ensure that all remote access program is deleted from your computer.

    Use a search engine to find information on all the events that occur frequently, specifying the event id and source, for example search for "eventid 512 capi2. Try to avoid scam sites that are always asked by this kind of research. Stick to sites of Microsoft or somewhere like www.eventid.net which is a good source of free information.

  • Manufacturer no runtime error

    Here is the error:
    ----------------------
    TypeError: Error #1007: instantiation attempted on a non-constructeur.
    at BitmapButtonExample() [C:\programming\flex\__FlexProfessional\Chap16\BitmapButtonExample.a s:33]
    ---------------------

    Here is the code:
    ---------------------
    package {}

    Import 12345678910111213import;
    to import flash.display.SimpleButton;
    import flash.display.Sprite;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    to import flash.filters.ColorMatrixFilter;

    SerializableAttribute public class BitmapButtonExample extends Sprite {}

    [Ebbed(source="assets/DSCF3515.jpg")]
    private var logoClass: Class;

    public void BitmapButtonExample() {}
    If (stage! = null) {}
    stage.scaleMode = StageScaleMode.NO_SCALE;
    internship. Align = StageAlign.TOP_LEFT;
    }

    var myButton:SimpleButton = new SimpleButton();

    var filters: Array = new Array();
    var matrix: Array = new Array();
    matrix = matrix.concat ([-1, 0, 0, 0, 256]); Red
    matrix = matrix.concat ([0, - 1, 0, 0, 256]); Green
    matrix = matrix.concat ([0, 0,-1, 0, 256]); Blue
    matrix = matrix.concat ([0, 0, 0, 0, 256]); Alpha

    filter: var = new ColorMatrixFilter ColorMatrixFilter (matrix);
    Filters.push (Filter);

    var myBitmap:Bitmap = new logoClass();

    var myBitmat2:Bitmap = new logoClass();
    myBitmat2.filters = filter;

    myButton.upState = myBitmap;
    myButton.overState = myBitmat2;
    myButton.downState = myBitmat2;
    myButton.useHandCursor = true;
    myButton.hitTestState = myBitmap;

    addChild (myButton);
    }

    }
    }
    ---------------------

    What is c?

    Thank you
    Gene

    Misspelling? Ebbed vs Embed

  • Strange runtime error

    I have started to create a class that extends the Panel and will create a form of downloading files. However, I am getting a strange error. I did basically this exact code in another file of class without problems.

    Here is the error;
    TypeError: Error #1007: instantiation attempted on a non-constructeur.
    at mx.core::ScrollControlBase/mx.core:ScrollControlBase::createBorder()
    at mx.core::ScrollControlBase/mx.core:ScrollControlBase::createChildren()
    at mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::createChildren()
    at mx.core::UIComponent/initialize()
    to mx.core::UIComponent / http://www.adobe.com/2006/flex/mx/internal::childAdded()
    to mx.core::Container / http://www.adobe.com/2006/flex/mx/internal::childAdded()
    at mx.core::Container/addChildAt()
    at mx.core::Container/addChild()
    to com. CanWest.File::FileUploaderForm/::createPanel()
    to com. CanWest.File::FileUploaderForm$iinit()
    to FileUpload$ iinit)
    to _FileUpload_mx_managers_SystemManager / create)
    at mx.managers::SystemManager/::initializeTopLevelWindow()
    at mx.managers::SystemManager/::docFrameHandler()

    Here's the code;
    /**************************************************************
    * FileUploaderForm - created by Jeremy Foster
    *
    * This class creates a graphical interface for the FileUploader class.
    **************************************************************/
    com of the packaging. CanWest.File
    {
    /******************************************************
    * Imports
    ******************************************************/
    Import mx.containers.Panel;
    Import mx.containers.Canvas;
    Import mx.containers.ControlBar;
    Import mx.controls.Button;
    Import mx.controls.ProgressBar;
    Import mx.controls.DataGrid;
    import flash.events.Event;

    / public final class FileUploaderForm extends Panel
    {
    /******************************************************
    * Constants
    ******************************************************/
    private const DEFAULT_TITLE:String = 'Upload file';
    private const DEFAULT_WIDTH:Number = 400;
    private const DEFAULT_HEIGHT:Number = 300;
    private const DEFAULT_LAYOUT:String = "vertical";
    private const DEFAULT_AUTOLAYOUT:Boolean = false;

    /******************************************************
    * Variables
    ******************************************************/
    private var _cCanvas:Canvas;
    private var _dgFiles:DataGrid;
    private var _cbMenu:ControlBar;
    private var _bAdd:Button;
    private var _bRemove:Button;
    private var _bUpload:Button;
    private var _pbUploadProgress:ProgressBar;
    private var _bCancel:Button;
    private var _bClose:Button;

    [Bindable]
    [Embed("/images/add.png")] private var _cAddIcon: Class;
    [Bindable]
    [Embed("/images/delete.png")] private var _cRemoveIcon: Class;

    /******************************************************
    * Constructor
    ******************************************************/
    public void FileUploaderForm (): void
    {
    createPanel();
    }

    /******************************************************
    * Properties
    ******************************************************/

    /******************************************************
    * Functions
    ******************************************************/
    Places orders on the Panel
    private function createPanel (): void
    {
    This.title = DEFAULT_TITLE;
    This.Width = DEFAULT_WIDTH;
    This.Height = DEFAULT_HEIGHT;
    This.Layout = DEFAULT_LAYOUT;
    this.autoLayout = DEFAULT_AUTOLAYOUT;

    _cCanvas = new Canvas();
    _cCanvas.percentWidth = 100;
    _cCanvas.percentHeight = 100;

    _dgFiles = new DataGrid();
    _dgFiles.percentWidth = 100;
    _dgFiles.percentHeight = 100;

    _cbMenu = new ControlBar();
    _cbMenu.percentWidth = 100;
    _cbMenu.autoLayout = true;
    _cbMenu.SetStyle ("horizontalAlign", "Center");
    _cbMenu.SetStyle ("VerticalAlign", "Middle");

    _bAdd = new Button();
    _bAdd.ToolTip = 'Add file (s)';
    _bAdd.width = 26;
    _bAdd.SetStyle ("Icon", _cAddIcon);

    _bRemove = new Button();
    _bRemove.ToolTip = 'delete files ';
    _bRemove.width = 26;
    _bRemove.SetStyle ("Icon", _cRemoveIcon);

    _cCanvas.addChild (_dgFiles);
    _cbMenu.addChild (_bAdd);
    _cbMenu.addChild (_bRemove);
    this.addChild (_cCanvas);
    this.addChild (_cbMenu);
    }

    /******************************************************
    * Events
    ******************************************************/

    }
    }

    The error disappeared after I put a line in the comments, compiled, uncommented the line and compiled again...

  • Impossible to get "Hello World" AIR app to work in 3 SDK BB10

    I followed the instructions here:

    https://developer.BlackBerry.com/air/documentation/BB10/create_your_first_application_cmd_ms_2010847...

    and here:

    https://developer.BlackBerry.com/air/documentation/BB10/testing_your_application_cmd_ms_2010851_11.h...

    Lhen I compile and run the application using:

    amxmlc Example.as

    BlackBerry-airpackager-package Example.bar - installApp - launchApp example - app.xml Example.swf bar - descriptor.xml QNXSkins.ane QNXDevice.ane QNXNetwork.ane QNXSensors.ane blackberry-tablets - icon.png - device 192.168.64.131 - password playbook

    ... I get a white screen with no text on this subject.

    If I follow the instructions "To debug your application using the command line" on the next page, then I get:

    E:\Users\Daniel\Dropbox\Apps\BB10Example2>fdb
    Fdb Adobe (Flash Player Debugger) [build 23201]
    Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
    (fdb) run
    Waiting for player to connect
    Drive connected; session starts.
    Set breakpoints and then type "continue" to resume the session.
    [SWF] qnx.fuse.ui.skins.QNXSkins - 603 349 bytes after decompression
    [SWF] Example.swf - 458 642 bytes after decompression
    c (fdb)
    Exception [fault], information = TypeError: Error #1007: instantiation attempted on a non-constructeur.
    Fault, createCSS() to ThemeWhite.as:25
    25 / / code goes here
    (fdb)

    Finally found the problem. You were very much on the right track:

    I must have installed the SDK before, because there is a directory ' blackberry-tablets-sdk - 3.0.0 "here:

    E:\Program Research In Motion\blackberry-tablet-sdk-3.0.0

    When I installed the most recent SDK, a few nights ago, I noticed that the name of the directory was still "blackberry-tablets-sdk - 3.0.0 ', so big.

    Then bam, these problems.

    I finally discovered is that the more recent program default installation:

    Research In Motion (x86)\blackberry-tablet-sdk-3.0.0 E:\Program

    Notice something?  No more than I have, but:

    E:\Program Research In Motion\blackberry-tablet-sdk-3.0.0

    =!=

    Research In Motion (x86)\blackberry-tablet-sdk-3.0.0 E:\Program

    Why the hell would they changed the default installation directory?  What this meant was that my build scripts were still referring to the old search directory E:\Program in Motion\blackberry-tablet-sdk-3.0.0.

  • Impossible to describe correctly with DG4MSQL

    I installed Oracle gateway for Microsoft SQL Server version 11.2.0.2.0 (on AIX 6.1 L 64-bit), as I understand it should be faster and provide more features than DG4ODBC. I am the access to Microsoft SQL Server 2008.
    However, when using the gateway, I can not properly "describe" tables in MSSQL. What I get is:

    --------
    SQL > s4user@imosprod desc;
    ERROR:
    ORA-12663: Services required by the customer not available on the server
    ORA-02063: preceding the line of IMOSPROD
    --------

    Apparently, as a result, I can't use COUNT() in SQL function, also because it returns binary data.
    -------
    SQL > select count (*) in the s4user@imosprod;

    COUN
    ====
    B
    SQL > select dump (count (*)) in the s4user@imosprod;

    DUMP (COUNT (*))
    =================
    Typ = 2 Len = 2: 193,67
    --------

    After doing a "select" of the MSSQL table, I can describe, but then all columns are displayed as type VARCHAR2.

    -------
    SQL > s4user@imosprod desc;
    Name Null? Type
    ======================================
    _sqlid VARCHAR2 (21) NOT NULL
    userNo VARCHAR2 (4)
    username VARCHAR2 (128)
    Citation VARCHAR2 (5)
    userPassword VARCHAR2 (100)
    userType VARCHAR2 (10)
    userFullName VARCHAR2 (100)
    userEmail VARCHAR2 (128)
    userFlags VARCHAR2 (4)
    userDomain VARCHAR2 (100)
    ldapUserName VARCHAR2 (128)
    ldapGuid VARCHAR2 (36)
    imosGuid VARCHAR2 (36)
    -------

    It seems to me like a problem of translation of data type. There is an error in the trace file, which occurs whenever I do a query or describe for tables MSSQL:
    ----------
    DBMS name: Microsoft SQL Server DBMS Version: 10.00.4000
    .....
    hgopoer, line 231: had native error 1007 and sqlstate 22003; message follows...
    [Oracle] [ODBC SQL Server driver] [SQL Server] The number "042100421004210042110421104211042190421904219" is out of reach for rep digital
    strongmen (maximum precision 38). {NativeErr 22003, 1007 =} [Oracle] [ODBC SQL Server driver] [SQL Server] Incorrect syntax near ' 04210042100
    4210042110421104211042190421904219'. {10103, NativeErr = 102}
    Release of hgopoer, rc = 0 to 2013/06/05-09: 22:19
    hgoulcp, line 1957: call SQLGetTypeInfo obtained sqlstate 22003
    Out of hgoulcp, rc = 28500 to 2013/06/05-09: 22:19 with the ptr error FILE: hgoulcp.c LINE: 1957 ID:SQLGetTypeInfo: LONGVARCHAR
    Entry hgouldt to 2013/06/05-09: 22:19
    NO translation of DD for instance have been downloaded
    Release of hgouldt, rc = 0 to 2013/06/05-09: 22:19
    ------------

    However, later in the trace file, I can see an adequate description of the columns:
    ----------
    hgodscr, line 457: print hoada @ 1107a8e88
    MAX: 13, REAL: 13, BRC:100, WHT = 5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200: TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CSE IND MOD NAME
    3 21 21 19 DECIMAL N / 0 0 0 0 _sqlid
    4 INTEGER Y 4 4 0 / 0 0 0 0 userNo
    12 Y VARCHAR 128 128 0 / 0 0 0 200 userName
    12 VARCHAR Y 5 5 0 / 0 0 0 200 citation
    12 years of VARCHAR 100 100 0 / 0 0 0 200 userPassword
    VARCHAR Y 10 10 12 0 / 0 0 0 200 userType
    12 years of VARCHAR 100 100 0 / 0 0 0 200 userFullName
    12 Y VARCHAR 128 128 0 / 0 0 0 200 userEmail
    4 INTEGER Y 4 4 0 / 0 0 0 0 userFlags
    12 years of VARCHAR 100 100 0 / 0 0 0 200 userDomain
    12 Y VARCHAR 128 128 0 / 0 0 0 200 ldapUserName
    CHAR Y 36 36 1 0 / 0 0 0 0 ldapGuid
    CHAR Y 36 36 1 0 / 0 0 0 0 imosGuid
    Release of hgodscr, rc = 0 to 2013/06/05-09: 22:19
    ----------

    Anyone got a clue on how to proceed with the troubleshooting?

    works for me using 11.2.0.3 and 11.2.0.2 gateway release:
    SQL > desc 's4user"@DG4MSQL_EMGTW_1122_DB '.
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    _sqlid NUMBER (20) NOT NULL
    userNo NUMBER (10)
    username VARCHAR2 (128)
    Citation VARCHAR2 (5)
    userPassword VARCHAR2 (100)
    userType VARCHAR2 (10)
    userFullName VARCHAR2 (100)
    userEmail VARCHAR2 (128)
    userFlags NUMBER (10)
    userDomain VARCHAR2 (100)
    ldapUserName VARCHAR2 (128)
    ldapGuid CHAR (36)
    imosGuid CHAR (36)

    It would be wise to clean the HS catalog first.

    Connect to your database to Oracle as a sysdba, then run them scripts located in $ORACLE_HOME/rdbms/admin
    1. to delete the HS catalog, please run catnohs
    2. run a commit
    3. now recreate the catalog using caths
    4. still once, perform a commit.

    then the output of all the sessions and open a new SQL * more and test the data link using the gateway (the gateway will determine now there is no gateway class in HS catalogue and abilities again in the HS download catalog).

    If it still doesn't, thanks for posting your file init bridge.
    -Klaus

  • Use the string as instance name

    var character: Array = new Array();

    for (var i: int = 1; i < = 26; i ++)

    {

    If (I < 10)

    {

    Persona.push ("persona0" + i);

    }

    on the other

    {

    Persona.push ("persona" + i);

    }

    }

    //

    var personaclip = persona [4]; persona04

    var personainstance:MovieClip = new personaclip();

    addChild (personainstance);

    What I'm trying to do here, is first to create a table of all 26 clips that are already in the library and the value of export for actionscript, persona01 to persona26.

    Can I choose the number for the clip to use, which is persona04. I would like to add that, for the scene. So I first create the instance of the element persona04 through personainstance and then add it by addChild.

    But the variable personainstance is where I'm going wrong I get an error #1007 trying to create an instance on an element that is not a constructor. How can I make it clear that for the movieclip personainstance I want to select the clip of persona04 form the library? Guess I have to convert the string "persona04" in the name of the constructor, somehow.

    creating instances of dynamic class using strings
    -------------------------------------------------------------

    var ClassRef: Class = Class (getDefinitionByName ("className"));
    var classInstance: * = new ClassRef();
    addChild (classInstance);

  • Problems with arguments, vector + AIR NativeProcess 'not supported'. &lt; String &gt;

    I want to create an AIR application that will execute a call from style of command line (extendedDesktop) on an .exe file with an argument that is passed to it.

    I followed the example of setting as shown on this page to reference Adobe. However, when I try to create a vector. < String > I get error "error #1007: instantiation attempted on a non-constructeur.»

    This occurs on the following line:

    var processArgs:Vector. < String > = new Vector ["< String >"] ();

    I also tried without the declaration of arguments and calling just the .exe without arguments, and I get the error "" the NativeProcess could not be started. "" Not supported in the current profile. "" I have several put supportedProfiles in place in my folder (including desktop computers and extendedDesktop) but don't know how to test and debug the file in Flash Builder with rights of extendedDesktop. "

    Hello

    In my opinion, Adobe docs aren't clear on the requirements of "NativeProcess" during the creation. All the articles/docs, you find via references to research that we need to ensure that this descriptor is modified, which includes:

    extendedDesktop

    for example; http://www.Adobe.com/devnet/air/Flex/articles/air_screenrecording.html

    While it seems to be necessary only for generation of deployment to ensure that the application is built in 'extended' profile that Active native installer and access to the native process.

    In any case running Flash Builder with integration of built-in adl should allows you to test in my opinion (as I never had to manually change the descriptor creation/trials).

    I suggest you to make sure that all things are built as planned and start the new thread on the creation of problems with Flash Builder and adl (as it seems that he is not running in the correct privileges - so you are not able to test/author some features). I assume that you use the administrator account on your machine (and Flash Builder has been installed and then run under the same account).

    (note: I'm on Mac)

    Kind regards
    Peter

  • Flex 4: problems of Module with the mx AdvancedDataGrid

    Hello

    I have a modular application. SDK is 4.5 Hero.

    The main application loads a module and receives interface components user thereof, which are displayed thereafter.

    In general, the component, returned from the module displays OK with mx components and spark.

    However, if I add AdvancedDataGrid I get the exception:

    --------------------------------------------------

    TypeError: Error #1007: instantiation attempted on a non-constructeur.

    at mx.controls::AdvancedDataGridBaseEx/getSeparator() [E:\dev\hero_private_beta\frameworks\pr ojects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4619]

    at mx.controls::AdvancedDataGridBaseEx/createHeaderSeparators() [E:\dev\hero_private_beta\fra meworks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4661]

    at mx.controls::AdvancedDataGrid/createHeaderSeparators() [E:\dev\hero_private_beta\framework s\projects\datavisualization\src\mx\controls\AdvancedDataGrid.as:2428]

    at mx.controls::AdvancedDataGridBaseEx/drawSeparators() [E:\dev\hero_private_beta\frameworks\ projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4575]

    at mx.controls::AdvancedDataGridBaseEx/updateDisplayList() [E:\dev\hero_private_beta\framewor ks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:2120]

    at mx.controls::AdvancedDataGrid/updateDisplayList() [E:\dev\hero_private_beta\frameworks\pro jects\datavisualization\src\mx\controls\AdvancedDataGrid.as:2899]

    at mx.controls.listClasses::AdvancedListBase/validateDisplayList() [E:\dev\hero_private_beta\ frameworks\projects\datavisualization\src\mx\controls\listClasses\AdvancedListBase.as:3472]

    at mx.managers::LayoutManager/validateDisplayList() [E:\dev\hero_private_beta\frameworks\proj ects\framework\src\mx\managers\LayoutManager.as:719]

    at mx.managers::LayoutManager/doPhasedInstantiation() [E:\dev\hero_private_beta\frameworks\pr ojects\framework\src\mx\managers\LayoutManager.as:778]

    at mx.managers::LayoutManager/doPhasedInstantiationCallback() [E:\dev\hero_private_beta\frame works\projects\framework\src\mx\managers\LayoutManager.as:1157]

    ---------------------------------

    The compiler option is - keep-all-type-selectors. It works very well with the mx:DataGrid and all other components for example, but not with AdvancedDataGrid.

    My application has the following structure:
    TestLibrary - a library application containing a single interface:
    test. IModuleComponent
    Code:

    test package

    {

    Import mx.core.UIComponent;

    public interface IModuleComponent

    {

    function getComponent(): UIComponent;

    }

    }

    TestModule - an application of module, using TestLibrary as an EPIRB.

    Components:

    -test.module.TestModule.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    < mx:Module ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    " xmlns:s = 'library://ns.adobe.com/flex/spark"" "

    "" xmlns:MX ="library://ns.adobe.com/flex/mx" width ="100%" height = "100%"

    implements ="test. IModuleComponent"xmlns:module =". test.module *">" "

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.core.Application;

    Import mx.core.UIComponent;

    Import spark.components.Application;

    test import . IInstanceFactory;

    public function getComponent(): {UIComponent

    return new TestComponent();

    }

    []] >

    < / fx:Script >

    " < s:VGroup width ="100%"height ="100%">

    " < s:Label text = 'Module of Test" / > "

    " < module: TestComponent width ="100%"height ="100%" / >

    < / s:VGroup >

    < / mx:Module >

    -test.module.TestComponent.mxml

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:VGroup ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    "xmlns:s ="library://ns.adobe.com/flex/spark"

    "xmlns:MX ="library://ns.adobe.com/flex/mx"

    width ="100%" height ="100%">

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.collections.ArrayCollection;

    [Bindable]

    private var dpADG:ArrayCollection = new ArrayCollection([)

    {Artist:'Ground', Album:'Slanted and enchanted', price: 11.99},.

    {Artist:'Ground', Album:'Brighten the corners', price: 11.99},.

    {Artist:'Healthier', Album:'A child once', price: 11.99},.

    {Artist:'Healthier', Album:'Helium wings', price: 12.99},.

    {Artist:'The doors', Album:'The doors', price: 10.99},.

    {Artist:'The doors', Album:"Morrison hôtel", price: 12.99},.

    {Artist:' Grateful Dead ', Album:' American Beauty ', price: 11.99},.

    {Artist:' Grateful Dead ', Album:'In the Dark', price: 11.99},.

    {Artist:' Grateful Dead ', Album:' Shakedown Street ', price: 11.99},.

    {Artist:'The doors', Album:' Strange Days ', price: 12.99},.

    {Artist:'The doors', Album:'The best of the doors', price: 10.99}

    ]);

    []] >

    < / fx:Script >

    " < s:Label text = ' Test data grid" / > "

    < mx:AdvancedDataGrid

    width ="100%" height ="100%"

    "sortExpertMode ="true"

    dataProvider ="dpADG{}">

    < mx:columns >

    " < mx:AdvancedDataGridColumn dataField ="artist" / > "

    " < mx:AdvancedDataGridColumn dataField ="Album" / > "

    " < mx:AdvancedDataGridColumn dataField ="price" / > "

    < / mx:columns >

    < / mx:AdvancedDataGrid >

    < / s:VGroup >

    -----------------------------------------
    TestComponent is used twice:
    (1) in the module itself
    (2) in function getComponent(), who comes from the IModuleComponent interface.
    TestWebApp - the main web application.
    TestWebApp.mxml:

    <? XML version = "1.0" encoding = "utf-8"? >

    < s:Application ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "

    " xmlns:s = 'library://ns.adobe.com/flex/spark"" "

    " xmlns:mx = 'library://ns.adobe.com/flex/mx"" "

    minWidth ="955" minHeight ="600">

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    Import mx.charts.chartClasses.InstanceCache;

    Import mx.core.UIComponent;

    test import . IModuleComponent;

    private onButtonClick() function : void {}

    var app: IModuleComponent = testModule.child as IModuleComponent;

    var testComponent: UIComponent = app.getComponent ();

    group.addElement (testComponent);

    }

    public function createInstance (instanceClass: class): object {}

    return new instanceClass();

    }

    []] >

    < / fx:Script >

    "" < s:VGroup width = "100%" height ="100%" id = "Group">

    " < mx:ModuleLoader id ="testModule"url ="... /.. " /TestModule/bin-debug/test/module/TestModule.swf"" "" "

    height ="100" width ="100%"

    {applicationDomain ="{} }ApplicationDomain.currentDomain"/ > "

    " < s:Button label = 'click me!"click = "onButtonClick ()" / >

    < / s:VGroup >

    < / s:Application >

    ---------------------------------------
    Initially when the web application is started the an AdvancedDataGrid (coming from the ModuleLoader tag that loads TestModule, which contains TestComponent) appears correctly.
    When the button ' Click me ' is clicked - TestComponent another instance should be added in the VGroup.
    Instead the exception above appears.
    IF TestComponent contains mx:DataGrid or any other spark or component MX - everything works fine - the 2nd instance of TestComponent is added.
    This problem only occurs with AdvancedDataGrid.
    I activated - keep-all-type-selectors in TestWebApp, I have tried all combinations of RLS, merged outside of libraries, etc. - no chance.
    The problem with preview of flex 4.1 and 4.5 burrito.
    I know it's a very specific question... but...
    We are trying to create a modular application in our company... and we want to use AdvancedDataGrid (spark DataGrid is not ready yet) so... Please help
    Thanks in advance,
    Deyan

    Create a string with the fully qualified name of the class.

  • Base class ActionScript instead of mxml?

    I am trying to use a class as my main application actionscript instead of MXML, but this error:

    TypeError: Error #1007: instantiation attempted on a non-constructeur.

    at mx.preloaders::Preloader/initialize() [E:\dev\4.x\frameworks\projects\framework\src\mx\pre loaders\Preloader.as:253]

    to mx.managers::SystemManager /http://www.adobe.com/2006/flex/mx/internal:initialize ([E:\dev\4.x\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:1925])

    at mx.managers::SystemManager/initHandler() [E:\dev\4.x\frameworks\projects\framework\src\mx\ managers\SystemManager.as:2419]

    Is this all just not possible?

    Well Yes, not supported.

  • Problem of passage of a string like a movie clip instance name

    Hey guys out there.

    I thought it would be a simple, but I am confused.  So I trained to the use of this solution less than optimal, just to make it work...

    If (lobby.gamemap.selectedItem.label == "Map1") card. AddMap (new Map1)

    Else if (lobby.gamemap.selectedItem.label == "Map2") card. AddMap (new map2)

    Map1 and Map2 are video clips in my library with a binding Map1 and Map2, fla

    I have a class of entry Hall, inside it's a combo box with the choice of the map... the problems when I try this application preferred

    card. AddMap (lobby.gamemap.selectedItem.label)

    Survey of error - Type 1067: Implicit coercion of a value of type String to an unrelated type flash.display:MovieClip of

    I read in this post http://forums.Adobe.com/message/2741961 the flash should be able to use this [string] to pass the string as the name instance... film clip then I tried

    card. AddMap (this [lobby.gamemap.selectedItem.label)]

    trace (this [lobby.gamemap.selectItem.label])

    This also will raise an error TypeError: Error #2007: child parameter must be non-null.

    I note also that track come back NULL...

    I tried this, the inclusion of the word 'new '.

    card. AddMap (new this [lobby.gamemap.selectedItem.label])

    This will raise - TypeError: Error #1007: instantiation attempted on a non-constructeur.

    I also tried lobby.gamemap.selectedItem.label to pass a string and try all the previous situations with the string instead of the label of the comboBox.

    .. still no dice.

    Haaalp

    Your preferred approach won't work for what is obvious if all goes well.  Whatever the done function AddMap, he expects a MovieClip as an argument, not a string.  Using the notation of support you've tried at the next attempt fails because the instance must exist to target this way.  And the last is simply wrong, in part for the previous reason and partly because an instance cannot be used directly as a class identifier.

    Here is a code that can be used to create a new instance using a string value for the name of the class.  See if you can fit that...

    var ClassRef: Class = Class (getDefinitionByName ("className"));
    var classInstance: * = new ClassRef();

  • Separate issue of projects module

    I tried the implementation of a Module in a project separate from my main application by following the instructions, a few threads and get these errors when I load the module. I tried a few different fixes that I found on the web (such as external and other trainees charge) but have not been able to solve. Someone at - it a good guide, I could follow to install my workspace? Or a set of examples of projects.

    I get the following errors:

    Error: Could not find bundle "SharedResources" compiled resources for 'en_US' locale.
    at mx.resources::ResourceManagerImpl/installCompiledResourceBundle() [E:\dev\4.0.0\frameworks \projects\framework\src\mx\resources\ResourceManagerImpl.as:340]
    at mx.resources::ResourceManagerImpl/installCompiledResourceBundles() [E:\dev\4.0.0\framework s\projects\framework\src\mx\resources\ResourceManagerImpl.as:269]
    at mx.core::FlexModuleFactory/installCompiledResourceBundles() [E:\dev\4.0.0\frameworks\proje cts\framework\src\mx\core\FlexModuleFactory.as:610]
    at mx.core::FlexModuleFactory/docFrameHandler() [E:\dev\4.0.0\frameworks\projects\framework\s rc\mx\core\FlexModuleFactory.as:580]
    at mx.core::FlexModuleFactory/docFrameListener() [E:\dev\4.0.0\frameworks\projects\framework\ src\mx\core\FlexModuleFactory.as:126]

    Followed by:

    TypeError: Error #1007: instantiation attempted on a non-constructeur.
    at mx.controls::ProgressBar/createChildren() [E:\dev\4.0.0\frameworks\projects\framework\src\ mx\controls\ProgressBar.as:1110]
    at mx.core::UIComponent/initialize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
    to mx.core::UIComponent / http://www.Adobe.com/2006/Flex/MX/internal:childAdded ([E:\dev\4.0.0\frameworks\projects\ framework\src\mx\core\UIComponent.as:7142])
    at mx.core::UIComponent/addChildAt() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:6848]
    to spark.components::Group/addDisplayObjectToDisplayList() [E:\dev\4.0.0\frameworks\projects\ spark\src\spark\components\Group.as:1825]
    to spark.components::Group / http://www.Adobe.com/2006/Flex/MX/internal:elementAdded ([E:\dev\4.0.0\frameworks\project s\spark\src\spark\components\Group.as:1416])
    to spark.components::Group/setMXMLContent() [E:\dev\4.0.0\frameworks\projects\spark\src\spark \components\Group.as:512]
    to spark.components::Group/createChildren() [E:\dev\4.0.0\frameworks\projects\spark\src\spark \components\Group.as:734]
    at mx.core::UIComponent/initialize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
    at components.conn::ConnectionDialog/initialize()

    Followed by:

    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at mx.controls::ProgressBar/measure() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cont rols\ProgressBar.as:1293]
    at mx.core::UIComponent/measureSizes() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8042]
    at mx.core::UIComponent/validateSize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\UIComponent.as:7966]
    at mx.managers::LayoutManager/validateSize() [E:\dev\4.0.0\frameworks\projects\framework\src\ mx\managers\LayoutManager.as:617]
    at mx.managers::LayoutManager/doPhasedInstantiation() [E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:733]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback() [E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]

    Hi Philippe!

    We encountered a problem which I think is similar - we used the spark components in the module, and if they have not been defined in the main application, it could not find there default skin.

    By adding the indicator-keep-all-type-selectors in the compilation of the main application, we managed to solve this problem in some of our applications.

    (obtained from this link: http://forums.adobe.com/message/2208483#2208483)

    But we STILL have an ERROR that it cannot find the default skin of the spark components in a module that is called by a module called by the main application.

    the flag-keep-all-type-selectors does not work in this case.

    Anyone have any other ideas?

Maybe you are looking for

  • Sticker license Vista slowly disappears from the Satellite L300D-148

    ... from the back of the laptop. I hope you know what I mean. The Vista license sticker on the back of my L300D-148 is due to normal use slowly "vanishing", some letters are not legible more, but the license key itself is still. I can remove the stic

  • There are two updates of BIOS for Satellite A210 2, 00 - WIN & 2, 30 - WIN

    In 2010 there are two updates of BIOS for Satellite A210 2, 00 - WIN & 2, 30 - WINIn archive: http://eu.computers.toshiba-europe.com/innovation/download_bios.jsp They compatible for Satellite A210-1AO, part number: PSAELE-03Q009G3 (BIOS/date TOSHIBA

  • T440s display off when the windows login

    Something strange happened on my T440s today when I first turned on... it starts Windows, then I entered my windows login PIN, and then the screen went white/black instead of go the tiles of windows 8. so I closed the lid, and he went to Hibernate. a

  • SMU-8101 desktop ICON

    I inadvertanly changed the icon of Office National Instruments when you turn on first of all in Windows 7.  The user that wants a return.  This isn't under Programdata > Microsoft files (after "show you hidden folders").  Anyone know where it is or h

  • Failed to connect ISCSI Linux

    Hi all I have EQL 6210, box 3 6210-1S 2-6210-X 3-6210-E Several volumes are mounted with windows and linux blade servers. a specific volume is mounted with linux based on physical server and SAP DB is running on it. I get messages in the MISTLETOE Gr