No JRE version found in launch file for this system

Hi,
I have an application which is launched by JWS.
When we use JWS from 1.4, it runs fine. But JWS from 1.5.0_15 gives the error "No JRE version found in launch file for this system"
In both the JWS(1.4 and 1.5.0_15)cases, we install JRE1.5.0_15 using the installer and used for invoking the application.
We invoke mailclient.jnlp, which inturn invokes the installer.jnlp and KanaJreInstaller.asp
<<mailclient.jnlp>>
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0"
codebase="http://mpshanmu-gx520:80/10r3/"
href="mailclient.jnlp">
<information>
<title>KANA Agent</title>
<vendor>KANA Software, Inc.</vendor>
<homepage href="http://www.kana.com"/>
<description>KANA Suite 10.3.0</description>
<icon href="images/mail_logo.gif"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>
<jar href="lib/mailclient_s.jar"/>
<jar href="lib/link_s.jar"/>
<jar href="lib/spell_s.jar"/>
<jar href="lib/ssce_s.jar"/>
<jar href="lib/kc_framework_s.jar"/>
<jar href="lib/kc_sharedGUI_s.jar"/>
<jar href="lib/xalan_s.jar"/>
<jar href="lib/xerces_s.jar"/>
<jar href="lib/java2com_s.jar"/>
<jar href="lib/jgl3.1.0_s.jar"/>
<jar href="lib/rsrcbundle_s.jar"/>
<jar href="lib/response_s.jar"/>
<jar href="lib/HTMLEditorEnterprise_s.jar"/>
<jar href="lib/jakarta-oro-2.0.4_s.jar"/>
<jar href="lib/jdic_s.jar"/>
<extension name="Sun Libraries" href="sunextensions.jnlp"/>
</resources>
<resources os="Windows">
<nativelib href="lib/windlls_s.jar"/>
<nativelib href="lib/jdic-native.jar"/>
</resources>
<application-desc main-class="kana.mail.wkstn.AppMain">
<argument>-serverlist</argument>
<argument>http://mpshanmu-gx520:80/10r3/servers.xml</argument>
</application-desc>
</jnlp>
<<KanaJreInstaller.asp>>
<%@ language="vbscript"%>
<%
Response.ContentType="application/x-java-jnlp-file"
Response.AddHeader "x-java-jnlp-version-id","KANA1.5.0_15"
dim fs,f,ts
set fs=Server.CreateObject("Scripting.FileSystemObject")
Set f=fs.GetFile("C:\Program Files\KANA\KANA Response Web Server_10r3\installer.jnlp")
Set ts=f.OpenAsTextStream(1)
Response.Write(ts.ReadAll)
ts.Close
set ts=nothing
set f=nothing
set fs=nothing
%>
<<installer.jnlp>>
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0"
codebase="http://mpshanmu-gx520:80/10r3/"
href="installer.jnlp">
<information><title>KANA J2RE 1.5.0_15 Installer</title>
<vendor>KANA Software, Inc.</vendor>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.3+"/>
<jar href="lib/installer.jar"/>
<jar href="lib/JRE_KANA1.5.0_15.jar"/>
<property name="jre.container" value="JRE_KANA1.5.0_15.jar"/>
<property name="jre.execute" value="bin\\javaw.exe"/>
<property name="jre.version" value="KANA1.5.0_15"/>
</resources>
<installer-desc main-class="JREInstaller"/>
</jnlp>
Thanks

>
We are using sun JRE(1.5.0_15) only. We extract Sun JRE and build it as KANAJRE.jar and signing.>I have never heard of KANAJRE. Would you care to post a link to the site, or should we just keep guessing? (My patience for random guesses is running out.)
>
We install using Intaller class and that is getting listed in the Java Control panel and enabled too.>List as what?
Does it list it with the entire string "KANA1.5.0_15" or is is just listed as "1.5.0_15"?
Because this line from the JNLP file..
<j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>..had me convinved it was a non-Sun JRE. Not so much the href, but most especially the version attribute.
If it really is the Sun JRE, I would expect this to work.
<j2se version="1.5.0_15" href="KanaJreInstaller.asp"/>And as an aside. If this installer is giving you trouble and the app. requires the 1.5.0_15 JRE, why not simply the default Sun JRE installer? What advantages do you think this installer offers?

