Simple but wierd java.lang.NoClassDefFoundError with jar file

I'm using ant to jar my .class files. My final objective is to create an executable jar. When I run my jar file - "java -jar PM.jar" - I get:
Exception in thread "main" java.lang.NoClassDefFoundError: pm/PMApp
This at least tells me that java found my MANIFEST.MF class and that is the correct class it should be looking for, but it doesn't seem to find the class. But when I do - "jar -tf PM.jar" - I get:
C:\mike\pm\execs>jar -tf PM.jar
META-INF/
META-INF/MANIFEST.MF
pm/
pm/EasterEgg.class
pm/JMSMessageListener.class
pm/PMApp.class
pm/ReleasePlanTest.class
pm/SystemArchitectureFrame$1.class
pm/SystemArchitectureFrame$2.class
pm/SystemArchitectureFrame$3.class
pm/SystemArchitectureFrame$4.class
pm/SystemArchitectureFrame$5.class
pm/SystemArchitectureFrame$6.class
pm/SystemArchitectureFrame$7.class
pm/SystemArchitectureFrame$8.class
pm/SystemArchitectureFrame.class
pm/SystemArchitecturePanel.class
Which shows me that the class is there. I suspected that it might have something to do with CLASSPATH at first because of the java.lang.NoClassDefFoundError, but now I am skeptical that that could be the problem. I even build a new jar file out of different classes to make sure my method was OK and that worked fine. Any ideas? Thanks for your help in advance.

Here is my Manifest:
Main-Class: pm.PMApp<carriage return>
Class-Path: C:/j2sdkee1.3.1/lib/j2ee.jar<carriage return>
I noticed that if I leave the Class-Path variable unset it has no problem finding the class pm/PMApp, but I then get a class loader error concerning J2EE stuff. Am I missing something in my Class-Path? I tried to even specify the jar file I'm running here, but that didn't work either? I have also tried '.' and './', space delimited in my Class-Path, like this:
Class-Path: . ./ C:/j2sdkee1.3.1/lib/j2ee.jar<carriage return>
Thanks for the replies, do you have any more suggestions?

