PTG102 for linux: panama_core.zip in wrapper.classpath

Hi,
I set some wrapper.classpaths in the jserv.properties as installation guide described. But after restarting apache, the ApacheJserv doesn't work anymore. I try to comment/uncomment each wrapper.classpath line and I find the panama_core.zip in <PTG_HOME>/panama/lib is the reason.
I use the following command to test panama_core.zip to see if it was corrupted. But it seems to be no problem.
jar tvf panama_core.zip
So, what's the problem with this file?
I use JDK 1.2.2(blackdawn)
I set the following line in my httpd.conf, so I can see the status from http://myip/status/jserv/
<Location /status/jserv/>
SetHandler jserv-status
Order deny,allow
Deny from all
Allow from .mydomain
</Location>
Mike Hu

if you're using ias 8i/9i or rdbms 817
consider the following :
Problem Description
You are trying to call a simple Java Server Page using iAS on Tru64 Unix.
The call fails with java.lang.NoClassDefFoundError: sun/tools/javac/Main
Solution Description
Go to the Jserv configuration directory ($ORACLE_HOME/Apache/Jserv/etc)
and edit the jserv.properties file.
Uncomment the following line :
#wrapper.classpath=/jdk12_home/lib/tools.jar
Replace jdk12_home with the location of your JDK, typically
/usr/opt/java122
If you are using JDK 1.1.X, replace tools.jar with classes.zip
(e.g. /usr/opt/java118/lib/classes.zip)
Explanation
Java Server Pages need to have access to the java compiler, in order
to generate the servlet from the JSP.
The JDK is not automatically included in Jserv's classpath

