Starting jnlp in Linux

Hi,
How can I configure Linux (Red Hat 7.2) so that it starts jnlp from the browser? Currently, if I click a jnlp file, I get a file save dialog box.
Thanks in anticipation
Srini

You need to set the MIME type in your webserver (Apache).
httpd.conf
In the mime type section...Add the following.
application/x-java-jnlp-file JNLP
It shud work then, IE will invoke webstart upon getting this mime type from the webserver

Similar Messages

  • Cannot find file when starting jnlp from browser

    First of all, im not a web guru, so sorry for my weak knowledge on that part.
    I have a swing application packed in a war file.
    In the root of war file i put my jnlp, html that links to jnlp, and jar file. (everything created with NetBeans)
    But there is also a directory "data" inside war where i hold some files.
    My application is accessing those files at runtime. (those are save files for my game)
    So, when i start jnlp directly everything is fine, but when i start jnlp through html link, i got error message:
    SEVERE: null
    java.io.FileNotFoundException: data\options.data (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
            ...Java Web Start starts correctly, i can see my first panel of the application, but when i proceed (application tries to load save file), it can not find that file (options.data) obviously.
    How is it possible that everything works fine when i start jnlp directly, and it fails when i start it through the browser?
    What is the problem here?
    Thanks for the help!

    Adoendithas wrote:
    SEVERE: null
    java.io.FileNotFoundException: data\options.data (The system cannot find the path specified)
    Of course the JRE is not going to find a data\options.data on my PC, which is where it will look for it, if your software is running on my PC. Resources for JWS projects must either be available as an URL from the server, or downloaded locally to the user's local file system before they can be used as files. Why it fails to find it on your PC is probably that the 'root path' (the default directory at time of invocation) that is prefixed to data\options.data is different between running it off the local file system, and running from HTML. To say for sure, I would need a lot more information on how you are launching it when 'running locally'.
    A major question here is, does the software merely read the data in options.data, or does it actually need to update (i.e. write to) the options.data?

  • Cannot start JNLP applet on IE 9 64 bits (replicated)

    Hello,
    I made a post on the "Applets" section of the forum, but after further search I think it should have been here, so I leave the link
    Cannot start JNLP applet on IE 9 64 bits
    Ty
    Cad
    To any moderator, feel free to delete this thread and move the one posted above to this section

    1) Make sure you have correct version of JRE installed. Need 32 for 32 bit browser and 64 bit otherwise.
    Check list of installed plugins in IE to see if java plugin is listed.
    2) Make sure java plugin is enabled for IE in the Control Panel.
    If UAC is on then you need to run Java Control Panel as administrator for settings to take effect.
    3) Create small bat file to launch IE:
    set JPI_PLUGIN2_DEBUG=true
    <path-to-ie>\iexplore.exe
    Close IE and launch using this file. Try to open any applet, you should see window with trace log. Does it mention any errors?
    Please paste content here if you need further help.

  • How to start RMAN in linux env?

    Hi Gurus,
    I am new to RMAN and trying to start RMAN in linux as follows.
    $rman
    when i am giving rman command ,nothing is comming..the cursor is blinking.
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME=$ORACLE_BASE/dbs
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    and rman executable is available in $ORACLE_HOME/bin.
    $ cd $ORACLE_HOME/bin
    $ pwd
    /u01/app/oracle/dbs/bin
    $ ls -ltr rman*
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rmanO
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rman
    $
    Please suggest me how to resolve this problem.
    Regards
    Nagendra.

    Nagendra2 wrote:
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME={color:#ff0000}$ORACLE_BASE/dbs{color}
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    I beleive your "ORACLE_HOME" is incorrect!
    This may work better:
    export ORACLE_SID=test
    ORAENV_ASK=NO
    . /usr/local/bin/oraenv
    ORAENV_ASK=YES
    The above will set your environment variables correctly.
    :p

  • How to start maxdb on linux

    hi all,
        how do i start maxdb on linux.
    very urgent,
    thanks and regards

    Hi,
    maybe you are looking for a start/stop script for linux. An example can you find here (online docu for 7.6):
    http://maxdb.sap.com/doc/7_6/41/79751b1a361036e10000000a114cbd/content.htm
    (Basic Information -> Concepts of the Database System -> Creating and Configuring a Database Instance -> Automatic Start)
    Regards,
    Thomas

  • Unable to Start OC4J in Linux

    Hi
    We tried to start oc4j in Linux using following command
    [oracle@fa2220 setup]$ oc4j -start
    Starting OC4J from /dbfiles/home/oracle/obiee_home/OracleBI/oc4j_bi/j2ee/home ...
    It is stopping at this stage without any errors.
    Linux Version: Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    We tried to see what is being done in the process, so we did strace and found the following:
    strace -p 15924
    Process 15924 attached - interrupt to quit
    futex(0xb7675bd8, FUTEX_WAIT, 15925, NULL
    And we checked the netstat –a | grep 23791 (default ORMI port) and found it is listening on this port.
    But we can not access oc4j.
    Can someone please help?
    PS

    I managed to solve the problem by setting the "Load All System JAR Files during OC4J Startup" in the "Embeded OC4J Server Preferences" under "Global > Startup".

  • How to start isqlplus* on linux plateform

    Hi,
    i am beginner in oracle and want to start isqlplus* on linux plateform via putty.
    any helpful steps please let me know.
    thanks

    isqlplusctl start
    more detail http://www.orafaq.com/wiki/ISQLPlus

  • Java Web Start (JNLP) getResource return null.

    I have a Java Web Start Swing application and with the Java version 1.6.0_u27.
    same code run from jdk1.1.8 to jdk 1.6, more then 10 customers it's work fine, java web start only run on jdk 1.4.0 and jdk 1.5.0.
    just migrate one customer from Java version 1.5.0_u6 to 1.6.0_u27.
    sometimes, the getResource will return null, when system return null, then system cannot get any other resource, always return null.
    It only happen in Java web start environment, work fine in command line (java/javaw), and same as the WebStart loses resources post,
    "Unfortunately this cannot be reproduced easily. Sometimes this happens after some minutes, sometimes the application can be used for days without problems.",
    note. all of my resource files put in the same jar file, one resource file in that jar get fail, all files will be fail.
    after I get the url, I will use new BufferedInputStream(url.openStream()); to retrieve data, never use the File object.
    for example, get resource from "/path/a1.xml", "/path/a2.xml"....... 30 minutes pass, get same file "/path/a1.xml" will return null, then all resource will return null.
    URL url = getClass().getResource(s);
    if(url == null) {
    System.out.println(getClass().getResourceAsStream(s)); // also null, log only
    // if the url == null, the following retrieve will be null
    url = Thread.currentThread().getContextClassLoader().getResource(s);
    if(url == null){
    System.out.println(Thread.currentThread().getContextClassLoader().getResourceAsStream(s)); // also null, log only
    ClassLoader loader = getClass().getClassLoader();
    if(loader == null){
    loader = ClassLoader.getSystemClassLoader();
    if(loader != null) {
    System.out.println(loader.getResourceAsStream(s)); // also null, log only
    url = loader.getResource(s);
    if(url == null) {
    System.out.println("URL resource still can not found!!" + s);
    Edited by: M. Jwo on 2011/11/3 上午 5:40

    I ran into the same problem with JNLP and IE.
    Here is the trick I am using to make IE think that it is dealing with "real" .jnlp file. This works on JBoss-3.2.1/Tomcat-4.1.24 bundle.
    In web.xml:
    <servlet>
    <servlet-name>fakejnlp</servlet-name>
    <description>jsp that generates JNLP on the fly</description>
    <jsp-file>start.jsp</jsp-file>
    </servlet>
    <servlet-mapping>
    <servlet-name>fakejnlp</servlet-name>
    <url-pattern>/start.jnlp</url-pattern>
    </servlet-mapping>
    Now, when you request start.jnlp (perhaps, with HTTP parameters), you end up executing your start.jsp. IE is happy. One limitation, though: if you need to pass parameters, there should be no href attribute in <jnlp> element.
    HTH
    Alex

  • Free Unofficial Web Start/JNLP FAQ pdf booklet released

    Hi,
    I finally finished the docbook conversion and the Unofficial Java Web Start/JNLP FAQ is now available as a pdf booklet for printing and offline consumption.
    The FAQ is a living, growing list of answers, not just a publish-and-forget-it static dead-tree booklet, help to improve it. Post your insights and corrections here or mail them to [email protected] Your contributions are welcome.
    The FAQ is online at http://www.geocities.com/vamp201/jwsfaq.html
    The pdf booklet is online at
    http://www.geocities.com/vamp201/download/jwsfaq.pdf
    Enjoy
    - Gerald

    Gerald,
    a couple of comments on the FAQ regarding
    Q: Can I use JWS for Intranet apps?
    file:/// works where file:// doesn't
    also including the path to the .jnlp file in double quotes allows to use path containg empty spaces.
    example:
    javaws "file:///C:\Program Files\Java Web
    Start\.javaws\cache\http\Dlocalhost\P80\DMclient\AMdemo.jnlp"

  • Unofficial Web Start/JNLP FAQ updated

    Hi,
    I updated and added new entries to the Unofficial FAQ:
    * Is Web Start available for Macintosh?
    * Does Web Start support downloading jars using FTP?
    * How can I start Web Start's app manager (aka Web Start Player) automatically at boot time/restart time?
    * How can I start Web Start's app manager from a web page?
    * How can I tell Web Start to use either a hotspot or classic virtual machine?
    * How can I connect to a database?
    * How can I reference a Java Help helpset?
    * How can I change the proxy configuration in javaws.cfg?
    * How can I retrieve the proxy settings from Web Start?
    * How can I call other programs or shell scripts in Java?
    * How can I pass dynamic command line arguments to Web Start on the command line?
    * Why doesn't my app run under Web Start?
    Thanks to everyone for posting their insights.
    Note, that I cannot answer your individual questions.
    Please, post your questions on Sun's forum instead of mailing me.
    Any corrections or suggestions, however, are more than welcome, please send them to [email protected]
    - Gerald Bauer
    PS: Here is the Unofficial Web Start/JNLP FAQ link just in case:
    http://www.vamphq.com/jwsfaq.html

    Hi,
    I updated and added new entries to the Unofficial FAQ. Here is this months line up. New Entries:
    * How can I list all resources in a jar?
    * How can I talk to servlets from my Web Start app?
    * How can I use Web Start and RMI together?
    * How can I detect if my app is offline?
    * Can I use Web Start to deploy server apps?
    * Can I use Web Start to deploy apps to mobile devices (J2ME)?
    * Why can't I start Web Start's app manager under Windows? Why does the app manager's preferences dialog fail to appear?
    * Why doesn't Web Start reprompt for proxy logins?
    * Can Web Start handle multiple XML parsers at once?
    Updated Entries:
    * How can I add JNLP MIME-types to my ISP's Apache Web Server?
    * Is Web Start available for Macintosh?
    * How can I connect to a database?
    The Unofficial Java Web Start/JNLP FAQ is located at
    http://www.vamphq.com/jwsfaq.html
    A free 40 page pdf booklet is available as well for offline consumption and printing.
    As always thanks to everyone for posting their insights.
    - Gerald Bauer

  • Cannot start JNLP applet on IE 9 64 bits

    Hello,
    I have an Applet that launches using JNLP with version control and compression activated.
    The Java VM correctly starts and launches the applet in all platforms: Linux, Mac, Windows 7 32 bits in all browsers, and Windows 7 64 bits in all browsers except IE 9. In IE 9, the VM doesn't even start (or it's too fast for me to see the console).
    Has any one experienced this before?
    Thank you
    Cad
    Edit I am using Tomcat 7 and Java 1.6.26, both 64 bits
    Edited by: Caden on Jul 13, 2011 9:48 AM

    1) Make sure you have correct version of JRE installed. Need 32 for 32 bit browser and 64 bit otherwise.
    Check list of installed plugins in IE to see if java plugin is listed.
    2) Make sure java plugin is enabled for IE in the Control Panel.
    If UAC is on then you need to run Java Control Panel as administrator for settings to take effect.
    3) Create small bat file to launch IE:
    set JPI_PLUGIN2_DEBUG=true
    <path-to-ie>\iexplore.exe
    Close IE and launch using this file. Try to open any applet, you should see window with trace log. Does it mention any errors?
    Please paste content here if you need further help.

  • Error while starting weblogic in Linux VM using startWebLogic.sh

    I have successfully installed Weblogic 10.3.2, 64 bit, on Linux VM(64 bit).
    After that I created base domain using the configuration wizard.
    Now, when I am tyring to start the weblogic server using startWeblogic.sh from directory .../domains/base_domain/, I get the following error:
    starting weblogic with Java version:
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
    Starting WLS with line:
    /usr/java/jdk1.6.0_20/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/home/oracle/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/oracle/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/oracle/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/oracle/Oracle/Middleware/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
    <Aug 8, 2012 9:59:25 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.3-b01 from Sun Microsystems Inc.>
    <Aug 8, 2012 9:59:26 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Aug 8, 2012 9:59:27 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 8, 2012 9:59:27 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 8, 2012 9:59:27 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /home/oracle/Oracle/Middleware/user_projects/domains/base_domain1/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Aug 8, 2012 9:59:30 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError.
    weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ExceptionInInitializerError
    at com.octetstring.vde.util.guid.GuidGenerator.nextGuidInBytes(GuidGenerator.java:125)
    at com.octetstring.vde.util.guid.Guid.<init>(Guid.java:84)
    at com.octetstring.vde.backend.standard.BackendStandard.add(BackendStandard.java:379)
    at com.octetstring.vde.backend.BackendHandler.add(BackendHandler.java:460)
    at com.octetstring.vde.util.LDIF.importLDIF(LDIF.java:279)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at java.lang.System.arraycopy(Native Method)
    at com.octetstring.vde.util.guid.GuidParamGenerator.generateNodeID(GuidParamGenerator.java:47)
    at com.octetstring.vde.util.guid.GuidStateManager.initializeGUIDParameters(GuidStateManager.java:59)
    at com.octetstring.vde.util.guid.GuidStateManager.<init>(GuidStateManager.java:30)
    My host file entry is as follows:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.1.5 localhost
    Can anyone help getting this issue resolved? Any help would be highly appreciated.
    Thanks
    Mohit

    @Karthik, I tried your suggestion but still the same error.
    @Shaik: As per your suggestion, I created a new base domain, leaving everything as default(listener address as localhost).
    I tried running startWebLogic.sh from this new domain, and I get following error:
    <Aug 8, 2012 11:18:03 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /home/oracle/Oracle/Middleware/user_projects/domains/base_domain2/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Aug 8, 2012 11:18:04 AM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
    at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:33)
    at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:124)
    at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:203)
    Truncated. see log file for complete stacktrace
    Caused By: java.net.UnknownHostException: dhcppc3: dhcppc3
    at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
    at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:36)
    at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:33)
    at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:124)
    at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
    Truncated. see log file for complete stacktrace
    -------------------------------------------------------------------------------------------------------------------------------------------

  • Help! Unable to Start - weblogic.policy - (Linux) and WLS 5.1

     

    Does this hold true for NT as well? The comments in the weblogic.policy file read:
    // If WebLogic is not installed in a root directory, you must only
    // list the first component of the path in the "file:" URL. This is
    // because of a bug in JavaSoft JDK 1.2.1. For example, if you
    // install WebLogic in the "c:/test/weblogic" directory, the first
    // two lines below must be:
    // grant codeBase "file:/c:/test/-" {
    // permission java.io.FilePermission "c:${/}test${/}weblogic${/}-", "read,write,delete,execute";
    However, when I use the similar file structure:
    grant codeBase "file:/c:/bea/-" {
    permission java.io.FilePermission "c:${/}bea${/}wlserver6.0sp1${/}lib${/}-",
    "read,write,delete,execute";
    I receive the same error and WebLogic Server will not start up.
    Thanks for your help.
    Tawnya
    Mark Griffith <[email protected]> wrote:
    If you have a directory :
    /usr/local/releases/451/weblogic
    in that dir lives:
    weblogic.policy
    that policy file should say:
    grant codeBase "file://weblogic/-" {
    NOT
    grant codeBase "file://usr/local/releases/451/weblogic/-" {
    mbg
    In article <[email protected]>, [email protected]
    says...
    ENV:
    Redhat Linux 6.2 (Current Kernel)
    Weblogic Server 5.1
    Sun JDK for Linux version 1.2.2
    It seems like I am having a weblogic.policy problem. I have read the
    documenattion over and over and still cannot figure out this problem.
    I have weblogic installed on /usr/local/weblogic directory
    I Start with the command line:from the startWebLogic.sh Script
    $JAVA $JAVA_OPTIONS -ms64m -mx64m -classpath $JAVACLASSPATH
    -Dweblogic.class.path=$WEBLOGICCLASSPATH -Djava.security.manager
    -Djava.security.policy=='pwd'/weblogic.policy
    -Dweblogic.home=. weblogic.Server
    I followed all the instrcutions on modifying the weblogic.policy
    file.
    example:
    grant codeBase "file:/usr/local/weblogic/-" {
    permission java.io.FilePermission "${/}usr${/}local${/}weblogic${/}-",
    "read,write,delete,execute";
    I still get the following :
    Exception in thread "main" java.security.AccessControlException:access
    denied (java.lang.RuntimePermission createSecurityManager )
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :191)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    at
    java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.lang.SecurityManager.<init>(SecurityManager.java:303)
    at
    weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
    at weblogic.Server.main(Server.java:59)
    at weblogic.Server.main(Server.java:55)
    Can anyboby Help me out here?
    Tony McClay
    Mr. BigMAN--
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Squid won't start in Arch Linux

    I just installed Squid in my machine running Arch Linux. When I try to start it, it gives me this message :
    >bash: /usr/sbin/squid: cannot execute binary file
    How can I fix this?

    ViruSzZ wrote:
    THPubs wrote:>bash: /usr/sbin/squid: cannot execute binary file
    Is the elf on bash correct? Did you mix repo architectures somehow maybe?
    Everything seems to be fine... The architecture have been set to ARM

  • How to start TOOLSProcessManager  in linux R12

    Hi,
    We are using Oracle Apps R12 windows and Linux.
    i have start in windows OracleSIT_sitartha_TOOLSProcessManager from services.msc
    but how to start in linux ?
    i have check in linux
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl status
    Processes in Instance: APPS_C_HOME.ap6004bld.us.oracle.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    WebCache | WebCache | N/A | Down
    WebCache | WebCacheAdmin | N/A | Down
    OC4J | home | 14760 | Alive
    I need start HTTP_Server only (forms Home 10.1.2)
    Regds
    Murali.R

    i have start TOOLSProcessManager bellow the error
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=r12.apps.com:6001
    1 of 4 processes started.
    ias-instance id=APPS_C_HOME.ap6004bld.us.oracle.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=6947)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=6955)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=6939)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCacheAdmin~1

Maybe you are looking for

  • A simple problem with sateful Session beans

    Hi, I have a really novice problem with stateful session bean in Java EE 5. I have written a simple session bean which has a counter inside it and every time a client call this bean it must increment the count value and return it back. I have also cr

  • Blue screen and no login at start up after 10.6 install

    After installing 10.6, I am not able to log into my MacBook Pro, unless I do so in safe mode. I get passed the grey apple/boot up screen, then rather than having the list of users, I just get a blue screen (the mouse is there). I have tried the follo

  • Opening AR on a Mac

    How can I get my installed Adobe Reader to open up on my Mac OSX 10.7?

  • Virtual-directory, not working

    Hi, In my servlet I wirte a reference to an image as <img src="/pictures/logo.gif"> I have created a directory C:\pictures and put all images here. In global-web-application.xml, I add a virtual directory mapping as, <virtual-directory real-path="C:\

  • Problema para ver configuracion web en LINKSYS SPA922 ?

    Buenas, Los telefonos estaban funcionando normal por la web, pero a la hora de crear una vlan de voz y separarlos se ha estado teniendo problemas para ingresar a la interfaz web del telefono, no muestra la configuracion. su ayuda por favor. Gracias