JAVA Detection problem

Hi
I am using ECC 6.0. My JAVA Server not getting started. In MMC Its not showing any of JAVA processes to start.
Following is the contents of DEV_JCONTROL file. Can any body help me to resolve this.
Thanks in advance
trc file: "H:\usr\sap\EC6\DVEBMGS00\work\dev_jcontrol", trc level: 1, release: "700"
node name   : jcontrol
pid         : 7184
system name : EC6
system nr.  : 00
started at  : Mon Oct 13 10:59:44 2008
arguments       :
       arg[00] : H:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
       arg[01] : pf=H:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_sapecc6
       arg[02] : -DSAPSTART=1
       arg[03] : -DCONNECT_PORT=64989
       arg[04] : -DSAPSYSTEM=00
       arg[05] : -DSAPSYSTEMNAME=EC6
       arg[06] : -DSAPMYNAME=sapecc6_EC6_00
       arg[07] : -DSAPPROFILE=H:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_sapecc6
       arg[08] : -DFRFC_FALLBACK=ON
       arg[09] : -DFRFC_FALLBACK_HOST=localhost
[Thr 3792] Mon Oct 13 10:59:44 2008
[Thr 3792] *** WARNING => INFO: Unknown property [instance.box.number=EC6DVEBMGS00sapecc6] [jstartxx.c   841]
[Thr 3792] *** WARNING => INFO: Unknown property [instance.en.host=sapecc6] [jstartxx.c   841]
[Thr 3792] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx.c   841]
[Thr 3792] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
JStartupReadInstanceProperties: read instance properties [H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties;H:\usr\sap\EC6\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
-> ms host    : sapecc6
-> ms port    : 3903
-> OS libs    : H:\usr\sap\EC6\DVEBMGS00\j2ee\os_libs
-> Admin URL  :
-> run mode   : normal
-> run action : NONE
-> enabled    : yes
Used property files
-> files [00] : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
-> files [01] : H:\usr\sap\EC6\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
Instance properties
-> ms host    : sapecc6
-> ms port    : 3903
-> os libs    : H:\usr\sap\EC6\DVEBMGS00\j2ee\os_libs
-> admin URL  :
-> run mode   : normal
-> run action : NONE
-> enabled    : yes
Bootstrap nodes
-> [00] bootstrap            : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
-> [01] bootstrap_ID4591900  : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
-> [02] bootstrap_ID4591950  : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
Worker nodes
-> [00] ID4591900            : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
-> [01] ID4591950            : H:\usr\sap\EC6\DVEBMGS00\j2ee\cluster\instance.properties
-> [02] sdm                  : H:\usr\sap\EC6\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
[Thr 3792] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
[Thr 6656] JControlDPMessageProxy: Thread 6656 started as handler thread for R/3 dispatcher messages.
[Thr 3792] Mon Oct 13 10:59:45 2008
[Thr 3792] *** ERROR => JStartupIGetJDKInfo: Cannot find Java class file [./JdkDetection_7184.class]. [jstartxxi.c  1017]
[Thr 3792] *** ERROR => can't get JDK information (rc = -1) [jstartxxi.c  1256]
[Thr 3792] **********************************************************************
ERROR => JDK Detection failed.
Please see SAP Note 943602 , section 'JDK detection issues'
for additional information and trouble shooting.
[Thr 3792] *** ERROR => node [bootstrap] not found [jstartxx.c   1593]
[Thr 3792] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -18)
[Thr 3792] JControlCloseProgram: started (exitcode = -18)
[Thr 3792] JControlCloseProgram: good bye... (exitcode = -18)

