JDK1.3.1_03

Hi,
I want to install JDK1.3.1_03 on to windows machine(WIN 2000). But I have not found any sites where I can download from. Can anyone help in this regard?
Thanks in advance,
Laura

Hi Limeybrit9,
Thank you very much for your reply, i got it thank you.
Laura.

Similar Messages

  • Problem with jdk1.3.1_03.  and weblogic6.1

    hey guys,
    i am trying to run a servlet using Weblogic 6.1 and jdk1.3.1_03.
    in the web.xml
    The <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    has a problem i guess.. whenever i am starting the weblogic server it throws up saying Error parsing descriptor in WebApplication.. Thi shappenes only when i use jdk1.3.1_03. for all other versions it does not complain..
    any ideas?
    Thanks
    KM

    As far as i know this error is thrown only when the XML deployment descriptor for the particular application gets corrupt. It has got nothing to do with JDK versions.
    If you get any breakthrough on this issue ...be sure to post the fix too.

  • WLS6.1 SP2/JDK1.3.1_03/HTTP 302 Error

    Hello,
    we use WLS6.1 SP2 with JDK1.3.1_03 and we get sometimes an HTTP 302 error, when
    a JSP-page is requested. The error appears in the browser is following:
         This document you requested has moved temporarily.
         It's now at </zv/account/accountOverflow.jsp>.
    Normally the generated html should be appear. When I click on the generated link
    the html page appears.
    When we change the JDK to version JDK1.3.1_01 it works, means the generated html
    page appears.
    Does anybody knows something of this problem, is this a JDK or a BEA problem ?
    Regards
    Michael

    We are running a WebLogic 6.1 sp2 cluster in production and about          > every two days we start to get errors in the WLS log like this:
              > <Oct 8, 2002 2:17:09 PM CDT> <Info> <Cluster> <dadgsunapp1>
              > <wls1> ExecuteThread: '1' for queue: 'Replication'> <> <> <000117>
              > <Got stale replication request for object -5479642219657940840>
              > Sessions continually attempt to migrate to their secondary server with
              > the result that the cluster spends most of its time thrashing and client
              > HTTP requests time out. At the time this happens we have also noticed
              > that the servers running the WebLogic nodes have a large number of
              > sockets in CLOSE_WAIT status.
              > Has anyone run into this problem? All advice is welcome.
              I've seen it with both 5.x and 6.x, and also in relatively large clusters. I
              believe it is caused when an application changes session data too often,
              which causes the replication to clog up (like a traffic jam) and fail. I
              believe I posted something on this a few (maybe 6) months ago, but to
              alleviate it, try to figure out if you can do less updates to the session
              data. Also, try sp3 (just in case).
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Bob Withers" <[email protected]> wrote in message
              news:[email protected]..
              >
              

  • JDK 1.3.1 Problem with Pentium 4....

    I have same porblems with JDK 1.3.1 .
    The same configuration on to computers:
    Borland JBuilder and JDK1.3.1
    On Pentium 3 and WIN2K it run fine, but on
    Pentium 4 and XP it can not run...
    Avry sing that i do with java or javaw i have
    error...

    I have the same problem. I am trying to install Bluestone Application Manager (BAM)on a Pentium 4 with a JDK 1.3.1_03. I get the following error:
    "java.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being generated."
    I uninstalled the jdk1.3.1_03 and installed the jdk1.2.2_011 that is suggested as a solution to this bug. This did not fix anything. I still get the same error.
    Then I tried to rename and then delete the symcjit.dll to see if that would help. (Upon suggestions from other threads regarding the same problem). Still the same error.
    BTW, have restarted after the above changes too and no solution.
    The Application Manager works fine on Pentium 3 computers within my office.
    Any other solutions out there?

  • ER unable to compile using javac with java 1.3.1 library (JDEV 10.1.3.0.4)

    Hi !
    When I try to compile in JDev with javac and the java 1.3.1 library, I get the following error :
    Error: javac: invalid flag: -source
    The command line generated by JDev looks like :
    C:\jdk1.3.1_03\bin\javac.exe -J-mx512m -verbose -deprecation -source 1.3 -target 1.3 -encoding Cp1252 -g -classpath [...] -sourcepath [...] -d [...] @C:\DOCUME~1\user\LOCALS~1\Temp\javac54193.tmp
    It seems that -source and -target flags do not exist in this version of javac.
    But it does not seem possible to remove these flags generated by JDev, so I'm unable to compile with javac 1.3.1 and JDev.
    So i'm looking for :
    - A workaround to prevent JDev from adding the -source and -target flags.
    - A future release of JDev where you could disable these flags, or, much better, where JDev automatically disables these flags when it detects a 1.3.1 library (there may be other incompatible flags I did not mention).
    Thank you for your answers :)

    Hi,
    when you open the project properties and choose the compiler option to tht the compiler to "javac" and then the "source" and "target" to 1.3, wouldn't this compile it for Java 3? I don't think that it is necesary to use JDK 1.3 for compiling the sources
    Cross-Compilation Options
    By default, classes are compiled against the bootstrap and extension classes of the platform that javac shipped with. But javac also supports cross-compiling, where classes are compiled against a bootstrap and extension classes of a different Java platform implementation. It is important to use -bootclasspath and -extdirs when cross-compiling; see Cross-Compilation Example below.
    -target version
    Generate class files that will work on VMs with the specified version. The default is to generate class files to be compatible with the 1.2 VM in the Java 2 SDK. The versions supported by javac in the Java 2 SDK are:
    1.1
    Ensure that generated class files will be compatible with 1.1 and VMs in the Java 2 SDK.
    1.2
    Generate class files that will run on VMs in the Java 2 SDK, v 1.2 and later, but will not run on 1.1 VMs. This is the default.
    1.3
    Generate class files that will run on VMs in the Java 2 SDK, v 1.3 and later, but will not run on 1.1 or 1.2 VMs.
    1.4
    Generate class files that are compatible only with 1.4 VMs.
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html
    Frank

  • Process name representation in a LINUX machine for a JAVA program running..

    Hi,
    We are using an Intel machine loaded with Red Hat Linux 7.2 OS to run JAVA programs. We have a requirement to calculate the CPU and MEMORY usage for each JAVA program running. Unfortunately when a java program is run say "java ESR" and we run a ps -ef | grep -i java, it is shown as hkumar 2847 2799 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2874 2847 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2875 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2876 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2877 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2878 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2879 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2880 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2881 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2882 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2883 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2884 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2885 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    instead of the actual name of the program ie. ESR.
    Does anybody know why this happens? Is there a way out to ensure that "ps -ef | grep java" gives the actual name of the java program being RUN?
    Thanks in advance,
    Harish

    You have less chance to identify which programm that VM instance is running right now.
    But you could (as we do) keep track of your programs if you save the process-id when you start the program.
    We need this to shut down running java batch programs but you could find out the used system resources with this way as well...

  • How to find out version of Jakarta-ORO in Weblogic.jar

    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK 1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it uses Jakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classes we
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug is listed
    as solved in version 2.0.7 & later versions. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    I appreciate someone letting me know how to find the version of ORO in Weblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on my classpath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin
    [ArrayIndexOutOfBounds.txt]

    I don't find it with a quick scan of the src610 code line, you might have to
    open a support case, unless you can give me a class name for some more
    hints.
    mbg
    "Nitin Shenoy" <[email protected]> wrote in message
    news:[email protected]..
    >
    Our environment is Weblogic 6.1 SP3 on Win2k professional with JDK1.3.1_03 (build
    1.3.1_03-b03). We use Protomatter Syslog in our application and it usesJakarta
    ORO classes for regexp parsing. Since Weblogic jar already has the classeswe
    do not have a separate jar for ORO in our classpath.
    We have seen ArrayIndexOutOfBounds exceptions in ORO code and the bug islisted
    as solved in version 2.0.7 & later versions.http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17707
    >
    I appreciate someone letting me know how to find the version of ORO inWeblogic
    6.1 SP3. I could try placing the Jakarta jar before Weblogic jar on myclasspath,
    but I would like to figure out the problem instead of trial and error.
    Thanks,
    Nitin

  • Error in installation of SAP IDES 4.7 in windows 2000 server

    hi i m getting error in sap ides 4.7 installation i m giving here error log and my environment variables list..can anyone help me ...
    Following is list of Environment varialbes...
    VARIABLE     VALUE
    DBMS_TYPE     ORA
    DBS_ORA_SCHEMA  SAPO02
    dbs_ora_tnsname o02
    JAVA           D:\JDK1.3.1_03\BIN
    NLS_LANG     AMERICAN_AMERICA.WE8DEC
    ora          D:\oracle\o02\917\bin\sqlplus.exe
    ORACLE_HOME     D:\ORACLE\O02\917
    ORACLE_SID     O02
    PATH          D:\usr\sap\o02\SYS\exe\run
    SAPDATA_HOME     D:\oracle\o02
    SAPEXE          D:\usr\sap\o02\SYS\exe\run
    SAPLOCALHOST     nainesh
    TEMP          D:\WINNT\TEMP
    TMP          D:\WINNT\TEMP
    Getting error in this step...
    oracle pre-load action.
    Following  is log file....at last error is indicated....:---
    INFO 2008-02-17 13:03:01
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2008-02-17 13:03:14
    The 'saploc' share exists at directory 'D:\usr\sap'. Choosing drive D: as SAP System drive.
    INFO 2008-02-17 13:03:27
    Copying file E:/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:03:27
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:04:28
    Copying file C:/sap-source/exp1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Copying file system node C:\sap-source\exp1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2008-02-17 13:04:28
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Copying file C:/sap-source/exp1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Creating file D:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Copying file system node C:\sap-source\exp1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2008-02-17 13:04:29
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Removing file D:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:05:14
    Package table created
    PHASE 2008-02-17 13:05:49
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2008-02-17 13:05:49
    SAP Web Application Server
    PHASE 2008-02-17 13:05:49
    Request common parameters of SAP System
    PHASE 2008-02-17 13:05:49
    Create operating system accounts
    INFO 2008-02-17 13:05:50
    Copying file D:/SAPinst ORACLE KERNEL/keydb.xml to: D:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2008-02-17 13:05:50
    Creating file D:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/DBSIZE.XML to: D:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1004 ACCOUNTNAME=nainesh\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1005 ACCOUNTNAME=nainesh\SAP_O02_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1006 ACCOUNTNAME=nainesh\SAP_O02_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1007 ACCOUNTNAME=ORA_O02_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02usr_1/o02usr.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/roll_1/roll.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/temp_1/temp.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/system_1/system.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/saparch/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/origlogA/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:37
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:37
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:37
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:38
    Creating file D:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2008-02-17 13:07:38
    See 'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' output in 'D:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2008-02-17 13:07:38
    'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' returned with '20'.
    INFO 2008-02-17 13:07:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:33
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:38
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:41
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:42
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:42
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:14:42
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:59
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:24
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:25
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:03
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:15
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:29
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:30
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:17
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:20
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:02
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:19
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:34
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:00
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:01
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:45
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:46
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:46
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:36:46
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:47
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:50
    See 'D:\ORACLE\O02\917/bin/lsnrctl stat' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:50
    'D:\ORACLE\O02\917/bin/lsnrctl stat' returned with '3'.
    INFO 2008-02-17 13:36:50
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:51
    See 'D:\ORACLE\O02\917/bin/lsnrctl start' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:51
    'D:\ORACLE\O02\917/bin/lsnrctl start' returned with '0'.
    INFO 2008-02-17 13:36:56
    Copying file E:/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2008-02-17 13:36:56
    Creating file D:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    ERROR 2008-02-17 13:37:02
    CJS-00084  SQL Statement or Script failed. Error Message: Executable D:\ORACLE\O02\917/bin/sqlplus.exe returns 3.
    ERROR 2008-02-17 13:37:02
    FJS-00012  Error when executing script.
    Thanks & Regards,
      Nainesh.

    Thank you very much
    HI dear,
    I found tht file i m pasting log of tht file here tell me whr is problem.
    ================================================================================
    2008-06-29, 03:46:17 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    SHUTDOWN ABORT;
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:46:17 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    ORA-12560: TNS:protocol adapter error
    SAPINST: End of output of SQL executing program E:\oracle\ora92/bin/sqlplus.exe.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2008-06-29, 03:46:18 SAPINST ORACLE stop logging
    ================================================================================
    2008-06-29, 03:46:26 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    SHUTDOWN ABORT;
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:46:26 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\ora92/bin/sqlplus.exe.
    2008-06-29, 03:46:26 SAPINST ORACLE stop logging
    ================================================================================
    2008-06-29, 03:46:27 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    STARTUP NOMOUNT;
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:46:27 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area  309606996 bytes
    Fixed Size               453204 bytes
    Variable Size            150994944 bytes
    Database Buffers       156966912 bytes
    Redo Buffers              1191936 bytes
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\ora92/bin/sqlplus.exe.
    2008-06-29, 03:46:30 SAPINST ORACLE stop logging
    ================================================================================
    2008-06-29, 03:46:30 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    CREATE DATABASE D11 CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG  CHARACTER SET WE8DEC NATIONAL CHARACTER SET UTF8 DATAFILE 'E:\oracle\D11/sapdata1\system_1\system.data1' SIZE 350M REUSE AUTOEXTEND OFF
      LOGFILE  GROUP 1 ('E:\oracle\D11\origlogA\log_g11m1.dbf', 'E:\oracle\D11\mirrlogA\log_g11m2.dbf') SIZE 50M REUSE,
    GROUP 2 ('E:\oracle\D11\origlogB\log_g12m1.dbf', 'E:\oracle\D11\mirrlogB\log_g12m2.dbf') SIZE 50M REUSE,
    GROUP 3 ('E:\oracle\D11\origlogA\log_g13m1.dbf', 'E:\oracle\D11\mirrlogA\log_g13m2.dbf') SIZE 50M REUSE,
    GROUP 4 ('E:\oracle\D11\origlogB\log_g14m1.dbf', 'E:\oracle\D11\mirrlogB\log_g14m2.dbf') SIZE 50M REUSE
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:46:30 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    Database created.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\ora92/bin/sqlplus.exe.
    2008-06-29, 03:47:12 SAPINST ORACLE stop logging
    ================================================================================
    2008-06-29, 03:47:13 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    CONNECT SYSTEM/MANAGER;
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:47:13 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    ERROR:
    ORA-06553: PLS-213: package STANDARD not accessible
    Error accessing package DBMS_APPLICATION_INFO
    Connected.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.2.1 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.2.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\ora92/bin/sqlplus.exe.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2008-06-29, 03:47:14 SAPINST ORACLE stop logging
    ==============================================================
    2008-06-29, 03:47:14 SAPINST ORACLE start logging for
    connect  / as sysdba ;
    @@E:\oracle\ora92/rdbms/admin/catalog.sql
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.2.0 - Production on Sun Jun 29 03:47:14 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    Package created.
    Package body created.
    Grant succeeded.
    Package created.
    Synonym created.
    Grant succeeded.
    Table created.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    Package created.
    Package body created.
    No errors.
    Synonym created.
    Package created.
    Package body created.
    No errors.
    0 rows deleted.
    1 row created.
    Commit complete.
    PL/SQL procedure successfully completed.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.
    View created.
    Synonym created.
    Grant succeeded.

  • File Upload / Download - Advice Required

    Hi all,
    This is really just a general question, looking for advice.
    I have downloaded and successfully used the File Upload PJC for Forms 6i - thanks Oracle.
    We are looking to use this to download and upload files from or to the client machine, and I am (relatively) confident of reversing the Java components to allow this to happen.
    However, we are actually looking to transfer the files from the client machine, to the 9iAS Tier and then to the UNIX (AIX) tier where the database (8.1.7.4) resides - and vice versa.
    I have considered a couple of different approaches :
    1. Run the Java Server component in the Database JVM to enable the writing/reading of files on the UNIX filesystem.
    2. Use TEXT_IO on the 9iAS tier, and UTL_FILE on the Database Tier, to move files between the two tiers.
    3. Write the files to / from the Database, and then from/to there into the UNIX filesystem.
    Does anyone have any expereince of attempting to implement a similar solution, or information on Oracle documentation explaining any of the above.
    Plus, I'm sure I must be missing a trick !
    Any other ideas ??
    Regards
    Marc Ludwig

    We have build a similar solution,
    for the download:
    we use the pl/sql gateway to send the file to the client with the following function:
    wpg_docload.download_File(lob_loc);
    you could build a pl/sql procedure that accepts an id and selects the blob locater and
    triggers this function. the procedure can be called by setting the configuration in your DAD correctly.
    that way its easier then rebuilding the whole fileupload utility.
    in the webforms you can have a code that opens a new window with an url you give.
    the url will point to the pl/sql function and you can pass the id of the record you want to get the blob from.
    for the upload to your database:
    well, we chose to loose the zip functionality and modify the pl/sql library that comes with it.
    instead of using the uploadserver class, you could build a pl/sql function in the database that
    accepts the varchar32 strings (which are base64encoded chunks of your file) and appends them to a blob.
    the function that could do that would look like:
    PROCEDURE APPEND_DATA(P_ID IN NUMBER, P_DATA IN VARCHAR2) IS
    bin_data blob;
    append_data blob;
    raw_data raw(16384);
    BEGIN
    dbms_lob.CREATETEMPORARY(append_data,true);
    dbms_lob.OPEN(append_data,DBMS_LOB.LOB_READWRITE);
    select binary_data into bin_data from ibs_physical_doc where id=P_ID for update;
    raw_data:= utl_encode.BASE64_DECODE(utl_raw.CAST_TO_RAW(p_data));
    dbms_lob.write(append_data, utl_raw.LENGTH(raw_data),1,raw_data);
    dbms_lob.APPEND(bin_data,append_data);
    dbms_lob.CLOSE(append_data);
    COMMIT;
    END;
    you can increase the chunksize a bit more.
    you still have a problem btw that you probably cant upload more then 4-8 mb before you get an out of memory error on the client.
    you could solve that by rewriting the client java file to send the file piece by piece on request by the server instead of all the pieces after eachother, and first read a piece of the file and then encode that piece and then send it instead of reading the whole file, encoding it and sending the chunks.
    Another option is to use the standard upload possibilties with web pl/sql, and open a new browser window to that window from forms. A drawback of that is that it is not integrated in the web forms program and that you cant see when the upload is finished (no callback). and that you are bound to the default table layout.
    one final thing, if you are going to use this, you might want to take a look at using JInitiator 1.3.1.9 if you arent using it already this automaticly sets the signature in the clients database if he accepts it. there is a bug in it, look for it somewhere in this forum. if you are using the sample that comes with forms 6i you will have to replace the fileuploadprogressbar with the one that comes with the forms 9i sample and recompile everything and i think you will have to use JDK1.3.1_03 for that. that means that you will have to modify the make batch file. the command for compiling is different, the classpath is an option when you call javac, also you will have to sign it with jarsigner.exe (in the jdk) instead of the one in the example.
    Hope this info is helpfull, if you like to have more specific code, mail me at [email protected]

  • Confused about CLASSPATH and how java handles import statements...

    Hello,
    I must admit I don't get it. I read the articles about setting CLASSPATH etc. but I still wonder:
    If you use an import statement, what does the compiler do? I.e. where does it look for the specified classes? I find it confusing because I see in different locations different .jar files:
    C:\jdk1.3.1_03\lib\dt.jar
    C:\jdk1.3.1_03\lib\htmlconvertor.jar
    C:\jdk1.3.1_03\lib\tools.jar
    and also
    C:\jdk1.3.1_03\jre\lib\i18n.jar
    C:\jdk1.3.1_03\jre\lib\rt.jar
    C:\jdk1.3.1_03\jre\lib\jaws.jar
    C:\jdk1.3.1_03\jre\lib\sunrassign.jar
    Can someone explain me what the purpose is of these files?
    And why do I have the same contents in
    C:\Program Files\JavaSoft\JRE\1.3.1_03\lib
    and in
    C:\jdk1.3.1_03\jre\lib
    Why is that?
    Thanks for answering my questions!
    -mike

    Thanx for the answers, but I still wonder, everyone
    here says I need to set the classpath, but I don't.Probably because your classes are already in the class path. The compiler/jvm also look for classes by themselves not just in jar files, when just a directory is supplied in the class path. And a period (".") is a valid directory.
    Programs importing different classes compile with no
    problem. So what's up with that?
    Presumably you are referring to your own code - because they are in the class path.
    Second, I still don't understand why the runtime needs
    the .jar files. The runtime uses classes, like String, that have to come from somewhere.
    This would also mean that end-users
    need to set the classpath to the .jar files in their
    JRE directory to be able to run programs that import
    classes from these .jars. But this is not true, right?No it is true. The end-users will have to set the class path. There are variations on this which make it seem like no class path is set. For instance applets in a browser are java but the end-user does not need to set a class path. That is because the browser knows how to download classes/jars and how to set it up so it uses them. (Actually it uses a class loader, but that is probably more information that you need.)
    Because if I make some nice classes myself and import
    them, how can I expect my end-user to install these
    classes and make a classpath for them?That would be between you and you end-user.
    First installation is not part of java. For installation you will have to find something outside of java to accomplish the goal.
    Additionally how the class path gets set is OS specific. Java does not deal with that. You will also have to find some way to deal with this (most likely part of the installation.)
    There are also variations on this. For example the browser example I gave above. Or using the ext directory. Or creating an executable jar. Or simply setting the class path.
    In my understanding it should only be needed in the JDK, not
    in the JRE. True or am I mistaken?Mistaken. The class path is needed in the JRE as well. You will need to set it.

  • Libjvm.so on RedHat 7.1

    Hi~
    This is KOJACK, java developer.
    I have some problem in using VM in j2sdk-1_4_0-linux-i386-rpm.bin or j2sdk-1_3_1_03-linux-i386.bin) on RedHat 7.1.
    When I try to install a weblogic server from BEA. i see the error as follows:
    Could you help me with this?
    //==============================================================
    Unexpected Signal : 11 occurred at PC=0x4018cab7
    Function name=start_thread__2osP6Thread
    Library=/usr/local/java/jdk1.3.1_03/jre/lib/i386/client/libjvm.so
    Cannot obtain thread information
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:06 83224 /usr/local/java/jdk1.3.1_03/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:06 83224 /usr/local/java/jdk1.3.1_03/bin/i386/native_threads/java
    40000000-40015000 r-xp 00000000 03:0a 16102 /lib/ld-2.2.2.so
    40015000-40017000 rw-p 00014000 03:0a 16102 /lib/ld-2.2.2.so
    40025000-40032000 r-xp 00000000 03:0a 16145 /lib/libpthread-0.9.so
    40032000-4003a000 rw-p 0000c000 03:0a 16145 /lib/libpthread-0.9.so
    4003a000-40043000 r-xp 00000000 03:06 163380 /usr/local/java/jdk1.3.1_03/jre/lib/i386/native_threads/libhpi.so
    40043000-40044000 rw-p 00008000 03:06 163380 /usr/local/java/jdk1.3.1_03/jre/lib/i386/native_threads/libhpi.so
    40045000-40235000 r-xp 00000000 03:06 227499 /usr/local/java/jdk1.3.1_03/jre/lib/i386/client/libjvm.so
    40235000-40335000 rw-p 001ef000 03:06 227499 /usr/local/java/jdk1.3.1_03/jre/lib/i386/client/libjvm.so
    4034c000-4034f000 r-xp 00000000 03:0a 16113 /lib/libdl-2.2.2.so
    4034f000-40350000 rw-p 00002000 03:0a 16113 /lib/libdl-2.2.2.so
    40350000-40472000 r-xp 00000000 03:0a 16109 /lib/libc-2.2.2.so
    40472000-40477000 rw-p 00121000 03:0a 16109 /lib/libc-2.2.2.so
    4047b000-4048e000 r-xp 00000000 03:0a 16118 /lib/libnsl-2.2.2.so
    4048e000-4048f000 rw-p 00012000 03:0a 16118 /lib/libnsl-2.2.2.so
    40491000-404b1000 r-xp 00000000 03:0a 16115 /lib/libm-2.2.2.so
    404b1000-404b2000 rw-p 0001f000 03:0a 16115 /lib/libm-2.2.2.so
    404b2000-404e6000 r-xp 00000000 03:06 128599 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    404e6000-404f2000 rw-p 00033000 03:06 128599 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    404f5000-40506000 r-xp 00000000 03:06 163388 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libverify.so
    40506000-40508000 rw-p 00010000 03:06 163388 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libverify.so
    40508000-40529000 r-xp 00000000 03:06 163389 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libjava.so
    40529000-4052b000 rw-p 00020000 03:06 163389 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libjava.so
    4052c000-40540000 r-xp 00000000 03:06 163390 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libzip.so
    40540000-40543000 rw-p 00013000 03:06 163390 /usr/local/java/jdk1.3.1_03/jre/lib/i386/libzip.so
    40543000-41277000 r--s 00000000 03:06 163419 /usr/local/java/jdk1.3.1_03/jre/lib/rt.jar
    412a4000-4159b000 r--s 00000000 03:06 163420 /usr/local/java/jdk1.3.1_03/jre/lib/i18n.jar
    4159b000-415b1000 r--s 00000000 03:06 163407 /usr/local/java/jdk1.3.1_03/jre/lib/sunrsasign.jar
    Local Time = Thu Apr 11 17:14:11 2002
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    ===============================================================//
    Thanks in advance! ^_^
    Regards
    [email protected]

    Thank you for your response!
    Actually, i think it does have nothing to do with a web logic server.
    The error had happened before i tried to install the server, which means JDK is likely to conflict with RedHat 7.1.( no problem on RedHat 6.1)
    Regards

  • Compile time error

    I am a newbie in XML. I am trying to compile the following code. I am getting compile time errors. I have following environment varaibles set. Any help will be really appreciated.
    TIA.
    set JAVA_HOME=C:\Program Files\jdk1.3.1_03
    set JWSDP_HOME=C:\Program Files\jwsdp-1.1
    set JAXB_HOME=%JWSDP_HOME%\jaxb-1.0
    set JAXB_LIBS=%JAXB_HOME%\lib
    set JAXP_LIBS=%JWSDP_HOME%\jaxp-1.2.2\lib
    set JWSDP_LIBS=%JWSDP_HOME%\jwsdp-shared\lib
    set PATH=%JAVA_HOME%\bin;%JAXB_HOME%\bin;%JWSDP_HOME%\jwsdp-shared\bin;%PATH%
    set CLASSPATH=%JAXB_LIBS%\jaxb-api.jar;%JAXB_LIBS%\jaxb-ri.jar;%JAXB_LIBS%\jaxb-xjc.jar;%JAXB_LIBS%\jaxb-libs.jar;%JAXP_LIBS%\jaxb-api.jar;%JAXP_LIBS%\endorsed\xercesImpl.jar;%JAXP_LIBS%\endorsed\xalan.jar;%JAXP_LIBS%\endorsed\sax.jar;%JAXP_LIBS%\endorsed\dom.jar;%JWSDP_LIBS%\jax-qname.jar;%JWSDP_LIBS%namespace.jar;.
    C:\Learn XML>javac -verbose CountSax.java
    [parsing started CountSax.java]
    [parsing completed 63ms]
    CountSax.java:3: package org.xml.sax does not exist
    import org.xml.sax.* ;
    ^
    CountSax.java:4: package org.xml.sax.helpers does not exist
    import org.xml.sax.helpers.* ;
    ^
    CountSax.java:5: package javax.xml.parsers does not exist
    import javax.xml.parsers.*;
    ^
    CountSax.java:7: cannot resolve symbol
    symbol : class DefaultHandler
    location: class CountSax
    public class CountSax extends DefaultHandler {
    ^
    [loading C:\jdk1.3.1_02\jre\lib\rt.jar(java/lang/String.class)]
    CountSax.java:22: cannot resolve symbol
    symbol : class Attributes
    location: class CountSax
    public void startElement(String name,Attributes atts) {
    import java.io.* ;
    import org.xml.sax.* ;
    import org.xml.sax.helpers.* ;
    import javax.xml.parsers.*;
    public class CountSax extends DefaultHandler {
    public static void main(String args[]) {
    SAXParserFactory factory = SAXParserFactory.newInstance() ;
    SAXParser saxParser = factory.newSAXParser() ;
    saxParser.parse(new File(args[0]),new CountSax()) ;
    static private int eltCount = 0 ;
    public void startDocument() {
    eltCount = 0 ;
    public void startElement(String name,Attributes atts) {
    eltCount ++ ;
    public void endDocument() {
    System.out.println("Total number of elements: " + eltCount) ;
    }

    Here is my classpath now
    set CLASSPATH=%JAVA_HOME%;%JAXB_LIBS%\jaxb-api.jar;%JAXB_LIBS%\jaxb-ri.jar;%JAXB_LIBS%\jaxb-xjc.jar;%JAXB_LIBS%\jaxb-libs.jar;%JAXP_LIBS%\jaxb-api.jar;%JAXP_LIBS%\endorsed\xercesImpl.jar;%JAXP_LIBS%\endorsed\xalan.jar;%JAXP_LIBS%\endorsed\sax.jar;%JAXP_LIBS%\endorsed\dom.jar;%JWSDP_LIBS%\jax-qname.jar;%JWSDP_LIBS%namespace.jar;.
    It still doesn't work. The pakages that it is complaining about comes from sax.jar which is already in classpath. Can anybody please help.
    TIA

  • File encoding problem in solaris sparc

    hi there,
    I wrote a simple program to create a text file that with the content of japanese character that same way I wrote in Windows JP Platform.
    However, the encoding is different from what window, oracle(solaris sparc) does.
    this is very interesting that we view from oracle and its workd fine from Oracle which run on the same machine(solaris Sparc) .
    I believe I missed out some setting for the internationalization for JDK in solaris, but I'm not familiar with solaris. Hence, I would like to seek is there one of you came across this before? Please help.
    Here is the String.
    \u6771\u9999\u91CC\u5357\u753A�T�W�|�T�|�P�O�P
    Please note that 58-5-101 is double full width JP character.
    The main problem is the "-" encoding for solaris. It changed to '?'
    My env are,
    -jdk1.3.1_03
    -Solaris Sparc LANG=ja
    pls feel fre to ask for more information if you need further details.
    regards,
    elvis
    scjp

    I don't fully understand what you're asking for, but I wonder if this might help : the default encoding of a Solaris machine is probably EUC (In Windows, this is SJIS). So you'll probably have to read the file using the EUC encoding. Have a look at InputStreamReader(InputStream in, String enc) where you can set the encoding of the input stream.
    (Note that there is also a forum called 'Internationalization' at java.sun.com)

  • I want to know what means CLASSPATH?

    I asked this before, but I didn't get a good answer but I think it should be easy for you to help me.
    OS: Windows XP Professional
    SDK: J2SE v1.3.1_03 ( installed into standard directory C:\jdk1.3.1_03 )
    PATH: %SystemRoot%;%SystemRoot%\system32;%SystemRoot%\System32\Wbem;C:\jdk1.3.1_03\bin
    CLASSPATH: empty
    Now here's the thing I dont get:
    What is CLASSPATH for? If I can leave it empty, why do I sometimes read that I have to set this and that in my CLASSPATH? Is it for Windows or does java use it for something? I know some time ago, I used an older SDK, and I had to set it to blablabla\classes.zip. I did, but I never knew why...

    Yes it helps, thanks!
    But do you mean with 'using' my own classes,
    inheriting them? Because I have no problem writing my
    classes and executing them, or using object classes I
    made myself...without setting any classpath for
    them...
    Maybe you mean when you make a class and put it
    somewhere, inherit it or implement it in a program
    that you run from a different directory? Then I
    should add the directory where the superclass is in my
    classpath, correct? Can this class be in a jar, or
    zip? Can the jvm find it then? Then I could make my
    own .jar collection of reusable classes, right?
    I don't know if this is how it works?
    thx
    -MikePerhaps this link can help you:
    http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/classpath.html

  • [WLS 8.1.3] - Differences between WLS on XP & HP-UX?

    We're getting AbstractMethodError errors in an application that was built using the WLS 8.1.3 libraries on XP. The errors aren't occurring when the same app is built using the WLS 8.1.3 libraries on HP-UX using the same code base. We've swapped the ear files around and the ear file that was built on XP gets errors on either the XP or the HP-UX WLS Server and the ear built on HP-UX runs fine on either OS. The application code base is CVS controlled and is the same on both XP and HP-UX. The build process uses both the weblogic clientgen and servicegen tasks. The same ant build script is used to create both ear files and the only "difference" we can spot is that the WLS installation on XP is using JDK 142_04 and the one on HP-UX is using JDK 142_03. They are both using the JDK that came with WLS and are both at ServicePackLevel="3" and PatchLevel="0".
    Anyone got any ideas or had similar problems between the two platforms?
    The stack trace of the error we're getting with the XP built ear is:
    ####<Oct 7, 2004 9:58:11 AM PDT> <Info> <EJB> <JEAGLEMXP> <lnppiServer> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-00000FF4EB92EBACDA96> <BEA-010051> <EJB Exception occurred during invocation from home: [email protected] threw exception: java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
    java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
         at weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:299)
         at weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:285)
         at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:222)
         at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:181)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:188)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:174)
         at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:324)
         at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:297)
         at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:645)
         at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:206)
         at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:143)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:443)
         at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:290)
         at com.qwest.lnppi.portedTNservice.PortedTelephoneNumber_Stub.getPortedTelelphoneNumber(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnBean.portedTnWS(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnBean.portedTn(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnEjb_rn88fn_EOImpl.portedTn(PortedTnEjb_rn88fn_EOImpl.java:98)
         at com.qwest.lnppi.business.svc.GetCurrentServiceProviderSwitch.getCurrentServiceProviderSwitch(Unknown Source)
         at com.qwest.lnppi.business.svc.LnppiServiceBean.getPortingOptions(Unknown Source)
         at com.qwest.lnppi.business.svc.LnppiServiceEjb_tk1dpv_EOImpl.getPortingOptions(LnppiServiceEjb_tk1dpv_EOImpl.java:46)
         at com.qwest.lnppi.web.lnppiTester.Tester.CallTheBean(Unknown Source)
         at com.qwest.lnppi.web.lnppiTester.Tester.TestIt(Unknown Source)
         at jsp_servlet.__tester._jspService(__tester.java:157)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
         at com.qwest.lnppi.web.lnppiTester.pgMgr.doTestIt(Unknown Source)
         at com.qwest.lnppi.web.lnppiTester.pgMgr.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    I am getting similar stuff using WebLogic 8.1.3 running on Windows XP with JDK1.4.1_03 or JDK1.4.2_05. Please let me know if you found a work-around. Thanks...
    java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
         at weblogic.xml.schema.binding.BeanCodecBase.writeElementContents(BeanCodecBase.java:389)
         at weblogic.xml.schema.binding.BeanCodecBase.writeContents(BeanCodecBase.java:355)
         at weblogic.xml.schema.binding.CodecBase.writeTypeAndContents(CodecBase.java:409)
         at weblogic.xml.schema.binding.CodecBase.serializeLiteral(CodecBase.java:318)
         at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:232)
         at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:178)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:188)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:174)
         at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:324)
         at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:297)
         at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:619)
         at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:206)
         at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:143)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:444)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:430)
         at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:270)
         at com.adsk.cer.ejb.generated.DmpExtractorSoap_Stub.createJob(DmpExtractorSoap_Stub.java:33)
         at com.adsk.cer.ejb.ErrorReportHandlerBean.callDmpInfoWebService(ErrorReportHandlerBean.java:282)
         at com.adsk.cer.ejb.ErrorReportHandlerBean.onMessage(ErrorReportHandlerBean.java:56)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
         at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

Maybe you are looking for