Frustrated Flex error...

I'm trying to follow the tutorial on this website for youtube API.

http://www.ZEDIA.NET/2009/how-to-load-a-YouTube-movie-into-Flash-using-tubeloc/

I downloaded the tubeloc and copy the required files to my src file and have the following codes.

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

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

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

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

minWidth = "955" = "600" minHeight

xmlns:components = "components.*" >

< fx:Script >

<! [CDATA]

import com.enefekt.tubeloc.MovieSprite;

com.enefekt.tubeloc.event import. *;

var youtubeMovie:MovieSprite = new MovieSprite (null, true);

youtubeMovie.addEventListener (PlayerReadyEvent.PLAYER_READY, onPlayerReady);  code //Problem

addChild (youtubeMovie);     code //Problem

function onPlayerReady(event_p:PlayerReadyEvent):void {}

It's just cleaner to remove the earpiece which will not be used again

youtubeMovie.removeEventListener (PlayerReadyEvent.PLAYER_READY, onPlayerReady);

You can set the size of the video in this way

youtubeMovie.width = 370;

youtubeMovie.height = 276;

youtubeMovie.loadVideoById("tprMEs-zfQA");

}

[]] >

< / fx:Script >

< fx:Declarations >

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

< / fx:Declarations >

< components: videoList / >

< / s:Application >

However, I got the errors as follows.

Access of undefined property onPlayerReady

Access of undefined property youtubeMovie

Access of undefined property youtubeMovie

Calling a method perhaps undefined addChild.

I have stated these properties and I thought addChild is imported by default. How do I get these ridiculous errors? Any thoughts? Thanks for the help.

In MXML, these lines...

youtubeMovie.addEventListener (LOAN PlayerReadyEvent.PLAYER_, onPlayerReady);

addChild (youtubeMovie);

... must be inside an event handler, for example for the creationComplete event. To create an event handler, go to the tag at the top of your .mxml file, start typing creationComplete and use code completion to create the handler. Then put these two lines inside the Manager.

In addition, in the world of Flex, we don't use addChild, we use addElement. But addElement doesn't accept MovieClips, because there are some complex measurement and positioning going on behind the scenes that does not implement MovieClip. The SpriteVisualElement control can take care of this for you. Add a SpriteVisualElement to your mxml and then do a sve.addChild (youtubeMovie).

This should answer your previous question, btw

Tags: Flex