Hi,
During Java startup
1. JControl is started.
2.  JControl starts the Java instance bootstrap process.
3.The Java instance bootstrap process reads the instance
description from the Java schema of the database.
4. The Java instance bootstrap process creates a file called
instance.properties, containing the instance description, at
operating system level.
5. JControl imports the instance description from the file system.
As per below details provided in ur earlier update:-
Thr 3792 JControlExecuteBootstrap: execute bootstrap process
bootstrap Thr 6656 JControlDPMessageProxy: Thread 6656
started as handler thread for R/3 dispatcher messages.
Thr 3792 Mon Oct 13 10:59:45 2008
Thr 3792 *** ERROR => JStartupIGetJDKInfo: Cannot find Java
class file http://./JdkDetection_7184.class. http://jstartxxi.c 1017
Thr 3792 *** ERROR => can't get JDK information (rc = -1) http://jstartxxi.c 1256
Thr 3792 **********************************************************************
When it is triggering the bootstrap process to reads the
instance description from the Java schema and same bootstrap
process I hope is failing to create a file called
instance.properties, containing the instance description may be
due to less disk space as you said.
I think this is the reason why the WAS Java is not coming up.
I hope this will help to analyse the problem.
Rgds
Radhakrishna  D S

Similar Messages

  • Java Detection Process

    I work on an application that uses applet that would run on a specific version of JRE. Also the application should support multiple browsers(IE, FireFox & Safari). When an user accesses the application with no JRE they get an option to install JRE. But the problem is that the user has to restart the browser after JRE installation. User has set of activities to do before getting to this applet. Java detection happens only when they access applet portion. We have a situation that we cannot push the Java detection ahead in time. Is there a way to have Java installation done from within an instance of browser, say FireFox, and use it right away in an applet without restarting? This seems to work with Internet Explorer through Active X plug-in but we want to stay away from Active X plugin. Also this doesn't work on all browsers. Any help in this regard will be highly appreciated.
    Thanks!
    Jay

    There are no easy answers. You can either:
    1) Close the browser. Then open the browser again
    2) Use navigator.plugins.refresh(false) to refresh the navigator array. Then reload that page or open a new window (using window.open)
    or
    3) Use navigator.plugins.refresh(true), which refreshes the navigator array and then reloads the page.
    The key here seems to be to refresh the navigator array, and then reloading the page or opening a new window. I don't think there is any other option.
    Eric

  • Detection problems in IE?

    I discovered last night that the Javascript Flash detection
    is no longer working in Internet Explorer on either of my
    computers. The script cannot recognize that I have Flash installed.
    I'm not sure exactly when it quit working, but I went back and
    looked at sites I haven't touched in months that WERE working, and
    it doesn't work on any of them now. I recently did a Windows update
    on both computers so it's possible something happened, but I
    haven't been able to find any info online about any issues. If I
    disable Flash detection, everything runs fine, so my Flash
    component itself seems to work properly.
    On this computer, I have Internet Explorer 6.0.2900... and
    the Shockwave Flash object lists file Flash9.ocx. I tried updating
    to the most recent version of Flash on my laptop and that didn't
    fix the detection problems.
    I'm using the standard script detection from Flash
    Professional 8.0. The problem seems to be with the lines:
    set swControl =
    CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
    if (IsObject(swControl)) then
    The If statement is returning false for every version. Anyone
    have any ideas about what could be causing this?
    Edit: Ok, if I change the line above to:
    set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash")
    Then the IsObject() function returns true. And the line below
    that:
    swVersion = swControl.GetVariable("$version")
    seems to return the correct version.
    So far, in my testing, this actually seems to work. (Although
    I can't be sure if it works on browsers that aren't broken the way
    mine seems to be.) So did something happen that suddenly makes IE
    not allow you to create the object using the version number? And do
    you NEED to use the version number?

    Sounds like there may be a problem with your install ..
    perhaps you have two
    different play version on your PC (eg you've installed a
    newer version, but
    old one didn't fully uninstall itself).
    One possible solution (if that is the case) is to run the
    uninstall utility
    from Adobe, then search your harddrive for any files matching
    *flash*.ocx ..
    and if they are actually flash players (look at properties
    version info tab
    to ensure they are macromedia/adobe flash player ocx's -
    don't want to kill
    something to do with flash memory (say)) then delete them.
    Also kill off
    the c:\windows\system\macromed\flash folder .. so then you
    have no flash
    player ocx left. Then go to the Adobe web site and
    re-download/install the
    latest Flash Player. NOTE: if you do this, be very careful
    you only delete
    things that can safely be deleted without causing problems
    elsewhere.
    Jeckyl

  • Java Session problem while sending mail(using javamail) using Pl/SQL

    Hello ...
    i am using Java stored procedure to send mail. but i'm getting java session problem. means only once i can execute that procedure
    pls any help.

    props.put("smtp.gmail.com",host);I doubt javamail recognizes the 'smtp.gmail.com' property. I think it expects 'mail.host'. Of course since it cannot find a specified howt it assumes by default localhost
    Please format your code when you post the next time, there is a nice 'code' button above the post area.
    Mike

  • Java Programming Problem

    Hi all,
    I was looking for this java programming problem which had to do with a large building and there was some gallons of water involved in it too somehow and we had to figure out the height of the buiding using java. This problem is also in one of the java books and I really need to find out all details about this problem and the solution. NEED HELP!!
    Thanks
    mac

    Yes, it will. The water will drain from the bottom of
    the tank until the pressure from the water inside the
    tank equals the pressure from the pipe. In other
    words, without a pump, the water will drain out until
    there is the same amount of water in the tank as in
    the pipe The water pressure depends on the depth of the water, not the volume. So once the depth of the water inside the pipe reaches the same depth as the water inside the tank it will stop flowing. This will never be above the height of the tank.
    I found this applet which demonstrates our problem. If you run it you can drag the guy up to the top, when water in his hose reaches the level of the water in the tank it will stop flowing out.

  • Java Uninstall Problem

    Java Uninstall Problem
    This all came about because of a failed uninstall, using Your Uninstaller.
    The {Java runtime which is all I want) is not listed now & I tried all the other fix bad uninstall type features, all to no avail.} )
    When I DL & run the latest package (jxpiinstall-6u11-fcs-bin-b90-windows-i586-25_nov_2008.exe}
    & run it I get:
    1st message:
         "This software has already been installed on your computer.
         Would you like to install it?"
    If I say no, it exits.
    If I say yes, I get this second message:
         :This action is only valid for products that are currently installed."
    So Now I have no Java & have no idea what to do.
    Any help would be greatly appreciated.
    Thanks, Neuromancer23

    Sorry...after posting it i realized there was a more appropriate forum, of which it took quiet awhile to find.)
    Now that I know where to find the forum list I will never double-post again.
    I'll close the question if I can

  • Sun Java security problems

    Please any one tel me about Sun Java security problems
    with Desktop application

    Hi.
    If you're using SSGD 4.41, please download the Admin guide from here:
    http://docs.sun.com/app/docs/doc/820-4907
    There, at page #41 you'll find useful info concerning "Client Connections and Security Warnings".
    Hope this helps,
    Rob

  • Installer failed to initialize.this could be due to missing file.please download adobe support adviser to detect problem.

    getting the message while installing cs 6 trial
    -installer failed to initialize.this could be due to missing file.please download adobe support adviser to detect problem.
    please help

    Error "Installer Failed to Initialize" | Install desktop application | Windows

  • Windows 7 detects problem with iPod shuffle and after troubleshooting say it can't fix and disconnects it.  What's up?

    Windows 7 detects problem with iPod shuffle and after troubleshooting say it can't fix and disconnects it.  What's up?

    You might get some help over on the shuffle discussions.
    http://discussions.apple.com/forum.jspa?forumID=822

  • OS X Lion - JAVA SCRIPT PROBLEM

    I recently updated from Snow Leopard to OS X Lion. Now I seem to have a JAVA Script problem. Where do I start fixing this issue. I have checked updates etc etc but it seems to be updated. However, when I login to my web site backend, I have a problem. Any advice please?

    Would you please write some more details? explain the problem and what web site backend you use. Thanks.

  • Having Windows & iPods detection problems?

    Try Microsoft article below - has to do with iPod detection problem. Try This...
    http://support.microsoft.com/kb/925196

    Sounds like there may be a problem with your install ..
    perhaps you have two
    different play version on your PC (eg you've installed a
    newer version, but
    old one didn't fully uninstall itself).
    One possible solution (if that is the case) is to run the
    uninstall utility
    from Adobe, then search your harddrive for any files matching
    *flash*.ocx ..
    and if they are actually flash players (look at properties
    version info tab
    to ensure they are macromedia/adobe flash player ocx's -
    don't want to kill
    something to do with flash memory (say)) then delete them.
    Also kill off
    the c:\windows\system\macromed\flash folder .. so then you
    have no flash
    player ocx left. Then go to the Adobe web site and
    re-download/install the
    latest Flash Player. NOTE: if you do this, be very careful
    you only delete
    things that can safely be deleted without causing problems
    elsewhere.
    Jeckyl

  • Jdk1.2.2 java commands problem on win98, win2000 and XP

    To Whom It May Concern:
    I have just bought a new PC and made 3 partitions on the hard drive, each of them has 10G space, to installed 3 operation systems on each of these partitions, win98se, win2000 and XP. Then I installed jdk1.2.2 on each of these operation systems. However, when I go into the �\jdk1.2.2\bin directory and run the executable commands, eg. javac and java etc., get the following different error messages on different operating systems. I have spent a lot of time on trying to fix these problems, however, no any luck. It will be very appreciated if you super expert can have some help on them.
    win98se
    After run the javac command, get the following error message displayed on a prompt with a Close and a Details buttons.
    This program has performed an illegal operation and will be shut down.
    If the problem persists, contact the program verdor.
    After click the Details button, get the following message:
    JAVA caused an invalid page fault in
    module SYMCJIT.DLL at 019f:500bf974.
    Registers:
    EAX=00000e03 CS=019f EIP=500bf974 EFLGS=00010206
    EBX=006539a0 SS=01a7 ESP=0063f894 EBP=00000e7f
    ECX=0000009f DS=01a7 ESI=00000e7f FS=3557
    EDX=00000003 ES=01a7 EDI=05110010 GS=0000
    Bytes at CS:EIP:
    f3 a5 ff 24 95 48 42 0c 50 8d 49 00 8d 74 31 fc
    Stack dump:
    500bf8c7 0000027f 500c42b0 5007cc24 05110010 00000e7f 0000027f 007608c0 00000283 006a81a8 006539a0 0063f940 006539e8 05110010 006539a0 00000e7f
    win2000
    After run the javac command, get the following error message displayed on a prompt with a OK button.
    java.exe has generated errors and will be closed by Windows. You will need to restart the program.
    An error log is being created.
    XP
    After run the javac command, get the following error message displayed on a prompt with a Send Error Report and Don't Send buttons.
    java.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the informaiton you were working on might be lost.
    Please tell Micorsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and enonymous.
    To see what this error report contains, click here.
    thanks and regards!
    ZhiCheng

    http://java-virtual-machine.net/tech-faq.html
    is a great link.
    It claims to have a newer, fixed version of problem DLL, SYMCJIT.DLL . Try that.
    The page has an Intel link that is out-of -date. The current Intel link is
    http://support.intel.com/support/processors/pentium4/sb/CS-007990.htm
    "CPUID detection for Intel� Pentium� 4 processor system"
    In two lines, they recommend:
    dir /s SYMCJIT.DLL
    ren SYMCJIT.DLL SYMCJIT.OLD
    Of course, Java will run slower, but JIT is a machine-specific concept and this *.DLL was coded to fail if it did not recognize the CPU type. Maybe not a great decision, but there you are.

  • HELP JAVA LAGGING PROBLEM

    help... whenever i try to load any java applets.. it'll lag and have 100% CPU usage... and i cant move at all..
    i followed the intructions on how to install java and when trying to test the java...
    the same problems came.. lagging came where 100% CPU usage is happening...
    now i cant use any java applets.. not even my limewire..
    help??
    anyone?

    Same problem here. Installed their latest JRE 1.5.0_5 Update but verification/detection of Java Environment was negative on my machine. Obviously applets failed to load, it's quite annoying. I didn't find a fix for the 1.5.0 Update but at least I got applets loading again.
    The following is what I did in Win XP Pro to get
    a) applets running again
    b) OK verification of the JRE:
    1. Make a System Restore with private label
    2. uninstall the Google toolbar in Control Panel->Settings->Add/Remove Programs
    2. uninstall the 1.5.0_05 JRE in Control Panel->Settings->Add/Remove Programs
    3. Install the j2re-1_4_2_10-windows-i586-p-iftw.exe
    http://java.sun.com/j2se/1.4.2/download.html
    Click on 'Download J2SE JRE' further down the page.
    Now go to java.com, click 'Verify Installation', new screen pops up click on yellow tab. Your installation should be verified which enables your applet loads again.
    4. Make another private label System Restore
    This should get you going again until Sun has sorted out the problems. I am in contact with them and they are trying to resolve this bugeroo(s). Until then just steer clear from reinstalling the 1.5.0 JRE.
    Good luck!
    layaguara

  • Java Spring Problem

    I'm new to the Spring Framework, and was trying out a tutorial to get started. The details of that tutorial is here:
    http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step-Part-1.html
    I've gotten through the first part up till the point where he says to use the 'list' task ("Let's just quickly start Tomcat and make sure that we can access the application. Use the 'list' task from our build file to see if Tomcat has picked up the new application.") At this point, i get the output is the following:
    C:\Springapp>ant list
    Buildfile: build.xml
    list:
    BUILD FAILED
    C:\Springapp\build.xml:138: java.net.ConnectException: Connection refused: conne
    ct
    Total time: 2 seconds
    C:\Springapp>
    When i put the build on debug mode, I get this output:
    C:\Springapp>ant list -d
    Apache Ant version 1.6.5 compiled on June 2 2005
    Buildfile: build.xml
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.4 in: C:\j2sdk1.4.2_01\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.version -> Apache Ant version 1.6.5 compiled on
    June 2 2005
    Setting ro project property: ant.file -> C:\Springapp\build.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Springapp\build.xml with URI = file:///C:/Springapp/build.x
    ml
    Setting ro project property: ant.project.name -> springapp
    Adding reference: springapp
    Setting ro project property: ant.file.springapp -> C:\Springapp\build.xml
    Project base dir set to: C:\Springapp
    +Target:
    Adding reference: master-classpath
    +Target: usage
    +Target: build
    +Target: deploy
    +Target: deploywar
    +Target: install
    +Target: reload
    +Target: start
    +Target: stop
    +Target: list
    [property] Loading C:\Springapp\build.properties
    Setting project property: tomcat.manager.url -> http://localhost:8080/manager
    Setting project property: tomcat.manager.username -> admin
    Setting project property: appserver.home -> C:/jakarta-tomcat-4.1.30
    Setting project property: tomcat.manager.password -> tomcat
    Setting project property: deploy.path -> C:/jakarta-tomcat-4.1.30/webapps
    Setting project property: src.dir -> src
    Setting project property: web.dir -> war
    Setting project property: build.dir -> war/WEB-INF/classes
    Setting project property: name -> springapp
    Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) fo
    r type image
    Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
    Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
    Adding reference: master-classpath
    Finding class org.apache.catalina.ant.InstallTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/InstallTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.InstallTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype install org.apache.catalina.ant.InstallTask
    Finding class org.apache.catalina.ant.ReloadTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/ReloadTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.ReloadTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype reload org.apache.catalina.ant.ReloadTask
    Finding class org.apache.catalina.ant.ListTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/ListTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.ListTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype list org.apache.catalina.ant.ListTask
    Finding class org.apache.catalina.ant.StartTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/StartTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.StartTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype start org.apache.catalina.ant.StartTask
    Finding class org.apache.catalina.ant.StopTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/StopTask.class
    Finding class org.apache.catalina.ant.AbstractCatalinaTask
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/ant/AbstractCatalinaTask.class
    Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
    Class org.apache.catalina.ant.AbstractCatalinaTask loaded from ant loader (paren
    tFirst)
    Class org.apache.catalina.ant.StopTask loaded from ant loader (parentFirst)
    Class java.lang.Object loaded from parent loader (parentFirst)
    Class java.lang.Throwable loaded from parent loader (parentFirst)
    Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst
    +Datatype stop org.apache.catalina.ant.StopTask
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `list' is [list]
    Complete build sequence is [list, reload, start, install, build, deploy, usage,
    stop, deploywar, ]
    list:
    Class java.lang.String loaded from parent loader (parentFirst)
    Class java.io.InputStream loaded from parent loader (parentFirst)
    Class java.net.URL loaded from parent loader (parentFirst)
    Class java.lang.StringBuffer loaded from parent loader (parentFirst)
    Class java.net.HttpURLConnection loaded from parent loader (parentFirst)
    Finding class org.apache.catalina.util.Base64
    Loaded from C:\jakarta-tomcat-4.1.30\server\lib\catalina-ant.jar org/apache/cata
    lina/util/Base64.class
    Class org.apache.catalina.util.Base64 loaded from ant loader (parentFirst)
    BUILD FAILED
    C:\Springapp\build.xml:138: java.net.ConnectException: Connection refused: conne
    ct
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:278)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:171)
    at org.apache.catalina.ant.ListTask.execute(ListTask.java:95)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
    ction.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:487)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:228)
    ... 14 more
    --- Nested Exception ---
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
    ction.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:487)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:228)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalina
    Task.java:171)
    at org.apache.catalina.ant.ListTask.execute(ListTask.java:95)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Total time: 2 seconds
    C:\Springapp>
    Anybody know what the problem is?

    Hi,
    Start the server before the build is done,Since the server is not started it gives the error.
    Thanks

  • Clipboard contents detection problem

    My Goal is to detect what myself or someone has copied to the clipboard, using CTRL+C, or the right click and using the context menu.
    I know my AIR Application isn't always in focus, since other things are going on in the desktop (switching from browser to browser, editing photos in Fireworks, etc.....) 
    But I do tend to copy text to the clipboard often.  And I really want to detect when I do, even if my AIR App is minimized or Headless.
    So, I created the following code that simply uses the Javascript setInterval() method, set at 1 second.  And it basically runs another function that is supposed to get the clipboard details.
    It's not working.   Can someone see if I'm doing it wrong, or if it even can be done?
    <div id="infoDiv"></div>
    <script>
    function everysecond() {
              setInterval("checkClipBoard()",1000);
    function checkClipBoard(){
              if(air.Clipboard.generalClipboard.hasFormat("text/plain")){
                        var text = air.Clipboard.generalClipboard.getData("text/plain");
              }else{
                        var text = "nothing in clipboard";
              $("#infoDiv").html(text);
    everysecond();
    </script>
    Thank you!

    Works fine here: Ctrl-C in Excel, Ctrl-V in Forms ... and voila there it is.
    I would assume, that your problem is related to Java:
    applet rules, security rules, ......
    (I remember that we had similiar problems until we signed frmall.jar with a company certificate, as well as that years ago java applets weren't ready for cut+paste at all).
    Do you get any messages in your java console when trying to paste text into a form?
    yours
    Volker

Maybe you are looking for