I got Error #2044 while I run my script

I have two .as file and one movie file "adp.flv"
PlayVideoAbstract.as and PlayAbstract.as
I have flash document with class name is "PlayVideo". I am going to run movie in abstract object method But  while I run script , movie runs but show error #2044. How can i remove this error. I am using action script 3
PlayAbstract.as
package{
    import flash.display.Sprite;
    import flash.net.NetConnection;
    import flash.net.NetStream;
    import flash.media.Video;
    public class PlayAbstract extends Sprite{
        //Instance of classs PlayAbstract
        private var conn:NetConnection;
        private var stream:NetStream;
        private var vid:Video;
        private var flick:String="adp.flv";
        //Construction
        public function PlayAbstract()
            var playIt=new PlayVideoAbstract(conn,stream,vid,flick,100,50);
            addChild(playIt);
PlayVideoAbstract.as
package {
    // Import from library
    //flash.netnetconnect
    import flash.net.NetConnection;
    //flash.net.netstream
    import flash.net.NetStream;
    //flash.media.video
    import flash.media.Video;
    //fash.display.sprit
    import flash.display.Sprite;
    // Making class
    public class PlayVideoAbstract extends Sprite {
        // Making construction
        public function PlayVideoAbstract(nc:NetConnection, ns:NetStream, vid:Video, flick:String, xpos:uint, ypos:uint) {
            //Connection net
            nc = new NetConnection();
            nc.connect(null);
            ns = new NetStream(nc);
            vid=new Video();
            vid.attachNetStream(ns);
            ns.play(flick);
            vid.x=xpos;
            vid.y=ypos;
            addChild(vid);
        //Constructor End

Hi:
your as code have a lot of bug,  i  fixed something bug  and tested it,already it is working fine.
PlayAbstract:
package {
    import flash.display.Sprite;
    public class PlayAbstract extends Sprite {
        private var flick:String="adp.flv";
        public function PlayAbstract() {
            var playIt:PlayVideoAbstract=new PlayVideoAbstract(flick,100,50,stage);
PlayVideoAbstract:
package {
    import flash.net.NetConnection;
    import flash.net.NetStream;
    import flash.media.Video;
    import flash.events.NetStatusEvent;
    public class PlayVideoAbstract {
        private var nc:NetConnection;
        private var ns:NetStream;
        private var vid:Video;
        private var flick:String;
        private var xpos:uint;
        private var ypos:uint;
        private var obj:Object;
        public function PlayVideoAbstract(Flick:String, Xpos:uint, Ypos:uint,Obj:Object) {
            flick=Flick;
            xpos=Xpos;
            ypos=Ypos;
            obj=Obj;
            nc = new NetConnection();
            nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
            nc.connect(null);
            function netStatusHandler(event:NetStatusEvent):void {
                switch (event.info.code) {
                    case "NetConnection.Connect.Success" :
                        connectStream();
                        break;
                    case "NetStream.Play.StreamNotFound" :
                        trace("Stream not found: " + flick);
                        break;
            function connectStream():void {
                ns = new NetStream(nc);
                ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                ns.client = new CustomClient();
                vid=new Video();
                vid.attachNetStream(ns);
                vid.x=xpos;
                vid.y=ypos;
                ns.play(flick);
                obj.addChild(vid);
class CustomClient {
    public function onMetaData(info:Object):void {
        trace("metadata: duration=" + info.duration + " width=" + info.width + " height=" + info.height + " framerate=" + info.framerate);
    public function onCuePoint(info:Object):void {
        trace("cuepoint: time=" + info.time + " name=" + info.name + " type=" + info.type);
///Good luck and success to you!

Similar Messages

  • An error occurred while launching/running the application

    We've been using Web Start to deliver one of our products for over 2 months. We're getting about 10 downloads of our application a day which is very good considering we're in a very niche market (mapping applications). However, some customers (about 20%) are having a number of problems with Web Start either during installation or during download. For this reason we had to create a stand alone installer for customers that couldn't get Web Start working or more commonly could get Web Start working but couldn't download our application. The most common problem we see is the 'Unable to load resource' problem. I've attached the different errors and different exceptions sent from a customers site. Can you spread any light on this. Is it to do with Web Start not being able to identify the proxy?
    Many thanks in advance
    Ian
    Launch
    An error occurred while launching/running the application.
    Title: OS MasterMap Viewer
    Vendor: Snowflake Software
    Category: Download Error
    Unable to load resource: http://www.snowflakesoft.co.uk/app/viewer.jnlp
    Exception
    JNLPException[category: Download Error : Exception: java.net.UnknownHostException: www.snowflakesoft.co.uk : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Wrapped
    java.net.UnknownHostException: www.snowflakesoft.co.uk
    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getByName(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.sun.javaws.util.URLUtil.doesURLExist(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Apologies for the lack of response only I bust my knee a week ago and I've been in agony since. Anyway enough moaning.
    Yes users are behind a firewall. From what I can get from Sun the problem stems from JWS's inability to detect script based proxies. This is very frustrating because we have about 25% of our customers that just can't use JWS because of this. Ok so they could type it in manually, however, how many system support people are going to give out those sorts of details to end users, besides most end user don't even know what a proxy is!
    To get around this we've provided a standalone installer (which defies the point of JWS in the first place). Don't get me wrong I think JWS is an amazing piece of software, however, I can't see how JWS can be used successful across the internet until this is solved, intranet, extranet fine.
    In our experience you can't leave 25% of your customer base behind!

  • Error occurred while launching/running the application.

    Hello all,
    I'm using the "tutorial" demo from Vamp, and
    here's what
    happened after I chg the jnlp file:
    1. Enabling MIME type on my HTTPD server
    2. Disabling the proxy of my IE Browser
    3. Installed /jdk1.3
    4. JWS started with the following error:
    GENERAL:
    An error occurred while launching/running the application.
    Title: 4. Java Web Start Resource Loading Tutorial
    Vendor: Gerald Bauer
    Category: Download Error
    Corrupted JAR file at http://hpsgnnec/tutorial.jar
    Exception:
    JNLPException[category: Download Error : Exception: java.util.zip.ZipException: error in opening zip file : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    LAUNCH FILE
    <jnlp
    spec="1.0+"
    codebase="http://hpsgnnec" >
    <information>
    <title>4. Java Web Start Resource Loading Tutorial</title>
    <vendor>Gerald Bauer</vendor>
    <description>Tutorial on how to load resources </description>
    <icon href="tutorial.gif"/>
    <offline-allowed />
    </information>
    <resources>
    <j2se version="1.3"/>
    <jar href="tutorial.jar"/>
    </resources>
    <application-desc main-class="vamp.tutorial.Main">
    </application-desc>
    </jnlp>
    WRAPPED EXCEPTION:
    java.util.zip.ZipException: error in opening zip file
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Wud appreciate any advice.
    THanks much,
    Jessica

    Try downloading the jar file itself and opening it with winzip or checking its contents with jar tf <jarfile name>
    if it is indeed corrupt (as the exception stacktrace seems to indicate) try mailing the person who wrote the demo so that he can check whether the jarfile is there or not, and whether it is corrupt or not.
    Other than that, nac.
    Jeremy

  • An unknown error occurred while executing the PowerShell script:

    Hello all,
    Not the most descriptive title, granted. I'm hoping this may prompt the next version toprovide additional valuable content.
    Kindly requesting any help on this problem. I'm running VMM 2012 R2 version 3.2.7668
    When I try to look at properties of an existing Private Cloud, I get this error, only if I "look" at certain attributes. If I stay away from the specific attributes, everything is hunky dory. For reasons unknown, after I get this error, I have
    to exit and go back into VMM in order to get anything else to run.
    The text in the error dialogue box is not entirely applicable because I was connected to the VMM server and will connect again, when I exit/relaunch.
    An unknown error occurred while executing the PowerShell script:
    The connection to the VMM management server scvmm2.mmmmmm.com was lost.
    Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started
    on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
    Try the operation again. If the issue persists, contact Microsoft Help and Support.
    ID: 27235
    This is what I get in Events
    Warning 4/9/2015 3:27:04 PM PowerShell (Microsoft-Windows-PowerShell) 4100 Executing Pipeline
    Log Name:      Microsoft-Windows-PowerShell/Operational
    Source:        Microsoft-Windows-PowerShell
    Date:          4/9/2015 3:27:04 PM
    Event ID:      4100
    Task Category: Executing Pipeline
    Level:         Warning
    Keywords:      None
    User:          mmmmmm\paufra
    Computer:      tools-francis.mmmmmm.com
    Description:
    Error Message = The connection to the VMM management server scvmm2.mmmmmm.com was lost. (Error ID: 1610)
    Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started
    on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
    Fully Qualified Error ID = 1610,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.GetSCReplicationGroupCmdlet
    Recommended Action = Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager
    service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
    Context:
            Severity = Warning
            Host Name = Default Host
            Host Version = 4.0
            Host ID = 94963cd4-5979-4786-9da2-c8814de8c7c3
            Host Application = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmAdminUI.exe
            Engine Version = 4.0
            Runspace ID = 359d7a46-3752-4929-8c09-0de4152d10e4
            Pipeline ID = 16
            Command Name = Get-SCReplicationGroup
            Command Type = Cmdlet
            Script Name =
            Command Path =
            Sequence Number = 91
            User = mmmmmm\paufra
            Shell ID = Microsoft.PowerShell
    User Data:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-PowerShell" Guid="{A0C1853B-5C40-4B15-8766-3CF1C58F985A}" />
        <EventID>4100</EventID>
        <Version>1</Version>
        <Level>3</Level>
        <Task>106</Task>
        <Opcode>19</Opcode>
        <Keywords>0x0</Keywords>
        <TimeCreated SystemTime="2015-04-09T22:27:04.993655700Z" />
        <EventRecordID>285</EventRecordID>
        <Correlation ActivityID="{48059811-1A63-41E1-9057-7498D0E4FC20}" />
        <Execution ProcessID="2344" ThreadID="4076" />
        <Channel>Microsoft-Windows-PowerShell/Operational</Channel>
        <Computer>tools-francis.mmmmmm.com</Computer>
        <Security UserID="S-1-5-21-4008432563-1984933819-4238309236-2721" />
      </System>
      <EventData>
        <Data Name="ContextInfo">        Severity = Warning
            Host Name = Default Host
            Host Version = 4.0
            Host ID = 94963cd4-5979-4786-9da2-c8814de8c7c3
            Host Application = C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmAdminUI.exe
            Engine Version = 4.0
            Runspace ID = 359d7a46-3752-4929-8c09-0de4152d10e4
            Pipeline ID = 16
            Command Name = Get-SCReplicationGroup
            Command Type = Cmdlet
            Script Name =
            Command Path =
            Sequence Number = 91
            User = mmmmmm\paufra
            Shell ID = Microsoft.PowerShell
    </Data>
        <Data Name="UserData">
        </Data>
        <Data Name="Payload">Error Message = The connection to the VMM management server scvmm2.mmmmmm.com was lost. (Error ID: 1610)
    Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager service is started
    on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
    Fully Qualified Error ID = 1610,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.GetSCReplicationGroupCmdlet
    Recommended Action = Ensure that scvmm2.mmmmmm.com is online and that you can access the server remotely from your computer. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. Or, you can ensure that the Virtual Machine Manager
    service is started on scvmm2.mmmmmm.com. Then connect to scvmm2.mmmmmm.com and try the command again using the new connection. If the command fails again because of a connection failure, restart the Virtual Manager service and then try the operation again.
    </Data>
      </EventData>
    </Event>

    Hi Sir,
    First , please try to run the VMM configuration analyzer on that computer :
    http://www.microsoft.com/en-us/download/details.aspx?id=41555
    In addition , please try to use "VMMTrace" mentioned in following article to collect trace log and find some useful information :
    http://blogs.technet.com/b/jonjor/archive/2011/01/07/vmmtrace-simplified-scvmm-tracing.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • HT1725 I got "error=-36" while downloading a movie, and now I can't get it to resume

    I got the error 36 while downloading a movie that I purchased. However, I had to pause it as I was downloading another movie and wanted that one to download a little quicker. Initially, I got error-50 and so I followed the instructions from that feed such as go to Itunes>preferences>restore cache and then restarted my computer (macbook pro) and restarted itunes. Now, I get error-36 and the movie still won't download. According to my account in the itunes store, it's already downloaded. I looked in Music>Itunes Library>Movies and it's not even there....so now what do I do???
    Thanks for any help

    I had the exact same problem...i just deleted the download and re-downloaded it...seemed to have solved the issue

  • ORA-06502: PL/SQL: numeric or value error : Not able to run a script

    Hi All,
    I want to run a script like this:
    DECLARE
    I_so_status_dtl     RIB_SOStatusDtl_REC;
    BEGIN
    I_so_status_dtl := RIB_SOStatusDtl_REC('0'     --Cust Order No
                   ,'1000000014'     --Dest ID
                   ,'100010222'     --Item ID
                   ,1          --Order Line Number
                   ,1          --Unit Quantity
                   ,'R'          --Status
                   ,'RMS12DEV'     --User ID
                   ,'06-May-2001'     --Updated Date
    End;
    I am trying to run this script. Actually this script is supposed to generate an XML message, which I require. Here's the definition for the TYPE RIB_SOStatusDtl_REC:
    create or replace TYPE RIB_SOStatusDtl_REC UNDER RIB_OBJECT (
         cust_order_nbr     VARCHAR2(10),
         dest_id     VARCHAR2(10),
         item_id     VARCHAR2(25),
         order_line_nbr     NUMBER(3),
         unit_qty     NUMBER(12,4),
         status     VARCHAR2(2),
         user_id     VARCHAR2(10),
    updated_date DATE,
         overriding member procedure appendNodeValues( i_prefix in varchar2)
    ,constructor function RIB_SOStatusDtl_REC (rib_oid number, cust_order_nbr VARCHAR2, dest_id VARCHAR2, item_id VARCHAR2, order_line_nbr NUMBER, unit_qty NUMBER, status VARCHAR2) return self as result
    ,constructor function RIB_SOStatusDtl_REC (rib_oid number, cust_order_nbr VARCHAR2, dest_id VARCHAR2, item_id VARCHAR2, order_line_nbr NUMBER, unit_qty NUMBER, status VARCHAR2, user_id VARCHAR2) return self as result
    This TYPE has a body which actually generates an XML message.
    But whenever I am trying to run this, I am getting the following message:
    Error report:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at line 6
    06502. 00000 - "PL/SQL: numeric or value error%s"
    *Cause:   
    *Action:
    Therefore I am not able to run the following script. Here I am passing hard coded value within the TYPE, as I have run similar kind of scripts, which accepts this and creates an xml message. Can anyone help me what's the wrong with this script?
    Thanks & Regards,
    Debabrata

    Hi,
    Create one constructor same as with 8 parameters as you have constructor for only 7 and 8 9 parameters.
    Regards
    RK

  • Error installing iLife 09 - "run preflight script for Registration"

    Hi,
    I am trying to install iLife 09 and am getting the error above (run preflight script for registration) and cant figure out how to fix it. I have run a permissions repair, rebooted and it just doesnt want to let me install. My Install.app is present in /System/Library/CoreServices/Installer.app and have installed all the latest updates for 10.5
    Any ideas?
    Thanks
    Ian
    Edit: I see this could be in the wrong forum - my apologies - please move to the correct forum.
    Message was edited by: BarnRacoon

    I'm having the same problem. I cannot instal Ilife on my new Imac.
    I first tried to install all programs together via the installation guide. but it kept crashing without any reason.
    after that I tried to install each program seperately via the customized installation guide but again the installation guide crashed.
    for each program the following messages appeared:
    run preflight script for iphoto, Imovie etc.
    So what can I do about this. The warning message said I had to contact the manufacturer.
    Thanks

  • Major error when trying to runa compile script on a mac.

    heres the error:
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Plugins
    error: cannot read: plugins/*.java
    1 errorHeres the file im tring to run.
    echo Compiling Randoms
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Randoms/*.java
    echo Compiling Scripts
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Scripts/*.java
    echo Compiling iScar PLugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar iscarplugins/*.java
    echo Compiling Plugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar plugins/*.javaAll help would be appricated.

    Hey i made some progress. I upgraded my java to a special developer relase. 1.6.0_ad
    i now get this when i run the script posted at the bottom of the first post.
    kevin-roses-computer:~ kevinrose$ cd /Users/kevinrose/Desktop/nexus/
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Plugins
    error: error reading plugins/*.java; plugins/*.java (No such file or directory)
    1 error

  • Startup error message - Could not run this script because of a disk error.

    I uninstalled Dates-to-iCal-Launcher and couldn't find any info about how to uninstall it online (just dragged the icon from Applications to the Trash). Now every time I start my iBook, I get an error message from Dates-to-iCal Launcher (there is an icon that looks like a scroll on the left):
    Could not run this script because of a disk error.
    -43
    How do I get rid of this error message? It happens every time I turn on the computer. Thank you!

    thanks for the update.
    there is no risk when changing settings in any OS user interface like System Preferences etc.
    there could be some risk in manually deleting files from Library folders, which is done sometimes to uninstall applications.
    keep in mind to regularly back up important files.

  • Firefox profile got corrupted? can't run cgi scripts anymore

    Something happened recently that hosed my ability to run cgi scripts from my firefox profile.  If I browse to my local webserver at http://localhost/blah I was able to run a cgi script.  Now for some reason, firefox asks me if to save the script rather than running it.
    Opening monitorix.cgi
    You have chosen to open monitorix.cgi
    which is a: BIN file
    from: http://localhost
    Would you like to save this file?
    [Cancel] [Save File]
    If I load firefox with a fresh profile, I am able to run the cgi script with no such problems.  I don't want to create a new profile to solve this.  Does anyone know which setting controls this behavior so I can fix it?
    Thanks!
    EDIT: this is too weird.  If I browse to http://reborn/blah (reborn is the hostname of my local PC) rather than http://localhost/blah, the script runs just fine!  What's going on?  Again, this localhost problem only affect my user's firefox profile.
    Last edited by graysky (2010-02-06 19:52:44)

    Same thing seems to be true when I try connecting to other PC's on my LAN.  If I use their hostname I get nothing, if I use their IP it works.
    Browsing to --> http://mars/http will result in firefox trying to connect "transferring data from mars..." and it hangs as such forever.
    Browsing to --> http://192.168.1.101 will result in the page loading perfectly.
    If I repeat the above using a new profile within firefox, everything works!  I'm at a loss to explain it.
    $ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost reborn
    192.168.0.101 mars
    Last edited by graysky (2010-02-06 19:56:50)

  • I got error msg while i called the Java Funtion in XI thro XSLT

    Hi,
    In XI, i need one method/function for getting the current date/time without any parameter, because its only shows the current date/time from getting the system. So,I have been created a simple method/function in java without any parameter for getting the current date/time from the system. Using the XSLT to call the mehtod/function and assigned in the particular field. After i mapped that XSLT  file in the XI, i executed in XI and also i gave input for some other fields and finally i got the Transmission error message.
    <b>Error Message:
    javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: Illegal number of arguments or types of arguments in a call of function 'dateEST:ConvertToEST'.</b>
    Here ConvertToEST is the method/function name, method/function was return in String datatype, and also in XI that field have same String datatype. This field have only return the current date/time.There is no input for this.
    I have been excuted this method/function in Java, its working fine. So, give me your suggestion for this.
    p.s. Award points if your answer is useful for me.
    Thanks & Regards
    Prakash T

    Hi Prakash,
    Can you tell me how u resolved the issue? Even I am facing the same error while running XSLT mapping in XI.
    Regards,
    Karen Pereira

  • Got error prompt while adding an action to a task in WLPI

    Hi All,
    I'm using WLPI2.0 with Weblogic server 6.0 SP2. Every time I want to add a new
    action to a workflow task in the studio, the error dialog shown in the attachment
    file always prompts. However, I can still add the action to the task after I click
    "OK" at the dialog. Is there anyone who knows the problem and the workaround?
    Thanks,
    Fred
    [wlpi_err.gif]

    Fred
    It appears that you have not created the repository tables. Please go to
    the repository directory and run the createdb for your database of choice.
    Tony
    "Fred" <[email protected]> wrote in message
    news:3b7a2a09$[email protected]..
    >
    Hi All,
    I'm using WLPI2.0 with Weblogic server 6.0 SP2. Every time I want to add anew
    action to a workflow task in the studio, the error dialog shown in theattachment
    file always prompts. However, I can still add the action to the task afterI click
    "OK" at the dialog. Is there anyone who knows the problem and theworkaround?
    >
    Thanks,
    Fred

  • All app, pics, music everything missing after IOS5 upgrade please help! Got error-50 while restoring. But now no error syncing but still everything is missing :(

    Dear all,
    I just updated my I phone 4 to IOS5. After upgrade when it was restoring backup it showed me error-50. But now I dont see any apps, photos on my iphone. I tried to sync it again and again several times but its not working. Please help how to get back everything !!!

    Bump

  • Error Occured While Processing Dimension Message:

    Hi
    I got error occured while processing Account dimension message (when pressed save and process)
    Next,what are the steps to be followed;
    rgds
    srinath
    Edited by: srinathgb on Dec 18, 2011 1:20 PM

    Hi Nilanjan
    Its true, we cannot delete master if there are any transactional data. For Eg:System is giving message for such cases and it will revert in such cases & will not allow us to delete.(Atleast give relevant msg in such cases)
    Rgds
    Srinath
    Edited by: srinathgb on Dec 19, 2011 5:58 AM

  • Built first j2me got error.

    Hi all,
    I following the information on
    http://developers.sun.com/techtopics/mobility/midp/articles/wtoolkit/
    and try to run my first HelloMIDlet, bu ti got error , bu twhen i run it , it seems work . please tell me why and give some link.
    thank you

    And you expect us to know why, when we don't even know what error you got?
    Really, put some more effort in your question! Because this way, your question is useless and poinless.

Maybe you are looking for

  • How to find all JMX ports on a server?

    How to find all jmx ports on particular server (say localhost) on windows I have multiple JVM's running on my local server, and there is extensive use of JXM mbeans by the applications running on each server. So I want to connect to all these JMX ser

  • G4 and iPhone

    Hello Everyone, I need some help. I received and iPhone from my husbans who knows NOTHING about computers. Unfortunately he did not listen to me when I told him and iPhone will not work on my computer so cross iPhone off my Christmas List. SO, now I

  • What database would you recommend for a beginner?

    I'm learning to use Java by developing a database application and am considering design choices. I started using a text file but, from an earlier posting to this board have now have been persuaded to move to a real database using JDBC. I'm OK with th

  • GRUB error message 15 after installation[SOLVED]

    during my installation from a live cd (on disk..not net install) I installed GRUB onto the mbr. I am dual booting with Windows Vista and thankfully it boots up from the GRUB menu. When I try to boot arch linux I get an error 15. I've tried to install

  • WebDAV repository and incremental update

    Hi guys Does any of you know what is needed in order to make incremental update work when you have configured a WebDAV repository manager? Is it only neccessary to check "Send events" or do you also have to activate some services like "properties"? A