Similar Questions

  • Flex error 1034: has no Type constraint

    I spread the File as AudioFile class.  Only, I added a new property 'category.  I intend to filter the files to a directory structure and to keep the AudioFile objects in a simple indexed array.  I also want to add category information to the AudioFile property object 'category.  The error is thrown after that I called getDirectoryListing, assign the file objects returned to "content: table ', and then I iterate over 'content' assinging each object AudioFile file object.  I thought that the AudioFile is a file extension that is not a problem.  The heart of the issue is how getDirectoryListing returns objects file but I need AudioFile objects.  My next instinct is to override the getDirectoryListing method, but I can't find the class declaration for the file.

    Is it possible to throw objects as objects AudioFile file?  Should I use a different strategy for the assignment of the category for the objects in file info?  Maybe I shouldn't be the extension of class leader at all.  I'm a bit stuck.  Any help would be greatly appreciated.

    Here is my code.  Please note that this is my first flex/air/actionscript I've ever written.  I use Flash Builder 4.5 and my goal is to Office Air.  The AudioFile extended class is AudioFile.as.

    package
    {
    import flash.filesystem.File;

    public class AudioFile extends file
    {
    public void AudioFile()
    {
    }

    public var category: String;
    }
    }

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:WindowedApplication ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    xmlns:samples = "samples.*".
    applicationComplete = "init ()" width = "386" height = "581" "
    Initialize = "initData ()" >
    < s:layout >
    < s:VerticalLayout paddingTop = paddingLeft "6" = "6" paddingRight = paddingBottom "6" = "6" / >
    < / s:layout >

    < fx:Script >
    <! [CDATA]
    import AudioFile;

    import flash.events.Event;
    import flash.filesystem.File;

    Import mx.collections.ArrayCollection;
    Import mx.controls.Alert;

    private var audioObj:AudioFile = new AudioFile();

    protected function init (): void
    {
    Main window of app AIR Center on the screen
    nativeWindow.x = (Capabilities.screenResolutionX - nativeWindow.width) / 2;
    nativeWindow.y = (Capabilities.screenResolutionY - nativeWindow.height) / 2;
    Receive messages when minimize/maximize occurs
    addEventListener (NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, onDisplayStateChange);
    }
    Handles when the application is reduced to the minimum and maximum
    protected function onDisplayStateChange(e:NativeWindowDisplayStateEvent):void
    {
    trace ("display status changed from" + e.beforeDisplayState + "" + e.afterDisplayState);
    }

    private var masterList:ArrayCollection = new ArrayCollection();
    private var dgArray:Array = new Array();

    [Bindable]
    private var initDG:ArrayCollection;

    public function initData (): void {}
    var initDG:ArrayCollection = new ArrayCollection (dgArray);
    }

    private void parse (): void {}
    ActionScript file

    var sourceDir:AudioFile = getSourceDir();
    var fileList:Array = new Array();
    var dirList:Array = new Array();

    function transverseDirStructure(sourceDir:AudioFile):Array {}
    var flag: Boolean = false;
    var dirList:Array = new Array();
    var fileList:Array = new Array();

    {}
    var content: Array = sourceDir.getDirectoryListing ();

    for (var i: int = 0; i < contents.length; i ++) {}
    test for isDirectory
    var file:AudioFile = content [i];
    If (file.isDirectory == true) {}
    dirList.push (file);
    }
    else {}
    fileList.push (file);
    }
    }

    If (dirList.length == 0)
    flag = false;
    else {}
    recursion
    fileList = fileList.concat (transverseDirStructure (dirList, fileList));
    }
    } While (flag == false)

    Return to the file list;
    }

    function filterExtensions(fileList:Array):Array {}
    var cleanExtensionsList:Array = new Array();
    for each {(var i: AudioFile in the list of files)
    If (i.extension == ".wav" |) ".aiff") {}
    cleanExtensionsList.push (i);
    }
    }

    Return cleanExtensionsList;
    }

    function filterSize(fileList:Array):Array {}
    var cleanSizeList:Array = new Array();
    var maxFileSize:int = 350000;
    for each {(var i: AudioFile in the list of files)
    If (i.size < maxFileSize) {}
    cleanSizeList.push (i);
    }
    }

    Return cleanSizeList;
    }

    function categorizeAudioFiles(fileList:Array):Array {}
    var masterList:Array = new Array();

    var flag: Boolean = true;

    var category: Array = new Array();
    Categories.push ("Kick", "Snare", "Hat", "crash", "clap");

    for each {(var i: AudioFile in the list of files)
    for each {(var x: String sous catégories)}
    If (i.name.search (x) > 0) {}
    Add category name to the extended property.
    i.Category = x;
    masterList.push (i);
    }
    }
    }

    return masterList;
    }

    fileList = transverseDirStructure (fileList);
    fileList = filterSize (fileList);
    fileList = filterExtensions (fileList);
    fileList = categorizeAudioFiles (fileList);
    }

    private function generateRandom (): void {}

    }

    private function setDestination (): void {}
    var file:AudioFile = new AudioFile();
    file.addEventListener (Event.SELECT, dirSelected);
    file.browseForDirectory ("select a directory");
    function dirSelected(e:Event):void {}
    txtDestination.text = file.nativePath;
    }
    }

    private void getDestination (): {AudioFile
    var destinationDir:AudioFile = new AudioFile();
    txtDestination.text = destinationDir.nativePath;

    Return destinationDir;
    }

    private void getSourceDir (): {AudioFile
    var sourceDir:AudioFile = new AudioFile();
    sourceDir.nativePath = txtBrowse1.text;

    return sourceDir;
    }

    private function setSourceDir (): void {}
    var file:AudioFile = new AudioFile();
    file.addEventListener (Event.SELECT, dirSelected);
    file.browseForDirectory ("select a directory");
    function dirSelected(e:Event):void {}
    txtBrowse1.text = file.nativePath;
    }
    }

    Control logic

    []] >
    < / fx:Script >

    < mx:Form width = "373" height = "113" id = "formChooseDirectory1" >
    < mx:FormHeading label = "1. Width to choose a Source directory... "="315"fontSize ="13"fontFamily ="Verdana"color ="#CF71FF"/ >
    < s:Button Label = fontFamily 'Browse... '. "="Verdana"fontSize ="13"color ="#CF71FF"id ="btnBrowse1"enabled ="true"click ="setSourceDir ()"/ >
    < s:TextInput width = "333" id = "txtBrowse1" active = "false" text = "C:\Users\RokaMic\Bangin Beats" / >
    < / mx:Form >
    < mx:Form width = "373" height = "231" id = "formAnalyze" >
    < mx:FormHeading label = "2. FontFamily to analyze samples... "="Verdana"fontSize ="13"color =" #00D8FF "width ="245"/ >
    < s:Button label = "Analyze" fontFamily = "Verdana" color = "#00D8FF" id = "btnAnalyze" enabled = "true" click = "analyze ()" / >
    < mx:DataGrid editable = "false" enabled = "true" fontFamily = "Verdana" color = "#00D8FF" width = "337" dataProvider = "{initDG}" >
    < mx:columns >
    < mx:DataGridColumn headerText = "File name" dataField = "filename" color = "#00D8FF" fontFamily = "Verdana" / >
    < mx:DataGridColumn headerText = "Category" dataField = "category" color = "#00D8FF" fontFamily = "Verdana" / >
    < / mx:columns >
    < / mx:DataGrid >
    < / mx:Form >
    < mx:Form width = "374" height = "173" id = "formGenerate" >
    < s:Button label = "Generate Drum Kits" width = "342" height = "52" fontSize = "18" = "Verdana" color = fontFamily "#00FF06" id = "btnGenerate1" enabled = "true" click = "generateRandom ()" / >
    < mx:FormItem label fontFamily = "How much?" = "Verdana" fontSize = "13" color = "#00FF00" width = "340" >
    < s:HSlider width = stepSize '206' = value '1' = "1" minimum = "1" maximum = "25" id = "sliderHowMany" liveDragging = "true" / >
    < / mx:FormItem >
    < s:Button label = 'Destination '.... "color =" #00FF00 "id ="btnDestination"enabled ="true"click ="setDestination ()"/ >
    < s:TextInput width = "332" id = "txtDestination" enabled = "false" / >
    < / mx:Form >
    < / s:WindowedApplication >

    browsing a directory structure looks like you're going to go through everything in the directory.  If you encounter another directory (void), I thought you were going to go through everything in that directory (void) etc.  Thus, you might end up not being able to use a properly return statement.  I think that's not the problem, so you don't need to deal with this issue.

  • QNX in Flex - error #1063 buttons: incompatibility of County of Argument on views::TxtView / saveAs (). expected 0, got 1.

    I created a backup button and add an eventlistener to execute the saveAs() when the button is clicked, but I'm

    #1063 error: Argument count mismatch on views::TxtView / saveAs (). expected 0, got 1.

    I have not provided any arguments.

    In my init()
    ...

    var saveAsFileBtn:IconButton = new IconButton();
    saveAsFileBtn.setIcon("..) ("/ icons/saveas.png");
    saveAsFileBtn.width = 100;
    saveAsFileBtn.x = saveFileBtn.width + 71;
    saveAsFileBtn.sizeMode = SizeMode.BOTH;
    saveAsFileBtn.sizeUnit = SizeUnit.PIXELS
    saveAsFileBtn.addEventListener (MouseEvent.CLICK, save under);

    ...

    then

    private void saveAs (): void
    {
    trace ("Save as");
    var fileChooser:File;
    If (currentFile)
    {
    element 'FileChooser' = currentFile;
    }
    on the other
    {
    element 'FileChooser' = File.documentsDirectory.resolvePath ('untitled.html')
    }
    fileChooser.browseForSave ("Save as");
    fileChooser.addEventListener (Event.SELECT, saveAsFileSelected);
    }

    The debugger stops when the user clicks on the Save as button. When I use regular ignition buttons I have no problem.

    All event handlers will get at least the object of the event, so you should have to set it as

    function saveAs(e:Event):void
    

    even if you intend to ignore the object.

  • Cannot restart dbcontrol

    Hi, I have a problem with dbconsole. 11.2.0.3, running on AIX

    I have 2 DB on the same server. I am able to start dbconsole on each DB (emctl start dbconsole) and connect both without problem.

    However when I close them, then I'm impossible to restart it again, I just get a message that failed. The only way I can make it work again is by restarting the server. Ive tried this several times and the restart is the only thing that allows me to start again.

    Ive found the following in the log:

    emagent.log:

    2014-10-02 14:47:18, 220 Thread-1 < Agent startup >: failed to start the HTTP LISTENER

    URE (00716)

    eMoms.log:

    2014-10-08 14:27:43, 653 [OC4J Launcher] ERROR app. ContextInitializer contextInit

    ialized.420 - class integration not found: oracle.sysman.pp.asprov.ui.intg.ASPro

    visioningIntegration

    2014-10-08 14:28:06, 939 [JobWorker 54:Thread - 33] ERROR em.jobs executeCommand.37

    0 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click

    Patching the installer to set the required parameters.

    2014-10-08 14:30:34, 402 [HTTPThreadGroup-4] ERROR sec.auth authenticateUser.461

    -Error during authentication:

    java.lang.IllegalStateException: Session has been invalidated

    2014-10-08 14:31:40, 956 [EMUI_14_31_40_/console/database / util / Flex] ERROR perf.s

    vgChart logChartDetails.445 - County 0 curve

    Can anyone offer any help?

    Concerning

    Adam

    You should probably open a service request, where they are likely to go a few rounds you indicating your linux before you get through them you are on AIX.

    As it runs on system startup, you probably do not set something environmental.  Go by what he does at the start, very attentive to all variables, including the ORACLE_HOSTNAME and other.  Another possibility is that something is not close properly.  When it is running correctly, make an extensive list of ps and grep for java or DEMDROOT (or something else unique to your agents).  Check again after the emctl stop.  You can find that something is not to close and causing a failure to start.  Also check your start-up carefully, there may be a typo in that mess the start to the end, but does not seem to cause any problems.  For example, on my platform, I found a problem with him keeping a PID file because they forgot a | grep - v grep at the end of a command.  So, he could not find this file, close, or something like that.  I'm sure I've seen other Zinzins de Portage-linux-to-AIX syntax too.

  • Package a package on the Production Server

    I use the updated sdk docs documents.  I have a plugin very simple helloworld.  It is composed, as in the example of echo service, she passes a string to a simple java service and receives the back string to display the user interface.

    It all works very well in the environment of the SDK.

    Now, I want to spend this plugin simple helloworld to my system of true vCenter (containing no eclipse, etc.).  Using the SDK - Tutorial.html, step 3 discusses "package and save your solution.  I used eclipse, such as indicated and chose "vSphere SDK Tools-> package vSphere Client plug-ins.  I made sure to make it dependent on my java service.  I looked on all the files, he created for me, and I had to modify the package.XML - plugin to set the < bundlesOrder > to have my load java service before my flex.  I created the zip file and put it on a web server that is accessible.  Then I registered using the #3 'old Client vSphere' method described in the SDK file - Tutorial.html.  I'm on https, so I made sure to include the correct SHA1 fingerprint.

    Then I restarted the WebClient service on the system of vSphere vCenter.  Then I logged.  When my plugin does not appear, I went looking in the newspapers.

    I looked in C:\ProgramData\VMware\vSphere Web Client\Logs\wrapper.log and found errors.  I can paste the full error below, but it starts with this:

    INFO   | jvm 1    | 2013/08/28 11:23:18 | [2013-08-28 11:23:18.349] [INFO ] start-signalling-2            <DE0005I> Started bundle 'com.vmware.vsm.vsmui' version '5.1.0'. 
    INFO   | jvm 1    | 2013/08/28 11:25:08 | [2013-08-28 11:25:08.223] [INFO ] onnection(7)-192.168.102.155  <DE0000I> Installing bundle 'com.acme.helloWorldJava.HelloWorldJava' version '1.0.0'. 
    INFO   | jvm 1    | 2013/08/28 11:25:09 | [2013-08-28 11:25:09.564] [INFO ] onnection(7)-192.168.102.155  <DE0001I> Installed bundle 'com.acme.helloWorldJava.HelloWorldJava' version '1.0.0'. 
    INFO   | jvm 1    | 2013/08/28 11:25:09 | [2013-08-28 11:25:09.642] [INFO ] onnection(7)-192.168.102.155  <DE0004I> Starting bundle 'com.acme.helloWorldJava.HelloWorldJava' version '1.0.0'. 
    INFO   | jvm 1    | 2013/08/28 11:25:10 | [2013-08-28 11:25:10.064] [ERROR] start-signalling-2            <DE0006E> Start failed for bundle 'com.acme.helloWorldJava.HelloWorldJava' version '1.0.0'. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'HelloWorldJava': Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Class[]' for property 'interfaces'; nested exception is java.lang.IllegalArgumentException: Error loading class [com.acme.helloWorldJava.HelloWorldJava]: problem with class file or dependent class.
    

    So, he tried to start loading my HelloWorldJava, but failed.  Note that it loads perfectly in the environment of the SDK.  I kept this very simple code.  It does not load in pots of any third party or whatever it is.  The interface has only one method: echo.  So I don't know what I'm missing;  and don't know why it works in the environment of the SDK, but not on the production server.

    I also tried to look in the Tomcat catalina logs, but I don't see anything here that stood out.  In addition, newspapers just VPXD seem to show where I'm logged in, but no additional help for error details.

    Any help is greatly appreciated.

    I have attached a snippit of the wrapper.log containing any errors in this region, if you see something that I missed.  When you get to flex errors, you will see that it fails due to the dependency (as expected) because the java part does not load correctly.

    OK, I misunderstood your original problem.

    The answer is that you can continue to use Java JDK 1.7 as long as you set the compilation option - target 1.6 to generate binary compatible Java 1.6. The Web client server still uses JRE 1.6.

  • Problem Setup message destinations

    Hi people,

    I just started to play with the flex data services a bit and tried the sample chat application that Aug can be found on the Labs site - it is called "Simple Application of cat. However, I came across a comment on the problem quickly covers the configuration of the channels and the dewstinations in the services.xml file - xx. It doesn't seem to work, the runtime compiler always sheet ma, that the destination does not exist, in fact he did, and Yes, it's the right configuration file...

    So, alone with my pain, I decided to rework everywhere, uninstalled everything and started from scratch. This time I choose install the SDS as a JRun server instance, since I use an instance of j2ee coldfusion on the same machine. Now, I don't get the compile error more, and the app shows me how the message format ist, he is about to send. However, the message is not on a second instance of the same application.

    Even more worryingly what do I need to package flex-admin? It doesn't seem to be able to configure anything, it? It is for monitoring only? Could not find any documentation on this subject, unfortunately. However, since the installation of the scale, the flash-flex-admin UI displays all the data. in the facility before, he did at least...

    Help, anyone?

    Thanks for the tip, I'll try that soon.

    but in the mrantine I realized what the real problem was...
    I used the jrun installation that comes with the coldfusion installation package. When finally, I rode the flex-error log files, I discovered, that the messagebroker servlet could not be instantiated due to an older version of jre (who came with cf!). However, I installed the latest version and since - everything works as expected :)

    Thanks again,
    Thomas

  • 80073AA2 Windows Vista error code update KB973917 and KB970430 Frustration!

    I have a problem installing the updates on my 32-bit Windows Vista laptop. I have both updates KB973917 and KB970430 both indicate the error code 80073AA2 and two KB976325 and KB971737 updates showing the error code 800F0826.  The laptop has the message that it is install update 3 of 3, is 100% then says that the updates have not been configured correctly - he keeps trying to install updates.

    I find it quite frustrating because this is the second time (the last was SP2) this year that updates have not properly configured and as a geek no I'm not able to settle this issue myself!  I got a very helpful guys at Microsoft call me before; However, if I can get some advice on how to fix myself I would be very grateful!

    Thank you, Maggie Ross.

    @MeggyRoss: Try this triple McAfee fix, especially if you are using McAfee Security Center-Online http://service.mcafee.com/FAQDocument.aspx?id=TS100507 ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • error 80070643 came on my computer from 14/03/2012. He and get very frustrated. Please help me.

    I'm a gamer, I mainly use my computer to play games on the internet as though I buy games, etc.  I use my computer as an outlet the Dungeon, entertain me, like watch movies on Netflix, play games and connect with friends via Hotmail, Gmail and so on.

    From 14/03/2012, my computer has received an update from Microsoft for games or games, but my computer does not except her and instead, I got this error 80070643.  I want to know how to fix this error since then and get very frustrated.  Please someone who knows the Vista program could help me I am only a single old white lady who fights depression and my computer is my best friend.

    Hi AnneBest,

    Update failed?

    Try to install the update in a clean boot state. If a 3rd party program prevents this update of installation, this will remove the conflict.

    If you are unable to install the update and you said, the other troubleshooting steps did not resolve the issue, follow the steps in this document to perform an InPlace upgrade. Your current installation of Windows will be reset without affecting your personal information.

    Note that it is advisable to make sure you have a recent backup of your data and how to reinstall your software before all the major troubleshooting steps.

  • I have version 9 (I think) running on windows 10. Works fine EXCEPT when I try to apply automatic updates. It checks, downloads, copies the files and when it is almost by it says it has encountered an error and cancels everything. Frustrat

    I have version 9 (I think) running on windows 10. Works fine EXCEPT when I try to apply automatic updates. It checks, downloads, copies the files and when it is almost by it says it has encountered an error and cancels everything. Frustrating!

    Hi rct_nv ,

    Please provide the exact version of the acrobat application (given that no update available for acrobat 9 as its an older version)

    In addition, I wish to inform that Acrobat 9 is not compatible with Win 10 OS. Refer to this article:- Adobe Acrobat required configuration

    Kind regards

    Christian

  • BCC 10.2 - Flex Message null pointer error

    BCC 10.2 - Flex Message null pointer error

    Hi all,

    I want to ask about a behavior that I have on small jets BCC when I try to save after you change an asset, but it seems that the application saves the changes.

    I'd appreciate if anyone has any suggestions on this subject

    The error is the following:

    Caused by: atg.flex.service.RemoteOperationException: CONTAINER:atg.remote.assetmanager.workbench.service.WorkbenchException; SOURCE:java.lang.NullPointerException
      at atg.remote.assetmanager.workbench.service.WorkbenchService.refresh(WorkbenchService.java:583)
      at sun.reflect.GeneratedMethodAccessor3594.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
      ... 102 more
    Caused by: CONTAINER:atg.remote.assetmanager.workbench.service.WorkbenchException; SOURCE:java.lang.NullPointerException
      at atg.remote.assetmanager.workbench.service.WorkbenchService.filterAssets(WorkbenchService.java:1089)
      at atg.remote.assetmanager.workbench.service.WorkbenchService.refresh(WorkbenchService.java:565)
      ... 106 more
    Caused by: java.lang.NullPointerException
      at atg.remote.assetmanager.workbench.service.WorkbenchService.isAutoAddAsset(WorkbenchService.java:1113)
      at atg.remote.assetmanager.workbench.service.WorkbenchService.filterAssets(WorkbenchService.java:1074)
      ... 107 more
    2014-12-29 15:28:51,232 INFO  [STDOUT][SessionId=] [Flex Messaging] 12/29/2014 15:28:51.232 [ERROR] [Message.General] Exception when invoking service 'remoting-service': flex.messaging.MessageException: flex.messaging.MessageException: atg.flex.service.RemoteOperationException : CONTAINER:atg.remote.assetmanager.workbench.service.WorkbenchException; SOURCE:java.lang.NullPointerException
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage) 
        operation = refresh
        clientId = 1C6F8201-C12F-67BE-89C5-9F53A50B0D85
        destination = /atg/remote/assetmanager/workbench/service/WorkbenchService
        messageId = 68D7104A-0487-6486-BA17-97BCA7998B4B
        timestamp = 1419884931228
        timeToLive = 0
        body = null
        hdr(DSId) = 1C6F6CE9-5D19-D58E-99F2-4BF9B1455038
        hdr(DSEndpoint) = atg-amf
      Exception: flex.messaging.MessageException: flex.messaging.MessageException: atg.flex.service.RemoteOperationException : CONTAINER:atg.remote.assetmanager.workbench.service.WorkbenchException; SOURCE:java.lang.NullPointerException
      at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:225)
      at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
      at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
      at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
      at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
      at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
      at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
      at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
      at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
      at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at atg.service.configuration.ResponseWrappingConfiguration.invokeFilterChainWithPossibleWrapping(ResponseWrappingConfiguration.java:458)
      at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:174)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:320)
      at com.exito.cache.ExitoPageCachePipelineServlet.service(ExitoPageCachePipelineServlet.java:157)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:119)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:383)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:696)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:84)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:109)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:80)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2452)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:191)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThroughServlet.java:418)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:161)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:534)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:245)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at com.exito.servlet.pipeline.ExitoProfileServlet.service(ExitoProfileServlet.java:147)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:461)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:141)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:298)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:367)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1252)
      at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:930)
      at com.exito.cache.ExitoCachingHeadPipelineServlet.service(ExitoCachingHeadPipelineServlet.java:74)
      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
      at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:348)
      at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:206)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilte
    2014-12-29 15:28:51,232 INFO  [STDOUT][SessionId=] r(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
      at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
      at java.lang.Thread.run(Thread.java:662)
    

    Hello

    When you create an asset, merchandising attempts to resolve one of the keys to the collection of autoAddAssetTypes of the/atg/remote/assetmanager/workbench/service/WorkbenchService to a kernel component that represents the real deposit for the specific asset. The name of active repository to repository real mapping is defined in the /atg/dynamo/service/AssetResolver / component.

    When the mapping defined in the collection /atg/remote/assetmanager/workbench/service/WorkbenchService.autoAddAssetTypes key does not match a Name of active Source defined in the dynamo/atg / / / AssetResolver/service component, a null value is returned in place of the repository, real which causes the NullPointerException.

    Please find the reference document for more information below and understand the best, hope that helps you.

    NullPointerException in atg.remote.assetmanager.workbench.service.WorkbenchService when creating any ProductCatalog object (Doc ID 1578914.1)

    Please select a correct answer if this answer solves your problem.

    Thank you & best regards

    Suman Vernoux

  • I can't install any adobe application. I bought all these products and tried to d/l through the creative cloud and direct links, by DDLS trial or normal he gets 2%, then rises to 99% and gives error DW050 and WARNING DS013...  Very frustrated

    I bought all these products and tried to d/l through the creative cloud and direct links, by DDLS trial or normal he gets 2%, then rises to 99% and gives error DW050 and WARNING DS013...  Very frustrating because I've already paid for them. Is a 2nd hand computer, but I erased everything when I bought it.

    Working on a mac osx, report looks like this

    Exit Code: 7 Please see specific errors and warnings below for troubleshooting. For example, ERROR: DW050 ... WARNING: DS013 ... -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 30 error(s), 2 warning(s) WARNING: DS013: Payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0 is already installed and the session payload {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 has no upgrade/conflict relationship with it. WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1 ERROR: DW050: The following payload errors were found during install: ERROR: DW050: - Dynamic Link Media Server: Install failed ERROR: DW050: - Adobe Encore CS6_AdobeEncore6en_USLanguagePack: Install failed ERROR: DW050: - Adobe XMP Panels: Install failed ERROR: DW050: - Adobe Player for Embedding 3.3: Install failed ERROR: DW050: - Required Common Fonts Installation: Install failed ERROR: DW050: - Adobe CSXS Infrastructure CS6: Install failed ERROR: DW050: - Adobe Premiere Pro CS6: Failed due to Language Pack installation failure ERROR: DW050: - Adobe Encore CS6: Failed due to Language Pack installation failure ERROR: DW050: - Adobe Utilities CS6: Install failed ERROR: DW050: - Adobe SwitchBoard 2.0: Install failed ERROR: DW050: - Adobe ExtendScript Toolkit CS6: Install failed ERROR: DW050: - Camera Profiles Installer: Install failed ERROR: DW050: - AdobePDFL CS6: Install failed ERROR: DW050: - Adobe Extension Manager CS6: Install failed ERROR: DW050: - Adobe Bridge CS6: Install failed ERROR: DW050: - AdobeTypeSupport CS6: Install failed ERROR: DW050: - AdobeHelp: Install failed ERROR: DW050: - Adobe Premiere Pro CS6 Family: Install failed ERROR: DW050: - Adobe Mini Bridge CS6: Install failed ERROR: DW050: - Suite Shared Configuration CS6: Install failed ERROR: DW050: - AmericanEnglishSpeechAnalysisModels: Install failed ERROR: DW050: - Adobe Media Encoder CS6: Install failed ERROR: DW050: - Adobe Premiere Pro CS6 Support: Install failed ERROR: DW050: - Photoshop Camera Raw 7: Install failed ERROR: DW050: - Adobe Premiere Pro CS6_AdobePremierePro6.0en_USLanguagePack: Install failed ERROR: DW050: - Adobe Encore CS6 Support: Install failed ERROR: DW050: - Recommended Common Fonts Installation: Install failed ERROR: DW050: - DynamiclinkSupport: Install failed ERROR: DW050: - AdobeCMaps CS6: Install failed ERROR: DW050: - Adobe CSXS Extensions CS6: Install failed -------------------------------------------------------------------------------------

    Now as stated I have tried several different download methods, removed all firewalls & antivirus. Any Suggestions???

    The system configuration required

    Exit Code: 7 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DS013 ...  -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 30 error(s), 2 warning(s)  WARNING: DS013: Payload {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} Camera Profiles Installer 8.0.0.0 is already installed and the session payload {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 has no upgrade/conflict relationship with it. WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1  ERROR: DW050: The following payload errors were found during install: ERROR: DW050:  - Dynamic Link Media Server: Install failed ERROR: DW050:  - Adobe Encore CS6_AdobeEncore6en_USLanguagePack: Install failed ERROR: DW050:  - Adobe XMP Panels: Install failed ERROR: DW050:  - Adobe Player for Embedding 3.3: Install failed ERROR: DW050:  - Required Common Fonts Installation: Install failed ERROR: DW050:  - Adobe CSXS Infrastructure CS6: Install failed ERROR: DW050:  - Adobe Premiere Pro CS6: Failed due to Language Pack installation failure ERROR: DW050:  - Adobe Encore CS6: Failed due to Language Pack installation failure ERROR: DW050:  - Adobe Utilities CS6: Install failed ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed ERROR: DW050:  - Adobe ExtendScript Toolkit CS6: Install failed ERROR: DW050:  - Camera Profiles Installer: Install failed ERROR: DW050:  - AdobePDFL CS6: Install failed ERROR: DW050:  - Adobe Extension Manager CS6: Install failed ERROR: DW050:  - Adobe Bridge CS6: Install failed ERROR: DW050:  - AdobeTypeSupport CS6: Install failed ERROR: DW050:  - AdobeHelp: Install failed ERROR: DW050:  - Adobe Premiere Pro CS6 Family: Install failed ERROR: DW050:  - Adobe Mini Bridge CS6: Install failed ERROR: DW050:  - Suite Shared Configuration CS6: Install failed ERROR: DW050:  - AmericanEnglishSpeechAnalysisModels: Install failed ERROR: DW050:  - Adobe Media Encoder CS6: Install failed ERROR: DW050:  - Adobe Premiere Pro CS6 Support: Install failed ERROR: DW050:  - Photoshop Camera Raw 7: Install failed ERROR: DW050:  - Adobe Premiere Pro CS6_AdobePremierePro6.0en_USLanguagePack: Install failed ERROR: DW050:  - Adobe Encore CS6 Support: Install failed ERROR: DW050:  - Recommended Common Fonts Installation: Install failed ERROR: DW050:  - DynamiclinkSupport: Install failed ERROR: DW050:  - AdobeCMaps CS6: Install failed ERROR: DW050:  - Adobe CSXS Extensions CS6: Install failed -------------------------------------------------------------------------------------
    

    The system configuration required

  • Moment of frustration: OEM12c - 10 agents showing the same error metric

    Note, that I'm working with the support of the Oracle... It's a joke... So frustrating. I want to help to improve the product, but for me to try to delete the alert and restart the agent does not address the underlying problem that triggers the alert in the first place. I have at least 10 officers reports the same error of evaluation metric.

    Incorrect process exit: java.nio.charset.MalformedInputException: input length = 1

    Storage data alias
    https://oem03cnc.rim.net:7803/em/adf/images/t.gif
    February 1, 2014 6:32:04 AM EDT
    February 1, 2014 6:32:33 CEST
    Incorrect process exit: java.nio.charset.MalformedInputException: input length = 1
    Incorrect process exit: java.nio.charset.MalformedInputException: input length = 1: February 1, 2014 6:32:33 CEST
    storage_reporting_alias
    Error metric assessment
    Error
    February 1, 2014 6:32:33 CEST

    Someone else reported the bug in last year.... but I guess that after 5 months gave to... I'm at roughly the same point.  Why bother with unnecessary back?

    Bug 16582611 : ERROR of ASSESSMENT METRICS DATA STORAGE

    He has my rants on Monday morning...
    (PS Last 12.1.0.3 on linux.. all up to date on the CMS and agents)

    The oem12c code does not handle some cases with storage. I found that it is not manipulated inactive LUN (sorry not a storage expert so I don't know the terminology).

    What happened, it was our servers had LUN connected to a Bay of storage and then they were migrated to a different storage group. The old LUNS were still visible by the oem and under flags of this error.

    Once our storage/unix people removed these bland/dead/old LUN the error disappeared. (we still have another 20 or so errors in oem, but the unix team has yet to complete the cleaning of all servers).

    Connected supported just a bug... but never solved the problem at all.

  • I get an unexpected error in catalog when trying to open Lightroom CC. I tried all the options without success and am becoming quite frustrated

    I get an unexpected error in catalog when trying to open Lightroom CC. I tried all the options without success and am becoming quite frustrated

    reset your preferences - https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html

  • Flex client disconnects with error

    I am a few days in a trial period and I am fairly certain that I have installed the environment correctly. When I try to download my VM with reader (or Fusion) I get the same error message:

    Restrictions Management Server has encountered an error

    error.JPG

    I created a virtual Workstation 11 machine and installed the client. The customer has reached the server mirage - no problem.

    Restrictions on the virtual machine are set correctly (check server passes in the options),

    I use a 3rd party certified trust (which I also added to the web console in Flex).

    I can download the .tar file externally and internally.

    I added the .vmx and console agreed. Using the default policy. Right created and configured to use the mirage for disaster recovery.

    Please can someone help out me?

    My company is looking for a VDI solution and we are really excited about FLEX... but we would like to test in a working POC environment before committing.

    Thank you!

    Steve

    I built an environment 3rd with identical settings as my first 2 attempts, but this time I joined the server Flex/Mirage to a domain controller running 2008 R2 with a 2008 R2 domain functional level and the error disappeared. Everything works now.

    My 2 previous attempts, I was using a DC 2012 R2 server.

    Mirage take AD Server R2 2012?

    I couldn't find anything in the documentation...

    Steve

  • Error when running hr_sit_api.create_sit API - FLEX - INVALID NUMBER

    I am writing a code of the incoming interface to import the news SIT. When I tested the hr_sit_api.create_sit API, it gave me an error ORA-20001: NUMBER of FLEX-INVALID. I made sure that the identification number of flex and id_flex_structure_code are correct. But I'm unable to create a new record. Please help me if you have an idea.

    Here is my code:

    DECLARE

    v_count INTEGER: = 0;

    n_object_version_number INTEGER.

    n_analysis_criteria_id INTEGER.

    n_person_analysis_id INTEGER.

    n_pea_object_version_number INTEGER.

    n_id_flex_num INTEGER.

    BEGIN

    SELECT fi.id_flex_num

    IN n_id_flex_num

    Fnd_id_flex_structures_vl FI

    WHERE (fi.id_flex_structure_code = "US_TAX_INFO")

    AND (application_id = 800)

    AND (id_flex_code = 'PEAS');

    LOOP

    BEGIN

    -reset the variables here

    n_object_version_number: = NULL;

    n_analysis_criteria_id: = NULL;

    n_person_analysis_id: = NULL;

    n_pea_object_version_number: = NULL;

    hr_sit_api.create_sit (p_person_id = > 33881

    , p_business_group_id = > fnd_profile. VALUE('PER_BUSINESS_GROUP_ID')

    , p_id_flex_num = > n_id_flex_num

    , p_effective_date = > SYSDATE

    , p_date_from = > SYSDATE

    , p_date_to = > NULL

    , p_segment1 = > 'X '.

    , p_segment2 = > 'OH'

    p_segment3 = > 2000

    , p_analysis_criteria_id = > n_analysis_criteria_id

    , p_person_analysis_id = > n_person_analysis_id

    p_pea_object_version_number = > n_pea_object_version_number);

    dbms_output.put_line (' migrated to SIT with n_analysis_criteria_id = > ' |)

    n_analysis_criteria_id);

    EXCEPTION

    WHILE OTHERS THEN

    -need to connect error here

    dbms_output.put_line ('Exception' |) SQLERRM);

    END;

    EXIT; -in this case a single record

    END LOOP;

    COMMIT;

    END;

    Are you sure that you pass the correct values for segment?

    Please make sure that the data types of the segments correspond with the values you pass.

    Also, make sure that you have initialized your session before you run the API.

Maybe you are looking for

  • 6730 b: BIOS password

    Hello I'm comfronting a problem with my laptop. For an object of the school, I need to install it on windows server 2008 and 2012. But my laptop is a 32-bit operating system and Server 2008 and 2012 are no longer compatible with the 64-bit operating

  • I can't use iCloud for backup of data from third-party applications

    I use an iPod touch 6th generation and I wanted to use iCloud for backup of Twitter, IG, Pinterest etc. I've tried searching steps. So far I've been finding the same set of instructions: Settings > iCloud > storage > select your iDevice > turn on app

  • Image IMAQdx capture and record

    Hello: I'm trying to enter and save an image from a USB webcam to a frequency of apprximately 1 Hz. I would like to be able to adjust it upwards or downwards slightly, but don't have to adjust significantly. Some indication of time with the image wou

  • black screen when I turn on the laptop

    Last night's in trouble with the screen freezing... Help the power up to the stop button. Will not be stopped... The only thing it does is going to a black screen... However, I can move the cursor... Please help the laptop is a year old and not used

  • I'm trying to uninstall my printer HP driver. Went on Panel, chosen program and it does nothing!

    He asks me if I'm sure I want to uninstall this program and click on the button it just goes back to the list of programs, and it is still listed.My HP F4280 printer in not sweeping. I try to reconnect it. I have run all diagnostics by HP already. St