JWS Application is not running...

Hello all,
I'm trying to run the following code from Jawa Web Start :
public class StartUp
     public static void main(String [ ] args)
          throws java.io.IOException
          System.out.println("--- STARTING ---");
          Runtime.getRuntime().exec("notepad");
          System.out.println("--- STARTING AWAS ---");
          Runtime.getRuntime().exec("\"c:\\program files\\javasoft\\jre\\1.3.1_17\\bin\\java\" -cp e:\\temp\\awasgui.jar;e:\\temp\\3rdparty.jar;e:\\temp\\wt.jar -Xms64m -Xmx256m -Dwt.server.codebase=http://nsdint01.eu.airbus.corp:1086/WT62AWAS/ -DHTTPClient.HttpURLConnection.AllowUI=true -Djava.protocol.handler.pkgs=HTTPClient ext.awas.common.Awas > e:\\temp\\log.txt");
          System.out.println("--- DONE STARTING AWAS ---");
When i run that class directly from a command line it opens a Notepad.exe app then my java application launched by the second exec command.
When I run it throw JWS, it opens a notepad and nothing else. Although it does print all 3 traces.
I'm using "all-permissions" for that application to run. Do you have any idea what is going wrong ? Or what could prevent it to run from JWS ??
Thank u in advance for any help.