Similar Messages

  • No jre version found in launch file

    I'm using jdk1.5.0_03 (with all other versions of java removed from my system) and trying to run our web start app that specifies a version of 1.4.2*. After clicking the link to the jnlp file, web start contacts sun to retrieve 1.4.2*, then gives the dialog: "unable to launch FlowJo" (our app). On the details tab, it reports: "No JRE version found in launch file for this system".
    When I launch the web start manager, under the user applications tab, I see 3 applications: our app, our installer, and Sun's j2re1.4.2_07 installer. It seems like Sun's installer is being downloaded but never executed.
    Am I doing something wrong in my jnlp files? Both our app jnlp and our installer jnlp specify a j2se version of 1.4.2*. Below are the files and exception as reported from the web start dialog. I'm trying to set our app up for internal testing with web start, so I'm using a local ip. Our application uses a custom installer which has its own jnlp file (shown below in "launch file").
    Any help is much appreciated,
    Peter
    Launch File:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/installer/">     
    <information>          
    <title>FlowJo Installer</title>          
    <vendor>Tree Star, Inc.</vendor>          
    <homepage href="http://www.flowjo.com"/>          
    <icon href="images/logo2fin.gif"/>          
    <offline-allowed/>     
    </information>     
    <security>          
    <all-permissions/>     
    </security>     
    <resources os="Windows" arch="x86">          
    <j2se version="1.4.2*" maximum-heap-size="512m" href="http://java.sun.com/products/autodl/j2se" />           
    <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" />           
    </resources>     
    <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/></jnlp>
    Main launch file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/flowjo/">
    <information>
    <title>Flowjo </title>
    <vendor>Tree Star, Inc.</vendor>
    <icon href="images/logo2fin.gif"/>
    <offline-allowed/>
    <shortcut online="false">
    <desktop/>
    <menu submenu="Flowjo "/>
    </shortcut>
    <association extensions="wsp" mime-type="x-application/wsp"/>
    <association extensions="wspt" mime-type="x-application/wspt"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4.2*" initial-heap-size="128M" max-heap-size="512M" href="http://java.sun.com/products/autodl/j2se" />
    <jar href="flowjo.jar" />
    <jar href="resources.jar" />
    <extension name="FlowJo Installer" href="http://192.168.1.33/flowjo/current/installer/installer.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="http://192.168.1.33/flowjo/current/lib/FlowJoEngine.DLL.jar"/>
    </resources> <application-desc main-class="com.treestar.flowjo.Main" />
    </jnlp>
    Exception:
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://192.168.1.33/flowjo/current/installer/">
      <information>
        <title>FlowJo Installer</title>
        <vendor>Tree Star, Inc.</vendor>
        <homepage href="http://www.flowjo.com"/>
        <icon href="http://192.168.1.33/flowjo/current/installer/images/logo2fin.gif" kind="default"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4.2*"/>
        <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" download="eager" main="false"/>
      </resources>
      <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.executeInstallers(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    The use of an earlier jre in the resource tag does no
    good:
    <resources>
    <j2se version="1.4.1" />
    Still gives the same error;
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://show.docjava.com:8086/book/cgij/code/jnlp/" href="http://show.docjava.com:8086/book/cgij/code/jnlp/bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain.jnlp/">
      <information>
        <title>Experimental Labeler</title>
        <vendor>DocJava, Inc.</vendor>
        <homepage href="http://www.docjava.com"/>
        <description>CD Label Printer
         </description>
        <description kind="short">
          Printer
      </description>
        <description kind="one-line">CD Label Printer
         </description>
        <description kind="tooltip">CD Label Printer
         </description>
        <icon href="http://show.docjava.com:8086/consulti/docjava.jpe" kind="default"/>
      </information>
      <application-desc main-class="bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:186)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    Can someone please help?
    Thanks!
    - DL

  • No jre version found in launch file error

    I am trying to launch an application using jre 1.6.0_04 and get the error< "no JRE version found in launch file for this system"
    i do have the proper jre installed

    post the jnlp file and forum can see what the syntax errors are.
    /Andy

  • "license file for this version could not be found" message when trying to install latest version of Firefox

    I keep trying to install Firefox 3.6.10, and it seems to work, but then when it comes time to accept the user agreement, that option is grayed out and I can only go back. In the Software License Agreement box is the following message: "The license file for this version could not be found. Please visit Firefox homepage for more information."

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.<br />
    Don't remove personal data when uninstalling.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.1 r82
    # Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Upgrade would not install (3.6.8) error message Licence file for this version could not be found

    The latest upgrade 3.6.8 downloaded but would not install. Error message read "the licence file for this version could not be found.". Visit Firefox homepage for more info
    == I tried to install the latest Firefox upgrade. Have tried about 6 times

    It can also help if you delete the Firefox program folder (C:\Program Files\Mozilla Firefox) before installing a new full Firefox copy.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that are locked in any way.
    You can skip the step to create a new profile, that is not necessary for this issue.

  • Message 2100 not found; No message file for product=RDBMS, facility=ULMessa

    hi all,
    I am using windows2000 and 10g i am running loader using java
    but getting a message like
    Message 2100 not found; No message file for product=RDBMS, facility=ULMessage
    I have checked oracle_home and path in my env setting. but no progress same message i am getting
    but its running fine using cmd prompt.
    please help
    thanks in advance.

    First 10g is not a version it is a marketing label. What is the version number (to 3 decimal places).
    Second can you expand your question to explain you this has to do with AQ? How are enqueued, what code is executing to dequeue? We can make guesses but they may have nothing to do with your actual environment.

  • Anyone know why I got this Terminal Error? [ERROR]      CPPathUtils.c:526      The device-file for this operating system, 'osx-12.1.0.xml', was not found.

    Here is the full text:
    [ERROR]          <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Appeared after 10.8.1 Friday update while troubleshooting USB/FW issues w/ Mountain Lion.

    OK. To recap:
    1. Open Terminal.app
    2. Type at cursor:
    cd /System/Library/PrivateFrameworks/CoreProfile.framework/Versions/A/Resources/De vices/
    3.  Press Return
    4.  Type at cursor:
    ls
    5.  Press Return
    6.  Type at cursor:
    sudo ln -s osx-12.0.0.xml osx-12.1.0.xml
    7.  Press Return
    8. Enter password if asked
    9. Done.
    Can I then type ls again to verify the change?

  • TNS-12560: Message 12560 not found; No message file for product=NETWORK

    I have downloaded and installed the SQL *Plus client software from the URL http://www.oracle.com/technology/tech/sql_plus/index.html
    This should help me connect to the Oracle database
    Following is the error I have in the sqlnet.log file (located at C:\oracle\product\10.2.0\client_1\BIN)
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\oracle\product\10.2.0\client_1\BIN\sqlplus.exe)(HOST=PEM270639IC)(USER=mattut))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 10-SEP-2007 10:45:13
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Message 530 not found; No message file for product=NETWORK, facility=TNS
    nt secondary err code: 126
    nt OS err code: 0

    Where are you trying to connect to?
    If you want a local database you must down and install for example the Oracle 10 Express

  • Message 2100 not found; No message file for product=RDBMS, facility=UL

    Hi,
    I am trying to run sqlldr. But I got this message:
    Message 2100 not found; No message file for product=RDBMS, facility=UL;
    I checked my ORACLE_HOME and it is set to: C:\oraclexe\app\oracle\product\10.2.0\server which includes the folders BIN,RDBMS, ....
    I checked my C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS and there is no ORAUS.MSG inside the folder. If this is the solution where can I find this file? I read in the forums to copy it from the server directory to the client, but I couldn't find it anywhere on my machine.
    Thanks,
    M

    Thansk, I really appreciate your help. This is the result:
    AGSDESKTOPJAVA=C:\Program Files (x86)\ArcGIS\Desktop10.0\
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Matt\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=Smith
    ComSpec=C:\Windows\system32\cmd.exe
    DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Matt
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_23
    LOCALAPPDATA=C:\Users\Matt\AppData\Local
    LOGONSERVER=\\Smith
    NUMBER_OF_PROCESSORS=2
    ORACLE_BASE=C:\oraclexe\app\oracle
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server
    ORA_NLS=C:\oraclexe\app\oracle\product\10.2.0\server\nls
    OS=Windows_NT
    Path=C:\XEClient\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows
    \system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerSh
    ell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\MATLAB\R
    2010a\runtime\win64;C:\MATLAB\R2010a\bin;C:\Program Files (x86)\Common Files\Rox
    io Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLSh
    ared\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 6 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0602
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    RoxioCentral=C:\Program Files (x86)\Common Files\Roxio Shared\10.0\Roxio Central
    36\
    SESSIONNAME=Console
    SQLPATH=C:\XEClient\sqlplus
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\Matt\AppData\Local\Temp
    TMP=C:\Users\Matt\AppData\Local\Temp
    USERDOMAIN=Smith
    USERNAME=Matt
    USERPROFILE=C:\Users\Matt
    VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools
    VS90COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    windir=C:\Windows

  • Looking for an off line version of the help file for lion server that I can print

    I would like to find an offline version of the help file for lion server
    Im a newbie trying to set up a home server for our macs and Iphones

    Go to this URL using Safari on your mac:
    https://help.apple.com/advancedserveradmin/mac/10.7/print.html?lang=en#printBook
    Then press cmd+p and from the print menue choose PDF and then Save as PDF and there you have it.

  • ORA-01034: Message 1034 not found; No message file for product=RDBMS

    Hi!
    After creating a RAC Database (10.2.0.5) on Redhat Enterprise Linux 64-bit, we checked: Listeners, Processes and Environment variables.
    Everything was set up properly and running.
    When trying to connect as sysdba the following message appeared:
    $sqlplus / as sysdba
    sql>select * from v$instance;
    select * from v$instance
    ERROR at line 1:
    ORA-01034: Message 1034 not found; No message file for product=RDBMS,
    facility=ORA
    A shutdown and startup did not help.
    What could be the issue here?
    Thanks!

    Here is an excerpt of the alert log. No ora-
    ALTER DATABASE OPEN
    Picked broadcast on commit scheme to generate SCNs
    Fri Feb 24 11:26:50 CET 2012
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=32, OS id=4930
    Fri Feb 24 11:26:50 CET 2012
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=33, OS id=4932
    Fri Feb 24 11:26:50 CET 2012
    SUCCESS: diskgroup LOG01 was mounted
    SUCCESS: diskgroup LOG02 was mounted
    Thread 1 opened at log sequence 10
      Current log# 11 seq# 10 mem# 0: +LOG01/omdemo/onlinelog/group_11.265.776085353
      Current log# 11 seq# 10 mem# 1: +LOG02/omdemo/onlinelog/group_11.265.776085353
    Successful open of redo thread 1
    Fri Feb 24 11:26:50 CET 2012
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Fri Feb 24 11:26:50 CET 2012
    ARC1: Becoming the heartbeat ARCH
    Fri Feb 24 11:26:50 CET 2012
    SMON: enabling cache recovery
    Fri Feb 24 11:26:50 CET 2012
    Successfully onlined Undo Tablespace 1.
    Fri Feb 24 11:26:50 CET 2012
    SMON: enabling tx recovery
    Fri Feb 24 11:26:50 CET 2012
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=34, OS id=4934
    Fri Feb 24 11:26:52 CET 2012
    Completed: ALTER DATABASE OPEN
    Sat Feb 25 02:00:23 CET 2012
    Thread 1 advanced to log sequence 11 (LGWR switch)
      Current log# 12 seq# 11 mem# 0: +LOG01/omdemo/onlinelog/group_12.266.776085355
      Current log# 12 seq# 11 mem# 1: +LOG02/omdemo/onlinelog/group_12.266.776085355$ps -ef|grep mon
    oracle    4694     1  0 Feb24 ?        00:00:10 /oracle/app/oracle/product/10.2.0/db_1/bin/racgimon startd OMDEMO
    oracle    4773     1  0 Feb24 ?        00:00:04 ora_pmon_OMDEMO1
    oracle    4779     1  0 Feb24 ?        00:00:03 ora_lmon_OMDEMO1
    oracle    4819     1  0 Feb24 ?        00:00:05 ora_smon_OMDEMO1
    oracle    4825     1  0 Feb24 ?        00:00:00 ora_mmon_OMDEMO1
    root     10429     1  0 Jan24 ?        03:29:11 /oracle/app/grid/11.2.0/grid/bin/osysmond.bin
    root     10475     1  0 Jan24 ?        00:01:44 /oracle/app/grid/11.2.0/grid/bin/cssdmonitor
    grid     11214     1  0 Jan24 ?        00:00:46 asm_pmon_+ASM1
    grid     11301     1  0 Jan24 ?        00:00:19 asm_lmon_+ASM1
    grid     11335     1  0 Jan24 ?        00:00:00 asm_smon_+ASM1
    grid     11343     1  0 Jan24 ?        00:00:00 asm_gmon_+ASM1
    grid     11347     1  0 Jan24 ?        00:00:00 asm_mmon_+ASM1
    dbus     11972     1  0 Jan17 ?        00:00:03 dbus-daemon --system
    xfs      14493     1  0 Jan17 ?        00:00:00 xfs -droppriv -daemon
    avahi    14594     1  0 Jan17 ?        00:00:00 avahi-daemon: running [at1srv0080.local]
    avahi    14595 14594  0 Jan17 ?        00:00:00 avahi-daemon: chroot helper
    root     14671     1  0 Jan17 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
    root     14736 14671  0 Jan17 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
    oracle   17059 12052  0 10:42 pts/1    00:00:00 grep mon
    [oracle@at1srv0080 /]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.5.0 - Production on Mon Feb 27 10:46:51 2012
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/oracle/app/oracle/product/10.2.0/db_1/dbs/initOCTA1.ora'

  • [svn] 1548: Added @exclude to Javadoc package-info file for this package.

    Revision: 1548
    Author: [email protected]
    Date: 2008-05-03 03:48:18 -0700 (Sat, 03 May 2008)
    Log Message:
    Added @exclude to Javadoc package-info file for this package.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/cluster/package-info.java

    nbd wrote:
    How could one interpret this?
    [root@kw etc]# checkupdates | grep pcre
    pcre
    [root@kw etc]# pacman -Si pcre | grep Version
    Version : 8.37-1
    [root@kw etc]# pacman -Qi pcre | grep Version
    Version : 8.37-1
    [root@kw etc]#
    Ok, after updating your original post and asking this question I understand what you are actually trying to do. The "local package database" generally refers to /var/lib/pacman/local, not /var/lib/pacman/sync, which is why it was unclear.
    fakeroot pacman -Syb /tmp/tmpdb -i pcre
    should do what you want, but be very careful never to install anything using that temporary database. Take a look at the checkupgrades script to see how it does things if you want to do more than just check remote package info.

  • Upload Flat-IDocs via WE16 fails - where is log-file for this upload

    Hi,
    we are using ERP2005 and we wanna upload large Flat-IDocs (exported by a customer, > 100MB) via WE16.
    Now we are getting the error "...error in converting while reading file ..." (a translation of the german error message
    Is there a log file for this upload process?
    regards
    Wolfgang Hummel

    The following Oracle Forms objects did not generate successfully: gl forms/ZHS GLXJEENT.fmxadpatch log will tell you worker which was processing this fmb.....mark that worker number.....in same directory find ad*worker_num*.log and see that log file.
    You can find adworker,adpatch,adworker log at:-
    Application Tier-- adpatch log - $APPL_TOP/admin/<SID>/log/
    Thanks,
    JD

  • When i plug my ipod shuffle 4th generation in a box pops up and says the right files for this ipod isnt on the system?? sooo i re downloaded itunes and it still doesnt work soo i deleted it all and eredownloaded itunes all up to date and it still doesnt !

    when i plug my ipod shuffle 4th generation in a box pops up and says the right files for this ipod isnt on the system?? sooo i re downloaded itunes and it still doesnt work soo i deleted it all and eredownloaded itunes all up to date and it still doesnt ! any help please

    What was the exact error message you received?  When you removed and re-installed iTunes, did you use the precise instructions in this Apple support document to walk you through the process?
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    B-rock

  • Error Msg - "You must add the Class files for this enterprise bean"

    Hi,
    I am creating creating new enterprise bean using j2sdkee1.2. I am able to create .ear file in desired folder, but can not create .jar. Please help. Getting above error message.
    remote, home interface files and file having business logic (EJB) is compiled and kept at desired location.
    j2ee server started, Deploytool is started.
    Then I can successfully create new application (.ear file)
    Then I go for creating new enterprise bean. I get same application name in Drop down list named "Enterprise Bean will go in".
    Then I can add home, remote and ejb class file to create jar ("Add" under "Contents" ).
    When I say ok after adding these 3 files, I am getting error - "You must add the Class files for this enterprise bean".
    In the deploytool console, getting error - "java.io.FileNotFoundException: C:\2sdkee1.2\mahesh\ConverterEJB.class (The system cannot find the path specified) "
    Can you please help me where to configure the path?
    Can u please help?
    Please send your answer to - [email protected]
    Cheers!

    the path really begins with '2', without a 'j', ie not c:\j2sdkee1.2\...?
    "java.io.FileNotFoundException:
    C:\2sdkee1.2\mahesh\ConverterEJB.class (The system
    cannot find the path specified) "

Maybe you are looking for

  • IR Report in APEX is Very Very Very Slow (Version 4.1 with EPG Config)

    I'm a Junior Developer who started APEX career since 1 year only and I'm always sticking on new challenges day after the other and I'm really cannot understand all of APEX options and LOV value Choices. Before a week I had started over a new project

  • How do I manage 2 Ipads and 2 iphones on one ITunes account.

    How do I manage 2 Ipads and 2 iphones on one ITunes account.  Each device has a different name. But every time I plug them into iTunes on my Pc all the apps get screwed up. apps disappear etc.  I have "sync apps" selected without automatic updates. I

  • Issue with ALSA softvol and reloading sound card module

    I'm using a Chaintech AV710 card with the snd_ice1724 module as a driver. The core issue is that sometimes when this module is loaded during startup (or every time after a suspend), it will play nothing but very loud static. To fix this, I simply rel

  • 10.6.4 freezing issue.

    First here is what I'm running Macbook Pro from 2009 OS X 10.6.4 2.26 GHz Intel Core 2 Duo Memory 4 GB 1067 MHz DDR3 Now my problem I update from Leopard 10.5.8 two weeks ago to 10.6.3 then upgraded immediately to 10.6.4. Since the upgrade from Leopa

  • Shippment cost settlement - reg.

    Hi,    I created shipment cost number (Using Tcode VI01) based on the shipment number created. Then we tried to settle the shipment cost by clicking the Transfer button in the Settlement tab in the Tcode VI02.         But while settling system is che