Forcing the JRE WebStart runs in, with deployment.properties

Our application needs webstart to run in a non-public JRE, i.e. one that
does not have a registry entry. The problem is, if you run javaws.exe
from one JRE, webstart can fork off a javaw.exe from another public JRE.
We do not want this behavior, as it causes potential problems. I thought
that creating a .0. entry for our non-public JRE in the deployment.properties
file would solve the problem, and it does for most cases, but I still see some
cases where a public javaw.exe gets run.
What I need to know is, what logic does webstart use to decide which JRE to
use. I have verified that it is possible to use a non-public JRE to run webstart,
as long as the JRE has an entry in the deployment.properties file.
Thanks for any help. I am running a 1.4.2 JRE on Windows platforms.
-Bryan

Two problems with that:
1. I cannot modify the 'deployment.properties' as it will interfear with the client PC's java installation. Plus, I would have to automated this modification somehow for every client PC the application is installed on.
2. The JRE is installed with the application by an installer and not via a URL. I do not want to have clients with slower connections to have to download our JRE over the line just because I cannot force JWS to use the one installed with the application.
In JWS 1.0 I could force this behavior in the javaws.cfg file. But the next version of our application is using JRE 1.4.2 with JWS 1.2, and the configuration files have been changed and moved around.
I just need JWS to update my applications JARs and not bother with the JRE.
Is there anything I can do?

