Wsgen error: Class not found

Hi,
I am new to WS. I was trying the helloworld WS. I compiled and generated the atrifacts using the apt command. Then I was trying to generate the WSDL using wsgen.
I got the error error: Class not found: "E:\coding\WS\hello_world\src\examples\webservices\hello_world\HelloWorldImpl.class"
I have ran the wsgen as given below:
E:\coding\WS\hello_world\src>wsgen -classpath E:\Sun\jwsdp-2.0\fastinfoset\lib\FastInfoset.jar;E:\Sun\jwsdp-2.0\jaxb\lib
\jaxb-xjc.jar;E:\Sun\jwsdp-2.0\jaxb\lib\jaxb-api.jar;E:\Sun\jwsdp-2.0\jaxb\lib\jaxb1-impl.jar;E:\Sun\jwsdp-2.0\jaxb\lib\
jaxb-impl.jar;E:\Sun\jwsdp-2.0\jaxp\lib\jaxp-api.jar;E:\Sun\jwsdp-2.0\jaxr\lib\jaxr-api.jar;E:\Sun\jwsdp-2.0\jaxr\lib\ja
xr-impl.jar;E:\Sun\jwsdp-2.0\jaxrpc\lib\jaxrpc-api.jar;E:\Sun\jwsdp-2.0\jaxrpc\lib\jaxrpc-impl.jar;E:\Sun\jwsdp-2.0\jaxr
pc\lib\jaxrpc-spi.jar;E:\Sun\jwsdp-2.0\jaxws\lib\jsr181-api.jar;E:\Sun\jwsdp-2.0\jaxws\lib\jaxws-tools.jar;E:\Sun\jwsdp-
2.0\jaxws\lib\jaxws-api.jar;E:\Sun\jwsdp-2.0\jaxws\lib\jaxws-rt.jar;E:\Sun\jwsdp-2.0\jaxws\lib\jsr250-api.jar;E:\Sun\jws
dp-2.0\saaj\lib\saaj-api.jar;E:\Sun\jwsdp-2.0\saaj\lib\saaj-impl.jar; E:\coding\WS\hello_world\src\examples\webservices\
hello_world\HelloWorldImpl.class
error: Class not found: "E:\coding\WS\hello_world\src\examples\webservices\hello_world\HelloWorldImpl.class"
If anybody could tell me what could be the issue here, that will be great for me to proceed...
Also if you can give me any good url that will help me in learning WebServices, that would be fantastic.
cheers
kk

Hi All,
I ran into the same problem and it took me two days of trials and errors. I don't how different is your problem from mine but when I ran wsgen from the same directory as my source code, it gave me this error. Since my package was called, "hello", I ran the wsgen -cp . hello.CircleFunctions from WEB-INF\src and that worked but it will not build from my WEB-INF\src\hello folder.