Similar Messages

  • Exception in thread "main" java.lang.NoClassDefFoundError: rep.jar in linux

    Hi
    I am new to java and am trying to deploy a code on linux red hat 4.I have 5 files namely:
    1.ClassReportGenerator.java
    2.ClassScheduler.java
    3.manifest
    4.rep_compile.sh
    5.repgen.sh
    first the rep_compile.sh is used to generate the class files for the two java files and then it creates a jar file
    rep.jar file.
    rep_compile.sh
    export PATH=/app/oradshome/jdk/bin:/app/oradshome:$PATH
    echo "Compiling ClassReportGenerator.java ClassScheduler.java"
    javac -verbose ClassReportGenerator.java ClassScheduler.java
    echo "Creating jar from manifest file"
    jar -cvfm rep.jar manifest ClassReportGenerator.class ClassScheduler.class
    echo "Executing repgen.sh"
    sh repgen.sh
    At the end it calls the repgen.sh file
    which sets some path and class paths and then takes some user inputs and fires the command
    paths being set---
    export CLASSPATH=/dit/reports/rep.jar:$CLASSPATH
    export PATH=/app/oradshome/jdk/bin:/app/oracle/OraHome/bin:$PATH
    command being fired
    java -jar rep.jar $userid $password $schema $scheduleafter firing the last lines it throws the error :
    Warning: -jar not understood. Ignoring.
    Exception in thread "main" java.lang.NoClassDefFoundError: rep.jar
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/dit/reports/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at JvRegisterClasses (/dit/reports/java.version=1.4.2)
    Plaese help me in this regard.The Code is running fine on IBM AIX.
    Thanks & Regards
    Ankit Goel

    Wrong forum

  • Wierd java.lang.NoClassDefFoundError (not in MAIN!!!)

    hi,
    i'm working on an open source java program for sharing legal bootlegs of band's shows (http://www.furthurnet.org). Anyway, after the client runs for a while, something goes afoul. The symptoms are:
    press a gui button, which uses a callback -- nothing occurs
    stderr prints (among others classes w/ same error):java.lang.NoClassDefFoundError: furi/RemoteFile
    at furi.Search.processResponse(Search.java:156)
    at furi.MsgManager.processQueryResponse(MsgManager.java:218)
    at furi.ReadWorker.handleQueryResponse(ReadWorker.java:758)
    at furi.ReadWorker.processIncomingData(ReadWorker.java:358)
    at furi.ReadWorker.run(ReadWorker.java:154)
    at java.lang.Thread.run(Thread.java:534)
    As you can see, this client runs multi-threaded, in fact, there are quite a few threads running at any given time. The codebase for this is quite old, and thus quite a mess. The interesting thing is, apparently, many of the other threads continue to run fine.
    Another note: I've not seen other folks w/ the client reporting the same problem (but the client is buggy & the users may be conditioned to ignore :) ). I suspect that there is a memory leak or something goofing up the VM, but what do I know?
    Also, i've seen it occur on 2 of my computers, both running linux (fedora core 1)
    Here are my specs:
    I'm running fedora core 1 - 2.4.22-1.2188.nptl
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    java -Dfurthur.syscfgdir=/home/jonco/.furthur/ -jar /home/jonco/bin/Furthur.jar
    note: my CLASSPATH is currently blank (but i thought that since it ran from .jar, it didn't matter) -- it is also blank on my other computer as well.
    any help would be greatly appreciated.
    thanks,
    jonathan

    The cause of the error is the same regardless of in which thread it happens: a class that is needed to run the program could not be found. The error message says exactly which class: furi.RemoteFile.
    Is that class included in the .jar file /home/jonco/bin/Furthur.jar ?

  • Java.lang.NoClassDefFoundError with Novell GroupWise WebAccess Version 6.5

    Before I upgraded to Tiger (10.4.4) yesterday from Panther (10.3.9) & the latest version of Safari (I did not write down the exact version as I wiped out my hard drive when upgrading), the Novell GroupWise WebAccess version 6.5 was working perfectly fine.
    However, since the upgrade & using Safari 2.0.3 (417.8), I am getting the following error message after submitting my loginID and password.
    500 java.lang.NoClassDefFoundError java.lang.Exception
    Novell Servlet Gateway v2.00 Feb 2000
    If I use Netscape 7.2 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2), this site works fine.
    Both Safari and Netscape has out of the box setting, and both have Java/Javascript enabled.
    Both have Java 1.3.1 Plug-ins
    Any advice?
    Powerbook Pismo updgd to G4 550MHz   Mac OS X (10.4.4)   Mac OS X (10.3.9) on another partition
    Powerbook Pismo updgd to G4 550MHz   Mac OS X (10.4.4)  

    Never mind. I found the solution myself...
    The language preference for the OS had to be set to English for this page to work in Safari.

  • I am getting the following error: Unable to locate class: java.lang.NoClassDefFoundError: on an iPlanet WS. We have ensured that the classpath in jvm12.conf includes the jar file with path. Any ideas?

     

    Well, now I'm pulling my hair out even more because I can't get it to resolve anything in jaxws-rt.jar at runtime. Note: compile-time still works FINE.
    I was messing with classpaths and stuff (and the endorsed dirs option of course) and it was "working" to the extent I had posted before, but then I kept playing with it and at some point I said, this isn't working and I need to reset all this stuff back to the way it was.
    ... so I did that. And now it won't resolve "PolicyException:"
    java.lang.NoClassDefFoundError: com/sun/xml/ws/policy/PolicyException
    This doesn't mean anything to you guys I bet, but that happens when it FIRST gets inside the web service code, which references PolicyException (doesn't even use it at that point.. I'm assuming the import is screwing it up when it's in the constructor). So now it won't resolve at all. Before, it was getting past this point and telling me the "method not found" error on the next line or this same error for WSBindingProvider two lines down, when it's actually being used. AWESOME.
    I downloaded the latest jaxws-rt.jar and all its dependencies, shoved that into my lib folder, and set the endorsed dir to that folder (There's kind of a web of dependencies here. jaxws-rt.jar expects all its dependencies to be in the same folder, it seems, so I don't know how it was "working" before when I just copied jaxws-rt.jar into my separate endorsed dir - but I can't move all of those files to endorsed because I need them in my project (which expects them to be in the lib folder)). What happened? It went back to my original "String" error (first error in the first post), which means it's not getting endorsed at all from that location.
    What a mess.
    Can someone tell me what the heck I'm supposed to do with this jar file?

  • Jaxb with weblogic -- java.lang.NoClassDefFoundError: javax/xml/bind/MarshallableRootElement

    I am trying to use jaxb with Weblogic 6.1. I kept both the jaxb jar file in weblogic
    classpath in setEnv script. I am getting the following error, when I am trying
    to use jaxb
    java.lang.NoClassDefFoundError: javax/xml/bind/MarshallableRootElement
    I tried other options also like coping both jar file in jre/ext dir but then I
    got security error.
    I will appreciate if someone in this newsgroup comments or suugest some solution.
    Thanks
    Jeewan

    On 06 Aug 2002, Jeewan wrote:
    >
    I am trying to use jaxb with Weblogic 6.1. I kept both the jaxb jar
    file in weblogic classpath in setEnv script. I am getting the
    following error, when I am trying to use jaxb
    java.lang.NoClassDefFoundError: javax/xml/bind/MarshallableRootElement
    I tried other options also like coping both jar file in jre/ext dir
    but then I got security error.
    I will appreciate if someone in this newsgroup comments or suugest
    some solution. Put the jaxb jar file in in your webapp's WEB-INF/lib directory and it
    should work fine.
    Barry

  • JAR files + java.lang.NoClassDefFoundError

    Hey all ...
    I'm looking for little help with building JAR files. Here's the situation: (using ant script :))
    I have few source files *.java which I include into JAR file with default MANIFEST built by ant. (these files should be implemented as LIBRARY.jar)
    These files are classes, which I want to use in my Main.java class. But I want this Main, to be in independant executable JAR file, so I set Main-Class property to 'packagename/Main'.
    Ofcourse in all files I have set package to my default package name. My question is, how can I force java to execute MAIN.jar and look for classes in my LIBRARY.jar
    after executing command:
    java -jar MAIN.jar I get java.lang.NoClassDefFoundError
    Tanks for any ideas ...

    Then all I can say in addition is that something isn't deployed correctly. You're not saying what class it isn't finding. For all I know it can't even find your main class to execute because maybe you don't have it deployed correctly in the right path structure within the jar. Or the path to LIBRARY.jar is wrong. Or some other problem. Don't know based on the portion of the error message you have displayed this far.

  • HELP:: jsse1.0.3 problem with jdk1.3.1(java.lang.NoClassDefFoundError)

    Hi,
    I am now working with jsse1.0.3 and jdk1.3.1(I can not use the new jdk version, because the system I developed is based on jdk1.3.1). what makes me strange is that I can compile my program without problem, but when I run it, it always report error.
    my source code is :
    import java.security.*;
    import javax.net.ssl.*;
    System.out.println("Classpath ->"+System.getProperty("java.class.path"));
    SSLSocketFactory factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
    SSLSocket SSLcontrol_connection = (SSLSocket)factory.createSocket(ftp_server, 990);
    SSLcontrol_connection.startHandshake();
    ..........the erroe message is:
    Classpath ->O:\hpovams_dev_sd40\sd\lib\JClark.zip;O:\hpovams_dev_sd40\sd\lib\jcert.jar;O:\hpovams_dev_sd40\sd\lib\jnet.jar;O:\hpovams_dev_sd40\sd\lib\jsse.jar;..........
    java.lang.NoClassDefFoundError
    at javax/net/ssl/SSLSocketFactory.a (DashoA12275)
    at javax/net/ssl/SSLSocketFactory.getDefault (DashoA12275)It is not a classpath problem as I have included the 3 jar files into classpath,.
    I also tried to add
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());before create SSLSocketFactory, then it report that
    java.lang.NoClassDefFoundError
         at com/sun/net/ssl/internal/ssl/Provider.<init> (DashoA12275)My developing GUI is eclipse 3.1, and the OS is winXP.
    Please give me some help, thank you very much.

    oh. I have found the problem. Acturally, the running enviroment is under microsoft j++, so it could only support jdk1.1, but jsse only support from jdk1.2, so that's the problem why it said that no class found.
    Now I only found that oracle has a solution for SSL which support
    jkd1.1(SUN's jsse package only support from jdk1.2). It described the
    method and sample code in Oracle Advanced Security Administrator's
    Guide Release 2 (9.2)
    (http://www.stanford.edu/dept/itss/docs/oracle/9i/network.920/a96573/a...)

  • Simple program wont run  java.lang.NoClassDefFoundError

    Exception in thread "main" java.lang.NoClassDefFoundError: Server (wrong name: Simple_Server/Server)
    i am new to java and i made this simple script to accept connections then pass them on to HandleClient.
    but when i run it i get this output
    Exception in thread "main" java.lang.NoClassDefFoundError: Server (wrong name: Simple_Server/Server)
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            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.ClassLoader.loadClassInternal(Unknown Source)here is the source code
    package SMTP_Server;
    import java.io.*;
    import java.net.*;
    public class Server {
        ServerSocket serverSocket = null;
        boolean listening = true;
        public Server(){
         System.out.println("New Server Created");
        public void main(String[] args) {
            try {
                this.serverSocket = new ServerSocket(4444);
            } catch (IOException e) {
                System.err.println("Could not listen on port: 4444.");
                System.exit(1);
         while(listening){
             try{
              new HandleClient(this.serverSocket.accept()).start();
             } catch (IOException e) {
              System.err.println("Caught IOException: " + e.getMessage());
    }I thought it might be that main() is not static but it wont work if make it static because it cannot access the listening or serverSocket fields
    Thanks for all the help
    Scott.

    The directory hierarchy of your .class files must mirror the package hierarchy of your classes.
    So if you've got a class "Foo" in a package "p1" (i.e. a class with the fully qualified name of "p1.Foo") and a clas "Bar" in a package "p2" (i.e. a class with the fully qualified name of "p2.Bar"), then you need a file hierarchy such as this:
    p1/Foo.class
    p2/Bar.classAnd the directory in your classpath needs to be the directory that contains p1 and p2.
    So what you need to do is go to a directory that contains a directory called "Simple_Server" (your source file mentions SMTP_Server, but I assume you changed it at some point).
    That directory Simple_Server must contain a file called Server.class.
    Then execute "java Simple_Server.Server".
    Also please follow common naming conventions, as your code will become harder to understand if you don't. An important rule in those conventions is that package names should be in all-lowercase and not contain any non-letter characters if possible (i.e. use "smtpserver" instead of "SMTP_Server").

  • Problems with Deploy java.lang.NoClassDefFoundError

    I Have an aplication in Jdeveloper 11.1.2.2, i make the ear for the aplication and i tried to deploy it on the embebed weblogic of my jdeveloper and in a weblogic 10.3.6 with the patch for adf 11.1.1.2 (the server its fine because i have other aplications running on it).
    The deploy goes well, i can access to some pages and work with the application BUT when a access to a page with input Date control the page return this error.
    java.lang.NoClassDefFoundError: oracle/adf/view/rich/component/rich/input/RichInputDate
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
         at java.lang.Class.getDeclaredMethods(Class.java:1791)
         at oracle.adfinternal.controller.beans.AnnotationUtils.findAnnotatedMethods(AnnotationUtils.java:194)
         at oracle.adfinternal.controller.beans.AnnotationUtils.runPostConstructIfSpecified(AnnotationUtils.java:63)
    i tried to put the adf-richclient-api-11.jar in the viewController project and deploy, but the problem persist
    Edited by: UserMan on 25-jun-2012 8:02

    The app runs on jdeveloper fine (in the integrated weblogic), when i create de ear file to deploy in the production webLogic it doesn't work, and if i try to deploy the same ear in the integrated webLogic in doesn´t work too, and the error is the same.

  • JAR:Exeption in thread "main" java.lang.NoClassDefFoundError

    Hello !
    I desperatly tried for the last two month to Jar my files.
    I used JBuilder and JCreator to build and run those programme.
    And it works !
    But when I trie to use the jar tools, the jar is created...but if I click twince on it, it says that it can not find the main function:
    "Exeption in thread "main" java.lang.NoClassDefFoundError".
    And when I try to run the .class or .java file, with the java tools, it says the same thing : it can not find the main classe.
    I suspected that my manifest was not good, but then, why doesn't it work with the tools (and it works properly with Jbuilder!)...
    I'm lost, if some one could help me, and give me good information and the way to do it, step by step, with an example, I'll be so thanksfull !
    i.e.:
    import java.*;
    class Hello{
    public Hello(){
    public static void main(String args[]) {     
    System.out.println("Hello World!");
    }Thanks !
    .Splitsch.

    You have to tell where the main class is.
    prepare a text file mainclass.txt and write the following line.
    Main-Class: classname
    follow the same as i wrote above. leave a blanl after colon and a blank line after the first line like above.
    after that execute the command.
    jar umf mainclass.txt jar-file-you-created
    then run you jar file as
    java -jar jar-file-you-crated
    phani.

  • Java.lang.NoClassDefFoundError -  Oracle 9.0.2 with Tomcat 5.5.7

    Hi all,
    If I have post at a wrong forum, please let me know.
    My problem is that, after installing Oracle 9.0.2 as a standalone db on my PC, some Java and Jsp classes don't run properly. I get the following error msg:
    java.lang.NoClassDefFoundError: javax/xml/transform/Source
    I think it may be a problem with path. For Java programs, I now use a bat file to set path to ignore "C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;" in system's path like this:
    set PATH_BAK=%PATH%
    set Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Executive Software\Diskeeper\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\j2sdk1.4.2_06\bin;C:\j2sdk1.4.2_06\jre\lib\ext
    java %1
    SET PATH=%PATH_BAK%
    The Java classes run properly with the bat file now. But would there be some better solutions? And how can I run the JSP programs again?
    Really appreciate for any suggestion / help. Thanks very much in advance.

    Hi all,
    I have further located the problem -- if remove from path "C:\Program Files\Oracle\jre\1.3.1\bin", the Java classes works again.
    But what problem would occur if it is removed from path permanently? Any suggestion? Thanks very much.

  • Help with error  "main" java.lang.NoClassDefFoundError:

    I am pretty new to Java and I just install the JDK1.4.2 03
    I am getting an error when I run the class file TestChart.class with the
    java.exe:
    Exception in thread "main" java.lang.NoClassDefFoundError:
    I have several class files in the directory d:\personal\java-ChartGen
    Chart.class
    ChartColourScheme.class
    ChartPanel.class
    ColorPanel.class
    TestChart.class
    TestIt.class
    All these files are for the program.
    Can some one help me why is this happening?? Is there something I can do
    that I am missing???
    I tried using the -CLASSPATH to direct it to the same directory but still
    with the same error.
    Please help me. Thank you

    I use the command line as follows:
    c:\j2sdk1.4.2_03\bin\java d:\personal\java-ChartGen\TestChart.class
    The full error message is as follows:
    Exception in thread "main" java.lang.NoClassDefFoundError:
    d:\personal\java-ChartGen\TestChart/class
    I thought it may be the CLASSPATH, but all my class files are located in the
    same folder and I used the switch -classpath but the same error comes up.

  • Connecting with ODSM to OVD fails caused by: java.lang.NoClassDefFoundError

    Hi,
    I have made a fresh new install of an Oracle Virtual Directory server running on Windows 2003 32-bit and an ODSM server (Weblogic) running on Windows 2003 64-bit using FMW Identity Management 11.1.1.2 for both OVD and ODSM (OVD of course being 32-bit and ODSM the 64-bit version).
    When I try to connect with ODSM to my OVD server the first time without using SSL and connecting to port 8899 I get a pop-up telling me to look for a "Server Exception during PPR, #1" error in the log. The log shows me indeed a javax.servlet.ServletException: javax/wsdl/OperationType caused by Caused by: java.lang.NoClassDefFoundError: javax/wsdl/OperationType Caused by: java.lang.ClassNotFoundException: javax.wsdl.OperationType.
    When I try it a second time with the same settings it tells me to look for a "Server Exception during PPR, #2[[" in the log. The log now shows me a javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub.
    Connecting using SSL fails with the same error as the second attempt without it except the error is now #3.
    Any idea what might be going wrong here? Could it be the firewall between ODSM and OVD? Is it using more than port 8899 to connect? Or is it the difference between 32/64 bit platform and the 64-bit JVM that is missing some classes? What is it?
    Thanks in advance,
    Bart.

    Hi,
    I got the environment working.
    Here is the environment details
    Windows 2003 32 bit
    WLS 10.1.3.3.
    OFM 11g updated upto patch 11.1.1.3
    Also during the IDM configuration, i have also added the OHS as part of the installation/configuration so that the HTTP_client.jar file is in the path.
    HTH.
    Regards,
    Ramnath

  • OAM Integration with WAS 6.1 -main" java.lang.NoClassDefFoundError

    I am running the registryTester after installing connector for WebSphere on WAS 6.1. The registry gets started and after providing the credentials, it gives the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.ws.bootstrap.
    RASWsLoggerFactory
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
    at com.ibm.ws.security.core.ContextManagerFactory.<clinit>(ContextManage
    rFactory.java:36)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecu
    rityException.java:154)
    at com.oblix.registry.RegistryLogger.logException(RegistryLogger.java:21
    3)
    at com.oblix.tools.registryTester.main(registryTester.java:104)
    I notice that wssec.jar which is in the classpath for registryTester.bat is not present in %WAS_INSTALL_DIR%\lib\wssec.jar location. Is that the problem?
    Thanks!

    Seems to be a CLASSPATH problem. Try:
    java -cp  .  ExampleProgramIt should help. (Beware there are three arguments, the . is the second.)
    Maybe you have a classpath variable set where the path doesn't contain the working directory (the "."). You may then consider adding it to the end.
    Hope it helps
    Ivan

Maybe you are looking for

  • Adobe bridge appears as a question mark on iMac dock and will not open, why?

    Adobe bridge appears as a question mark on iMac dock and will not open, why?

  • Webdav url in ECM11g

    hi all, I am using ECM11g, when I added webdav access by using "my network places" in winxp, I tested with the followiing url: http://localhost:7051/cs/idcplg/webdav Result is this url is not valid,wile the http://localhost:7051/cs/ works fine, also

  • What's the purpose of this audit setting?

    Setting up 11g to automatically purge audit records and don't understand the purpose for this when it seems setting a timestamp and scheduled job would accomplish the same? BEGIN DBMS_AUDIT_MGMT.INIT_CLEANUP( AUDIT_TRAIL_TYPE => DBMS_AUDIT_MGMT.AUDIT

  • Can't launch Lightroom after successful download/installation.

    After I downloaded and installed Photoshop there appeared a button that read something like "Lauch App" next to the Photoshop icon in the Download Manager.  That worked smoothly and Photoshop is up and running.  Tried to do the same with Lightroom ho

  • No official repair of iPad 2 in Argentina

    I bought my iPad 2 about 2 months ago along with a Belkin Snap Shield protective case and an Apple Smart Cover. The iPad fell and dropped by accident on one of the corners from about 1 ft. height, the glass is shattered and the plastic cover damaged,