Similar Messages

  • I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.  Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue

    I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.
    Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue when I rebooted. Here is the problem:
    Every other time I boot the MacBook it hangs at a grey screen with the prohibitory sign. Verbose reveals a "still waiting for root device" error. Now if I reboot from that hang, it boots fine, but then will hang again the next time. It keeps alternating like this. Any ideas??
    I am not running any third party trim software, so that's not the issue.

    I have a MacBook 7,1 which i recently installed a PNY 250 SSD and added some RAM. The laptop was running awesome with OSX 10.6.8, lightning fast.
    Then I installed Yosemite. There was a bit of hang during the install, but Yosemite came up no issue when I rebooted. Here is the problem:
    Every other time I boot the MacBook it hangs at a grey screen with the prohibitory sign. Verbose reveals a "still waiting for root device" error. Now if I reboot from that hang, it boots fine, but then will hang again the next time. It keeps alternating like this. Any ideas??
    I am not running any third party trim software, so that's not the issue.

  • How fast does the mac pro run xp with 3d apps

    Hi all am planing to upgrade to a mac pro, but am not sure how it will run xp and some animations softwares on the xp side,
    i was just wondering if any one knows the speed and fast the mac pro can render with 3d max mental ray. and the problems it will encounter when running xp.

    If your plan is to run XP with 3D, why not BYO and go after an Intel X58 Core i7.
    Otherwise, keep your eye on Apple Specials (ref'd) units.
    http://store.apple.com/us/browse/home/specialdeals/mac/mac_pro
    http://www.barefeats.com/harper7.html
    http://www.barefeats.com/harper.html
    Save. And hope the new Intel Core I7 "Nehalem" arrives soon.

  • Is there a way to force the charset to utf-8 with the IIS plug-in?

    We're using AJAX. The initial request for the HTML has charset=utf-8 set on the HTTP header as seen in this Live HTTP Headers capture:
    http://plper.mysite.com/mysupport/index.jsf
    GET /mysupport/index.jsf HTTP/1.1
    Host: plper.mysite.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Cookie: mysiteSiteUrl=http://www.mysite.com; Amysession=aHR0cDovL3BscGVyLmVtYy5jb206ODAv; JSESSIONID=FN3WLTNJFJCfYhHHVrwKvLHF2gGdnnTb11DrCyZqR9YbGhcG28lK!-1728721171; mysession=AAAAAgABAFBy5LRMDmjSRCN%2FByvfquVwFeKCpmES4x9lReRava35fxKfwcbJimb3YyPhEd0vBq7ZxgJVecL475TFZwQuSphLOwRWAQw2t7PEW%2BrxsfxgnQ%3D%3D
    HTTP/1.x 200 OK
    Date: Tue, 10 Jun 2008 18:53:01 GMT
    Server: Microsoft-IIS/6.0
    Cache-Control: no-store,no-cache,must-revalidate, no-cache="set-cookie"
    Pragma: No-cache
    Transfer-Encoding: chunked
    Content-Type: text/html;charset=UTF-8
    Expires: Thu, 01 Jan 1970 00:00:00 GMT
    Set-Cookie: JSESSIONID=09VTLTNWT07LlqnK22jTWwM8y5L9v1rmPf9CTW5TnGGKBvWvjJpP!-1728721171; path=/
    Content-Language: en-US
    X-Powered-By: Servlet/2.5 JSP/2.1
    Subsequent requests do not:
    http://plper.mysite.com/mysupport/index.jsf
    POST /mysupport/index.jsf HTTP/1.1
    Host: plper.mysite.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
    Accept: application/x-backbase+xml,application/xhtml+xml,application/xml,text/xml,application/x-www-form-urlencoded,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Content-Type: application/x-www-form-urlencoded
    Referer: http://plper.mysite.com/mysupport/index.jsf
    Content-Length: 122
    Cookie: mysiteSiteUrl=http://www.mysite.com; Amysession=aHR0cDovL3BscGVyLmVtYy5jb206ODAv; JSESSIONID=09VTLTNWT07LlqnK22jTWwM8y5L9v1rmPf9CTW5TnGGKBvWvjJpP!-1728721171; mysession=AAAAAgABAFBRtE5lAyr85YM0aIap%2Bekf1Qu8FoA6BNh4JVl1JgvDNDQgYrQm5m9W%2FQa4HLK767CtXV5c%2FhtXchbug9%2BE1zoCmqSBqqYmqXE9VG1lXi%2F%2Brg%3D%3D
    Pragma: no-cache
    Cache-Control: no-cache
    BackbaseClientDelta=%5Bevt%3DsrQuery%3AsiteList%7Cevent%7Csubmit%5D%5Bvalue%3DsrQuery%3AsiteList%7Cmultivalue%7C3971957%5D
    HTTP/1.x 200 OK
    Date: Tue, 10 Jun 2008 18:58:17 GMT
    Server: Microsoft-IIS/6.0
    Content-Length: 1720
    Content-Type: text/xml
    X-Powered-By: Servlet/2.5 JSP/2.1
    Is there a way to force requests going through the proxy plug-in to get a charset=utf-8 set in the HTTP header for all requests?
    Thanks!
    Edited by f2racer at 06/10/2008 12:01 PM

    If for some reason you have failed to maintain a backup copy of your computer ( not good), then transfer purchases form your ipod.
    Without syncing, click File>Transfer Purchases

  • Is the new MacPro running smoothly with Photoshop?

    My current Mac is way too slow, old, etc. to handle the large files that I'm working on. The new MacPro would be great but are there major kinks and glitches that still need to get ironed out?
    Thank you!

    I don't have a new Mac Pro, but Adobe appears to be working with them and fixing what they find.
    In Photoshop 14.2 Adobe enabled taking full advantage of the FirePro GPU in the new Mac Pro (but not both GPUs at the same time, yet).
    In Photoshop 14.2.1 Adobe fixed a stability bug related to the Camera Shake Reduction filter on the new Mac Pro.
    So it looks like a couple of new Mac Pro issues have already been taken care of.

  • What is the differences between running windows with parallels or boot camp?

    I am a Drafting and Design student so I need Windows for AutoDesk programs Revit and Inventor. I have a Mid 2014 MacBook Pro 2.2 GHz 16GB.

    nkriss wrote:
    I am a Drafting and Design student so I need Windows for AutoDesk programs Revit and Inventor....
    A couple of differences which don't often get mentioned:
    First, in Bootcamp, the size of the partition you create for Windows is fully taken over by Bootcamp. In a virtual machine, you can give Windows 100GB for the C: drive but if you're only using 20GB on it, that's about what gets taken up on your SSD - it expands and contracts based on actual use.
    Second, a virtual machine is a file like most other files (actually, it's a collection of files in a folder) and that means you can duplicate it for backup purposes. You can also take snapshots to try things out and restore to the snapshot's state to eliminate everything done since the snapshot was taken. Try that with a real PC, or Bootcamp, which is pretty much the same thing.

  • Why can't I run my Java program with just the JRE, the JDK is required?

    I've recently written 3 programs in Java using the Netbeans IDE with JDK 1.6 as the default Java platform. The compile-time libraries include the Swing Application Framework. I use BuildDesk from ProductiveMe to package the each program into a Windows installer.
    When I install the programs on a new computer without a JRE or JDK being present, and attempt to run them I get an error (as expected) stating that there is no JVM. The messages says that I need to install JDK 1.3 or higher. I downloaded the latest JRE onto the new computer and attempted to run the programs and I get the same error message. My question is, why can't I run these programs with just the JRE installed? Why do I need the JDK? When I install the JDK, the programs run fine. The typical user may not have the JDK on their system, but they likely have the JRE if they've run Java programs before.
    Is the answer as simple as there must be library functions being used by the programs that belong to the JDK, but not the JRE? I'd rather a user not have to install the JDK verses the JRE because they may also have to update some Windows environment variables.
    Thank you for any help on this issue.

    915088 wrote:
    Thanks for your replies. I further investigated BuildDesk and found an option which allows a JVM check but that check needs the JDK. I stopped the JVM check and rebuilt using BuildDesk and it now only requires the JRE to run the programs. The reason why I use BuildDesk is to package more than just the jar file for the user. BuildDesk allows me to create a installation folder structure as well as include any other files in the build. I could just as well zipped all this together for the user but decided against that method.I don't think anyone will question your usage of an installer tool; that is entirely up to you. But what is questionable is that you have problems with that installer tool and then go look for help in a Java programming forum. The next time, go look for help at the source. If there is no way to acquire help (support, a forum, a mailinglist, anything) then that is a very good reason to not use the product in question.

  • Not all apps rotate with tablet. Is possible force the rotation for a confonable reading?

    I have a Sony Tablet S. Is the best tablet ever. I choose this for the anatomic form of the case. Is very confortable read book, twitter, etc.
    But, some apps don't change the orientation of tablet and I must turn the table and is not confortable. 
    Is possible force the rotation. For example with Moon + Reader (for read ebooks) (free) change the orientation.
    Thanks

    Hello Make,
    You may contact the specific application manufacturer to check if they support rotation.

  • Can I get rid of parts of the JRE for my app?

    I am trying to figure out how to easily deploy a stand-alone desktop Swing application. It's more like Microsoft Word than the typical Swing business app that deals with networks and databases. I'd like to make this easily downloadable by regular people, like a 10-year old who has installed an IM client, or a 70-year old who has downloaded the latest version of a browser, i.e., just download an installation file and then click to install in the relatively standard manner in which Windows apps are installed.
    What I am definitely trying to avoid is making the user go to Sun's Java distribution website, which is written by computer geeks for computer geeks. If a potential user sees that, they'll get confused, give-up, and I'll have lost a potential user.. Since a Swing application that is developed and tested using an earlier version of the JRE won't necessarily work with a later version, I can't make the assumption that as long as the latest JRE is installed on the user machine, everything is fine. As far as I can tell, I need to download a self-contained version of the JRE that I developed with in order to guarantee that the app will run as expected. I also don't want the user to have to download a 15 Mb 1.5 JRE, or the purported 50 Mb 1.6 JRE just to be able to run my little program. (I'm really starting to see why there are no popular Java desktop apps.)
    So my question is - if I compile my application down into machine code from binary code, does anyone know if can I get away with running it with a stripped-down JRE? I'm wondering if I can get rid of parts of the JRE that deal with things like interpreting bytecode, networking or database access, none of which I need to worry about. Sun's legal department might not like this, but is this at all technically feasible? I'm actually happy to hear about any ideas regarding shrinking the size of the distribution. Thanks.

    I voted for the enhancement request. It is almost exactly what I am concerned with.
    I am a big fan of Excelsior Jet. I tried out the free version about a year-and-a-half ago, and was pretty happy with it. It was actually the only machine-code compiler I tried out of several that worked. If I ever get to the point where I can start selling my app, I expect that I'll use it. I've been checking the website every so often since then, and reading about the next version, where a JRE can be included in the distribution. That helped spark my original question. While the worry about making sure my application had the right JRE version will be solved, it still bugs me that I have to ship so much unnecessary JRE code. (I blame Sun for that, not Excelsior Jet.) I was wondering if it was at all technically feasible to strip out the unnecessary code, irrespective of the legal issues. When compiled to byte-code, my program is under 1 MB. When I compiled it to machine code under JDK 1.4, it was about 5 MB. I imagine that compiling to machine-code with the included 1.5 JRE, after compression, will result in a size in the 15-20 MB range. And this after refactoring my program to where it's about 1/3 it's original size. I'm really worried about the direction this is going, and I don't even want to think about what including the 1.6 JRE will require.
    Where did you read that I've been programming Java since '97. I was a contractor at Sun between 1995 and 1997, and started working on Java 1.0 apps back then, but I don't ever remember mentioning that. If you asked because you're thinking I should know more about JVM/JRE issues, you're probably right, but I focus almost exclusively on higher-level application and GUI/Graphics issues. The deep-down Java stuff makes me break out into a cold-sweat.

  • Pronlems with deploying CMP!

    Hi folks!.... Im am fairly new to EJB's... Im having major problems trying to deploy a CMP bean im working on. I have restarted the App Server and deploy tool on numerous occasions but to no avail. The following is the error report.
    distribute: C:\Sun\AppServer\j2eetutorial14\examples\ejb\mybook\BookApp.ear
    deployment started : 0%
    ERROR - Deploy Application in domain
    !!! Operation Failed !!!
    [Completed (time=14.1sec, status=13)]
    Im using pointbase and have set up all JDBC Resources etc.... How do I post a 'log'?
    Thanks in advance
    Ru.

    Thank you very much for replying....
    Im using Sun Java� System Application Server Platform Edition 8 2004Q4 Beta version. A transcript of my log is as follows:
    [#|2005-03-12T09:38:43.588+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=15;|
    DeployThread.run: starting: deploy:3|#]
    [#|2005-03-12T09:38:47.283+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=15;|
    DeployThread.run: calling deploy() for: deploy:3|#]
    [#|2005-03-12T09:38:55.986+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.tools.deployment|_ThreadID=15;|DPL5109: EJBC - START of EJBC for [BookApp]|#]
    [#|2005-03-12T09:38:57.859+0000|WARNING|sun-appserver-pe8.1|javax.enterprise.system.tools.deployment|_ThreadID=15;|JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'BookBean' in application 'BookApp' module 'ejb-jar-ic': Warning: JDO72310: All primary key columns in primary table BOOKBEAN of the bean corresponding to the generated class book.BookBean_1472265448_JDOState must be mapped to key fields.
    Map the following primary key columns to key fields: BOOKBEAN.GENERATEDPKFIELD. If you already have fields mapped to these columns, verify that they are key fields.
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByCategory(java.lang.String).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findAll().
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByHigherCategoryPrice(java.lang.String,double).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByPriceRange(double,double).
    |#]
    [#|2005-03-12T09:38:57.879+0000|WARNING|sun-appserver-pe8.1|javax.enterprise.system.stream.err|_ThreadID=15;|
    JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'BookBean' in application 'BookApp' module 'ejb-jar-ic': Warning: JDO72310: All primary key columns in primary table BOOKBEAN of the bean corresponding to the generated class book.BookBean_1472265448_JDOState must be mapped to key fields.
    Map the following primary key columns to key fields: BOOKBEAN.GENERATEDPKFIELD. If you already have fields mapped to these columns, verify that they are key fields.
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByCategory(java.lang.String).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findAll().
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByHigherCategoryPrice(java.lang.String,double).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByPriceRange(double,double).
         at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:274)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:615)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:563)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:361)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:209)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:286)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:176)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:107)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:138)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:626)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:187)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:513)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:140)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:168)
    |#]
    [#|2005-03-12T09:38:58.860+0000|WARNING|sun-appserver-pe8.1|javax.enterprise.system.tools.deployment|_ThreadID=15;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'BookBean' in application 'BookApp' module 'ejb-jar-ic': Warning: JDO72310: All primary key columns in primary table BOOKBEAN of the bean corresponding to the generated class book.BookBean_1472265448_JDOState must be mapped to key fields.
    Map the following primary key columns to key fields: BOOKBEAN.GENERATEDPKFIELD. If you already have fields mapped to these columns, verify that they are key fields.
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByCategory(java.lang.String).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findAll().
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByHigherCategoryPrice(java.lang.String,double).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByPriceRange(double,double).
         at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:274)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:615)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:563)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:361)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:209)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:286)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:176)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:107)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:138)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:626)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:187)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:513)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:140)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:168)
    |#]
    [#|2005-03-12T09:38:58.870+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.tools.deployment|_ThreadID=15;|Total Deployment Time: 11426 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%|#]
    [#|2005-03-12T09:38:58.900+0000|SEVERE|sun-appserver-pe8.1|javax.enterprise.system.tools.deployment|_ThreadID=15;|Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'BookBean' in application 'BookApp' module 'ejb-jar-ic': Warning: JDO72310: All primary key columns in primary table BOOKBEAN of the bean corresponding to the generated class book.BookBean_1472265448_JDOState must be mapped to key fields.
    Map the following primary key columns to key fields: BOOKBEAN.GENERATEDPKFIELD. If you already have fields mapped to these columns, verify that they are key fields.
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByCategory(java.lang.String).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findAll().
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByHigherCategoryPrice(java.lang.String,double).
    JDO75005: Incomplete deployment descriptor for bean BookBean: Missing or empty ejb-ql element in query element for method java.util.Collection findByPriceRange(double,double).
         at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:274)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:615)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:563)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:361)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:209)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:286)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:176)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:107)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:138)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:626)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:187)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:513)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:140)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:168)
    |#]
    [#|2005-03-12T09:38:58.910+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=15;|
    DeployThread.run: deploy() successful for: deploy:3|#]
    [#|2005-03-12T09:38:58.910+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=15;|
    DeployThread.run: deleting deploy file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\upload:3_null_2052535609.tmp|#]
    [#|2005-03-12T09:38:58.910+0000|INFO|sun-appserver-pe8.1|javax.enterprise.system.stream.out|_ThreadID=15;|
    DeployThread.run: done with: deploy:3|#]

  • Any one can show me where to find the JRE for MAC?

    I am trying to develop an application to run on PC and MAC. For PC, I can easily get the JRE to run it. But for MAC, what can I found is only MRJ 2.2.5. If I not wrong, I found that I can only run the applet(unable to support the SWING) but not the application. Anyone know where can I get the JRE for MAC which can run the application (same as the JRE1.3 for PC )
    There are a few MAC which has different OS. All of these MAC are too old to upgrade with latest OS so I cannot have the latest JAVA 2 technology support which is integrated in the latest OS. The MAC are running with OS 7 and OS 9 so anyone can tell me where to get the JRE that able to run the application that develop by using the JAVA 2?

    You probably already looked at
    http://devworld.apple.com/java/classic.html
    It doesn't look like they have one for Java 2 unless youupgrade to Mac OS X.

  • How do I determine in Java if running local or deployed weblogic server

    Using JDeveloper 11.1.1.4.0
    I need to determine in my Java code, if I am running my application locally (JDeveloper/Weblogic) or if the application is running on a deployed Weblogic server. The code will be used to determine where to place files when testing on PC verses where to place files when deployed. For example (c:\temp or /usr2/upload).
    Thanks,
    Troy

    Hi,
    well one way is to identify using weblogic system properties here is the one example to get weblogic managed server name of application running in java http://www.baigzeeshan.com/2011/11/oracle-adf-how-to-get-managed-server.html
    check other properties as well http://docs.oracle.com/cd/E13222_01/wls/docs90/config_scripting/config_WLS.html#1019588
    Zeeshan

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • Run Report with Pass Number and Varchar Lexical Parameter values

    Dear Sir/Madam
    Due to an urgent change required to a report I would most appreciate it if you can please advise me if it is possible to get this report working by either passing in multiple lexical parameters or one signle lexical parameter when calling the SRW.RUN_REPORT command with the following methods:
    Firstly: When calling report with a run_no and spr_cd passed in through one lexical:
    cmd_line: REPORT=D:\DEV\REMITTANCE.rdf BACKGROUND=YES BATCH=NO DESFORMAT=PDF DESTYPE=FILE DESNAME=D:\DEV\REMITTANCE.pdf
    CP_L_PARAM=RUN_NO=TO_NUMBER(28) AND SPR_CD=SUPP1
    Both with a TO_NUMBER and without, whereby I attempt to do a SUBSTR within the query of the called report to derive the RUN_NO Oracle Reports fails to accept the SUBSTR.
    Secondly: I am now trying to call the with passing two lexical parameters into the report as follows:
    cmd_line: REPORT=D:\DEV\REMITTANCE.rdf BACKGROUND=YES BATCH=NO DESFORMAT=PDF DESTYPE=FILE DESNAME=D:\DEV\REMITTANCE.pdf
    CP_L_RUN_NO=||TO_CHAR(lv_run_no)|| CP_L_SPR_CD=||lv_spr_cd;          
    NOTE: The above is an output of the actual command line and not what is passed into the command line, thus the quotes are missing. Please also note that the report is running fine with the only a hard coded RUN_NO value PASSED without the SPR_CD.
    Unfortunately this is also causing issues as the RUN_NO is a number and as you know you can only pass in strings.
    Your urgent help is required on this matter please as our client is expecting a solution this afternoon.
    Hope to hear form you soon.
    Kind regards
    Andrew Mason

    Dont Worry I've worked it out...

  • Authorisation issue - the report is running and

    Hello friends,
    Need some help .
    There is one salary report , which user is not able to see the data . It is running and running for 1/2 hours
    and finally the message coming that action is cancelled.
    I have checked the data flow and everything seems correct .
    It seems the problem with user authorisation .
    How could i check the User id authorisation for this specific salary report. ?
    I am not aware about the more thing in authorisation.
    Thanks in advance.
    Regards

    I feel this is not authorisation issue. But i am not sure.
    Any way.
    Run that report in tcode RSSMQ with that particular user id and try to check SU53 Tcode in another window for that user id immediatly after getting error message while running the report
    RSSMQ - Runs report with other user ids
    SU53 - gives information on authorisation problems if any (It is authorisation Trance)
    Thanks.
    Edited by: BI Dev on Jan 3, 2008 5:29 PM

Maybe you are looking for

  • Family leaving in less than a week for Cancun - What do I do for older teens who still want to text?

    All, I have nowhere else to go but this forum.  I have called Verizon asked them about upgrading to the Global Plan (which I plan on getting) but no one can seem to answer the one question I need answered.  Is there any way to avoid the 50 cent charg

  • Problem with "locked records" on Oracle with UTF8

    Hello, Can somebody help me with "record is locked by another user" problem on Oracle 10.1.0.2 ? Oracle is installed with UTF8 character set, and is running on Windows Server 2003. Whenever I try to edit numeric column I get the message "record is lo

  • Why did I lose my apps when I synced with my laptop?

    as per above

  • Adobe player issue

    Enviroment: Windows 7 professional Tools: Adobe Connect , Office 2010 and Adobe Presenter Issue: Adobe connect prompts everytime to download Adobe player, although i downloaded it sucessfully. how do I overcome this situation? Flash Player 8.0.0.0 or

  • TableModel updated after UI change

    Hi Everyone, I am displaying JTable in my UI, the table data is editable. When I change any cell's content and tab out or click anywhere else on UI, and then click save button., the TableModel is updated and the save result is as desired. Now, when i