Sqlj.runtime package missing

Two questions:
1) JDeveloper 3.1 is not able to locate sqlj.runtime and it's there, it was working properly a 15 minutes ago. Any suggestion?
2) what does the following warning message mean?
Warning: (33) Type driverTest.Driver of host item #1 is not permitted in JDBC. This will not be portable..
Thanks in advance!!
The whole error message I got from JDev:
D:\Program Files\Oracle\JDeveloper 3.1\myprojects\driverTest\mydriver.sqlj
Warning: (33) Type driverTest.Driver of host item #1 is not permitted in JDBC. This will not be portable..
Error: (4) identifier sqlj.runtime.ref.DefaultContext not found.
Error: (5) identifier sqlj.runtime.ConnectionContext not found.
Error: (20) class ConnectionContext not found in class driverTest.mydriver.
Error: (11) identifier sqlj.runtime.ref.ConnectionContextImpl not found.
Error: (11) identifier sqlj.runtime.ConnectionContext not found.
Error: (0) identifier sqlj.runtime.profile.Loader not found.
Error: (17) variable DefaultContext not found in class driverTest.mydriver.
Error: (17) constructor mydriver$_Ctx(<any>) not found in class driverTest.mydriver._Ctx.
Error: (22) constructor mydriver$_Ctx(<any>) not found in class driverTest.mydriver._Ctx.
Error: (26) constructor mydriver$_Ctx(java.sql.Connection) not found in class driverTest.mydriver._Ctx.
Error: (33) identifier sqlj.runtime.ConnectionContext not found.
Error: (33) identifier sqlj.runtime.error.RuntimeRefErrors not found.
Error: (33) identifier sqlj.runtime.ExecutionContext not found.
Error: (33) identifier sqlj.runtime.error.RuntimeRefErrors not found.
Error: (33) identifier sqlj.runtime.profile.RTStatement not found.
Error: (0) identifier sqlj.runtime.RuntimeContext not found.
Error: (0) method getProfileKey(<any>, java.lang.String) not found in class driverTest.mydriver._Ctx.
D:\Program Files\Oracle\JDeveloper 3.1\myprojects\driverTest\Driver.sqlj
Error: (11) identifier sqlj.runtime.ref.DefaultContext not found.
Error: (12) identifier sqlj.runtime.ConnectionContext not found.
Error: (52) class ConnectionContext not found in class driverTest.Driver.
Error: (20) identifier sqlj.runtime.ref.ConnectionContextImpl not found.
Error: (20) identifier sqlj.runtime.ConnectionContext not found.
Error: (44) variable DefaultContext not found in class driverTest.Driver.
Error: (44) constructor Driver$_Ctx(<any>) not found in class driverTest.Driver._Ctx.
Error: (55) variable DefaultContext not found in class driverTest.Driver.
Error: (55) constructor Driver$_Ctx(<any>) not found in class driverTest.Driver._Ctx.
Error: (61) constructor Driver$_Ctx(java.sql.Connection) not found in class driverTest.Driver._Ctx.
Error: (67) constructor Driver$_Ctx(oracle.jdbc.driver.OracleConnection) not found in class driverTest.Driver._Ctx.
Error: (77) constructor Driver$_Ctx(oracle.jdbc.driver.OracleConnection) not found in class driverTest.Driver._Ctx.
D:\Program Files\Oracle\JDeveloper 3.1\myhtml\driverTest_html\view.jsp
Error: (27) incompatible types; found: void, required: driverTest.Driver.
null

1) JDeveloper 3.1 is not able to locate sqlj.runtime Ensure that the SQLJ runtime.zip and/or translator.zip file is in the project's CLASSPATH.
2) Warning: (33) Type driverTest.Driver of host item #1 is not permitted in JDBC. This warning is issued if you use Java types that are supported by Oracle's JDBC driver (and thus in the Oracle SQLJ runtime), but that are not JDBC types. You'd only care about this warning if you want to write fully portable code. You can turn of portability warnings in JDeveloper under project properties on the SQLJ tab. On the SQLJ command line you could say: -warn=noportable.