Similar Messages

  • Error : class not found exception : com.mysql.jdbc.driver in Eclipse Tool

    Hi
    I have impoted project file in eclipse in new machine using option import from existing workbence . When i stat to debug this project ,
    i am getting error as class not found exception : com.mysql.jdbc.driver . my project folder already consist of mysql .jar file in /web appls/web-inf folder.
    Application is running successfully in other machine from where i took the application file. As this error appeared I also added jar file into project path as Project ---->properties-- build java path---libraries----add external jar file.
    kindly hep me.

    Sounds like an eclipse question - not a JDBC one.
    But since eclipse is telling you it can't find it then it means it is not in the eclipse path. So you must add it. (The fact that it is somewhere is irrelevant - all that matters is it is not in the class path.)

  • Nested RSLs - Verify Error "Class not Found" Help

    Hi there,
    I have 2 library projects and one Application:
    TweenMax
    MyLibrary
    MyApplication
    If I make TweenMax into an RSL with these compiler arguments:
    -compute-digest=true -directory=true -output=rsl
    And I make MyLibrary into an RSL with these compiler arguments
    -compute-digest=true -allow-source-path-overlap=true -directory=true -output=rsl
    (I need that -allow-source-path-overlap=true so I can use the classes in MyApplication it seems)
    ...  And then I load the 2 libraries into MyApplication from "Flex Build Path" -> "Library Path" -> "Add Project", and I specify LinkType is RSL, and then I run MyApplication, I get the VerifyError:
    VerifyError: Error #1014: Class ..a class.. could not be found.
    I've tried adding a "crossdomain.xml" file to the root of MyLibrary and of MyApplication (at MyLibrary/crossdomain.xml or MyApplication/crossdomain.xml), with content:
    <cross-domain-policy>
        <allow-access-from domain="*" to-ports="*"/>
    </cross-domain-policy>
    But that doesn't change anything.  I am running this locally on a Mac (/Users/Lance/Documents/Flex Builder 3/MyApplication).  What am I doing wrong here?  Is it even possible to do nested RSLs like this?
    Thanks,
    Lance

    I think you meant "External" when you said "LinkType = Extended".
    This isn't really nested RSLs. By linking a library as External you have made that library's RSL dependent on the External library's RSLs.
    In your example MyLibrary is compiled with TweenMax as an external library. This means MyLibrary's RSL is dependent on TweemMax's RSL. The dependency requires MyApplication to load the TweenMax RSL before the MyLibrary RSL.
    -Darrell

  • Tutorial:Deploytool:ConverterExample:error:class not found error: Javac

    While running the deploytool's Tools>Deploy... command on the Converter example, the following error occurs:
    "Error processing ejb jar: could not invoke javac
    The JAVA_HOME and J2EE_HOME environment variables are set (running on WIN ME).
    The system.err log is:
    Logging for J2EE Server Version: 1.3-beta2-b35 started at: Fri Jun 29 12:33:17 EST 2001..
    Using the Java HotSpot(TM) Client VM and the version number 1.3.0 from Sun Microsystems Inc..
    VM is using the classpath: c:\j2sdkee1.3\config;c:\j2sdkee1.3\conf;c:\j2sdkee1.3\lib\cloudscape.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\RmiJdbc.jar;c:\j2sdkee1.3\lib\client.jar;c:\j2sdkee1.3\lib\jhall.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\rt.jar;c:\j2sdkee1.3\lib\j2ee.jar;.;c:\j2sdkee1.3\lib\classes;c:\j2sdkee1.3\classes;c:\j2sdkee1.3\lib\locale;c:\j2sdkee1.3\Jakarta_Ant1.3\lib\ant.jar;c:\j2sdkee1.3\lib\..\help\DeployTool\deployhelp.jar;c:\j2sdkee1.3\lib\jh.jar .
    J2EE Home Directory has been set to: c:\j2sdkee1.3.
    Binding DataSource, name = jdbc/DB2, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/EstoreDB, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/DB1, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/InventoryDB, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/Cloudscape, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/XACloudscape, url = jdbc/XACloudscape__xa
    Binding DataSource, name = jdbc/XACloudscape__xa, dataSource = COM.cloudscape.core.RemoteXaDataSource@37b3f9
    Initialization complete - waiting for client requests
    java.lang.NoClassDefFoundError: sun/tools/javac/Main
    Compilation failed ...
    The error.log is:
    Logging for J2EE Server Version: 1.3-beta2-b35 started at: Fri Jun 29 12:33:22 EST 2001..
    Using the Java HotSpot(TM) Client VM and the version number 1.3.0 from Sun Microsystems Inc..
    VM is using the classpath: c:\j2sdkee1.3\config;c:\j2sdkee1.3\conf;c:\j2sdkee1.3\lib\cloudscape.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\RmiJdbc.jar;c:\j2sdkee1.3\lib\client.jar;c:\j2sdkee1.3\lib\jhall.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\rt.jar;c:\j2sdkee1.3\lib\j2ee.jar;.;c:\j2sdkee1.3\lib\classes;c:\j2sdkee1.3\classes;c:\j2sdkee1.3\lib\locale;c:\j2sdkee1.3\Jakarta_Ant1.3\lib\ant.jar;c:\j2sdkee1.3\lib\..\help\DeployTool\deployhelp.jar;c:\j2sdkee1.3\lib\jh.jar .
    J2EE Home Directory has been set to: c:\j2sdkee1.3.
    Starting the server in a single VM mode.
    Could not invoke javac.
         at com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:313)
         at com.sun.ejb.codegen.GeneratorDriver.compileAndRmic(GeneratorDriver.java:203)
         at com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:872)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:709)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:216)
         at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:124)
         at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:334)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:272)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    I suspect there is a path problem and the %JAVA_HOME%\bin\javac.exe is not being executed but rather some other *\javac.class is being called up.
    Any suggestions/solutions?

    Hi,
    I really think you've introduced a bug in either j2ee.bat, userconfig.bat or setenv.bat. If all your environment variables were set correctly, there should be no "c:\j2sdkee1.3\lib\rt.jar" in your path below:
    Logging for J2EE Server Version: 1.3-beta2-b35 started at: Fri Jun 29 12:33:22 EST 2001..
    Using the Java HotSpot(TM) Client VM and the version number 1.3.0 from Sun Microsystems Inc..
    VM is using the classpath: c:\j2sdkee1.3\config;c:\j2sdkee1.3\conf;c:\j2sdkee1.3\lib\cloudscape.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\RmiJdbc.jar;c:\j2sdkee1.3\lib\client.jar;c:\j2sdkee1.3\lib\jhall.jar;c:\j2sdkee1.3\lib\tools.jar;c:\j2sdkee1.3\lib\rt.jar;c:\j2sdkee1.3\lib\j2ee.jar;.;c:\j2sdkee1.3\lib\classes;c:\j2sdkee1.3\classes;c:\j2sdkee1.3\lib\locale;c:\j2sdkee1.3\Jakarta_Ant1.3\lib\ant.jar;c:\j2sdkee1.3\lib\..\help\DeployTool\deployhelp.jar;c:\j2sdkee1.3\lib\jh.jar .
    J2EE Home Directory has been set to: c:\j2sdkee1.3.
    If you're confident about your modifications, please send these files and your autoexec.bat and deploytool.bat to me.
    Kind regards,
    Kurt.

  • Runtime error - class not found using JDBC driver and thin client

    Hi,
    We are running a small Java application on a Sun server which acts as a thin client connecting to an Oracle 8i server running on a different server.
    JDK version: 1.3.1_01
    OS version: Solaris 7
    JDBC classes file: classes12.zip
    It compiles fine, but get a runtime error (the DriverManager.registerDriver method )
    cruncher [40]% javac -classpath /export/home/mrscot/classes12.zip JDBCtest.java
    cruncher [41]% java JDBCtest
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
    at JDBCtest.main(JDBCtest.java:7)
    cruncher [42]%
    Program:
    import java.sql.*;
    import java.math.*;
    class JDBCtest {
    public static void main (String args []) throws SQLException {
    try {
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection(
    "jdbc:oracle:thin@xxxxxxxxx:1521:xxxx", <userid>,<password>);
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery (".............");
    while (rset.next ())
    System.out.println (rset.getString ("......."));
    rset.close();
    stmt.close();
    conn.close();
    } catch (Exception e) {
    System.out.println("Error: " + e);
    Any ideas? Probably something very, very stupid I'm overlooking!
    Thanks
    Scotty ([email protected])

    Supplementary question:
    Hi,
    We are running a small Java application on a Sun server which acts as a thin client connecting to an Oracle 8i server running on a different server.The Oracle version is 8.1.6
    Will the 'classes12.zip' for 8.1.7 work with
    1.3.1 of the Java JDK, and Oracle 8i 8.16 ??
    Thanks Scotty

  • RmiModeler Error Class Not Found

    Hi,
    I have a WS that use a package like p1.p2.p3.ClassToUse and i have an interfece like p1.p2.p3.IClassToUse
    Well, when i make "ant build" i get the error "RmiModeler error: java.lang.ClassNotFoundException: p1$p2$p3$IClassToUse" in the wscompile part of the process.
    I use jwsdp12.
    Can anyone help me?
    Thanks
    (sorry for my english)

    You need to make sure that classes required by wscompile, p1.p2.p3.ClassToUse and p1.p2.p3.IClassToUse, are in wscompile's classpath.
    Try ...
    wscompile -classpath <dir> <other-options> configuration_file
    where <dir> is the directory where your classes are compiled.
    Thanks for your interest in JAX-RPC.
    Regards,
    -Arun

  • Error class not found with Class.forName("oracle.jdbc.driver.OracleDriver")

    sorry Got the solution...!!!!
    Hi
    I am trying to connect to oracle database on the server, oracle client installed on working m/c, I have placed classes111.zip (from oracle 8) in jdk1.1.8demojrelibext folder and I have set the classpath to the ext folder. The code
    try
    Class.forName("oracle.jdbc.driver.OracleDriver");
    catch(Exception e)
    when I run this code , error as
    [[ java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver ]]
    Please reply what are settings I should to to load this oracle driver,
    Thanks
    Mayank
    Message was edited by:
    user560333

    I currently have this same problem. How did you solve yours see my post Cant find suitable driver.

  • Error Class Not Found when Importing

    When trying to import the roles from SAP, the Tomcat server throws the following error:
    20-04-09 10:26:28:662 - [/SAP].[Faces Servlet] Thread [http-8080-Processor23];  Servlet.service() for servlet Faces Servlet threw exception
    java.lang.ClassNotFoundException: org.apache.jsp.jsp.auth.sapsec_005fimport_005frole_jsp
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    I have added the sapjco.jar to the classpath of tomcat server and restarted the service. But it seems to have no effect.
    Would you have any proposed solution?

    Hello Ingo.
    I install the new jco version 2.1.8 by replace the old version.
    - Replace sapjco.jar in /<BO DIR>/bobje/tomcat/shared/lib .
    - Replace librfccm.o and libsapjcorfc.so in /<BO DIR>//bobje/enterprise120/aix_rs6000 .
    then stop tomcat and redeploy the application using this script below.
    ./wdeploy.sh tomcat55 -DAPP=CmcApp -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=CmcApp -Das_admin_password=root1234 deploy
    ./wdeploy.sh tomcat55 -DAPP=InfoViewApp -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=InfoViewApp -Das_admin_password=root1234 deploy
    ./wdeploy.sh tomcat55 -DAPP=OpenDocument -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=OpenDocument -Das_admin_password=root1234 deploy
    ./wdeploy.sh tomcat55 -DAPP=dswsbobje -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=dswsbobje -Das_admin_password=root1234 deploy
    ./wdeploy.sh tomcat55 -DAPP=SAP -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=PartnerPlatformService -Das_admin_password=root1234 undeploy
    ./wdeploy.sh tomcat55 -DAPP=SAP -Das_admin_password=root1234 deploy
    ./wdeploy.sh tomcat55 -DAPP=PartnerPlatformService -Das_admin_password=root1234 deploy
    Then I have the new problem.
    After I start tomcat I logon CMC as administrator then click Authentication.
    I switch 'Entitlement tab' into 'import role' tab I got this error.
    Exception in JSP: /jsp/auth/sapsec_import_role.jsp:22 19: 20: <% 21: String
    context=secSAPR3ImportRoleBean.getContextPath(); 22: secSAPR3ImportRoleBean.init(request); 23:
    response.setHeader("Expires", "0"); 24: %> 25: Stacktrace:
    (This import role tab used to worked when I use jco 2.0.12)
    Did I miss something?
    Please give me some advise.
    Thank you.
    - Chai -

  • "Class not found" error at runtime when ExternalLib DC is included in WD DC

    Hi All,
    I am getting "Class not found" exception at runtime when external library DC is included in Webdynpro DC.
    I am following the below steps..
    1) Created a Webdynpro DC - "testProj" to which i need to add the external library DC.
    2) Created a DC of type "External Library" called "externaljar"
    3)Added Public Parts of type assembly and compilation to the "externaljar" DC (Component Properties Tab -> Public Parts)
    4) Right click on the assembly Public Part name -> Manage entities, and added the JAR files as archive.
    5)Right click on the compilation Public Part name -> Manage entities, and added the JAR files as archive.
    6)Go to Webdynpro DC "testProj" .
    Under Component Properties Tab -> Dependencies tab -> Add -> selected the "externaljar" DC -> Next -> for "externaljar" DC checked Deploy time and Run time.
    For assembly Public Part and compilation Public Part "build" is selected by default.
    7) I did build of both the DC's and deployed it.
    Im getting "Class not found" error.
    Please let me know where i am going wrong.
    Thanks,
    Shilpa.

    Hi Balakrishna,
    If I add Jar files in build path, at run time I dont get any errors, but I get error at comple time. So an external DC is made which includes all jar files in its public part and this DC is added as dependency in the webdynpro project (at deploy time,run time) as in below blog.
    /people/raphael.vogel/blog/2008/05/05/how-to-use-external-libraries-in-the-sap-component-model-part-ii
    Here im getting the error "class not found".
    Thanks,
    Shilpa.
    Edited by: Shilpa KG on Jun 18, 2008 4:42 PM
    Edited by: Shilpa KG on Jun 18, 2008 4:44 PM

  • Class Not Found Error when using Junit

    Hi
    I am using Junit4.1, Eclipse 3.2.1
    I am getting this error
    Class not found
    start.test.TestPdfGenerationService
    java.lang.ClassNotFoundException: start.test.TestPdfGenerationService
         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 org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClass(RemoteTestRunner.java:683)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClasses(RemoteTestRunner.java:425)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:445)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
    what would the possible reason for that and how can i come out of it..

    the reason: the class is not in the classpath. Or the project's runtime classpath.
    Make sure it's added to the build path and if necessary exported all the way to your JUnit project.

  • Urgent ! Class not found error

    Hi,
    I am new to Java RMI and i am trying lot of example from books. Iam struck in HelloWorld example and i need your help urgently to solve this problem as i have to start my coursework.
    When i compile all the class together by command "javac *.java", it compiles sucessfully but when i try to compile separtley by giving name of each class like javac HelloWorld.java, javac HelloworldImpl.java .... only the interface class compiles sucessfully. The implementation class has the error in extending UnicastRemoteObject and implementing remote interface class. But i wonder how it compiles sucessfuly when i compiled it together !
    Ok, I have decided to compile the class together but iam not able to do more than that. When i tried to create a stub and skelton class by the command "rmic HelloworldImpl", it shows an error "Class not found". My professor said that the problem could be in classpath.
    I am using XP Professional and i have set the path in system properties to C:\j2sdk1.4.2_05\bin and class path to C:\j2sdk1.4.2_05\lib but it doesn't make any difference. I have tried lot of stuff but i couldn't solve this problem. I need your advice or any suggestion to solve this problem.
    Vinesh Thomas

    hi
    above discussion about classpath variable seems strange , myself also face such type problem, but when setting classpath it works for me, even sometimes without setting classpath it works fine for me but sometimes not,
    so could any expert help us to know ,what is the permanent solution for such problems,
    and also when i remove the classpath variable and set the path variable to the
    jdk1.4\bin ( i means in the bin of any jdk)
    is classpath variable have it's default settings so that it is able to find java api classes without setting classpath
    because i never set classpath variable ......for running simple java program simple go to directory where my programs are put and run
    javac *.java and
    java ....it
    please anybody explain this behaviour of classpath variable clearly

  • Lookout 6.0.1.: Class Not Found when trying to open project on another PC

    I am using the same version on both PC's, but when I move the file over and run it, I get "Class not found!". Then "Error running process file".When running the lookout source file I get the following:
    Lookout Process File Compiler Version 6.0.1 (build 1)
    Copyright National Instruments 1992-2004  All rights reserved.
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(324): error: Class not found: DirectLogic
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(667): error: Class not found: Meter
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(670): error: Class not found: Meter
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(673): error: Class not found: Meter
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(676): error: Class not found: Meter
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(1977): error: Class not found: Meter
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(57): error: Object is not defined: DL1
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(667): error: Object is not defined: Meter1
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(670): error: Object is not defined: Meter2
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(673): error: Object is not defined: Meter3
    C:\Documents and Settings\testing\Desktop\Latest Lookout\lprocess2.lks(676): error: Object is not defined: Meter4
    I have also tried to open on 6.1 with similar results.
    I am familiar with lookout, however I have taken this project over so I am not sure what I need to do from here.

    There are two object (DirectLogic and Meter) that are not present on the amchine you are moving the process to.   If the same version of Lookout, you might be able to just copy the cbx files.
    Mike
    Mike Crabtree - Lead Developer
    Destek of Nevada, Inc. / Digital Telemetry Systems, Inc.
    (866) 964-6948 / (760) 247-9512

  • Service Bus 12c Class not found 'oracle.tip.pc.services.functions.ExtFunc'

    Hi,
    Did anyone came across this issue with Class not being found for XSLT Function used in transformer on 12c OSB.
    I'm using oraext:sequence-next-val and have configured as below:
    namespace-uri:http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc
    namespace-prefix: oraext
    Not sure why at runtime I'm getting below error, as the same was working fine in 11g OSB Domain.
    XML-22045: (Error) Extension function error: Class not found 'oracle.tip.pc.services.functions.ExtFunc'

    Have you restarted servers after putting jar in $Domain_Home/lib directory? Also try after explicitly adding this jar in classpath by editing server startup script (startManagedWeblogic.cmd or .sh) or in domain env setting script (setDonainEnv.cmd or .sh) and restarting the servers.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Mar 21, 2011 1:10 PM

  • Class not found: DirectLogic

    I am trying to open an *.lks file developed with 4.0.1
    in Lookout version 5.0 and I am getting the following
    errors from the Compiler.
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(3): error: Syntax error
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(106): error: Class not found: DirectLogic
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(145): error: Class not found: DirectLogic
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(157): error: Class not found: DirectLogic
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(159): error: Class not found: D
    irectLogic
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(106): error: Object is not defined: DLChemical
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(145): error: Object is not defined: DLCitty
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(157): error: Object is not defined: DLControl
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(159): error: Object is not defined: DLPump
    C:\Program Files\National Instruments\Lookout 5.0\thomaswtp010811.lks(0): error: Invalid object pathname: 0
    Does anyone have any ideas as to what may be the problem?
    Regards
    Steve

    FYI, the post can be found a this link:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=5065000000080000007B620000&ECategory=Lookout
    Regards,
    Cyril Bouton
    Applications Engineer
    National Instruments
    Cyril Bouton
    Active LabVIEW Developper

  • Loadjava - exception class not found

    Hi, I'm running Oracle 8.1.2.0 on HP UX and I've started to look at Java and Oracle. I created a sample class and when I try to load it in the database it gives me the following error:
    Class not found: oracle.aurora.server.tools.LoadJavaMain
    I've searched thru Technet and it says something about a aurora_tools.jar in lib dir, but I've searched my entire hd and didn't find it.
    Is there anything wrong with my instalation, or my version doesn't have that file?
    I have 8.1.6 in CD if I install it, it solves my problem? Please help...
    Eduardo

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Oracle Support Analyst (Ravi):
    How come you are using 8.1.2.0 verion. This is a beta version. Please try with 8.1.5 or 8.1.6.
    Using 8.1.6/8.1.5 you should be able to use Java Stored Procedures.<HR></BLOCKQUOTE>i install oracle 8.1.5 and run initjvm.sql to install java classes, but oracle.aurora.server.tools.loadjavamain class is not exist. can you solve my problem?
    null

Maybe you are looking for

  • A dynamic View object at runtime

    Say there is an inputtext component and one LOV. User will enter a number, say 7, and then press a Submit button. And then in the LOV, user will be able to see the numbers from 1 to 7. Is it possible to achieve the same?

  • Help with HD and fps

    Hello, this is my first post here. I captured some crucial footage with SONY HDR-SR1 (http://www.mobilewhack.com/200610052327471.jpg) and did my first mistake by not importing the footage through final cut pro... The camera borrowed came with a softw

  • Watching cable tv on iMac

    Am trying to figure out the best way to watch TV on my iMac using my Comcast cable service.  I've tried the ElgatoHD but it only allows me to view non-encrypted channels (that would otherwise be available over the airwaves) but I would like to be abl

  • At work 1000's of Ai files are corrupted. Not sure why they wont read in. Can someone help?

    I work at a coin design maker and our old files seem to be corrupted. I could use some help figuring this out. Patrick

  • Adding disclaimer to all outgoing mail

    I would like to start adding a "disclaimer" or signature to the bottom of all outgoing mails eg Please note that the contents of this e-mail, including any attachments etc etc etc Is there a way of configuring postfix to do this for me without corrup