Similar Messages

  • Ptg10220patch.zip for linux

    Is there a ptg uppgrade for Linux (RH 6.2)
    When will it be released?

    Developer Team:
    Just want to report that IBM JDK 1.1.8 'seems' work fine in Linux with sqlj.
    I tried : %sqlj -version
    and it gives me the version:
    "Oracle SQLJ Release 8.1.6.0.0 Production"
    I also tried to compile some sqlj files. It does compile and gives several files as output.
    One problem I don't understand. When I tried to set the CLASSPATH to seek for "translator.zip" under $ORACLE_HOME/sqlj/lib, the system complains:
    "/usr/oracle/sqlj/lib/translator.zip: Permission denied"
    This is STRANGE. It can't load the CLASSPATH to the translator.zip, but sqlj does the compiling for the ".sql" files. Is this behavior OK? Should I just ignore it?
    PS. About the permission denied problem, I tried to change the permission using chmod. Still doesn't work.
    PPS. Facts about the system being discussed:
    Oracle8i 8.1.6 release 2
    Linux Redhat 7
    Thanks.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by SQLJ Development ([email protected]):
    It is possible that SQLJ is not compatible with the IBM JDK.
    You did not specify the actual error that you see. In this discussion forum there was recently a report of the following behavior when using IBM JDK 1.1.8 on Windows with SQLJ 8.1.7.
    % sqlj -version
    Error: file 'sqlj.mesg.TranslatorErrorsText' is missing.
    java.lang.NullPointerException at java.util.Vector.contains(Compiled Code)
    at java.sqlj.util.Disposable$Disposer....
    Please see:
    http://technet.oracle.com:89/ubb/Forum8/HTML/003202.html <HR></BLOCKQUOTE>
    null

  • Path in Classpath for file SapMetamodelWebdynproContent.zip not found.

    How to get rid of these warnings?
                   [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Versions of 'SapDictionaryTypeServices.jar' have different prefix.          
    Warning               [Warning]: Versions of 'SapDictionaryTypesRuntime.jar' have different prefix.     
    thanks in advance.

    Hi,
    This is a common problem when you import projects to NWDS. Do like this.
    1.Change to Navigator tab in NWDS and delete gen_wdp folder.
    2.Switch to Web Dynpro Explorer. Select the Project -> Right click-> Select properties -> in the wizard select Java Build Path -> Select Libraries tab -> You will find jar files with warnings
    3.Remove the jar and add the jar file with same name to the project one by one.
    4.For each jar file repeat step 3.
    5.Save the project
    Or
    removed the read-only property from all folders / files of the project and it solved my problem.
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • JDBC DRIVERS FOR LINUX (8.1.6)

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    Where can a person download the JDBC Drivers (CLASSES12.ZIP ORA)
    for Linux? I see information on Solaris and NT but not Linux.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    Connie

    if you have oracle 8i server you will find the classes12.zip(thin jdbc drivers )in the [ORAHOME]/jdbc/lib directory. You have to added the zip to the classpath in the jserv.properties file eg. wrapper.classpath=D:\oracle\ora81\jdbc\lib\classes12.zip(if you orahome is D:\oracle\ora81.)
    otherwise for just using the java classes for compiling and running in the consile you have to set the classpath of classes12.zip in your system environment.
    Thanks.

  • Schedule of 8.1.6 for Linux

    I just noticed 8.1.6 for Solaris is available. How about for Linux? Will it
    still free to be download?

    did you have your oracle database running?
    01034, 00000, "ORACLE not available"
    // *Cause: Oracle was not started up. Possible causes include the following:
    // - The SGA requires more space than was allocated for it.
    // - The operating-system variable pointing to the instance is
    // improperly defined.
    // *Action: Refer to accompanying messages for possible causes and correct
    // the problem mentioned in the other messages.
    // If Oracle has been initialized, then on some operating systems,
    // verify that Oracle was linked correctly. See the platform
    // specific Oracle documentation.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chirag oza ([email protected]):
    HI All,
    While I m trying to connect the Oracle 8.1.6 server with the JDBC Thin driver I m getting Error
    ORA - 01034 Oracle not Available.
    I m using jdk 1.2.2 and in the Classpath I have given the path for classes12.zip.
    I have tried using classes111.zip file though I m getting same Error Message.
    Anybody can help me out.
    Thanx,
    Chirag oza
    <HR></BLOCKQUOTE>
    null

  • Oracle JDBC Driver for Linux

    I'm looking for a place to download an Oracle JDBC driver for Linux. I have installed Oracle 8.1.5 for Linux, but don't find the driver either in the installation, nor on the CD. Can anyone point me to someplace I might be able to find it?
    Also, generic help in setting this up to work, JDBC API calls would also be of great help.
    Thanks.

    Luis Claudio Rodrigues da Silveira (guest) wrote:
    : How can I configure JDBC driver in a Suse environment? What
    are
    : the necessary steps?
    : Thanks in advance.
    1) You need classes111.zip usually located at
    $ORACLE_HONE/jdbc/lib.
    2) Add classes111.zip to CLASSPATH and export
    3) If you use thin driver your code should look like:
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    // Connect to the database
    // You must put a database name after the @ sign in the
    connection URL.
    // You can use either the fully specified SQL*net syntax or
    a short cut
    // syntax as <host>:<port>:<sid>. The example uses the
    short cut syntax.
    Connection conn =
    DriverManager.getConnection
    (jdbc:oracle:thin:@hostname:port:ORACLE_SID,
    USER_NAME, PASSWOED);
    null

  • JDBC Drivers for Linux

    How come Oracle's web site only has downloads for NT and Solaris. Where do I get the latest JDBC driver for Linux?

    You should be able to use clases111.zip from AIX or NT with your
    Linux client, just copy the file, and add it to your CLASSPATH.
    I'm using classes111.zip from AIX (8.1.5) on NT and Win95
    clients.
    This will work for the thin client, the oci8 needs SQL*Net
    (and some more support libs.) installed to work
    Hilsen Jan
    Greg Patrick (guest) wrote:
    : Well that's no good! I don't have the database client
    : for Linux. Our 8.0.5 DB is on AIX. We have Windows NT
    : 8.0.5 client CD's. I shouldn't need an entire 8.0.5
    : Linux client installation just to use JDBC, should I?
    : JDBC drivers are available for download for NT and Solaris,
    : why not Linux?
    : John Salvo (guest) wrote:
    : : They are included with the 8 and 8i installations.
    : : Greg Patrick (guest) wrote:
    : : : I can't find any JDBC drivers for Linux on the Oracle
    : Technet
    : : : site... It seems very strange that Oracle would have an
    : : : 8i database for Linux but not have JDBC drivers. Is this
    : true?
    : : : All I want is for a java program on a Linux machine to be
    : : : able to use the OCI drivers to talk to the database on
    : another
    : : : machine. Even JDBC thin drivers would be better than
    : nothing.
    : : : Where are they?
    : : : Thanks,
    : : : Greg Patrick
    : : : http://www.abe.com
    null

  • Failed to install php-oci8 with instant Client for linux 64

    Hello,
    I have a 64-bits Linux box with RHEL4, and PHP version has been upgraded from 4.3.9 to 5.1.6. I try to make the connection to remote oracle server.
    I download instantclient-basic-linuxppc-10.2.0.2-20060327.zip , and follow the instruction to
    install it.
    But when i try to install php-oci8*.rpm, no matter which i use:
    php-oci8-5.1.6-1.el5.i386.rpm or php-oci8-4.3.9-2.2.el4.i386.rpm
    The installation always failed due to dependencies errors with oracle instant client.
    I also tried with some other packages like: php-oci8-4.3.9-3.el4.x86_64.rpm
    All my tries gave me dependency errors.
    sometime like:
    error: Failed dependencies:
    libclntsh.so.10.1 is needed by php-oci8-5.1.6-1.el5.i386
    oracle-instantclient = 10.2.0.3 is needed by
    php-oci8-5.1.6-1.el5.i386And I cannt find the right RPM for oracle instant client for linux 64 bits box, and php-oci8 5.1.6 64 bits.
    I have been trying on this problem for more than one week, and so frustrated. I will appreciate if I can be guide on this issue.
    Thanks in advance!

    See my followup to your duplicate post in the PHP forum

  • Adding zip file to classpath or -Xbootclasspath on J9

    Hi,
    I'm trying to add a zip file containing javax classes (jscience-vm14.zip) to the classpath when running my program. I haven't had any problems adding jar files for instance, but I can't seem to have this zip file included so that it can be recognized by the jvm.
    I've noticed in the installation document of the J9 that if you want to add javax classes it has to be put on the -Xbootclasspath. So I've tried including the zip file using -Xbootclasspath/p:path/to/zipfile/zipfile.zip and I've tried -Xbootclasspath/a:path/to/zipfile/zipfile.zip. I've also tried just including it in the classpath with no luck either. I keep getting a NoClassDefFoundError: javax.units.Unit which is part of the jscience package
    Any ideas how to get the zip file included?
    Kind regards
    Simon

    Hi,
    Thank you for your answer!
    I'm using SWT and here's the code:
    lstBread.addListener (SWT.Selection, new Listener () {
                   public void handleEvent (Event e) {
                   System.out.println("Widget selected!");
    It's working wtihout error on win32 platform. But there is no call on Windows Mobile 5.0 platform. It doesn't run and no exception is throwed on J9 console.
    However, when i use the same way for event handling in SWT Button, there is no problem both on WM5 and win32 platform. It's executed as i want.
    The code for SWT Button:
    btnSView.addListener (SWT.Selection, new Listener () {
                   public void handleEvent (Event e) {
         System.out.println("Widget selected!");     
    I couldn't find the reason of that. Why doesn't the list#addListener run on WMobile?
    Best Regards,
    Ceyhun Hallac

  • 8.0.1 Patch for Linux has no installer?

    So I've downloaded the 8.0.1 update for Linux and Windows.
    The windows version is an installer but the linux version is just a
    zip file with no instructions?? I've been running CF on both
    Windows and Linux for six years and the Linux updaters were always
    executable .bin files. I've got no idea what to do with this zip
    file. It has no readme, and no identifiable directory structure.
    Anyone know how I can apply this to my production linux
    server? Thanks for any help.
    Adobe, how about a readme or some kind of instruction for
    these patches if they aren't installers?

    Thanks to Jochem to answering this in another post. The .zip
    file is
    actually an executable linux installer. Go figure. Thanks for
    confusing the heck out of me and wasting my afternoon Adobe.
    Why didn't
    you just name it .bin like you have in all the years past?!
    Sheesh!
    brademp wrote:
    > So I've downloaded the 8.0.1 update for Linux and
    Windows. The windows version
    > is an installer but the linux version is just a zip file
    with no instructions??
    > I've been running CF on both Windows and Linux for six
    years and the Linux
    > updaters were always executable .bin files. I've got no
    idea what to do with
    > this zip file. It has no readme, and no identifiable
    directory structure.
    >
    > Anyone know how I can apply this to my production linux
    server? Thanks for
    > any help.
    >
    > Adobe, how about a readme or some kind of instruction
    for these patches if
    > they aren't installers?
    >
    >

  • WebUtil for Linux

    Im working in Linux RedHat ES/AS 3
    I have downloaded the WebUtil.zip, but when Im trying to install and I run the makecert.bat (with sh makecert,bat)
    it write the next error message
    makecert.bat: line 12: `for /F "eol=# tokens=1,2* delims==" %%i in (signer.prope'ties) do set %%i=%%j
    I think that it come because my version of webutil if for Window, but I dont find any version for Linux, the TAR file.
    Where I can download the Linux version? or how I can avoid this error.?
    Thanks in advanced.
    Regards

    I did the signing of the two jar-files on Windows and copied the two certificates to my Linux machine.

  • EM Cloud 12c Management Agent Software for linux x86

    Hello folks
    I need to acquire Management Agent Software for linux x86 using offline mode. I followed steps described in online documentation of Oracle Cloud Control 12c, section "4.2.3.2 Acquiring Management Agent Software in Offline Mode"
    I downloaded the catalog file p9348486_112000_Generic.zip, but when I executed import_update_catalog as follow:
    /em12c/oms12cr3/oms/bin/emcli import_update_catalog -file=/app/em12c/swlib/p9348486_112000_Generic.zip -omslocal
    this error apears:
    "Internal error while validating catalog file format: error in opening zip file"
    thanks in advance

    --> $/AGENT_INST/bin/emctl stop agent
    If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
    --> Move your existing target.xml file
    mv target.xml target.xml.old
    --> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
    <Targets>
    </Targets>
    --> Start the agent
    $AGENT_INST/bin/emctl start agent
    This starts agent but without any targets populated in targets.xml
    To discover targets perform agent resynchronization operation from console
    Regards
    Krishnan

  • JSP in Oracle 8i enterprise edition for linux

    Well, the thing is,
    i'm trying to configure my server to run with JSP, i've tried ererything, map the directories, see de wrapper_classpath, everything, even servlet zones, but my problem, is that i can't put JSP to work, all the time it gives me this error:
    java.lang.NoClassDefFoundError: sun/tools/javac/Main.
    I believe this is a simple thing, and probably a stupid one, but i just can't figure it out. I would like someone, if possible, to help me in this one.
    i'm sorry to be spending your precious time.
    Nothing else.
    I than you in advance
    Nuno Rodrigues.

    if you're using ias 8i/9i or rdbms 817
    consider the following :
    Problem Description
    You are trying to call a simple Java Server Page using iAS on Tru64 Unix.
    The call fails with java.lang.NoClassDefFoundError: sun/tools/javac/Main
    Solution Description
    Go to the Jserv configuration directory ($ORACLE_HOME/Apache/Jserv/etc)
    and edit the jserv.properties file.
    Uncomment the following line :
    #wrapper.classpath=/jdk12_home/lib/tools.jar
    Replace jdk12_home with the location of your JDK, typically
    /usr/opt/java122
    If you are using JDK 1.1.X, replace tools.jar with classes.zip
    (e.g. /usr/opt/java118/lib/classes.zip)
    Explanation
    Java Server Pages need to have access to the java compiler, in order
    to generate the servlet from the JSP.
    The JDK is not automatically included in Jserv's classpath

  • Download old Instant Client Version 10.1.0.4 for Linux

    Hi to all,
    the downloads for version 10.1.0.4 of Oracle Instant Client
    for linux seem to be not available anymore.
    Where can I download the packages:
    instantclient-basic-linux32-10.1.0.4-20050525.zip and
    instantclient-sdk-linux32-10.1.0.4-20050525.zip ?
    Thanks

    for OWB metadata, run this following script
    <OWB_HOME>/owb/reposasst/upg/upg10gTo10104.sql
    For runtime data
    <OWB_HOME>/owb/bin/unix/RT_upgrade_to_10_1
         This is only if it's NOT upgrading to 10gR2 database
    If you are upgrading to Oracle10g Release 2 with partial export and
    import and if you are changing the database instance or the computer
    hosting the database, then run the migration script:
    – For UNIX, navigate to OWB_HOME/owb/bin/unix and run
    RT_migrate_to_10_1.sh.
    The RT_migrate_to_10_1.sh prompts you for several parameters:
    the User Name and Password of your original Runtime Repository
    schema, the database connection string for your original Runtime
    Repository (in the form of host:port:servicename), the User Name
    and Password for your new Runtime Repository schema (whose values
    should match the original Runtime Repository), and the database
    connection string for the new Runtime Repository (also in the form of
    host:port:servicename). Additionally, as it runs, the script prompts
    you for SYS User Names and Passwords for the Oracle Database
    instances for any Target Schemas and Oracle Workflows being upgraded.

  • Oracle 9i Database for Linux

    Hello,
    I need to be able to test some software changes against an Oracle 9i database running under Linux as this is an environment used by one of my customers.
    I have tried downloading the zip files found at http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html but if I try to open or download any of these files I receive an Error 404 Page Cannot Be Loaded.
    This happens when using IE6 or when using GetRight.
    Are the links to these files still valid? If not, where can I download Oracle 9i Database for Linux?

    I don't find any problems with these files and they are still available.

Maybe you are looking for

  • Unable to parse WSDL of partnerlink after migrating from 10g to 11g

    Hi, My service is an Sync BPEL process calling a customised WSDL with the partnerlink. I migrated the working code of 10g to 11g. But compiling below is the error i am getting while trying to parse the WSDL of the partnerlink after migration. =======

  • Issue with Sender File Adapter file content convertion

    Hi Everybody, I am facing an issue in FCC at the sender side. Below is sender text message which contains 9 rows.Each row represents one node in the source structure. ROUASIS.MLASIS.A02001COMASN1.1.2 HDR7072396166N^MAEU/SZH3PA288200707248IF0708200709

  • Slow Bridge CS3

    No matter what I do, Bridge CS3 runs slowly. Selecting multiple items take a almost 4 seconds each one I click on, with the usual result of them all opening in Camera RAW before I am ready. I have made countless calls to customer support, reset prefe

  • Problems with receiving emails in 4 out of 5 emails accounts

    I have the following issue: I am using the BB Pearl 8100 and want to receive mails from 5 different mail accounts (all from different providers). The situation is the following: From 1 account, I can receive all mails and send mails from my BB. (whic

  • I just downloaded itunes and the ringtone tab is missing?

    Hi i just downloaded itunes and i plugged my iphone in thinking that the ringtone tab would show up but it hasn't the only tabs that are there music, movie, tv shows, radio. thanks