Exec] error: RmiModeler error: java.lang.ClassNotFoundException: webservice

hi,
Im trying to build a very basic web service using jaxrpc and i get the following errors
error 1
[exec] error: RmiModeler error: java.lang.ClassNotFoundException: webservice$hostel$Hostel
[exec] Result: 1
all the server side Hostel code compiled when i complied it seperatly....done know why it is feakin out nowand givin errors.. can any help
error 2
[exec] error: XML reader error: java.io.EOFException: Unexpected end of ZLIB input stream
haven't a clue what this is!!!!

I am having a similar problem with RmiModeler errors:
http://forum.java.sun.com/thread.jsp?forum=331&thread=498925&tstart=0&trange=15
I am using asant and it is building fine, but the wscompile is falling over

Similar Messages

  • Error: RmiModeler error: java.lang.ClassNotFoundException: x$y$z$ClassName

    Hi Can anyone explain why I'm getting the following error when I run the wsdeploytool?
    error: RmiModeler error: java.lang.ClassNotFoundException: com$triple$dqcp$ws$DqcWebServicesInterface
    Please note that I have the following end point definition in my jaxrpc-ri.xml file.
    interface="com.triple.dqcp.ws.DqcWebServicesInterface"
    implementation="com.triple.dqcp.ws.DqcWebServicesImpl"/>
    Thanks, Saycat

    We have modified the hello example to include a class that is not in the default directory/package but is in a seperate jarfile.
    On running, the wsdeploy complains that it cannot find the class in the jar file. So to remedy this we added the "-classpath" option above, but this caused an error:
    process-war:
    [echo] Running wsdeploy....
    [exec] info: created temporary directory: C:\jwsdp-1_0_01\docs\tutorial\exa
    mples\jaxrpc\hello\build\wsdeploy-generated\jaxrpc-deploy-af2f55
    [exec] info: processing endpoint: MyHello
    [exec] error: generator error: generator error: can't create directory: C:\
    jwsdp-1_0_01\docs\tutorial\examples\jaxrpc\hello\build\wsdeploy-generated\jaxrpc
    -deploy-af2f55\WEB-INF\classes;c:\dev\common\lib\util\ecetutil.jar\hello
    [exec] info: created output war file: C:\jwsdp-1_0_01\docs\tutorial\example
    s\jaxrpc\hello\dist\hello-jaxrpc.war
    [exec] info: removed temporary directory: C:\jwsdp-1_0_01\docs\tutorial\exa
    mples\jaxrpc\hello\build\wsdeploy-generated\jaxrpc-deploy-af2f55
    Not quite sure what it is trying to do here, but to me this "-classpath" option does not work.
    One workaround is to copy the jar into the common\lib directory in the web services pack, but this is fairly extreme!
    Surely there is a more practical solution?
    T.

  • Re : Error java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDrive

    Hello All,
    I am writing this simple program which connects to Oracle DB ( 10.2 ). The Java version I have is 1.5.0_13 . I do have oracle client installed. When I run the below code ...I get error
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:164)
            at OraThin.main(OraThin.java:13)The code I have is :
    import java.io.*;
    import java.sql.*;
    public class OraThin {
      public static void main(String[] args) {
        try {
    System.out.println(System.getProperty ("java.class.path") );
          Connection con=null;
          Class.forName("oracle.jdbc.driver.OracleDriver");
          con=DriverManager.getConnection(
            "jdbc:oracle:thin:@hostname:15282:ServiceName",
            "scott",
            "tiger");
          Statement s=con.createStatement();
          s.execute("SELECT SYSDATE FROM DUAL");
          s.close();
          con.close();
      } catch(Exception e){e.printStackTrace();}
    } Please suggest as to what am I missing, I am not that well versed with Java.
    Thanks in advance,
    Sam

    Hello Paul,
    Thanks for you suggestion. Based on it , I did add the exact jar file in the PATH environmental variable in XP.
    Path=C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar;C:\oraclexe\a
    pp\oracle\product\10.2.0\server\bin;C:\oracle\product\10.2.0\client_1\bin;C:\Ora
    cle\product\10.1.0\Client_1\bin;C:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin\
    client;C:\j2sdk1.4.2_06\bin;Even after adding the specific jar file *("C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar")* ..I am getting the exact same error. moreover, to verify this I also tried to import import oracle.jdbc.driver.*.....and now my code would not even complie and I get error *(c:\Program Files\Java\jdk1.5.0_13\bin\OraThin.java:3: package oracle.jdbc.driver*
    does not exist ) . I also rebooted my machine just to make sure ...that didnt work either. Also, I changed these jar to be first in the PATH varibale ..to avoid conflict with any later .jar's classes. The code is :
    import java.io.*;
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class OraThin {
      public static void main(String[] args) {
        try {
    System.out.println(System.getProperty ("java.class.path") );
          Connection con=null;
          Class.forName("oracle.jdbc.driver.OracleDriver");
          con=DriverManager.getConnection(
            "jdbc:oracle:thin:@hostname:15282:ServiceName",
            "scott",
            "tiger");
          Statement s=con.createStatement();
          s.execute("SELECT SYSDATE FROM DUAL");
          s.close();
          con.close();
      } catch(Exception e){e.printStackTrace();}
    }What am I missing here!! ?
    Thanks again,
    Sam

  • While entering the username and password in OEM, it is showing error : java.lang.ClassNotFoundException: _database._instance._sitemap._sitemap

    After starting OEM and entering the username and password , it is showing error : java.lang.ClassNotFoundException: _database._instance._sitemap._sitemap

    >
    Your reply might be useful, but it is still not a suitable answer for my question. >You might try reading it again, because you've absolutely missed the point.
    >
    I am familiar with NetBeans, because I have built many websites by this tool before, I don't want to change to other IDEs, ..>Nobody suggested 'another IDE'.
    Oh, and your 'hurry' is none of my business or concern. But if you are in such a gosh-darn hurry, it might be useful to read replies carefully - otherwise you might end up wasting a great deal of time.

  • Netlet Error ;java.lang.ClassNotFoundException: netscape.javascript.JSObjec

    Im using Iexplorer 6 winXP.
    During loading a netlet i got this error:
    java.lang.ClassNotFoundException: netscape.javascript.JSObject
         at com/ms/vm/loader/URLClassLoader.loadClass
         at java/lang/ClassLoader.loadClassInternal
         at com/sco/tta/client/portal/Mediator.init
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    The first error message was that netscape was detected (unleless i was using ie) I erase the security manager as described earlier in this forum, but nothing, so i erase all file containing netscape, and now my netlet doesnt even start!
    What sould I do?

    Hi,
    Can you elaborate on your problem ? Also if you are using the netlet, please provide complete java console output
    Thanks!
    Satish

  • Servlet error: java.lang.ClassNotFoundException:

    After deploying a JDeveloper .ear file to OAS, I try to run the jsp file from OAS and receive the following error:
    500 Internal Server Error
    Servlet error: java.lang.ClassNotFoundException: lcfsreport.lcfsSearchReport
    _lcfsreport. = context root
    _lcfsSearchReport = .jsp file to execute
    I am new to JDeveloper and OAS and am flying blind, any help would be appreciated.

    I've found other post concerning this very same issue and it appears there could be other issues involved than those pointed to by Oracle documentation.
    Is there a direct way to check to see if my jsp's are generating with the version supported by oas 10.1.2?
    I am beginning to understand the frustrations I hear with J2EE development and why many developers do not move to the latest J2EE versions.
    I should have stuck with using old versions of JDeveloper, hind-sight is 20/20...

  • Servlet error: java.lang.ClassNotFoundException: _ias._oc4j._redeploy

    When I try to redeploy an EAR file to an existing OC4J container over an existing application EAR using the redeploy button, I get the following error:
    500 Internal Server Error
    Servlet error: java.lang.ClassNotFoundException: ias.oc4j._redeploy
    I am using Oracle Application Server 10g. I've tried doing the exact same thing from another PC and it worked. Any ideas what this could be caused by?
    Thanks,
    Jeff

    I found a related post to check for the existence of ORACLE_HOME/sysman/webapps/emd/ias/oc4j/deployWiz/selectAppDest.uix, which exists on my box.
    Another weird thing is that the exact same process of deploying from other PC's works. I don't understand how a ClassNotFoundException could get thrown due to some variation in client browser configuration. All client's involved, however, seem to be configured the same: IE 6, same corporate image default configuration, etc. Any ideas?
    Thanks,
    Jeff

  • Error : java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver

    Hi,
    I am writing an application and am trying to open a connection to Oracle database that is on a server. I am using the following test code to check if it connects to the database.
    import java.sql.*;
    class dbAccess {
      public static void main (String args []) throws SQLException
            String DBurl = "jdbc:oracle:thin:@local:1522:DBORA";
            String user = "test";
            String pwd = "test123";
            Class.forName("oracle.jdbc.driver.OracleDriver");
            con = DriverManager.getConnection(DBurl, user, pwd);
    }On running the above program I keep on getting the following error:
    Error : java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    java.lang.NullPointerException
    If I open the connection using JDeveloper wizard I can see the DB. But if running the above program in the JDev, JCreator or commandline keep on getting the error. Any help is appreciated. Thanks

    How do I set the path for the Oracle Driver. ThanksI dunno. You're supposed to know where that class is (what jar it lives in). You set it up in JDeveloper in the first place, so you must have known where it is. After you know that, it's up to you to figure out how JCreator projects are set up to include jars in a project (just like JDeveloper projects do). For the command-line way, you set the classpath on the command-line arguments:
    java -cp (your classpath here, which must include the jars it needs) ...

  • Error: "Java.lang.ClassNotFoundException:InterfaceApplet.class "

    I am trying to execute an applet but the foolowing error occurs:
    "Java.lang.ClassNotFoundException: InterfaceApplet.class Caused by: java.io.IOException: open HTTP connection failed "
    My applet is another computer, I execute the connection for network.
    But the InterfaceApplet.class archive exists.
    Also already signed the applet, what more I must make to execute this applet

    941369 wrote:
    Hi,
    I am getting a "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" run time error while trying to use jdbc to connect to a MySql server on windows. Below is the error.
    "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver ".
    My code is shown below
    import java.sql.*;
    public class jdbcExample {
         public static void main(String[] args){
         String s1="select * from emp";
         try{
              Class.forName("com.mysql.jdbc.Driver");
              Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/vivek","root","password");
              Statement st = con.createStatement();
              ResultSet rs = st.executeQuery(s1);
         while(rs.next()){
              System.out.println(rs.getString(1));
              System.out.println(rs.getString(2));
              System.out.println(rs.getDouble(3));
    catch(Exception e){
         System.out.println((e));
    May be I'm getting the error at Class.forName("com.mysql.jdbc.Driver"); in the code. And I'm using mysql 5.1.
    Please help me to resolve the problem.
    Regards,
    Vivek.Do you have this connector jar (http://dev.mysql.com/downloads/connector/j/) in your class path?

  • Runtime.exec error - java.lang.NullPointerException

    Hi,
    I am trying out the example code from javaWorld that shows how to use exec to execute external command. The problem is that I aways run into java.lang.NullPointerException on line that has "Process proc = rt.exec(cmd);" I have tried to run the code under Windows XP and Windows 2003; and I get the same error message. Any idea on what might be casing this?
    Thanks,
    // GoodWindowsExec.java
    import java.util.*;
    import java.io.*;
    class StreamGobbler extends Thread
    InputStream is;
    String type;
    StreamGobbler(InputStream is, String type)
    this.is = is;
    this.type = type;
    public void run()
    try
    InputStreamReader isr = new InputStreamReader(is);
    BufferedReader br = new BufferedReader(isr);
    String line=null;
    while ( (line = br.readLine()) != null)
    System.out.println(type + ">" + line);
    } catch (IOException ioe)
    ioe.printStackTrace();
    public class GoodWindowsExec
    public static void main(String args[])
    if (args.length < 1)
    System.out.println("USAGE: java GoodWindowsExec <cmd>");
    System.exit(1);
    try
    String osName = System.getProperty("os.name" );
    String[] cmd = new String[3];
    if( osName.equals( "Windows NT" ) )
    cmd[0] = "cmd.exe" ;
    cmd[1] = "/C" ;
    cmd[2] = args[0];
    else if( osName.equals( "Windows 95" ) )
    cmd[0] = "command.com" ;
    cmd[1] = "/C" ;
    cmd[2] = args[0];
    Runtime rt = Runtime.getRuntime();
    System.out.println("Execing " + cmd[0] + " " + cmd[1]
    + " " + cmd[2]);
    Process proc = rt.exec(cmd);
    // any error message?
    StreamGobbler errorGobbler = new
    StreamGobbler(proc.getErrorStream(), "ERROR");
    // any output?
    StreamGobbler outputGobbler = new
    StreamGobbler(proc.getInputStream(), "OUTPUT");
    // kick them off
    errorGobbler.start();
    outputGobbler.start();
    // any error???
    int exitVal = proc.waitFor();
    System.out.println("ExitValue: " + exitVal);
    } catch (Throwable t)
    t.printStackTrace();
    }

    What is System.getProperty("os.name") returning when you run on Windows XP or 2003?
    You are only filling in your cmd array when os.name is either Windows NT or Windows 95. In other cases, the elements of cmd are left as null.
    The documentation for Runtime.exec() says you will get a NullPointerException when elements of the array are null:
    http://apidoc.org/view/10563?a=exec%28java.lang.String%5B%5D%29

  • Windows Vista "java.lang.ClassNotFoundException: loader.class" error.

    Hello,
    Whenever I try to visit websites that have a java applet I get a dialogue with the following error:
    java.lang.ClassNotFoundException: loader.class.
    I have tried uninstalling/reinstalling java, and also adding the -xmx and -xms parameters for java applet runtime setting in control panel with various values from 128m to 1g.
    The applet at http://www.java.com/en/download/installed.jsp?detect=jre&try=1 does work and reports "CONGRATULATIONS, you have the Latest version of Java!", "Java Runtime Version 1.6.0."
    I have been experiencing this problem ever since I installed Windows Vista Home Premium a day or two ago. Any help is appreciated.
    Regards
    Greg
    =====================================
    Full output from Java Console
    =====================================
    Java Plug-in 1.6.0
    Using JRE version 1.6.0 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Greg Taylor
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class loader.class not found.
    java.lang.ClassNotFoundException: loader.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    java.lang.ClassNotFoundException: loader.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    ive been having the same problems, if youve resolved this problem, please tell me.
    all help is appreciated

  • Java.lang.ClassNotFoundException error when running a form

    Hello,
    On a Windows 2003 64 bits server I have installed Oracle Application Server 10gR2 10.1.2.0.2 (Infrastructure + Business Intelligence and Forms option). I also upgraded to Portal 10.1.4. All components are up and running.
    I wanted to test if Forms services are functional using the test form provided by OAS at installation (test.fmb/.fmx).
    Steps executed:
    1) Start -> Programs ->Oracle Application Server 10g -> Forms Services -> Run a form on the web for form=test.fmx
    or in the IE browser:
    2) http://pwr-hp-srv.replynet.prv:7778/forms/frmservlet?form=test.fmx
    The applet is not starting and I receive the following error:
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
    What does this mean? What should I do to make it work?
    Any help will be appreciated.
    Tahnk you.
    daniela

    Hello again,
    I solved the problem.
    In Control Panel -> JInitiator administration console , the option "Use browser settings" has to be unchecked.
    daniela

  • Java.lang.ClassNotFoundException error when running form

    Hello,
    On a Windows 2003 64 bits server I have installed Oracle Application Server 10gR2 10.1.2.0.2 (Infrastructure + Business Intelligence and Forms option). I also upgraded to Portal 10.1.4. All components are up and running.
    I wanted to test if Forms services are functional using the test form provided by OAS at installation (test.fmb/.fmx).
    Steps executed:
    1) Start -> Programs ->Oracle Application Server 10g -> Forms Services -> Run a form on the web for form=test.fmx
    or in the IE browser:
    2) http://pwr-hp-srv.replynet.prv:7778/forms/frmservlet?form=test.fmx
    The applet is not starting and I receive the following error:
    java.lang.ClassNotFoundException: oracle.forms.engine.Main
    What does this mean? What should I do to make it work?
    Any help will be appreciated.
    Tahnk you.
    daniela

    Hello again,
    I solved the problem.
    In Control Panel -> JInitiator administration console , the option "Use browser settings" has to be unchecked.
    daniela

  • Error -- java.lang.Exception: Exception in sending Request :: null

    I has a problem with database oracle 10g release 2...

    I am having the similar problem.
    CLASSPATH : C:\oracle\product\10.2.0\db_1\jdbc\lib
    classes12 and ojdbc14 files exist in above location.
    CODE:
    import java.sql.*;
    public class getOracleConnection
    public static void main(String[] args)
    DB db = new DB();
    Connection conn=db.dbConnect("jdbc:oracle:thin:@localhost:1521:orcl", "scott", "tiger");
    class DB
    public DB() {}
    public Connection dbConnect(String db_connect_string,
    String db_userid, String db_password)
    try
         Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection(db_connect_string, db_userid, db_password);
    System.out.println("connected");
    return conn;
    catch (Exception e)
    e.printStackTrace();
    return null;
    I am getting following error:
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at DB.dbConnect(getOracleConnection.java:25)
         at getOracleConnection.main(getOracleConnection.java:8)
    Could someone please help me figure out what is happening.
    Thanks
    MM.

  • BarcodeEncoder class:  java.lang.ClassNotFoundException

    Hi, I am trying to add barcoding capability to our XML Publisher based report. We are trying to use Code128 barcode font and I have gone through the drill detailed out by Monsieur Dixter (thanks to him) on his blog and the XML Publisher documentation. Initially, I had been successful .. this was around 3 months ago in our DEV environment, when my template was under initial stages of development on the layout/format side. I was able to scan the barcode using a scanner. So, I froze the code and migrated the jar files to other test environments. But once the code got to other environments, the barcode stopped working. I suspected that one reason could be that the JVM couldnt find my class, which is what has been happenning. Even though I got the new instance bounced several times, the error keeps occuring and I am unable to scan the barcode.
    Would appeciate if could provide me some pointers.
    Thanks
    Vikram
    XMLP Version: 5.6.3
    EBiz: 12.0.4
    Below is the error .. The referred barcode class is placed in the custom java classpath, $XXMMX_TOP/java/classes configured by our DBA's. Other custom classes/jar placed in this classpath are being picked up, such those done for OA Framework customizations.
    I have turned the XDO Debug ON and could extract the following log:-
    ===================================================================================
    [070909_053458413][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): oa-date-validation: null
    [070909_053458420][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): xdo.TemplateValidation: null
    [070909_053458420][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): template validation is on
    [070909_053458482][][STATEMENT] TemplateHelper.runProcessTemplate() called
    [070909_053458482][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [070909_053458482][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [070909_053458482][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [070909_053458482][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [070909_053458482][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [070909_053458482][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[UTF8]
    [070909_053458482][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [070909_053458482][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [070909_053458488][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [070909_053458488][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=dd100-d.mmx.com)(PORT=1525)))(CONNECT_DATA=(SID=DEV)))]
    [070909_053458488][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [070909_053458488][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [070909_053458488][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [070909_053458488][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [070909_053458488][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [070909_053458489][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [070909_053458489][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [070909_053458489][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [070909_053458489][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [070909_053458489][][EXCEPTION] [DEBUG] [APPLTMP]:[mmx/dev/applinst/apps/DEV_hpxda100/appltmp]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.protocol.handler.pkgs]:[oracle.apps.xdo.common.net.protocol]
    [070909_053458489][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/IA64N]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.vm.version]:[1.5.0.04 jinteg:07.27.06-16:18 IA64]
    [070909_053458489][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [070909_053458489][][EXCEPTION] [DEBUG] [dbcfile]:[mmx/dev/applinst/apps/DEV_hpxda100/appl/fnd/12.0.0/secure/DEV.dbc]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Hewlett-Packard Company]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://www.hp.com/go/Java]
    [070909_053458489][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [070909_053458489][][EXCEPTION] [DEBUG] [APPLCSF]:[mmx/dev/applinst/apps/DEV_hpxda100/logs/appl/conc]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Server VM]
    [070909_053458489][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [070909_053458489][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [070909_053458489][][EXCEPTION] [DEBUG] [user.dir]:[mmx/dev/applinst/apps/DEV_hpxda100/logs/appl/conc/log]
    [070909_053458489][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.5.0.04-_27_jul_2006_10_52]
    [070909_053458490][][EXCEPTION] [DEBUG] [CLIENT_PROCESSID]:[11676]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/endorsed]
    [070909_053458490][][EXCEPTION] [DEBUG] [os.arch]:[IA64N]
    [070909_053458490][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[mmx/dev/applinst/apps/DEV_hpxda100/appl/fnd/12.0.0/secure/DEV.dbc]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[var/tmp/]
    [070909_053458490][][EXCEPTION] [DEBUG] [line.separator]:[
    [070909_053458490][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [070909_053458490][][EXCEPTION] [DEBUG] [os.name]:[HP-UX]
    [070909_053458490][][EXCEPTION] [DEBUG] [XDO_TOP]:[mmx/prod/applbin/apps/apps_st/appl/xdo/12.0.0]
    [070909_053458490][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [070909_053458490][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [070909_053458490][][EXCEPTION] [DEBUG] [cpid]:[262016]
    [070909_053458490][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[8859_1]
    [070909_053458490][][EXCEPTION] [DEBUG] [oracle.apps.fnd.common.Pool.leak.mode]:[stderr:off]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.library.path]:[/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/IA64N:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/IA64N/server:/mmx/dev/applbin/apps/tech_st/10.1.3/ap
    psutil/jdk/jre/../lib/IA64N:/mmx/dev/applbin/apps/tech_st/10.1.3/lib32:/mmx/dev/applbin/apps/tech_st/10.1.3/lib:/mmx/dev/applbin/apps/apps_st/appl/cz/12.0.0/bin:/mmx/dev/applbin/apps/apps_st/appl/iby/12.0.0/bin:/mmx/dev/applbin/apps/app
    s_st/appl/pon/12.0.0/bin:/mmx/dev/applbin/apps/tech_st/10.1.3/lib32:/mmx/dev/applbin/apps/tech_st/10.1.3/lib:/mmx/dev/applbin/apps/apps_st/appl/cz/12.0.0/bin:/mmx/dev/applbin/apps/apps_st/appl/iby/12.0.0/bin:/mmx/dev/applbin/apps/apps_s
    t/appl/pon/12.0.0/bin:/usr/lib]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [070909_053458490][][EXCEPTION] [DEBUG] [java.class.version]:[49.0]
    [070909_053458491][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Server Compiler]
    [070909_053458491][][EXCEPTION] [DEBUG] [os.version]:[B.11.23]
    [070909_053458491][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [070909_053458491][][EXCEPTION] [DEBUG] [user.home]:[home/appldev]
    [070909_053458491][][EXCEPTION] [DEBUG] [user.timezone]:[America/New_York]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [070909_053458491][][EXCEPTION] [DEBUG] [file.encoding]:[8859_1]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.specification.version]:[1.5]
    [070909_053458491][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [070909_053458491][][EXCEPTION] [DEBUG] [user.name]:[appldev]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.class.path]:[/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/j
    re/lib/rt.jar:/mmx/dev/applbin/apps/apps_st/comn/java/lib/appsborg2.zip:/mmx/dev/applbin/apps/apps_st/comn/java/classes]
    [070909_053458491][][EXCEPTION] [DEBUG] [DBCFILE]:[mmx/dev/applinst/apps/DEV_hpxda100/appl/fnd/12.0.0/secure/DEV.dbc]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.home]:[mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre]
    [070909_053458491][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [070909_053458491][][EXCEPTION] [DEBUG] [user.language]:[en]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [070909_053458491][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [070909_053458492][][EXCEPTION] [DEBUG] [logfile]:[mmx/dev/applinst/apps/DEV_hpxda100/logs/appl/conc/log/FNDOPP262016.txt]
    [070909_053458492][][EXCEPTION] [DEBUG] [java.version]:[1.5.0.04]
    [070909_053458492][][EXCEPTION] [DEBUG] [java.ext.dirs]:[mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/ext]
    [070909_053458492][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i18n.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/app
    sutil/jdk/jre/lib/sunrsasign.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jsse.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/jce.jar:/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/charsets.jar
    :/mmx/dev/applbin/apps/tech_st/10.1.3/appsutil/jdk/jre/classes]
    [070909_053458492][][EXCEPTION] [DEBUG] [java.vendor]:[Hewlett-Packard Co.]
    [070909_053458492][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [070909_053458492][][EXCEPTION] [DEBUG] [file.separator]:[]
    [070909_053458492][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://www.hp.com/go/Java]
    [070909_053458492][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeBig]
    [070909_053458492][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[big]
    [070909_053458493][][EXCEPTION] [DEBUG] [APPLOUT]:[out]
    [070909_053458493][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[ia64r0]
    [070909_053458493][][STATEMENT] TemplateHelper.runProcessTemplate(): Configuration file :null
    [070909_053458499][][STATEMENT] TemplateHelper.runProcessTemplate(): user-variable.OA_MEDIA property not found in the property list.
    [070909_053458501][][STATEMENT] TemplateHelper.runProcessTemplate(): APPS_FRAMEWORK_AGENT profile found. Setting it to user-variable.OA_MEDIA property : http://dev.mmx.com:8004/OA_MEDIA
    [070909_053458501][][STATEMENT] TemplateHelper.runProcessTemplate(): Setting the locale info to xslt._XDOLOCALE property : en-US
    [070909_053458503][][STATEMENT] TemplateHelper.runProcessTemplate(): Profile CLIENT_TIMEZONE found : America/New_York Setting it to xslt._XDOTIMEZONE property
    [070909_053458529][][STATEMENT] TemplateHelper.runProcessTemplate(): Calling FOProcessor.
    [070909_053458529][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [070909_053458529][][STATEMENT] Logger.init(): LogDir=/mmx/dev/applbin/apps/apps_st/appl/xdo/12.0.0/temp
    [070909_053458536][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [070909_053458536][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [070909_053458536][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [070909_053458537][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [070909_053458537][][STATEMENT] Logger.init(): LogDir=/mmx/dev/applbin/apps/apps_st/appl/xdo/12.0.0/temp
    [070909_053458537][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_070909_053458537_fo_data_181.xml' is created.
    [070909_053458571][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(InputStream)is called.
    [070909_053458571][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_070909_053458537_fo_data_182.xsl' is created.
    [070909_053458587][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_070909_053458537_fo_out83.out' is created.
    [070909_053458587][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [070909_053458587][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-US'.
    [070909_053458587][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=1.
    [070909_053458588][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [070909_053458588][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [070909_053458591][oracle.apps.xdo.template.fo.datatype.AttrKey][STATEMENT] WARNING: Found undetermined AttrKey: xdofo:in-table
    [070909_053459583][][ERROR] java.lang.ClassNotFoundException: xxmmx.oracle.apps.xdo.template.rtf.util.barcoder.IDAutoBarcodeEncoder
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:168)
    at oracle.apps.xdo.template.rtf.util.XDOBarcodeUtil.registerVendor(XDOBarcodeUtil.java:101)
    at oracle.apps.xdo.template.rtf.XSLTFunctions.register_barcode_vendor(XSLTFunctions.java:2725)
    at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.xdo.parser.v2.XSLExtFunctions.callStaticMethod(XSLExtFunctions.java:111)
    at oracle.xdo.parser.v2.XPathExtFunction.evaluateMethod(XPathExtFunction.java:307)
    at oracle.xdo.parser.v2.XPathExtFunction.evaluate(XPathExtFunction.java:226)
    at oracle.xdo.parser.v2.XSLValueOf.processAction(XSLValueOf.java:101)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLForEach.processAction(XSLForEach.java:147)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLForEach.processAction(XSLForEach.java:147)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
    at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
    at oracle.xdo.parser.v2.XSLTemplate.processAction(XSLTemplate.java:191)
    at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:512)
    at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
    at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:624)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:421)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:233)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1659)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:969)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5916)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3452)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3541)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)

    I wrote a blog entry about how jdev version match wls versions here http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    Timo

Maybe you are looking for