My preloader starts at 80%

I've created a flash file that is around 10mb and I've placed
a preloadre in front of it. I follow all the instructions in a
tutorial to create the preloader and it works perfectly. The only
problem is that it gives me a white screen for severale minutes and
shows up the preloader when the loadeing bar is already at 80%. I
can't figure out why. Any suggestions? This is the url address:
www.oscarcartoons.com

bebo0079>
In your case, 80% of your movie content are in 1st frame,
this may caused by too many elements in 1st frame, or you use flash
components or any symbols which "exported in first frame".
You can see your preloader only after all ur contents in 1st
frame has been loaded, so keep the content in ur 1st frame as
simple as posible might help.
& disable "exported in first frame" option if it is not
neccessary.
At library, right click on your symbol/component, choose
"Linkage", and disable the checkbox "exported in first frame".
Here is another similar topic:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1195139

Similar Messages

  • Preloader starts at 80 Percent ??

    Hi guys,
    I'm running this script from the first action frame in order
    to load two scenes. Nevertheless, once I insert any large FLV file,
    the loader starts displaying only at 80 percent. Is there any
    alteration that anyone can suggest that will make sure this code
    captures from at least 10 percent? Your help would be much
    appreciated.

    FLV files are not streamed unless they are served from a
    Flash Media Server.
    The preloader issue is probably because the OP is using the
    FLV Playback
    Component. All components are by default set to load on Frame
    1, i.e.
    before your preloader has a chance to show up.
    To solve the issue, right click on the component in the
    library, choose
    "Linkage" and uncheck "Export on first frame". Then set the
    "Export
    Frame for Classes" to something other than Frame 1. Do this
    by going to
    File>Publish Settings and under the Flash tab, and click
    the
    "Settings..." button next to ActionScript version.

  • Flash preloader starts from 60%???

    Hi Friends,
    My website http://www.goincubix.com starts from 60%. I'm sure it waits for the audio to load because the audio is some 400KB. The overall flash swf is 810KB.
    I tried many solutions mentioned online. I tried loading the sound externally/internally in the first frame. Also tried loading sound from the second frame. Currently in the website the sound is internally placed, thats the best outcome so far, so I left it that way.
    Whats the workaround for this? In linkage settings, theres a checkbox for "add in 1st frame" - if I dont check it, the sound doesnt come at all. The blank screen till the preloaded reaches 60% is so boring. The preloader should be starting from 1% right?
    Please help me with this. Thanks in advance.

    The Flash loading progress is stalled when Flash encounters audio or video in the file that it is loading. This is a long standing situation with Flash. If you need to have a reliable loading progress reported to your user, then you will need to remove the sound file(s) from the the file that you want to track.
    Bringing a complex file or set of files to a user quickly and elegantly can be a difficult process. There is no single, simple solution. I usually use external sound files unless they are very short. If you remove the sound file from your current movie, it will load much more quickly. Once loaded, you can then load in the sound file(s) that you need. This will mean that there is a small delay before the sound begins, but you should be able to design the opening so that the sound is not need immediately.
    Another solution is to have a very small opening movie, that loads in a larger file. This larger file can, in turn load in the sound(s) that it needs. The small opening movie can occupy the user until the full content is ready.

  • Preloader problem

    Dear,
    i have a problem in my preloader, i have 2 scenes, first one
    the preloader and the another is the content of the site ( 10
    frames )
    the preloader start showing the loader in 56% not from 0% so
    the user have to wait from 0% to 56% with blank stage.
    even though, if i used the same preload but in only 1 frame
    in the content scene its will work great.
    i don't load anything from external movies, all my content in
    one scene...
    Thanks a lot...
    my code:

    Oh. You have so many things wrong with this project.
    First unless you are publishing to Flash 5 you shouldn't be
    using onClipEvents(). That was a style of coding that went out in
    2001 when Flash 6 was introduced and has a lot of drawbacks and no
    advantages. (Well unless you need to publish to Flash 5!) Here is a
    really good blog on the issue:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    Okay the next issue is that you really shouldn't use scenes.
    They were a great tool to help timeline animators organize their
    content. But when you start to use code it starts to breakdown.
    There are several tricky little problems that crop up when you
    start using code that moves the playhead and scenes. So it is
    better to not put them on scenes. Instead just put your first
    "scene" on frame one. And then maybe move over to frame 100 and
    start your second "scene." When you publish your swf all the scenes
    are strung together in one long timeline and the "scenes" are gone
    per se.
    Next issue is the one you actually are asking about. All the
    content in frame 1 (the actual frame one after all the scenes are
    strung together) must be loaded before any code on that screen can
    start to execute.
    So if you have any components, even if they are only in the
    library and you aren't using them, will put a lot of content into
    frame 1. If you have a bunch of library assets set to export for
    actionscript those usually are in frame one as well.
    Otherwise, you can go to the publish settings and switch to
    the flash tab. There is a check box for generate a size report.
    When you publish you will also get a text file that shows you how
    much content is in your file and where it is.

  • AS2 Preloader Problem

    I have just completed my first large flash project and I have been trying to figure out why this preloader starts at 85% for the longest time but I can't seem to.  I have changed the export classes frame to 5 and tried about everything else I have come across, but still no dice.  Could someone please have a look at the source file and tell me if you see what is wrong. The file is too big to attach here so but I put it on my site.
    http://www.customxbats.com/downloads/baseballBuilderSM.fla
    Thanks,
    Paul

    Hi Paul.
    The reason for that is that the flash player attempts to load most of the SWF content before it is even able to go to frame one (where we usually place our code for preloading). In order to have an efficient preloader, you need to separate the main SWF file from the preloader SWF. And remember to make the preloader SWF file as small as possible (1KB - 5KB is good) so that it will appear immediately. I've made a preloader that is 1.35KB in size, you can try use it, just change the loadurl path in frame 1 (currently set to "External.swf") to the name of your main SWF file.

  • Adobe Flash CS5 Preloader Taking Too Long

    Using Adobe Flash CS5.
    Created a 1mb (.swf) presentation (images, transitions, voice-over, etc).
    Used the Preloader for SWF template from Flash CS5 library.
    Copied the code into its own layer called "AS3" into frame 1.
    Copied the little text box with instance name percent_txt into frame 1.
    Everything else starts in frame 2.
    The profiler still reads about 300kb in the first frame and it takes until about 50% (about 20 seconds at 56kb dl) until the simple image I put on frame 1 appears.
    I read on this forum something about "exporting about 1mb of assets in your first frame", but I don't understand what that means...

    Ok, I found the Flash Settings...
    In Publish Settings, Flash Tab... next to the Script: ActionScript 3.0, I clicked the "settings" button and changed the "Export classes in frame:" option to "2"
    What I still don't understand is why the preloader doesn't show until about 450kb of my 900kb file is downloaded!
    I don't have anything else in frame 1, yet it's still got that spike at about 500kb. How do I get rid of that so my preloader starts showing almost immediately?

  • Preloader code running every time page loads

    Hi everyone,
    I purchased a preloader from Adobe Exchange  for my flash animation. I've noticed though that even though it works, whenever I refresh the page that the swf file is on, or even navigate away and then come back to the same swf page, the preloader starts operating again as if the file was being downloaded for the first time.
    I thought that once a swf was downloaded it didn't need to be done again. The code from the preloader is as follows:
    onClipEvent(load){     
            //show text Loading
            this.text = true;      
            //show reflection
            this.reflection = true;
            //show percents
            this.percents = true;
            //set color
            this.color = "0x003976";
            //set gradient color for reflection
            this.bgColor = "0xffffff";
            //set speed (1-9)
            this.speed = 6;
            //loop infinite, not loading
            this.infinite = false; 
            //loaderTarget (if null self swf preload)
            this.contentTarget = null;             
            //auto stop timeline
            _parent.stop();
    Could it have something to do with the fact that it's an onClipEvent?
    Appreciate any advice.

    I don't know what you have, but if it is an fla file with the preloader you should be able to edit the preloader any way you like, including removing the ending animation.
    I have no familiarity with Adobe Exchange.

  • "Run in Browser" and "Web start" errors

    Hello.
    i have a problem with JavaFX and running it outside NetBeans.
    yes, i tried googling it, tried searching this forum. i didnt find anything that could help me.
    the problem is:
    i started learning java fx with tutorials (lets say this one - http://docs.oracle.com/javafx/2/get_started/fxml_tutorial.htm )
    i got it running under netbeans, double click on jar in explorer and java -jar in command line.
    i tried to run jnlp file and ended up with senseless error (link to screenshot - http://i48.tinypic.com/30lc47t.png)
    i also tried to run html file (screenshot here - http://i46.tinypic.com/2u7snl5.png)
    and i do have java installed (after all, my netbeans somehow works...).
    i tried installing java with both 32 and 64 bit versions (my system is 64)
    i even installed java from the "click here to install java" link after normal SDK installation. guess what... nothing changed :)
    edit: instead install java it sometimes is "JavaFX application could not launch due to system configuration. See java.com/javafx for troubleshooting information." )
    i can upload my rar'ed project somewhere, but its really almost unchanged tutorial. and btw - i also tried it on other tutorials (simple and CSS) and it didnt work.
    BUT it did work on "hello world" tutorial (netbeans default).
    i really have no idea what to do next, so i'll be greatful for any tips
    best regards
    RD

    Hello.
    thx for response
    here are answers for ur questions:
    the applet from ur link (clock) works. ensemble (http://download.oracle.com/otndocs/products/javafx/2.0.2/samples/Ensemble/index.html#SAMPLES) also works.
    i currently have 64 bit jdk and jre installed, version 7 update 4, with javafx version 2.1.0.
    my browser promted me to install java again, so i did it. so i have also jre ver 7 u4 32bit and javafx 2.1.0 32bit
    link to screenshot is here: http://i50.tinypic.com/11l7ml0.png
    about full trace:
    Java Plug-in 10.4.1.255
    Using JRE version 1.7.0_04-b22 Java HotSpot(TM) Client VM
    User home directory = C:\Users\radoslaw.domanski
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    preloader: Construct preloader delegate
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7
    temp: new XMLParser with source:
    temp: <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc  width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback"  name="Tutorial2 - Login" >
        <param name="requiredFXVersion" value="2.0+"/>
      </applet>
      <jfx:javafx-desc  width="800" height="600" main-class="tutorial2.login.Tutorial2Login"  name="Tutorial2 - Login" />
      <update check="background"/>
    </jnlp>
    temp: <applet-desc> tag at line number 15 is not closed correctly
    temp:
    returning ROOT as follows:
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="Tutorial2 - Login">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc width="800" height="600" main-class="tutorial2.login.Tutorial2Login" name="Tutorial2 - Login"/>
      <update check="background"/>
    </jnlp>
    temp: returning LaunchDesc from XMLFormat.parse():
    <jnlp spec="1.0" codebase="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/" href="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <homepage href="null"/>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <update check="background" policy="always"/>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
        <java href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
      </resources>
      <applet-desc name="Tutorial2 - Login" main-class="com.javafx.main.NoJavaFXFallback" documentbase="file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/" width="800" height="600">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc main-class="tutorial2.login.Tutorial2Login"/>
    </jnlp>
    preloader: Added pending event 1: ConfigEvent[type=SetVisible, value=true]
    network: Created version ID: 2.0+
    network: Created version ID: 1.6+
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7.0.04
    network: Created version ID: 1.7
    basic: LaunchDesc location: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
    preloader: Enter wait for preloader jars to be loaded
    security: Security check for progress jars: allSigned=true
    preloader: Using preloader class: null com.sun.deploy.uitoolkit.impl.fx.FXApplet2Adapter@1fd4a63
    preloader: Using default preloader
    preloader: Delivering: ConfigEvent[type=SetVisible, value=true]
    preloader: Skipped all (0) download events prior to null
    preloader: Preloader jars loaded. Error state=null
    preloader: Done with loading of preloader jars. Error=null
    network: Created version ID: 1.0
    network: Created version ID: 7.0
    network: Created version ID: 6.0.18
    network: Created version ID: 6.0.10
    network: Created version ID: 6.0
    network: Created version ID: 1.5
    network: Created version ID: 1.0
    network: Created version ID: 2.0+
    basic: JRESelectException: ignored - relaunch not supported
    preloader: Start progressCheck thread
    basic: passing security checks; secureArgs:true, allSigned:false
    basic: JRESelectException: ignored - relaunch not supported
    basic: continuing launch in this VM
    network: LDUpdater: started background update check
    preloader: Delivering: DownloadEvent[type=verify,loaded=1, total=1, percent=100]
    preloader: Delivering: AppletInitEvent[type=CallConstructor]
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    basic: JNLP2ClassLoader.findClass: tutorial2.login.Tutorial2Login: try again ..
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: load: class tutorial2.login.Tutorial2Login not found.
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.JNLP2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    preloader: Delivering: ErrorEvent[url=null label=tutorial2.login.Tutorial2Login cause=tutorial2.login.Tutorial2Login
    preloader: Stop progressCheck thread
    ui: Can not hide splash as Javascript handle is not avaialble
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    CacheEntry[file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp]: updateAvailable=true,lastModified=Tue May 08 17:10:03 CEST 2012,length=934
    cache: Resource file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp has expired.
    network: ResponseCode for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : 200
    network: Encoding for file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp : null
    network: Sever response: (length: 934, lastModified: Wed May 09 13:29:27 CEST 2012, downloadVersion: null, mimeType: application/x-java-jnlp-file)
    network: Downloading resource: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
         Content-Length: 934
         Content-Encoding: null
    network: Wrote URL file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp to File C:\Users\radoslaw.domanski\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\13\266793cd-686f133a-temp
    network: Cache: Enable a new CacheEntry: file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp
    network: Downloaded file:/C:/test_workspace/NetBeans/Tutorial2 - Login/dist/Tutorial2 - Login.jnlp: C:\Users\radoslaw.domanski\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\13\266793cd-686f133a
    temp: new XMLParser with source:
    temp: <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc  width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback"  name="Tutorial2 - Login" >
        <param name="requiredFXVersion" value="2.0+"/>
      </applet>
      <jfx:javafx-desc  width="800" height="600" main-class="tutorial2.login.Tutorial2Login"  name="Tutorial2 - Login" />
      <update check="background"/>
    </jnlp>
    temp: <applet-desc> tag at line number 15 is not closed correctly
    temp:
    returning ROOT as follows:
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tutorial2 - Login.jnlp">
      <information>
        <title>Tutorial2 - Login</title>
        <vendor>radoslaw.domanski</vendor>
        <description>Sample JavaFX 2.0 application.</description>
        <offline-allowed/>
      </information>
      <resources>
        <javafx-runtime version="2.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="Tutorial2 - Login">
        <param name="requiredFXVersion" value="2.0+"/>
      </applet-desc>
      <javafx-desc width="800" height="600" main-class="tutorial2.login.Tutorial2Login" name="Tutorial2 - Login"/>
      <update check="background"/>
    </jnlp>
    security: Blacklist revocation check is enabled
    security: Trusted libraries list check is enabled
    network: CleanupThread used 1359498 usi can see this:
    temp: <applet-desc> tag at line number 15 is not closed correctly
    nb did something wrong? no idea.
    and this:
    java.lang.ClassNotFoundException: tutorial2.login.Tutorial2Login
    its also strange becouse my project looks like that:
    http://i47.tinypic.com/o0a3wh.png
    and i double click the jnlp file here:
    http://i49.tinypic.com/2n8of1d.png
    this is rly confusing...
    i hope i gave u all information u need
    best regards
    EDIT:
    i downloaded LoginCSS.zip file from here:
    http://docs.oracle.com/javafx/2/get_started/basic_deployment.htm
    built it using netbeans and it worked.
    any idea what is wrong with configuration in my nb projects?
    whole project is here: http://www.filefactory.com/file/xjmov7xd77z/n/Tutorial3_-LoginCSS.rar
    Edited by: 932829 on 2012-05-09 07:05
    Edited by: 932829 on 2012-05-09 07:11

  • Preload - Run after KDM login?

    Hi,
    I wanted to make my system a little bit faster by tuning the swappiness of the kernel:
    vm.swappiness = 10
    vm.vfs_cache_pressure = 50
    and by using preload.
    But I have a problem with this daemon. It sure starts user applications faster, BUT it slows down the boot a lot.
    I added KDM to the end of the DAEMON list, and removed the "start in background" option, so that the preload daemon will start after KDM is ready.
    DAEMONS=(syslog-ng net-profiles hal !bluetooth @crond !cpufreq !cups @autofs @alsa @pommed kdm preload)
    But it doesn't help.
    I'd like to start preload after I am logged into KDM / KDE. So when the actual desktop is visible, preload should start and load everything I need for my daily work. Is this possible? If so, how?

    Use sudo.
    I have added NOPASSWD:/etc/rc.d/preload using visudo, created a file in .kde4/Autostart with
    #!/bin/bash
    sudo /etc/rc.d/preload start
    made it executable, set it to start on startup in System Settings -> Autostart and it works.
    Last edited by lucke (2009-05-01 18:29:04)

  • Preloader loads very late after importing sound files

    ok, here's another preloader question for you people out
    there. i finally had a working preloader code, everything was in
    frame 2, my preloader was in frame 1, and it worked quite nice.
    however, after importing some sound files to the library my
    preloader started to appear very late on the stage (like after 90
    percent). could someone tell me what can i do? i'm guessing it has
    something to do with "export at first frame" option.

    bump
    edit: never mind, the solution at this link works fine
    http://www.newgrounds.com/bbs/topic/773335
    :)

  • Error: This application required an Xtra (ActiveX...) that either does not exist or failed

    Hi All,
    im having trouble few days now , i hope someone can give me a lead here.
    i have a director mx file written in arabic, i open it in Director 11.5, the file behave strangely, very slow publishing process, very slow access to the xtra list.
    after publishing (shockwave and html), i open the html, the preloaded start to run but i can see its not reaching 100%, after a while i get the error massage:
    "This application required an Xtra (ActiveX...) that either does not exist or failed..." and firebox or IE crashes.
    In the movie extra list (Modify menu) i can see all extras, and all have "download if needed", but in ActiveX the "download if needed" grays out. i have no idea why
    things i try with no success:
    uninstall and reinstall shockwave player
    check the same file in another machine
    exclude and include xtras in Publish Settings > Files
    add activex.x32 from other places
    Hope for good news
    Win Xp sp3
    Thanks
    Shay

    In the movie extra list (Modify menu) i can see all extras, and all have "download if needed", but in ActiveX the "download if needed" grays out. i have no idea why
    Because AX controls aren't SW-safe. You will have to redesign your file to remove the ActiveX control if you want it to run in a browser.

  • Loading external swf  not complete

    Hi, I'm trying to load external swf (with more than one frame and actionscript 3 on every frame - I used there "timeline" coding) from my main swf.
    code for loading external swf into main swf:
    var loader01:Loader;
    function openGame1(evt:Event):void
    loader01 = new Loader();
    var requestSWF01:URLRequest = new URLRequest("game01.swf");
    loader01.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, processHandler);
    loader01.contentLoaderInfo.addEventListener(Event.INIT, initHandler);
    loader01.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler);
    loader01.load(requestSWF01);
    addChild(loader01);
    function processHandler(evt:ProgressEvent):void
    var loaded:Number=evt.target.bytesLoaded;
    var total:Number=evt.target.bytesTotal;
    var stav:Number=loaded/total;
    loaded_txt.text=(Math.round(stav*100))+" %";
    function initHandler(evt:Event):void{
    loaded_txt.text="";
    function errorHandler(evt:IOErrorEvent):void
         trace ("Error: " + evt.text);
    I found out that this works only for loading swf, which has only one frame (and all actionscript on that frame)... It seems that if there are more frames, than it will not load complete swf (hmm maybe it is caused, because not all objects on frames are export in first frame). Preloading starts but after for example 20 % the event.INIT is fired and the external swf starts to play (and crashes..).
    You can see this here http://bvyborcik.xf.cz/  If you click on the blue building on the left with blinking text "Start hry" you will see what happens - preloading is not completed and after clicking on first floor btn, the swf crashes...
    Please is there a solution for this kind of problem?  Any help or pointing is welcome.
    regards Boris

    just curious, is the file you want to load the swf into set up exactly the same way with the same stage size, fps, and layers?

  • White box of death! Trouble embedding swf into Dreamweaver!

    So close to being finished! I notice this question on alot of other forums but its never resolved!
    here is the site now:
    http://http://www.andrewweeksphotogr...m/index_8.html
    you will notice a slight flash of a white box before the preloader starts, i'm trying everything to make it go away! this box seems to be the same size as my embedded swf. the site and preloader are all in one swf. all i need to do is make that white box the same color as the background so it is unnoticeable.
    here is the code from dreamweaver (you'll notice im sticking in color values wherever i can!)
    help a gal out! many thanks!
    -nicole

    oops! code / site link here!
    http://www.andrewweeksphotography.com/index_8.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-color: #FBFCEB;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body>
    <table width="1150" border="0" align="center" cellpadding="10" cellspacing="0" bordercolor="#FBFCEB" bgcolor="#FBFCEB">
      <tr>
        <td bordercolor="#FBFCEB" bgcolor="#FBFCEB"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1150','height','768','src','Andrew Weeks Photography','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Andrew Weeks Photography' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1150" height="768">
          <param name="movie" value="Andrew Weeks Photography.swf" />
          <param name="quality" value="high" />
          <param name="bgcolor" value="#FBFCEB" />
          <embed src="Andrew Weeks Photography.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1150" height="768" bgcolor="#FBFCEB"></embed>
        </object></noscript></td>
      </tr>
    </table>
    </body>
    </html>

  • Flash loading too slowly on webpage

    I've got a problem with the flash content on my website. I
    have got preloaders on all the swf files on my site but it takes a
    while before the preloader starts playing and I would like to know
    why. When I click on some of the files there is a blank background
    for quite a few seconds before the percent loaded preloader starts
    and by the time it starts the content is already about 50% loaded.
    Why doesn't it start showing from 0% loaded? Could someone perhaps
    help me with this? Thx.
    The link is:
    http://www.frostedberry.com/portfolio.php
    Any help would be much appreciated! Thx.
    Talitha

    Well I don't have an answer for you yet your preloader worked
    perfectly when I viewed your file. That may have soemthing to do
    with the fact that I am using Broadband.

  • System Copy ECC 6.0

    Hi Experts,
    We have SAP ECC 6.0 on Windows with MS SQL server.
    We did a System copy on target system without any errors.
    Now when try to start the SAP service on Target System, dispatcher is not coming successfully, it is giving the message as "Running the message server connection ok, Dialog Queue time: 0.00 sec, J2EE status info unavailable.
    Tried changing the JVM Parameters through Config tool, but no  success..
    Below is the trace........
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        T14
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    133
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2472
    Mon Jun 09 09:48:28 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2472) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 133 successfully loaded
         shared lib "dw_xtc.dll" version 133 successfully loaded
         shared lib "dw_stl.dll" version 133 successfully loaded
         shared lib "dw_gui.dll" version 133 successfully loaded
         shared lib "dw_mdm.dll" version 133 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Jun 09 09:48:40 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0028.qqq.nxst) took 12 seconds
    Mon Jun 09 09:48:57 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 17 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >kpsapecc60t14_T14_00                    <
    DpShMCreate: sizeof(wp_adm)          19248     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000F000050, size: 6342672)
    DpShMCreate: allocated sys_adm at 000000000F000050
    DpShMCreate: allocated wp_adm at 000000000F002150
    DpShMCreate: allocated tm_adm_list at 000000000F006C80
    DpShMCreate: allocated tm_adm at 000000000F006CE0
    DpShMCreate: allocated wp_ca_adm at 000000000F56AB80
    DpShMCreate: allocated appc_ca_adm at 000000000F570940
    DpShMCreate: allocated comm_adm at 000000000F572880
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F5F9510
    DpShMCreate: allocated gw_adm at 000000000F5F9590
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F5F95C0
    DpShMCreate: allocated wall_adm at 000000000F5F95D0
    Mon Jun 09 09:48:58 2008
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3568
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    ***LOG Q0K=> DpMsAttach, mscon ( kpsapecc60t14) [dpxxdisp.c   11799]
    DpStartStopMsg: send start message (myname is >kpsapecc60t14_T14_00                    <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Mon Jun 09 09:48:59 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 133
    Release check o.K.
    Mon Jun 09 09:49:10 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 312
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1125) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3568)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:49:39 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3208
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64998
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:49:41 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 272
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1170) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3208)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:49:46 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Mon Jun 09 09:49:59 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3412
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64997
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:50:01 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 256
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1194) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3412)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:50:19 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3484
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64996
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:50:21 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 252
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1203) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3484)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:50:39 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3124
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64995
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:50:41 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 248
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1208) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3124)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:50:59 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3400
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64994
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:51:01 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 244
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1218) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3400)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:51:19 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4092
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64993
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:51:21 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 240
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1227) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4092)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:51:39 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 388
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64992
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:51:41 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 236
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1232) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=388)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:51:59 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2912
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64991
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:52:01 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 232
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1242) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2912)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:52:19 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4012
      argv[0] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\T14\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64990
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=T14
      argv[7] = -DSAPMYNAME=kpsapecc60t14_T14_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\T14\SYS\profile\T14_DVEBMGS00_kpsapecc60t14
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Jun 09 09:52:21 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4361]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 228
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1251) [nixxi.cpp    4361]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4012)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 09 09:52:39 2008
    DpEnvCheckJ2ee: switch off j2ee start flag
    Can any of you guys help me out..
    Thanks
    Sagar

    Hi Mona,
    Here are the trace files... can u find some errors in it.....
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Jun 09 09:48:58 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' is "700.08", patchlevel (0.131)
    B  New connection 0 created
    M sysno      00
    M sid        T14
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    133
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3576
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3576) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Mon Jun 09 09:48:59 2008
    M  DpShMCreate: sizeof(wp_adm)          19248     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000011000050, size: 6342672)
    M  DpShMCreate: allocated sys_adm at 0000000011000050
    M  DpShMCreate: allocated wp_adm at 0000000011002150
    M  DpShMCreate: allocated tm_adm_list at 0000000011006C80
    M  DpShMCreate: allocated tm_adm at 0000000011006CE0
    M  DpShMCreate: allocated wp_ca_adm at 000000001156AB80
    M  DpShMCreate: allocated appc_ca_adm at 0000000011570940
    M  DpShMCreate: allocated comm_adm at 0000000011572880
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 00000000115F9510
    M  DpShMCreate: allocated gw_adm at 00000000115F9590
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 00000000115F95C0
    M  DpShMCreate: allocated wall_adm at 00000000115F95D0
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host kpsapecc60t14

    M Mon Jun 09 09:49:00 2008
    M  calling db_connect ...
    C  Thread ID:3580
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      131
    C    patchcomment MSSQL: BCP failed: Invalid character value (1097943)
    C  np:(local) connection used on KPSAPECC60T14
    C  CopyLocalParameters: dbuser is 't14'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.3042.00
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.

    C Mon Jun 09 09:49:01 2008
    C  Cache sizes: header 104 bytes, 20000 names (32960000 bytes), 500 dynamic statements (2876000 bytes), total 35836104 bytes
    C  Using shared procedure name cache KPSAPECC60T14_T14T14_T14_MEM initialized by another process.
    C  Connected to db server : [KPSAPECC60T14] server_used : [np:(local)], dbname: T14, dbuser: t14
    C  pn_id:KPSAPECC60T14_T14T14_T14
    C  Using MARS (on sql 9.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080609 094859 KPSAPECC60T14  
    C  The IRow interface is supported by this OLEDB provider
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Mon Jun 09 09:49:10 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 00000000191E0050, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 000007FFEA010050, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0000000019620050, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 000000001B570050, size: 615040)
    M  SHM_PAGING_ADM          (addr: 000000001B610050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 000000001B6A0050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 000000001B730050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 0000000020DB0160, size: 30000000, end: 0000000022A4C4E0)
    B  dbtbxbuf: Buffer TABLP (addr: 0000000022A50160, size: 10240000, end: 0000000023414160)
    B  dbexpbuf: Buffer EIBUF (addr: 0000000023430170, size: 4194304, end: 0000000023830170)
    B  dbexpbuf: Buffer ESM   (addr: 0000000023840170, size: 4194304, end: 0000000023C40170)
    B  dbexpbuf: Buffer CUA   (addr: 0000000023C50170, size: 3072000, end: 0000000023F3E170)
    B  dbexpbuf: Buffer OTR   (addr: 0000000023F40170, size: 4194304, end: 0000000024340170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 0000000012DF28B0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled

    S Mon Jun 09 09:49:11 2008
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 000000002D6E00D0
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 000000002D6E04F0
    S    using messages for server info
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2272 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION

    M Mon Jun 09 09:49:16 2008
    M  CrtChkOsSem: create check mutex and RC=[already exists] (Key:1/Name:SAP_SYSTEM_MUTEX_0_1/Hdl:1168)

    A Mon Jun 09 09:49:44 2008
    A  System page size: 4kb, total admin_size: 11152kb, dir_size: 11096kb.
    A  Attached to PXA (address 000007FFEDAB0050, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=000007FF4FEEA000 leng=20955136 end=000007FF512E6000)
    A  >> Shm MMADM area (addr=000007FF503C3E90 leng=244096 end=000007FF503FF810)
    A  >> Shm MMDAT area (addr=000007FF50400000 leng=15622144 end=000007FF512E6000)
    A  RFC Destination> destination kpsapecc60t14_T14_00 host kpsapecc60t14 system T14 systnr 0 (kpsapecc60t14_T14_00)
    A  RFC Options> H=kpsapecc60t14,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 27042 bytes at 000000002D850050

    N Mon Jun 09 09:49:45 2008
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\T14\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\T14\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    B  dbtran INFO (init_connection '<DEFAULT>' [MSSQL:700.08]):
    B   max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   1,  prefer_join                 =   1,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   1,  alias table FUPD            =   0,
    B   escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x00,  character encoding          = STD / []:X,
    B   use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.133.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [16]
    W    ===... Calling itsp_Init in external dll ===>

    W Mon Jun 09 09:49:46 2008
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    N  VSI: WP init in ABAP VM completed with rc=0
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume kpsapecc60t14_T14_00
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    C Mon Jun 09 09:49:51 2008
    C  The IRow interface is supported by this OLEDB provider

    S Mon Jun 09 09:50:19 2008
    S  found spool memory service RSPO-ACTIONS at 000000002D6EA230

    M Mon Jun 09 09:54:18 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 000000000AD80050
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 000000000AD807C0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 000000000AD80800
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 000000000AD8080C

    B Mon Jun 09 11:24:23 2008
    B  dbmyclu : info : my major identification is 168432173, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is DD35E881F0AA72F191A8001E681E1EC6.
    B  dbmyclu : info : current optimistic cluster level: 3
    B  dbmyclu : info : pessimistic reads set to 2.

    M Mon Jun 09 12:05:33 2008
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W0 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  Entering ThSetStatError
    M  ThCallDbBreak: use db_sqlbreak
    C  SQLBREAK: DBSL_CMD_SQLBREAK: CbOnCancel was not set. rc: 1
    M  ThIErrHandle: don't try rollback again
    M  ThShutDownServer: shutdown server
    M  PfStatIndInit: Initializing Index-Record
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 INACTIVE     NO  YES NO  000 255 255 20080609 094859 KPSAPECC60T14  
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=1253, com_tx=179)
    B  statistics db_con_rollback (roll_total=6, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3576) [dpnttool.c   327]
    trc file: "dev_w1", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Jun 09 09:48:58 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' loaded
    B  Version of 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll' is "700.08", patchlevel (0.131)
    B  New connection 0 created
    M sysno      00
    M sid        T14
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    133
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3584
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 1 3584) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          19248     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000011000050, size: 6342672)
    M  DpShMCreate: allocated sys_adm at 0000000011000050
    M  DpShMCreate: allocated wp_adm at 0000000011002150
    M  DpShMCreate: allocated tm_adm_list at 0000000011006C80
    M  DpShMCreate: allocated tm_adm at 0000000011006CE0
    M  DpShMCreate: allocated wp_ca_adm at 000000001156AB80
    M  DpShMCreate: allocated appc_ca_adm at 0000000011570940
    M  DpShMCreate: allocated comm_adm at 0000000011572880
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 00000000115F9510
    M  DpShMCreate: allocated gw_adm at 00000000115F9590
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 00000000115F95C0
    M  DpShMCreate: allocated wall_adm at 00000000115F95D0
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 1 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Mon Jun 09 09:48:59 2008
    M  ThInit: running on host kpsapecc60t14

    M Mon Jun 09 09:49:00 2008
    M  calling db_connect ...
    C  Thread ID:3588
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\T14\DVEBMGS00\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      131
    C    patchcomment MSSQL: BCP failed: Invalid character value (1097943)
    C  np:(local) connection used on KPSAPECC60T14
    C  CopyLocalParameters: dbuser is 't14'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.3042.00
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.

    C Mon Jun 09 09:49:01 2008
    C  Cache sizes: header 104 bytes, 20000 names (32960000 bytes), 500 dynamic statements (2876000 bytes), total 35836104 bytes
    C  Using shared procedure name cache KPSAPECC60T14_T14T14_T14_MEM initialized by another process.
    C  Connected to db server : [KPSAPECC60T14] server_used : [np:(local)], dbname: T14, dbuser: t14
    C  pn_id:KPSAPECC60T14_T14T14_T14
    C  Using MARS (on sql 9.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080609 094859 KPSAPECC60T14  
    C  The IRow interface is supported by this OLEDB provider
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Mon Jun 09 09:49:10 2008
    I  MtxInit: 1 0 0
    M  SHM_PRES_BUF               (addr: 00000000191E0050, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 000007FFEA010050, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0000000019620050, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 000000001B570050, size: 615040)
    M  SHM_PAGING_ADM          (addr: 000000001B610050, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 000000001B6A0050
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12176 bytes (50 server) at 000000001B730050
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 1 initializing ....
    X  Using implementation view
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 1, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 0000000020DB0160, size: 30000000, end: 0000000022A4C4E0)
    B  dbtbxbuf: Buffer TABLP (addr: 0000000022A50160, size: 10240000, end: 0000000023414160)
    B  dbexpbuf: Buffer EIBUF (addr: 0000000023430170, size: 4194304, end: 0000000023830170)
    B  dbexpbuf: Buffer ESM   (addr: 0000000023840170, size: 4194304, end: 0000000023C40170)
    B  dbexpbuf: Buffer CUA   (addr: 0000000023C50170, size: 3072000, end: 0000000023F3E170)
    B  dbexpbuf: Buffer OTR   (addr: 0000000023F40170, size: 4194304, end: 0000000024340170)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 0000000012DF28B0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled

    S Mon Jun 09 09:49:11 2008
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 000000002D6E00D0
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 000000002D6E04F0
    S    using messages for server info
    S  size of spec char cache entry: 297032 bytes (timeout 100 sec)
    S  size of open spool request entry: 2272 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION

    M Mon Jun 09 09:49:16 2008
    M  CrtChkOsSem: create check mutex and RC=[already exists] (Key:1/Name:SAP_SYSTEM_MUTEX_0_1/Hdl:1168)

    A Mon Jun 09 09:49:44 2008
    A  System page size: 4kb, total admin_size: 11152kb, dir_size: 11096kb.
    A  Attached to PXA (address 000007FFEDAB0050, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=000007FF4FEEA000 leng=20955136 end=000007FF512E6000)
    A  >> Shm MMADM area (addr=000007FF503C3E90 leng=244096 end=000007FF503FF810)
    A  >> Shm MMDAT area (addr=000007FF50400000 leng=15622144 end=000007FF512E6000)
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 27042 bytes at 000000002D850050

    A Mon Jun 09 09:49:45 2008
    A  PXA preload starting.
    A  preloading up to 173308 KBytes.

    A Mon Jun 09 09:49:58 2008
    A  2000 programs loaded (1000 in first step)
    A  0 programs not loadable.
    A  0 programs generated.
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\T14\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\T14\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [MSSQL:700.08]):
    B     max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B     prefer_union_all    =   1,  prefer_join                 =   1,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B     convert AVG         =   1,  alias table FUPD            =   0,
    B     escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x00,  character encoding          = STD / []:X,
    B     use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.133.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [16]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    N  VSI: WP init in ABAP VM completed with rc=0
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    S Mon Jun 09 09:56:19 2008
    S  found spool memory service RSPO-ACTIONS at 000000002D6EA230

    M Mon Jun 09 11:25:28 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 000000000AD80050
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 000000000AD807C0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 000000000AD80800
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 000000000AD8080C

    B Mon Jun 09 12:01:49 2008
    B  table logging switched off for all clients

    M Mon Jun 09 12:04:04 2008
    M  ThIUsrDel: th_rollback_usrdelentry = 1

    M Mon Jun 09 12:05:33 2008
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W1 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  Entering ThSetStatError
    M  ThCallDbBreak: use db_sqlbreak
    C  SQLBREAK: DBSL_CMD_SQLBREAK: CbOnCancel was not set. rc: 1
    M  ThIErrHandle: don't try rollback again
    M  ThShutDownServer: shutdown server
    M  ThExecShutDown: perform exclusive shutdown actions
    M  ThCheckComOrRb (event=1, full_commit=1)
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThCheckComOrRb (event=3, full_commit=1)
    M  ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  ThVBICmRbHook: called for commit
    M  ThCallHooks: call hook >dyKeyTableReset< for event AFTER_COMMIT
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThUsrDelEntry (*, *, kpsapecc60t14_T14_00) o.k.
    M  ThICommit3: full commit, set time, keep resources, redispatch
    M  ThICommit3: commit and keep resources
    M  ThCheckComOrRb (event=1, full_commit=0)
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThCheckComOrRb (event=3, full_commit=0)
    M  ThCallHooks: call hook >ThVBICmRbHook< for event AFTER_COMMIT
    M  ThVBICmRbHook: called for commit
    M  ThCallHooks: call hook >dyKeyTableReset< for event AFTER_COMMIT
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  SosCheckAbapEnv: invalid tid/mode T-1/M255
    M  ThAlarm: set alarm to 600 sec
    M  ThICommit3 o.k.
    M  ThExecShutDown: ThUsrDelEntry o.k.
    M  ThExecShutDown: called rsau_log_system_stop
    M  PfStatIndInit: Initializing Index-Record
    M  PfWriteIntoFile: copied shared buf (0 bytes) to local buf
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    A  Saving PXA statistics.
    A  1000 programs loaded.
    A  file pxanew opened.
    A  1000 entries written.
    B  dbtbxbuf: Saving TBX statistics:
    B  dbtbxbuf: 50 object entries written.
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  001 000 R/3              000000000 INACTIVE     NO  YES NO  000 255 255 20080609 094859 KPSAPECC60T14  
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=2659, com_tx=146)
    B  statistics db_con_rollback (roll_total=3, roll_tx=0)
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 3584) [dpnttool.c   327]