It's even more odd than what i expected !!
The behaviour described in my first message is the one i get when using JWS version 1.0.1 (quite old)
I tried again with the lastest version :
When running from JWS, the first exec runs a notepad, the second exec seems to work: it opens a new java console, i even get an authentication tool box (displayed by the java prog i'm trying to run) but then nothing... It's just like the new java console is hanged. The normal behaviour after logging would to display the GUI.
Again it works fine if run from outside JWS.
Thank in advance if u got any hints that could help me.
Regards.

Similar Messages

  • MacBook Address Book Application Does Not Run

    MacBook OSX 10.5.8 - Address Book application will not run - it shows up in Applications Folder but will not run - either double click or command File - Open.  I have reinstalled the Address Book application with the original installation disk, which indicated the application was installed, still will not run.  Rebooted, reinstalled again - same result -- the Applications Folder shows the file size as 1.4 Mb - updated today - the installation disk showed approx. 53 Mb was being installed - not sure if the Application Directory is only showing a command file or what - also ran the hardware diagnostic and found no problems.  Software update shows current software is up to date.
    Haven't used Address Book so do not know if it ever worked.  Need it now to sync with IPhone 4.  Any Ideas?

    rjackjr,
    After reinstalling an Apple application from the installation disk, it is also necessary to reinstall the latest Combo Update for the installed system. In your case that would be Mac OS X 10.5.8 Combo Update.
    Try that and see what happens with your Address Book application.

  • ISE application server not running

    Hi Team,
    My ISE appliance application server not running, even reboot still the same, any reason?
    ISE-3315-K9       
    Displaying ISE application status .... 
    ISE Database listener is running, PID: 6270
    ISE Database is running, number of processes: 17
    ISE Application Server process is not running.
    ISE Profiler DB is not running
    ISE M&T Session Database is not running.
    ISE M&T Log Collector is not running.
    ISE M&T Log Processor is not running.
    I saw suspicious from logs, anyone experience this before? I coudn't find this ise ErrorCode: -999 from the Cisco KE database.
    2015-01-19T15:45:47.371651+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation ci_util.c[597] [marcellus]: Problem executing init script (/opt/CSCOcpm/bin/cpmcontrol.sh) err = 1
    2015-01-19T15:45:47.371671+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation cars_install.c[1931] [marcellus]: App (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377124+11:00 ISE1 ADEOSShell[9862]: ADEAUDIT 3015, type=APP INIT, name=Error during application init, username=marcellus, cause=(null), adminipaddress=10.0.10.7, interface=CLI, detai
    l=Application (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377333+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation install_cli.c[419] [marcellus]: Error while starting application  - Application: ise ErrorCode: -999

    Hi Neno,
    Thanks for replying, this is it.
    Displaying ISE version ...
    Cisco Identity Services Engine
    Version : 1.2.0.899
    Build Date : Wed 24 Jul 2013 17:37:31 EST
    Install Date : Wed 01 Oct 2014 12:33:32 EST

  • When I open my Creative Cloud application it not run?(Windows 8.1)

    When I open my Creative Cloud application it not run... I can't download Photoshop CC trial.
    How to fix it?
    OS:Windows 8.1
    (Sorry,My English is pretty basic)
    thanks!!!

    Hi BeetleFans,
    Could you please tell me the error message you get?
    Also, which OS are you using?
    -Ankit

  • Installed CS6 and all working except Photoshop. Says application will not run on this mac despite my having the necessary system requirement of OSX 10.6.8. Can anyone help please?

    installed CS6 and all working except Photoshop. Says application will not run on this mac despite my having the necessary system requirement of OSX 10.6.8. Can anyone help please?

    Hi - I have opened a second log with the same date and name and am now tracking down the problem.
    This seems to be the problem for me: Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5

  • How to Display Alerts evenwhen application is not running

    hi freinds
    i want to tell the user that some data has gone into a
    particular table through a back end procedure
    (process/job) ..through an alert on the screen.
    this has to be done in each of the client machine
    or (those selected) even when the application is not running in
    the machine,
    can we use any scheduler or any such things in the server.
    Please do let me know
    Syam
    null

    Communication through files tends to fail if the
    program exits abnormally and leaves the file in a
    "running" state.If you store the pid the only way it fails is if the
    program exits abnormally and then another process
    starts up using the same pid as is stored in the file
    before you restart your application. Basically it is
    not likely to happen and if it does you just drop the
    pid file.The point is that Java programs can't, generally, handle signals. That's what the commons Daemon stuff provides.
    The standard way of stopping a unix background task is to use the stored pid to throw a "kill" at the process, whiich the process intercepts and does what you asked, e.g. close down tidily or reread it's configuration.
    Java knows nothing about process ids.

  • After upgrading to os josemite cs4 applications will not run. Message displayed that I need to install the legacy java SE 6 runtime. Is this necessary to fix the application loading?

    after upgrading to os josemite cs4 applications will not run. Message displayed that I need to install the legacy java SE 6 runtime. Is this necessary to fix the application loading?

    Found the answer:
    Java for OS X 2014-001 includes installation improvements, and supersedes all previous versions of Java for OS X. This package installs the same version of Java 6 included in Java for OS X 2013-005.
    installed above and it now works
    Blessings

  • To update applications do not run them, I get notice, you must connect and asks me cdito card. as I do?

    to update applications do not run them, I get notice, you must connect and asks me cdito card. as I do?

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Flex 4.5.1 AIR application is not running on iPhone 3gs

    I developed an iOS application in Flash builder 4.5 with flex 4.5.1 extension using AIR 2.6. This application is successfully installed on iPhone4G. When I tried to install it on iPhone 3GS it say, this application is not compatible with this iPhone.
    My iPhone 3GS is running iOS 4.2.1
    Is the iOS version 4.2.1 is not supported for Flex iOS app development or there is any other issue. Please help, thanks in advance.

    Yes AIR 2.6 is compatible with iOS 4.2.1.I'd recommend you update to the latest version of FB and AIR. You should download the free upgrade to Flash Builder 4.6 and build from there. It's much improved and AIR 3.x has better performance all around.
    Regarding the incompatibility issue, you're absolutely sure you have an iPhone 3GS and not the 3G? They look nearly identical. One sure way to tell is to plug it into iTunes and see if you can upgrade the OS to the latest iOS 5.x. If you can't upgrade to iOS 5, then it's for sure a 3G and is not compatible with AIR 2.6+
    iBrent

  • Application does not run on target system

    Hello, This is my first attempt at using this forum & creating a LV standalone application and I have encountered a brick wall.
    I have created a simple VI to display some T/C readings that runs fine on the (LV prof 8.5) development system, but not on a different target PC.
    The target PC does not have LV installed, just DAQ-MX software for Windows V8.6
    The DAQ hardware is a SCXI-1000 chassis with SCXI-1600 USB interface, taking data with SCXI 1102.  I am using the same hardware on both
    the development PC and the target PC.  The DAQ hardware works correctly on the target PC (using MAX).  My application loads, but just does
    not run on the target pc.
    Solved!
    Go to Solution.

    Hello André
    I am not sure.  On my last attempt, I had included "additional installers" Run-Time Engine(s) 8.0.1, 8.2.1, and 8.5.1.
    The application seems to load.  The screen looks normal, it just doesn't seem to acquire any data (although it appears to be running).
    The VI is very simple.  I have attached it (didn't realize I could do this before).  I hope this answers your questions.
    Thanks,
    Bob
    Attachments:
    thermo2.vi ‏250 KB

  • Office 2013 applications will not run as a domain users

    I have a windows 7 64-bit pc with 2013 office home and and business installed. When trying to access Office as a domain user the programs will not run. Is there a fix for this other than making the users local admins?

    Hi,
    Which version of Office 2013 did you deployed, Windows Installer-based version or the Click-to-Run version?
    Did you install the Office product with local administrator account? I notice that the users must be local administrators on their computers to install Office:
    http://technet.microsoft.com/en-us/library/ee624360.aspx
    If we add the local admin right to the user, can the Office programs be launched? If so, repair the Office programs and then remove the local admin right. See if it can work.
    Best regards,
    Rex Zhang
    TechNet Community Support

  • IBeacon : launch app when application is not running

    Hello Friends,
    How can i launch the app when app is not running when i found any beacon in range of device.
    I am able to detect in background state for long time, but when i close the app from background i am not getting any notification.
    Please help me, Thanks in advance.

    Update your IOS to 7.1 and it should work.

  • JWS 2.0 not running in windows XP

    Hi
    I have recently bought HP P4 machine with windows XP on it . As XP comes with IE6 but no java support , I installed the patch thats avaible for the windows XP from the sun site ( i,e j2re-1_3_1_02-win.exe ) . But still I am not able to run my Java web server 2.0 ( trial version ) . This two above thinsg might be completely unrelated but as I am qute new to java world I seek youir help in this regard . For your information I have installed jdk1.2.2 prior to the java applying the jre plugin .
    i,e I have first installed jdk1.2.2
    then I installed the plugin from sun
    then I installed the javaweb server
    Whenever I am tring to start the java web server by executing the jserv executable in the bin directory of the java web server 2.0 it would shout down giving the following message in the console
    D:\Javawebserver1.0\bin\..\jre\bin\jre.exe exited with code 1.
    D:\JavaWe~1.0\bin\..\bin\jre.exe
    D:\JavaWe~1.0\bin\..\bin\jre.exe
    jserv:Shutting down the server.
    Can anybody please help me with the steps that need to follow ( like specifying the path or the class path etc.. )
    Requesting a quick reply from somebody .I also need some help that in this setup can I run ordinary java applications (with JDBC etc ) ??
    Thanks in advance
    regards
    satya

    Just to add to the above . I feel that JWS comes with its own JRE routines its not using the pathc which I have applied from teh sun site . So can anubody tell me how do I make JWS point ot the JRE which is installed from the new JRE patch from the sun.
    Regards
    satya

  • JWS application does not start

    Hi,
    I have trouble with Java Web Start, when i try to start my application with jws i get an box saying that the application digital signature is verified, and an option to ”Always trust content from this provider”. If i check this options the application starts but next time i try to run the application it doesn’t start. If i don’t check this option it always starts. This is on Windows Vista with Java 1.6 U11. The Vista user is standard user with no administrator privileges. The application does however behave normal if i run it from a user with administrative privileges.
    The certificate is imported ok and i find it in the java control panel applet. and i can see the javaw process starts, but the GUI never shows up.
    I have tested it with Java 1.5 U16 and it the jws part seems to work, but not the application, it requires Java 1.6.
    Anyone know anything about this, OR how to use Java 1.5 for web start and actually run the app with 1.6
    Thanks in advance

    Do you have a testcase can send to me? I would take a look to see if it is bug in Java webstart code, is this problem only apply to one application? or do you have any trouble to run other Java webstart application using JRE 1.6 u11? Another option is trying to run early JRE 1.6 release, such as 6u10 or early.
    My email is [email protected], thanks for your help.

  • Application is not running in IntegratedWeblogic server

    I have installed JDeveloper & Webcenter for my project development work in my windows 7 64-bit machine.
    Here are the versions i have installed.
    1) Installed Weblogic server (Generic version for 64-bit machine - wls1035_generic.jar)
    2) Installed Webcenter 11.1.1.5.0
    3) Installed JDeveloper 11.1.1.5.0
    4) Configured the Weblogic server (along with webcenter components)
    In JDeveloper, I have simple application which pulls data from database (not involves any of Webcenter services). When i ran the application, the integrated weblogic server is started & running. But the application deployment is not happening.
    And I'm unable to stop the IntegratedWeblogic server also.
    Please help me in solving these 2 issues.
    Thank You.

    hi user,
    am not well aware about webcenter.
    so am replying for this statement,
    In JDeveloper, I have simple application which pulls data from database (not involves any of Webcenter services). When i ran the application, the integrated weblogic server is started & running. But the application deployment is not happening. And I'm unable to stop the IntegratedWeblogic server also. by default if you are running intergrated web logic server,
    it will automatically deployed and make it as run
    for example if you are running in intergared weblogic server means.
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application GeneralLedger stopped but not undeployed from Server Instance IntegratedWebLogicServer]
    [Running application GeneralLedger on Server Instance IntegratedWebLogicServer...]
    [01:48:18 PM] ----  Deployment started.  ----
    [01:48:18 PM] Target platform is  (Weblogic 10.3).
    [01:48:18 PM] Retrieving existing application information
    [01:48:18 PM] Running dependency analysis...
    [01:48:18 PM] Deploying 2 profiles...
    [01:48:20 PM] Wrote Web Application Module to C:\Users\rmsys0034\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\GeneralLedger\GeneralLedgerUIWebApp.war
    [01:48:20 PM] Wrote Enterprise Application Module to C:\Users\rmsys0034\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\GeneralLedger
    [01:48:20 PM] Redeploying Application...
    <Nov 25, 2011 1:48:20 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application GeneralLedger is not versioned.>
    [01:48:33 PM] Application Redeployed Successfully.
    [01:48:33 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
    [01:48:33 PM] http://192.168.1.163:7101/GeneralLedger-GeneralLedgerUI-context-root
    [01:48:33 PM] Elapsed time for deployment:  15 seconds
    [01:48:33 PM] ----  Deployment finished.  ----
    Run startup time: 15104 ms.
    [Application GeneralLedger deployed to Server Instance IntegratedWebLogicServer]
    Target URL -- http://127.0.0.1:7101/GeneralLedger-GeneralLedgerUI-context-root/faces/Login.jspxok
    if you hit means it will open some browser.
    if you are running your application in standlone weblogic server means,
    there some steps. to achieve that.
    go here.
    3.8.1 How to Start and Stop Integrated WLS
    http://docs.oracle.com/cd/E15523_01/webcenter.1111/e10148/jpsdg_prep_environment.htm#BABJGEFA
    is there any error shows in log.
    see log. if any error means. please paste here.
    Edited by: Erp on Nov 25, 2011 12:18 AM

Maybe you are looking for

  • Move one filed values of itab1 to itab2 at a time

    Hi all,    I have two inetrnal tables as below. types : begin of ty_vbeln,            vbeln type vbap-vbeln,            end of ty_vbeln. data : itab1 type table of vbap,          itab2 type table of ty_vbeln. ITAB1 is filled with more number of recor

  • Photoshop CC no longer working!

    CC Photoshop when trying to access tells me that no longer works. What can I do? I use Photoshop CC 2014.1 trial period. The problem occurs when I open the program, and the message appears to me is this: Adobe Photoshop CC 2014 not working. A problem

  • How to use 2 windows in frame

    Hello im new to java or java GUI , im trying to build simple app that contains splitpane in the left there is JTreee and in the right i need to be able to open 2(or more in the further) frames/window some thing like this... say i pressed "new" in the

  • How to use shared variables?

    Hello..         Can anybody please guide me in using shared variables... I'm learning LabVIEW 8.5.... But did not understand how to use shared variables... I tried to read web pages regarding shared variables but got confused.... So anyone can please

  • JDBC2.0

    Hi i had downloaded classes12.zip and jdk1.2. i am trying to use JDBC2.0 features with oracle 7.x i had written a program like below import java.sql.*; public class dbTest public static void main(String [] arg) try DriverManager.registerDriver(new or