Similar Messages

  • Sqlj runtime error with oracle 10G in Websphere6 or 5.1

    We are trying to migrate from oracle 9i to 10G and we are compiled all our sqlj code with codegen = -oracle option.(previously we used to use codegen=-jdbc which for some reason doesnot work).it compiles fine with out any erros.. But when we try to run then get this exception.
    java.lang.IllegalArgumentException: SQLJ programs translated with the option -codegen=oracle must be run under Oracle JDBC 9.0.0 or higher. If the Oracle JDBC driver is wrapped, then the wrapper must implement all of the oracle.jdbc.OracleXxxx interfaces. Alternatively, you can translate SQLJ programs either with -codegen=iso. java.lang.IllegalArgumentException: SQLJ programs translated with the option -codegen=oracle must be run under Oracle JDBC 9.0.0 or higher. If the Oracle JDBC driver is wrapped, then the wrapper must implement all of the oracle.jdbc.OracleXxxx interfaces. Alternatively, you can translate SQLJ programs either with -codegen=iso.
    at sqlj.runtime.ref.ConnectionContextImpl.getOracleConnection(ConnectionContextImpl.java:167)
    at sqlj.runtime.ExecutionContext$OracleContext.prepareOracleStatement(ExecutionContext.java:1397)
    We are using ojdbc14.jar that came with oracle 10G.
    Hope any one can give any pointers.

    I'm having same issue - but I'm having it when I try to invoke a method that contains a database Object type from a Tibco Business Works Process called a Java Method.
    How exactly do you do the codegen=iso configuration?
    I've tried:
    1. Project Properties / Compiler SQLJ and then select from Code Generation drop down iso.
    2. From Connections / Database / Navigate to package / right-click / Generate Java / Browse to my custom jpub.properties file where I have tried multiple entries such as (by themselves and in some combination.:
    - jpub.codegen=jdbc
    - jpub.codegen=iso
    - jpub.compatible=9i
    - jpub.compatible=8i
    - compatible=both8i
    - jpub.usertypes=oracle
    - jpub.compatible=customdatum
    - jpub.compatible=sqlj
    I've also played with changing from the default some of the Mapping Options in Connections / Database / Navigate to package / right-click / Generate Java / Mapping Options.
    This doc here, says that code should change (section 6 JPublisher Input Files - based on configuration of Input files)
    Oracle® Database
    JPublisher User's Guide
    10g Release 2 (10.2)
    B14188-01
    No matter what I do, the code that gets generate is the same.
    Also, the documentation talks about running things from the command line but how exactly do you do that? Do I need to be in specific directory? I tried the c:\ C:\jdev\system and c\jdev\ and c:jdev\bin and always get error message: 'jpub' is not recognized as an internal or external command, operable program or batch file.
    I've built a java client in JDeveloper to successfully call the same method and I don't see the error.
    Edited by: disaak on Mar 9, 2010 11:51 AM

  • ClassNotFoundException:oracle.sqlj.runtime.Oracle

    Sub: Error
    message "ClassNotFoundException:oracle.sqlj.runtime.Oracle"
    Hi,
    I am trying to run an applet whose source is compiled by sqlj
    with no errors. Applications hit the database and run fine from
    the Sun Unix command prompt, but when I write as an applet and
    try to run through the web I get the above error message. I am
    running webserver 3.0 and Oracle 8 version on Sun E10K with ver
    5.6, JDK 1.2.
    Thanks in advance for your reply.
    Ravi Nitta
    null

    Ravi Nitta (guest) wrote:
    : Sub: Error
    : message "ClassNotFoundException:oracle.sqlj.runtime.Oracle"
    : Hi,
    : I am trying to run an applet whose source is compiled by sqlj
    : with no errors. Applications hit the database and run fine from
    : the Sun Unix command prompt, but when I write as an applet and
    : try to run through the web I get the above error message. I am
    : running webserver 3.0 and Oracle 8 version on Sun E10K with ver
    : 5.6, JDK 1.2.
    : Thanks in advance for your reply.
    : Ravi Nitta
    Ravi --
    I think there was a problem with the 8.0.5 distribution, in
    that the oracle.sqlj.runtime classes did not make it into
    the runtime.zip file.
    Just add the oracle.sqlj.runtime.* packages to the zip
    (compression must be set to none).
    Additionally, you can remove the packages sqlj.runtime.util
    and oracle.sqlj.runtime.util - these only get used at
    translate time, not at runtime.
    (Alternatively, if you can say: sqlj -profile=false ...
    and your program still runs, you can do that, and your
    applet will not use the Oracle-specific SQLJ runtime.)
    Of course, the runtime.zip and your JDBC driver's zip must be
    distributed with the applet.
    If you get a SecurityException, then the SQLJ runtime you are
    using utilizes reflection, and you have the options outlined
    in my other reply to your query.
    Hope this helps.
    -- Ekkehard
    null

  • Crystal Runtime exception: Missing parameter values

    Our company did a PeopleTools upgrade at one of our clients recently. We upgraded them to PeopleTools 8.50.08. We had to convert all the Crystal Reports to the 2008 format using the RPT converter which is included in the Client install of PeopleTools.
    The only problem now is that a lot of the Crystal processes in PeopleSoft are failing with the following error:
    Crystal Runtime exception: Missing parameter values.
    I've checked the parameters which are being passed to the report and I see both parameters are filled:
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CTORACLE -CDHRMKPDEV -COPSDUT -CPOPRPSWD -I218609 -RP"PUP202K" -OT6 -OP"G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LGDUT -OF2 -ORIENTL "2000-10-01" "2002-06-30"
    Database type is Oracle. HRMS version is 8.8. I can run the Query which gets the data in just fine and I can also run the report from Crystal fine. This only happens with Crystal reports which have a date field as a parameter/prompt in the report.
    There's currently an SR open at Oracle, but I was hoping that someone here can help me nail this issue. I'm not too happy with the quallity of Oracle support, but that's a whole different story.

    <s>Just to be sure, did you put a space after each parameter name or is it a typo over here ?
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CT ORACLE -CD HRMKPDEV -CO PSDUT -CP OPRPSWD -I 218609 -RP "PUP202K" -OT 6 -OP "G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LG DUT -OF 2 -OR IENTL "2000-10-01" "2002-06-30"</s>
    Nicolas.
    sorry, it was wrong assumption.
    Edited by: N Gasparotto on Jun 2, 2010 5:11 PM

  • SQLJ runtime exception in 9.2.0.4

    Hi,
    I work on a software using oracle, java and SQLJ technology. Since we pass from oracle 8.1.6 to Oracle 9.2.0.4 we have some sqlj runtime exception. These exceptions are randoms, amazing as the same request with SQL*plus is working, and occurrs randomly in time so it works all the same ...
    examples (in bold the oracle exception text) :
    1/ Unable to define propagation alert iterator (this exception is an SQL one and catched within the program) : Invalid column name
    the sqlj command corresponding => #sql ppgAlertIter = { SELECT USER_LOGIN FROM ALERT WHERE SAFETY_EVENT_ID = :incId AND OCCURRENCE_ID = :occId AND USER_LOGIN IN ( SELECT USER_LOGIN FROM USERS WHERE ROLE_NAME <> :roleName) };
    all the column names are rights !!!!
    2/java.lang.NullPointerException at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteQuery(ExecutionContext.java:1585) at asmtdb.DBUser.getComponentUpdateTime(DBUser.java:882)
    here is a runtime exception (not catched) (this exception correpsonds to the SQLJ commqnd in example 3/)
    3/exception when getting component's update time : Unable to retrieve component's update time : expected 1 columns in select list but found 11
    the SQLJ command corresponding => #sql { SELECT TO_CHAR(UPDATE_TIME, 'DD/MM/YYYY HH24:MI:SS') INTO :updateTime FROM COMPONENT WHERE COMPONENT_NAME = :componentName };
    with SQL*plus no problems to have a result, more is that we have only 3 distinct columns, so why 11 ????
    Is anyone had already these kinds of troubleshootings ???
    Here is my environment :
    - HP-UX B.11.00 U 9000/785 (64 bits)
    - Oracle SQLJ Release 9.2.0.3.0 Production
    Copyright © 1997, 2003, Oracle Corporation. All Rights Reserved.
    Build version: 2.3.0.0 - Built on Feb 15, 2002
    IDE interface version: 9.2.0.3.0/2.3.0.0
    JDBC version: Oracle JDBC driver version 9.2 (9.2.0.3.0)
    SQLJ runtime: Oracle 9.2.0 for JDBC 8.1.7 or later/JDK 1.2.x - Built on Jul 21, 2003
    Java version: 1.4 (1.4.2.00)
    Chris

    Chris,
    The error messages are misleading. I'm only guessing, but from what you have posted, it looks like the problem is in the values you are supplying for your bind variables. It could be that the SQL parser thinks that a bind variable is a column name -- and, of-course, there is no such column name, hence the "Invalid column name" error. Do you know about P6Spy ? It captures the SQL with the bind variable values, so you see the exact SQL that is getting sent to Oracle.
    Good Luck,
    Avi.

  • Error at the installation of the CR Runtime package V13.01/V13.02 - reg key

    Hello,
    we got an error at the installation of the cr runtime package. We have try both
    installation packages(msi) 13.01 and 13.02. But it's the same error.
    We want to install this package automaticly on our computers. On 8 of 10 computers was the instalation successfully.
    On the remaining 2 computers we got the following error.
    MSI (s) (68:9C) [16:30:41:790]: Product: SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) -- Error 1402. Could not open key: HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    Crystal Reports.  System error 87.  Verify that you have sufficient access to that key, or contact your support personnel.  <<--- see below
    Executing op: RegAddValue(Name=svcmgr,Value=0,)
    MSI (s) (68:9C) [16:30:41:775]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\templates,,BinaryType=0,)
    MSI (s) (68:9C) [16:30:41:775]: Executing op: RegAddValue(Name=templatepath,Value=C:\Programme\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\/Templates,)
    MSI (s) (68:9C) [16:30:41:775]: Executing op: RegAddValue(Name=templatesearchmask,Value=*.rpt,)
    MSI (s) (68:9C) [16:30:41:775]: Executing op: RegAddValue(Name=templatefileextension,Value=rpt,)
    MSI (s) (68:9C) [16:30:41:790]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions,,BinaryType=0,)
    MSI (s) (68:9C) [16:30:41:790]: Executing op: RegAddValue(Name=MergeConnectionProperties,Value=no,)
    MSI (s) (68:9C) [16:30:41:790]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\\Crystal Reports,,BinaryType=0,)
    MSI (s) (68:9C) [16:30:41:790]: Executing op: RegAddValue(Name=CommonFiles,Value=C:\Programme\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\,)
    MSI (s) (68:9C) [16:30:41:790]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\\Crystal Reports 3: 87
    MSI (s) (68:9C) [16:30:41:790]: Product: SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) -- Error 1402. Could not open key: HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\\Crystal Reports.  System error 87.  Verify that you have sufficient access to that key, or contact your support personnel.
    Error 1402. Could not open key: HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\\Crystal Reports.  System error 87.  Verify that you have sufficient access to that key, or contact your support personnel.
    MSI (s) (68:9C) [16:30:41:790]: User policy value 'DisableRollback' is 0
    Our it team have an idea. They think that the problem is the double \ at the end of the reg key path. You can find this if you search
    in the code above.
    Can you check this or have you an other idea to solve the problem.
    best regards
    Dennis Hoyer
    - IT consultant (.net development)

    Hi,
    See if below article helps,
    [1535811 - Error 1402 when installing Crystal Reports for Visual Studio 2010 runtime via the msi file |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333833313331%7D.do]
    - Bhushan.

  • Difference between Crystal Reports Runtime Packages

    Post Author: blueyoj
    CA Forum: Deployment
    Hi,
    We develop an application using Microsoft .NET Framework 3.0 and we need to deploy Crystal Report viewer as a part of our setup package. Under Runtime Packages page, I see the following merge modules and MSI.
    Crystal Reports 2008 Crystal Reports XI Release 2 Crystal Reports XI Crystal Reports 10 Crystal Reports 9   Crystal Reports for Visual Studio .NET 2005 Crystal Reports for Visual Studio .NET 2003 Crystal Reports for Visual Studio .NET 2002
    What is the difference between Crystal Report xx (version) and Crystal Reports for Visual Studio .NET 200x?
    If our application should support both 32-bit and 64-bit, does it mean that we need to create two separate setup packages and include proper Crystal Report? I can't find any merge module that supports both.

    Babita,
    request you to post the same in the BO forums for more relevant answers...
    Arun

  • Is it possible to build a captive runtime package with native extension?

    Hi. Now I try to build a captive runtime package with one native extension file(ANE) for Windows.
    I use Flash Builder 4.6 Premium and try to export release build.
    But Flash Builder warns that captive runtime can not bundle ane file.
    So I can not build package.
    Official document seems that captive runtime  supports native extensions.
    Does anyone know about?

    Hi. Now I try to build a captive runtime package with one native extension file(ANE) for Windows.
    I use Flash Builder 4.6 Premium and try to export release build.
    But Flash Builder warns that captive runtime can not bundle ane file.
    So I can not build package.
    Official document seems that captive runtime  supports native extensions.
    Does anyone know about?

  • NoSuchMethodError: sqlj.runtime.ExecutionContext.getOracleContext()

    Hello,
    so i have some of this code in my project
    <code>
    OrdHttpUploadFormData formData = new OrdHttpUploadFormData(request);
    formData.parseFormData();
    OrdHttpUploadFile image = formData.getFileParameter("image");
    OrdHttpUploadFile audio = formData.getFileParameter("audio");
    OrdImage ord_image_zdjeciealbumu =
    (OrdImage) rset.getORAData(1, OrdImage.getORADataFactory());
    OrdAudio ord_audio_utwor =
    (OrdAudio) rset.getORAData(2, OrdAudio.getORADataFactory());
    try {
    image.loadImage(ord_image_zdjeciealbumu);
    audio.loadAudio(ord_audio_utwor);
    } catch (Exception e) {
    </code>
    Generally my problem is such exception :
    <code>
    java.lang.NoSuchMethodError: sqlj.runtime.ExecutionContext.getOracleContext()Lsqlj/runtime/ExecutionContext$OracleContext;
         oracle.ord.im.OrdImageBase._deleteContent(OrdImageBase.java:322)
         oracle.ord.im.OrdImage.deleteContent(OrdImage.java:846)
         oracle.ord.im.OrdImage.loadDataFromInputStream(OrdImage.java:749)
         oracle.ord.im.OrdHttpUploadFile.loadImage(OrdHttpUploadFile.java:544)
         PhotoAlbumRequest.dodajElementDoBazy(Index.java:584)
         Index.doPost(Index.java:91)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:393)
    </code>
    I would like to say that i imported such libraries in my Netbeans project like classes12.jar, runtime12.jar and translator.jar and it still not working. Much appreciated for help.

    Here's the relevant JavaDoc on NoSuchMethodError:
    Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
    Normally, this error is caught by the compiler; this error can only occur at run time if the definition of a class has incompatibly changed.
    Sounds like you have an incompatibility amongst your Oracle JAR files.

  • OEL-5 finally released but with many desktop packages missing

    Hi,
    OEL-5 GA has just been released but with many client (desktop) packages missing (as opposed to CENTOS-5 where all RHEL-5 categories are bundled into only one distribution). Namely, three months ago RHEL-5 has been released in three basic categories:
    1. Red Hat Enterprise Linux Desktop
    2. Red Hat Enterprise Linux
    3. Red Hat Enterprise Linux Advanced Platform
    The complete souce code for these distributions resides in two Red Hat ftp directories: "5Client" and "5Server" with different contents. It seems that OEL-5 GA includes only packages from "5Server" directory. So, many important applications are missing:
    - openoffice.org
    - kdepim (kmail, knode etc)
    - thunderbird
    - fribidi
    - gaim
    - k3b
    etc.
    I'm little confused, since it would be very stupid to have to download those packages from CENTOS-5 or self-compiling them from Red Hat source rpm download site.
    N.J.

    Thanks a lot Wim.
    Yes I know, the problem didn't exist in RHEL-4/OEL-4, since AS was superset of ES, WS and Desktop. Unfortunatelly, It's not the case in version 5 where client version includes many packages that are missing in server version and vice versa. To avoid complications with new subscription channels, I would suggest the simplest and the most logical solution: all three categories BUNDLED in single distribution OEL-5 GA and only one subscription channel, just like CENTOS-5 (six CD ISOs).
    Regards
    N.J.

  • Build tools language resources - amd64 "packages missing" Installation stuck

    I am installing the VS2015 Enterprise RC, the first installation went well, but after the second one, the installation pauses asking, package missing, download from internet or search in this address? I chose the internet one, and the installation has
    never advanced ever since, the package that is missing is "build tools language resources - amd64", and it is still acquiring this package.
    Tao Wang

    Hi ,
    Export location provided is not correct , make sure files exist as per  requirement.
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1' does not exist;
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP2' does not exist;
    Import directory 'C:\Documents and Settings\belis\My Documents\NW7.02\NWASABAPTRIAL70206\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP3' does not exist.
    Regards,

  • SQLJ runtime error

    Hi:
    I am getting the following Exception when I call sqlj based java class from a jsp page. The Exception indicates that the SQLJ runtime tries to grab the sql statement from the cache, but it is going out of the Arrary bounds. I am really wondering if clearing SQLJ cache will resolve the issue. If it does, how can I clear the SQLJ runtine cache on Solaris 7.
    Your help is very much appreciated, as I wasted long time trying to debug it.
    java.lang.ArrayIndexOutOfBoundsException: 63     
    at sqlj.runtime.profile.ref.StatementCacheProfile.getStatement(StatementCacheProfile.java:82)
         at sqlj.runtime.profile.ref.ProfileWrapper.getStatement(ProfileWrapper.java:96)
         at sqlj.runtime.ExecutionContext$StatementStack.setStatement(ExecutionContext.java:995)
         at sqlj.runtime.ExecutionContext.registerStatement(ExecutionContext.java:523)
         at com.nortelnetworks.productsupportability.sqlj.generated.passport.dpngate.getDefaultT1(dpngate.java:2405)
         at netrx.charts._passport._dpngate._jspService(_dpngate.java:239)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
         at oracle.jsp.JspServlet.internalService(JspServlet.java)
         at oracle.jsp.JspServlet.service(JspServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
         at org.apache.jserv.JServConnection.run(JServConnection.java:188)
         at java.lang.Thread.run(Thread.java:536)
    Regards

    Any one of the three following things should help:
    (1) Add the generated .ser file(s) to be loaded by loadjava.
    (2) Use the -ser2class option when translating your SQLJ source and add the additional .class files to be loaded by loadjava.
    (3) Use loadjava to load SQLJ source rather than .class (and .ser) files.

  • Unneeded packages missing at Oracle 11gR2 installation on RHEL6.3 x86_64

    Hi experts!!
    I am getting a little bit puzzled when I am installing Oracle Database 11gR2 on my RHEL 6.3 server, which is x86_64.
    I have read the installation doc (http://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm) over and over again but I cannot get any clue to solve the problem I am facing: when I get to the 'Prerrequisite Checks' step at the installation, I get a message informing that I am missing some packages for i386, which shouldn't be necessary according to the documentation. The documentation says the next packages need to be installed for RHEL6 (all of them either for x86_64 or i686):
    ++The following or later version of packages for Oracle Linux 6, and Red Hat Enterprise Linux 6 must be installed:++
    ++binutils-2.20.51.0.2-5.11.el6 (x86_64)++
    ++compat-libcap1-1.10-1 (x86_64)++
    ++compat-libstdc++-33-3.2.3-69.el6 (x86_64)++
    ++compat-libstdc++-33-3.2.3-69.el6.i686++
    ++gcc-4.4.4-13.el6 (x86_64)++
    ++gcc-c++-4.4.4-13.el6 (x86_64)++
    ++glibc-2.12-1.7.el6 (i686)++
    ++glibc-2.12-1.7.el6 (x86_64)++
    ++glibc-devel-2.12-1.7.el6 (x86_64)++
    ++glibc-devel-2.12-1.7.el6.i686++
    ++ksh++
    ++libgcc-4.4.4-13.el6 (i686)++
    ++libgcc-4.4.4-13.el6 (x86_64)++
    ++libstdc++-4.4.4-13.el6 (x86_64)++
    ++libstdc++-4.4.4-13.el6.i686++
    ++libstdc++-devel-4.4.4-13.el6 (x86_64)++
    ++libstdc++-devel-4.4.4-13.el6.i686++
    ++libaio-0.3.107-10.el6 (x86_64)++
    ++libaio-0.3.107-10.el6.i686++
    ++libaio-devel-0.3.107-10.el6 (x86_64)++
    ++libaio-devel-0.3.107-10.el6.i686++
    ++make-3.81-19.el6++
    ++sysstat-9.0.4-11.el6 (x86_64)++
    However, having a look at the installation log for the packages installed, the Oracle installation is missing some packages for i386, but these infraestructure is not required at all for RHEL6:
    [root@localhost ~]# less /tmp/OraInstall2013-03-04_09-06-59PM/installActions2013-03-04_09-06-59PM.log| grep -i "is missing on node"
    INFO: Error Message:PRVF-7532 : Package "libaio-0.3.105 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "compat-libstdc++-33-3.2.3 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "elfutils-libelf-devel-0.97" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "libaio-devel-0.3.105 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "libgcc-3.4.6 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "libstdc++-3.4.6 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "unixODBC-2.2.11 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "unixODBC-devel-2.2.11 (i386)" is missing on node "localhost"
    INFO: Error Message:PRVF-7532 : Package "pdksh-5.2.14" is missing on node "localhost"
    If I ignore this warnings, at the next step the Oracle installation stops with an error. I am a little bit lost about how to do to solve this. Is there anybody who has faced the same situation?
    Thanks in advance and kind regards,
    Guiller.

    Hi Srini!
    You are totally right. I have downloaded the following 11gR2 version:
    11.2.0.1.0
    However, having a look at the download page for Oracle databases, I guess that is the latest version I can find to download (if I don't have any kind of support with Oracle). Here it is the link I am using to download the software:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Thank you very much and kind regards,
    Guiller.

  • Auxiliary Packaging missing from DESADV IDOC

    Hi Experts,
    I have a delivery attached to a shipment, when the output for the shipment triggers an outbound DESADV IDOC, the segment E1EDP08 and E1EDP06 contain normal packaging material information, BUT Auxiliary packaging material information (which do not have a handling unit number) is missing.
    How to get this aux pack info into E1EDP08 and E1EDP06 segments of DESADV IDOC? any configuration, user exit, coding?
    maximum points would be rewarded, if the solution is helpful.
    Br,
    Ankur

    I have checked these field available in DESADV original message in WE19 transaction.You need to add in Functional module program if the packing material has AUXilary packing then system should populate these fiels.Check why the current program it is not populating?.If the logic is not written in existing program then you need to modify the code.

  • Mapping Runtime Component Missing !

    Hi
    We have an XI 3.0 server installed (SP4) . We could not see the "Mapping Runtime" component listed in the Component list of Integration Server(We could see this component missing when we log into RWB).
    Also we are facing errors when we try to test the interface mappings we have designed. We suppose this could be attributed to the above issue.
    Any pointers/clarifications on the same is appreciated
    Thanks
    Saravana

    Hi,
    can you go to SP9, as there are more problems solved for XI, e.g. we had cache issues before.
    Did you check SXMB_MONI to see at which step it fails?
    Stefan

Maybe you are looking for

  • Can't print from Win2000 to USB printer via Airport Extreme

    Background: I have an Epson Stylus Photo 820 printer connected by USB to an Airport Extreme base station. My iMac is connected to the base station via an ethernet cable. Using Bonjour for Windows 1.0.3, I've set up the Epson printer to print from Win

  • Why is my Retina Macbook Pro slow after Yosemite

    I have tried to do the Disk repairs in Safe Mode several times and then the SMC and PRAM clearing that Luis Mercado suggested in October 2014 and still have the same slow spinning wheel issue since Yosemite install.  PLEASE HELP.  BEEN A MAC GUY FOR

  • Change Language in jdeveloper application

    Hi i created home page using jdeveloper, my client saying that i want to change language(eg: i want chanage that application to Arabic language) so please any one help me which component i want use to change language.right now i using jdeveloper11g r

  • Times in Scheduling - ATP

    Hi Can anyone help me find, how the time is determined in sales order- Scheduline-Shipping Tab for all of the feilds of Transportation Plannning Date:  'TIME' Material availability date: 'TIME' Loading date: 'TIME' Good issue date: 'TIME' All of he a

  • Use environment variables in logging.properties file

    is there a way to use environment variables in logging.properties file? like this - java.util.logging.FileHandler.pattern = {$MY_BASE_LOG_FOLDER}/myapp1/log/123%g.logdo I have to write a custom logging.properties loader? if yes, then are there any ex