"Java Class not found in classpath" Error in DESIGNER

Hello All,
I'm trying to connect in Designer using a JDBC connection to MS SQL Server 2008.  As per the instructions, I updated my jdbc.sbo file with the path to the existing two JAR files.  However, I still get the following error when I try and connect in Designer:  "Java Class not found in classpath : C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\Drivers\sqlsrv".  Of course, this error includes the drive path with the location to my JAR files.  Any help in resolving this nagging issue is very GREATLY appreciated.  Also, if anyone needs it I can post a copy of the jdbc.sbo file to this thread.
Thank you,
Pankaj

Stratos,
Your suggestion didn't help.  I tried to connect after restarting my machine and I still get the error.  And, I've also tried adding a connection to MS SQL Server 2005 using this JDBC driver, and that didn't help either.  Any other suggestions?  Would it help to see my "jdbc.sbo" file?  Thanks again for your and everyone else's help, and I look forward to your reply.
Regards,
Pankaj

Similar Messages

  • IAS: Java Classes not found Error

    Hello,
    [oracle@Linux2005 bin]$ ORACLE_HOME=$ORACLE_HOME5
    [oracle@Linux2005 bin]$ ./rwserver.sh server=RepSRV batch=yes
    [oracle@Linux2005 bin]$ ./rwserver server=RepSRV
    REP-0133: Java Classes not found
    ====
    1) Getting a REP-0133: Java Classes not found ?
    2) How can I resolve this issue ?
    PT

    Try post your problem to "Application server" forum.
    Oracle Application Server - General

  • Java class not found in IE

    When I run any Java applet using IE 5 I get an error. For example, when I open
    C:\j2sdk1.4.0\demo\applets\Clock\example1.html
    I get
    load: class Clock not found.
    on the browser's status bar.
    Can I get any help? Thanks in advance.

    This isn't so much a regular classpath issue, as it is an applet running in a browser. The html file that references the applet must reference it correctly (something like <applet codebase="Clock.class">) and the Clock.class file must exist at the referenced directory. In the example above, it would need to live in the same directory as the html file lives. Also, it may or may not work depending on whether you're using Sun's Java Plug-in versus IE's own JVM against a class compiled with and using Sun's JDK version 1.4.

  • Java class not found : Run

    Installed Siebel server in console mode successfully.Invoked siebel server configuration wizard as below and have been experiencing the java error:
    siebel5@laatsc68 /siebel2/scapps/sieb80/siebsrvr/bin
    # ./ssincfgw -args LANG=enu MODE=LIVE MODEl_FILE=/siebel2/scapps/sieb80/siebsrvr/admin/siebel_server_sia.scm -is:javaconsole -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Preparing Java(tm) Virtual Machine...
    Running InstallShield Wizard...
    The java class is not found: run
    We are on AIX 5.3 TL10 .Please suggest how I can get around this hurlde.

    Maybe try to clear the cache when at home, then visit the page again in office to see if that's a caching issue:
    Start > Control Panel > Java > Under "General" tab, click the "View" button under Temporary Internet Files section.
    In the Java Cache Viewer dialog > Select "Resources" from the "Show" drop down menu, find the row that says Name=jreVerify.class, URL= http://java.com/jsp_utils/jreVerify.class
    p.s. You can sort the table view by clicking on the column head. You may want to delete other cache from java.com to detect the caching issue.
    Hope that helps.

  • Java Class Not found w/ Analyzer Download

    HELPI have a user, when she goes to our Analyzer URL and tries to download she gets the error java.lang.ClassNotFoundException: appsource.wired.Wired.class. I had her download a new Java virtual machine. I'm not sure what the exact issue is. She is running Windows XP.

    she gets the error java.lang.ClassNotFoundException: appsource.wired.Wired.class. <<Java throws this error when it cannot find the specified class in the CLASSPATH. I have never used Analyzer, so I don't know where they configure the CLASSPATH for it, but there is either a jar (Java ARchive) missing from the CLASSPATH or a jar specified in the CLASSPATH is not present.Tim TowApplied OLAP, Inc

  • Sapinst: java class not found

    Hi,
    while running sapinst ERP:
    phase 21 (Create secure store) fails with the following error:
    "The java class ist not found:  com.sap.engine.offline.OfflineToolStart"
    my system:
    SAP Solution Manager 4.0 SR3
    SAP ERP 2005  SR2
    OS: Linux RHEL 5 (64 bits)
    What can I do?
    Thank you in advance
    Wilhelm

    The problem is solved.Found the following note:
    ""Manual extraction of J2EEINSTALL.SAR file is necessary.
    $ > cd /dump/Java soft/J2EE_OSINDEP/J2EE-INST
    <where /dump is the directory where the files for installation are made available>
    $> cp J2EEINSTALL.SAR /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install
    $> cd /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install
    $> /sapmnt/EPP/exe/SAPCAR -xvf J2EEINSTALL.SAR
    Restart the installation."

  • Java class not found error - BI Publisher v11.1.1.3.0

    Hi,
    we've just started to look at BI Publisher v11.1.1.3.0.
    When we try to use the scheduler, the Weblogic logs inform us of a :
    java.lang.NoClassDefFoundError : oracle/as/scheduler/RuntimeServiceHandle.
    Although this is probably a long shot, would anyone know in which .jar file the class oracle.as.scheduler.RuntimeServiceHandle is contained, and where it would be possible to obtain that .jar file from?
    Thanks,
    Andrew.

    I am having a similar issue, how did you get past this issue?

  • Java class not found

    I am very new to java,when i wrote my first java program ,the code follows
    class Example2 {
    public static void main(String args[]) {
    int num;
    num=100;
    System.out.println("This is num:"+num);
    num=num*2;
    System.out.print("the value of num*2 is ");
    System.out.println(num);
    I compiled,no errors were found but when i tried to run it
    exception in thread "main" Java.lang.noclassdefounderror:example2 came
    I am using jdk1.3,win 98 as operating system.P
    Please somebody help me

    Hi,
    I got the same "exception in thread "main" Java.lang.noclassdefounderror" error also.
    Finally resolved it by this way
    java Test.java
    javac -classpath . Test
    My envirnoment variables as follows:
    PATH=e:\j2sdk142\bin
    CLASSPATH=e:\j2sdk142\jre\lib\rt.jar
    What I don't understand is this:
    Why do I need the "-classpath ." option? Isn't the SDK supposed to pick it up from the CLASSPATH in the environment variable?
    What's "-classpath ." do?
    Sorry, I know these are supposed to be basics, but I'm extremely new to this....

  • Java classes not Found in Webdynpro

    hi,
    I have this problem.
    Suppose i have a value node "Emp".
    If i am creating a supply function for it,
    I cannot get the 'IEmpNode' or 'IEmpElement' . Even if i type it, it gives error. However, if i create a method, these classes are present in the "java native class". I cannot understand if this is a problem with my NWDS 7.0.09 or is my NWDS not working properly??
    Please help...It will be rewarded with good points
    regars,
    pinki

    Hi Pinki,
    When you have typed the  'IEmpNode' or 'IEmpElement'  try to do a 'Organize imports'
    On source -> Right mouse click -> Source -> Organize Imports.
    That should solve your problems
    Jeschael

  • Java Class not found when starting applet with ip address

    Hi @all,
    we use Application Server 10gR2 with Java 1.6.0_20 and we start the applet with an JNLP File.
    When I use the url http://lhhap03/forms/java the applet starts as it should. But when I change the entry to http://192.168.17.208/forms/java i get the error:
    Exception in thread "thread applet-oracle.forms.engine.Main-1" java.lang.NoClassDefFoundError: org/apache/regexp/RE
    Now I´m a little bit confused why i can´t use the ip address instead of the dns name from the server?
    Which config I have to change that i can get the access to jar libraries with the Ip - Address
    Best regards
    thomas

    Problem Solved, I put many environment variables  in the .bash_profile file, the CLASS_PATH will overwrite the weblogic server's classpath during startup.
    Remove them and restart server solved my problem.

  • Nodemanager - InvocationHandler Java class not found

    on Unix env. I have Admin sever and nodemanager running. when I try to start a managed
    server, I get the following:
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    thanks for any help.
    Chuck

    It's the wrong JVM - 6.1 needs 1.3.
    Chuck Smith <[email protected]> wrote:
    on Unix env. I have Admin sever and nodemanager running. when I try to start a managed
    server, I get the following:
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    thanks for any help.
    Chuck--
    Dimitri

  • Error: initialization error: file java\lang\Object.class not found

    when the error listed my classpath's its not the same list that is in my Windows XP environment variable list?
    I am on 9.0.3
    I am assuming I have to set some varible to my new jdk\bin directory. I reinstalled it. I have set it to use jdk 1.4 using the ojvm tool a while back.

    Please help!!
    I did change the jdev.conf file setting:
    SetJavaHome /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home
    and I still get this error:
    initiallization erro: file java/lang/Object.class not found in classpath
    I am usgin Oracle JDeveloper 10g 10.1.2 on a Mac OS X Tiger
    Could someone please help?
    thanks a bunch!!!

  • Error in beanshell - class not found in namespace

    We use beanshell to evaluate business rule validations on our application. Below is the calling method...
    private Object callBeanShell(final Object parameters, final String expression)
    throws EvalError {
    if (LogConstants.FINE_ENABLED) {
    logger.log(Level.FINE, "Expression: " + expression);
    beanShell.set("params", parameters);
    Object result = null;
    try {
    result = beanShell.eval(expression);
    } catch (Throwable ex) {
    getErrorHandler().fatalError("Expression: " + expression, ex);
    if (LogConstants.INFO_ENABLED) {
    logger.log(Level.INFO, "Expression: " + expression);
    logger.log(Level.INFO, "Result : " + (result == null ? "null" : result.toString()));
    return result;
    This has been working fine on the application for years, but we've suddenly started getting a problem with evaluations which are called from a SessionBean (via some reflection).
    Every time we try and call a certain set of expressions they fail on a 'class xxx not found in namespace'. This happens both when the expression contains code like:
    com.chubb.euz.SomeClass sc = new com.chubb.euz.SomeClass(); etc...
    or
    import com.chubb.euz.SomeClass; SomeClass sc = new SomeClass(); etc...
    The strange thing is that when I remote debug it & look at the bsh Interpreter what I see is that it's NameSpace object has a table called ImportedClasses on it which before the eval() call contains just bsh.Interpreter and bsh.EvalError but after the eval() it then contains all of the classes I pull in as imports in the expression passed to it, yet it still manages to throw this damn 'class not found in namespace' error!
    It still works whenever else it's called in the app (and this is only happening in our DEV environment). All I can think of now is that it's possibly something to do with the Thread that the beanshell is running on at this time, but that's just a guess as I know bugger all about Threads... I only think this because I can get the thing to work by stopping the processor which was built to run Events (EJB) generated in the app; resetting the Event's Task (regular class) to run again; then restarting the processor (not an option if this goes into PROD with the release!!!)
    Unfortunately, re-factoring the validations we need to run at this point is not really an option, as this is all coming at the tail end of a new release & the amount of code changes & subsequent regression testing required would kill us.
    This is on weblogic 8.1 - with the beanshell jar just embedded in the main application ear (I ran it with bsh.20b4.jar instead of the 1.3 version we were using but that has no effect).
    Any ideas would be more than gratefully appreciated as this is doing my head in!!!

    Hi,
    Thanks for the reply.
    I am trying to reverse SAP tables. Initially the Reversal process stuck at Set MetaData step. I stopped the session and restarted it then Set MetaData completed successfully but Set FlexFields give the error.
    Any idea?
    Regards,
    Arsalan.

  • Object.class not found for JDeveloper For 11.5.102CU (Patch 4573517)

    Hi,
    we've just upgraded to 11.5.10 CU2 and I have downloaded new jdeveloper (4573517). On tryinmg to rebuild Tutorial.jpr I get compilation error "Initialization error. File java\lang\Object.class not found on classpath". JDEV_USER_HOME is set correctly to C:\OAJDEV11510\jdevhome\jdev and appears to be picked up in classpath settings below.
    Full compilation error below:
    Error: initialization error: file java\lang\Object.class not found on classpath C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\rt.jar;C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\i18n.jar;C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\sunrsasign.jar;C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\jsse.jar;C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\jce.jar;C:\OAJDEV11510\jdevhome\jdevbin\jdk\jre\lib\charsets.jar;C:\OAJDEV11510\jdevhome\jdev\myclasses;C:\OAJDEV11510\jdevhome\jdev\myhtml\WEB-INF\lib\datatags.jar;C:\OAJDEV11510\jdevbin\jdev\lib\jdev-rt.jar;C:\OAJDEV11510\jdevbin\jdbc\lib\classes12.jar;C:\OAJDEV11510\jdevbin\jdbc\lib\nls_charset12.jar;C:\OAJDEV11510\jdevbin\jlib\jdev-cm.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jmt.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\collections.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jct.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\xmlparserv2.jar;C:\OAJDEV11510\jdevbin\j2ee\home\lib\jndi.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jctejb.jar;C:\OAJDEV11510\jdevbin\j2ee\home\lib\ejb.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jmtejb.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jhtml.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\datatags.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4juixtags.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4j_jclient_common.jar;C:\OAJDEV11510\jdevbin\BC4J\jlib\bc4jctvb.jar;C:\OAJDEV11510\jdevbin\vbroker4\lib\vbjorb.jar;C:\OAJDEV11510\jdevbin\j2ee\home\lib\ojsp.jar;C:\OAJDEV11510\jdevbin\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\OAJDEV11510\jdevbin\j2ee\home\oc4j.jar;C:\OAJDEV11510\jdevbin\j2ee\home\lib\servlet.jar;C:\OAJDEV11510\jdevbin\jdev\lib\ojc.jar;C:\OAJDEV11510\jdevbin\jakarta-commons-el\jsp-el-api.jar;C:\OAJDEV11510\jdevbin\jakarta-commons-el\commons-el.jar;C:\OAJDEV11510\jdevbin\jakarta-commons-el\oracle-el.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\regexp.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\share.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\sax2.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\uix2.jar;C:\OAJDEV11510\jdevbin\mds\lib\mdsrt.jar;C:\OAJDEV11510\jdevbin\jdev\lib\mdsdt.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\oamdsdt.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\fwkjbo.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\fwk.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\wf.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\ak.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\flex.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\aolj.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\collections.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\appsSSO.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\concurrent.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\oamMaintMode.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\wsp.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\fwkCabo.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\diagnostics.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\biamlocal.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bipres.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bicmn.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bidatasvr.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bidataclt.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bidatacmn.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\biext.jar;C:\OAJDEV11510\jdevbin\bibeans\lib\bicmn-nls.zip;C:\OAJDEV11510\jdevbin\bibeans\lib\bipres-nls.zip;C:\OAJDEV11510\jdevbin\bibeans\lib\bidata-nls.zip;C:\OAJDEV11510\jdevbin\bibeans\lib\olap_api_92.jar;C:\OAJDEV11510\jdevbin\BC4J\lib\bc4jdomorcl.jar;C:\OAJDEV11510\jdevbin\BC4J\jlib\bc4jdatum.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\rosettaRt.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\cacheFwk.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\jttComn.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\iasjoc.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\pat.zip;C:\OAJDEV11510\jdevbin\jdev\appslibrt\portalFlexComps.jar;C:\OAJDEV11510\jdevbin\jdev\appslibrt\svc.zip;C:\OAJDEV11510\jdevbin\BC4J\jlib\bc4jtester.jar;C:\OAJDEV11510\jdevbin\lib\xmlparserv2.jar;C:\OAJDEV11510\jdevbin\jlib\help4-nls.jar;C:\OAJDEV11510\jdevbin\jlib\help4.jar;C:\OAJDEV11510\jdevbin\jlib\share.jar;C:\OAJDEV11510\jdevbin\jlib\jewt4-nls.jar;C:\OAJDEV11510\jdevbin\jlib\jewt4.jar;C:\OAJDEV11510\jdevbin\jlib\oracle_ice5.jar

    RT.JAR Files as mentioned in the Error log is not in the Directory ( you can verify)
    Usually rt.jar is in
    jdevbin\jdk\jre\lib.. Check the JDEV_USER_HOME variable and also the Libraries under Project Setting of JDEV , when you click on any specific lib it show you a path in the class path section..verify the same.
    Thanks,
    Sunit

  • Facing class not found problem

    Hi guys i am using c3-00 ,LAST day i just update my software version to 8.60 ,i really enjoyed the new update but i will face new problem, every application cant opened:it shows app error the details shown JAVA CLASS NOT FOUND ,and i try to reset my phone but the secuirty code also cahanged so i am really upsad with simley sad .any one please help me this is my no 9940922030.My mail id is [email protected]

    Hi,
    If you have not changed security code before, default code is 12345.
    Try reset factory settings and if it does not help, please try to reupdate your phone with Nokia Suite.
    At last maybe it is best you visit to the nearest Nokia Care Point ni your area.
    Br
    mahayv

Maybe you are looking for

  • I Need to Change My Apple ID?

    Hey! Just got a new computer which jumped me from Snow Leopard to Mavericks, and I thought I'd try out iCloud. When I went to sign in, it said my Apple ID should be an email address, which it is not. I tried using my default email address instead, wh

  • Can I sysprep a system and keep all the user profiles?

    Hi All, I'm creating a Windows 7 image that I would like to have 4 user profiles in addition to the administrator one.  Each computer is a standalone (public use) computer and uses  a specific user account/profile depending on how the computer will b

  • Right time to press alt on wireless keyboard ?

    hi all, since long time it makes me crazy to use "alt" and to "zap pram" beside other with the bluetooth-keyboard .. my solution is to connect a usb-keyboard, but i hope there is a solution to do this also with wireless. if someone has an idea, i'm t

  • How to export report output into excel.

    Hi all how to export report output into excel sheet can any on give me answer step by step please as soon as possible kk

  • Hierarchy in F4 help

    Hi,      I have written a program which should accept material hierarchy as input. Please let me know if there is any function module to invoke the hierarchy tree structure in the selection screen of a program just as it appears in a BW query.