Maybe you are looking for

  • How to create a fixed-width column within an APEX 4 interactive report?

    This thread is a follow-up to {message:id=9191195}. Thanks fac586. Partial success: The following code provided by fac586 limits the column width of the Apex 4 interactive report column as long as the column data contains whitespace within a Firefox

  • Long LOV for editable column

    I have an updateable report based on a SQL Query with a few columns in it. One of the columns is an id referencing another table (a foreign key). I would like to display a descriptive name from the referenced table along with the id and provide a LOV

  • SRM 7.0 Call offs against Central contracts

    Hello, We are implementing Central contracts in extended classic scenario.We found that when call offs are done in srm by creating a PO in SRM with central contract as Source of supply, the Central contract fields in PO Line item does not get populat

  • Anyone have a solution for the ubiquitous problem of the printer not recognizing a new HP cartridge?

    I have seen other posts about the HP printers not recognizing that a new HP cartridge has been put in.  At the price of the cartridges, this is a most irritating problem, and apparently a weak spot with the HP printers.  Mine is not heavily used at a

  • Deadline VS Maintenance Window

    I have configured the device collection for maintenance at 12am-6am everyday.I recently deployed windows update as required and deadline at 5pm. My understanding is that after 5pm, the update will wait till the next maintenance windows before it's in