Spry.Effect ERR: Element "undefined" not found

http://demiurgical.fluctuation.net/development/test.html
Hi guys,
I used Spry Data, Tabbed Panels, and the very helpfull Tabbed
Panels Extension that Kin provided. It works fine on both Firefox
and IE, however, IE6 gives me an alert box of "Spry.Effect ERR:
Element "undefined" not found 4 times but still working.
How can I get rid of this?
Thank you again,
John

Looking at Retrospective's code in test.html, I see that the
error is due to the fact he had a script block in his region:
<script type="text/javascript">
<!--//
var testtab = new Spry.Widget.TabbedPanels("testtab", {
interval: 3000 });
testtab.start();
//-->
</script>
That executes immediately when the page is loaded, even
before the region is processed. To get rid of the problem, all that
has to be done is remove the script block and move its code into a
region observer so that it gets exectued any time the region markup
is re-generated. Here's how it should look:
<html>
<head>
<script src="SpryTabbedPanels.js"
type="text/javascript"></script>
<script src="SpryTabbedPanelsExtensions.js"
type="text/javascript"></script>
<script src="xpath.js"
type="text/javascript"></script>
<script src="SpryData.js"
type="text/javascript"></script>
<script src="SpryEffects.js"
type="text/javascript"></script>
<link href="SpryTabbedPanels.css" rel="stylesheet"
type="text/css" />
<script type="text/javascript">
<!--//
var dsTest = new Spry.Data.XMLDataSet("test.xml",
"Test/TestOne");
dsTest.setColumnType("name", "html");
Spry.Data.Region.addObserver("FeatureBoxHome", {
onPostUpdate: function()
var testtab = new Spry.Widget.TabbedPanels("testtab", {
interval: 3000 });
testtab.start();
//-->
</script>
<title>Test</title>
</head>
<body bgcolor="#FFFFFF">
<div id="FeatureBoxHome" spry:region="dsTest">
<div id="testtab" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li spry:repeat="dsTest" class="TabbedPanelsTab"
tabindex="0">{name}</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div spry:repeat="dsTest" class="TabbedPanelsContent"
style="display: block;"> <a
href="{feature_url}">{title}</a> <img src="{photo}">
</div>
</div>
</div>
</div>
</body>
</html>
--== Kin ==--

Similar Messages

  • Spry.Effect ERR on web page

    Good day,
    I need some help plz. I am getting an annoying alert on my
    web-site that I can't seem to clear. The alert is Spry.Effect ERR:
    Element "apdiv1" not found. After clicking OK, another SpryEffects
    alert pops up saying Spry.Effects.getstyleProp: [object error]. I
    can't find any spry effect getstyle prop in the code or any object
    that relies on getstyleProp. I'm new to the software (possibly very
    evident in my question) but I can usually figure stuff out and I'm
    totally confused. I should also mention that these alerts only pops
    up when selecting links to the other web pages from the home page
    only. You can navigate the rest of the web pages just fine and even
    back to the home page, but for some reason when you go back to the
    home page and select another pages link, you get the same alerts.
    If you want to see exactly what I'm talking about, go to
    www.barrenriverareasafespace.com.
    Thanks for any help you can give me.
    barrenriverareasafespace.com

    Looking at Retrospective's code in test.html, I see that the
    error is due to the fact he had a script block in his region:
    <script type="text/javascript">
    <!--//
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    That executes immediately when the page is loaded, even
    before the region is processed. To get rid of the problem, all that
    has to be done is remove the script block and move its code into a
    region observer so that it gets exectued any time the region markup
    is re-generated. Here's how it should look:
    <html>
    <head>
    <script src="SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script src="SpryTabbedPanelsExtensions.js"
    type="text/javascript"></script>
    <script src="xpath.js"
    type="text/javascript"></script>
    <script src="SpryData.js"
    type="text/javascript"></script>
    <script src="SpryEffects.js"
    type="text/javascript"></script>
    <link href="SpryTabbedPanels.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--//
    var dsTest = new Spry.Data.XMLDataSet("test.xml",
    "Test/TestOne");
    dsTest.setColumnType("name", "html");
    Spry.Data.Region.addObserver("FeatureBoxHome", {
    onPostUpdate: function()
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    <title>Test</title>
    </head>
    <body bgcolor="#FFFFFF">
    <div id="FeatureBoxHome" spry:region="dsTest">
    <div id="testtab" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li spry:repeat="dsTest" class="TabbedPanelsTab"
    tabindex="0">{name}</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div spry:repeat="dsTest" class="TabbedPanelsContent"
    style="display: block;"> <a
    href="{feature_url}">{title}</a> <img src="{photo}">
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    --== Kin ==--

  • Get error message: "Element 'when' not found in 'xsl:choose'"

    Thank you in advance for your help.
    I got this error message:
    Caused by: oracle.xdo.parser.v2.XMLParseException: Element 'when' not found in 'xsl:choose'.
    When I put a form field with this help text:
    <?CHOOSE:?><?WHEN:ELMT_CATEGORY_CODE='SS'?>
    Did some research but cannot find why...
    -Bill

    Never mind, put the <?end choose?> in wrong position. Thanks

  • SSIS package Corrupted - Connection element is not found - Visual Studio 2008

    Some body help me...
    last week my senior give me a SSIS package, but when I open in visual studio 2008 there is pop up like this.
    TITLE: Microsoft Visual Studio
    There were errors while the package was being loaded.
    The package might be corrupted.
    See the Error List for details.
    BUTTONS:
    OK
    and this is the description of
    Error    1    Error loading KIBB_INVC_IS.02.dtsx: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
         C:\Users\CYH\Documents\Visual Studio 2008\Projects\IS\IS\KIBB_INVC_IS.02.dtsx    1    1    
    Error    10    Validation error. SheetValue Insertion Error Log Execute SQL Task: Connection manager "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" does not exist.      KIBB_INVC_IS.02.dtsx    0  
     0    
    Error    11    Validation error. SheetValue Insertion Error Log : There were errors during task validation.      KIBB_INVC_IS.02.dtsx    0    0    
    Error    12    Validation error. Data Flow Task: SCB_IB_IDS 05: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element
    is not found.      KIBB_INVC_IS.02.dtsx    0    0    
    if some body know this problem, please help me to resolve my problem :(

    It is due to a connection manager being deleted.
    Oftentimes fixable by introducing it back. Sometimes the package even runs successfully even w/o it.
    But if you can create a new package anew.
    Arthur My Blog

  • Error "Error ERR-1014 Application not found. " after Installing APEX 40

    Hello,
    i have installed apex 4 to an existing apex 3.2 installation (oracle 11g windows) with oracle http Server.
    i follow the installations guide and install the full version.
    I try to call "http://dmsapex:7777/pls/apex/apex_admin" and it works and i can admin my application and see my existing workspace
    i try to call "http://dmsapex:7777/pls/apex/apex" and it does not work. i get follw error message in the browser (IE8):
    -->
    application=4500 workspace=10
    Error ERR-1014 Application not found.
    OK
    <--
    I search in several forums and find " convert runtime into fullversion". I have installed "@apexins SYSAUX SYSAUX TEMP /i/". I try "@apxdvins" but it does not work.
    C:\oracle\oraweb\ohs\logs/error.log says:
    [Wed Jul 14 16:11:31 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:32 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:32 2010] [notice] Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Wed Jul 14 16:11:32 2010] [notice] Server built: Apr 12 2007 00:25:24
    [Wed Jul 14 16:11:32 2010] [notice] Parent: Created child process 3280
    [Wed Jul 14 16:11:33 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:34 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Child process is running
    [Wed Jul 14 16:11:34 2010] [notice] FastCGI: process manager initialized
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Acquired the start mutex.
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Starting 250 worker threads.
    Have someone the same problem? Or does sombody knows a solution?
    Thanks for help
    CZI

    Thanks mo**** . I executed @apxdvins from my extracted oracle directory using the followin procedure and it was working properly.
    Start/Run
    CMD
    You need to change your directory to the directory where apxdvins.sql iis available. Mostly this is Apex extracted directory.
    $ SQLPLUS/NOLOG
    SQL> CONNECT SYS AS SYSDBA
    @apxdvins
    This will take some time.
    If you want you can also do this extra steps in SQL mode:
    shutdown
    startup
    alter user anonymous account unlock;
    ALTER SESSION SET CURRENT_SCHEMA = APEX_040000;
    Thanks and reards

  • Element 'when' not found in 'xsl:choose'

    Hi,
    I'm trying to create a very basic choose / when /otherwise instruction in an RTF template.
    I have created 6 fields, with the following codes:
    <?choose:?>
    <?when: E.TYPE='I'?>
    * do something *
    <?end when?>
    <?otherwise:?>
    * do something else *
    <?end otherwise?>
    <?end choose?>
    I get the following error message when I try to preview the result:
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:514)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:192)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:156)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:916)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:869)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:204)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1535)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:925)
         at RTF2PDF.runRTFto(RTF2PDF.java:590)
         at RTF2PDF.runXDO(RTF2PDF.java:458)
         at RTF2PDF.main(RTF2PDF.java:237)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Element 'when' not found in 'xsl:choose'.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:782)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:564)
         ... 15 more
    Any help is greately appreciated.
    Spiffo

    Ensure that the code is correct in all 6 fields. Have you used the "Validate template" feature before previewing to see if you are able to get any more information?
    I can take a look at your template if you can send it to [email protected] Send me a sample xml file for testing purposes.
    Thanks

  • Error ERR-1014 Application not found

    Hi.
    I've installed Oracle 10g FedoraCore 3 pc. server and client working fine and i installed Oracle 10g Companion Product CD with Apache and HTML db with no errors . when i type http://localhost:7777 in mozilla OracleHTTP server pages are coming. But, i type in mozilla
    http://localhost:7777/pls/htmldb/htmldb_admin
    it giving error like Error ERR-1014 Application not found .
    what parameters or log etc. am i check correct this problem. ?? or do i install again the HTML DB ??
    thank in advance
    Selçuk YAZAR

    same issue here
    found a pdf http://www.oracle.com/technology/tech/linux/pdf/install_asianux_htmldb.pdf
    that said that is a share-pool-memory-shortage-kind-of-thing
    anyone with an insight??
    thanks

  • Element.setTextContent() not found

    Hi,
    I've been repeatedly getting these in my xdo.log for a long-running report:
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] key = 118697953010030
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] oracle.xdo.parser.v2.XMLText.setNodeValue() - 2
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] XSLTFunctions.NumberNodeList.item
    [020613_052315667][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] Element Pkg Name = oracle.xdo.parser.v2
    [020613_052315667][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] Element.setTextContent() not found, switching to prev version. org.w3c.dom.Element.setTextContent(Ljava/lang/String;)V
    Any idea what this means? Our environment recently had issues which impacted BIP. Although it's now up, I'm not sure if this message is related to what happened.
    Appreciate your response.

    Hi, do you guys have any input on this?

  • MDIS ValueX XML Structure, element TEXT not found in xml schema

    When you extract ECC Contract through MECCM using port ERP Contract Data Transmission, if your mapping isn't correct 2 exception types are created: StructuralX or ValueX (and ImportX but I haven't seen this type of exception yet).
    Anyone noticed that the structure of the XML messages are actually different? The XSD for structuralX files are the same as the files placed in the "ready" folder, where as the XSD for the valueX files are DIFFERENT, and contain a tag called <TEXT>.
    This raises an issue when we're trying to handle exceptions in Import Manager using the type Port.  We get error "Logon Error: Source file does not conform to XML Schema. Element <TEXT> not found in xml schema".
    We can process exceptions in the structuralX folder, but not in the valuex folder because the xml file structure in the valuex folder is different.
    Just wondering if anyone else has had this issue or has resolved it.  We will open message with SAP.
    Thanks.

    Hello
    What is your MDM version ?
    this issue happened in old MDM 7.1 versions but was fixed in SP-2 unless you mapped Clone fields and in this case the fix is a bit later.
    In MDM 7.1 the latest builds of SP-2 and SP-3 should have the fix for all issues. But if you use MDM 5.5 then some issues regarding XSD conversion for exception where not addressed due to technical issues.
    The workaround for MDM 5.5 (If you use a late build of SP-6 Patch-4 or SP-6 Patch-5)  is to use the original file to fix the exception and not the file in the exception folder.
    Please notice that when you have Structural exception then all the Source XML file will go to the Exception folder.
    But in case of Value Exception - The source XML file will be dropped in the archive folder and another XML file containing VXR's (Virtual Extended Records) will be dropped in the exception folder, Therefore will have a different structure.
    Hope it helps.
    Thanks.
    Best Regards.
    Yaron.

  • How do you fix....."ERRS 128 resource not found"

    Every time I open garageband it tells me this:
    "Error reading/writing file \U201com.apple.garageband.cs\U201D:
    ERRS 128 resource not found!"
    and then when I close it...my computer tells me Garageband unexpectedly quit.
    Now I just used, the program Iceclean before this started happening...I'm not sure what i messed up.
    If anyone can help me, it would be much appreciated.

    the first thing i would do is delete the com.apple.garageband.cs file
    it's a GB pref file and GB will recreate that file the next time you launch it

  • The target element was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search

    Hi All,
    I am using CUIT to write automated UI test cases. I have a dialog containing few edit control and buttons. 
    While running the test it is able to click the button.
    However I am getting few warnings as below.
    The target element "Technology Name: 'MSAA';Search Configuration: 'VisibleOnly'; Search Properties - ControlType : 'Button',Name : 'OK'" was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target
    element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search properties.
    Technology Name: 'MSAA'
    Search Configuration: 'VisibleOnly'
    Search Properties - 
         ControlType : 'Button'
         Name : 'OK'
    Mouse button : 'Left'
    I need to resolve these warning. Can anybody suggest me how to resolve these warnings.

    Hi sanjay_t,
    From these warning message as you provide, I doubt that maybe the button control did not be found successfully by the searchproperties when you playback the Coded UI test.
    So I suggest you can try to use DrawHighlight Method  to check if the button control
    is found before you perform actions on the button target control.
    (2)I suggest you can try to use
    FindMatchingControls Method on the button control to check if there are more than one control which matches the specified searchproperties and filterproperties.
    In addition, as you said that you are using CUIT to write automated UI test. it means that you record the UI action by handing code, am I right?
    If yes, I suggest that you can create a simple coded UI test through recording actions using Coded UI Test Builder. Then
    generate the code and then try to playback. If playback succeeds, then cross check the properties from UIMap.Designer.cs file. You can reference the code about entering values in the text edit in the UIMap.Designer.cs file to write
    your own code.
    For more information about how to find a control for coded UI test, I suggest you can refer the following blog.
    http://blogs.msdn.com/b/balagans/archive/2009/12/28/9941582.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • After Effects CS3 error: file not found -43 and TIFFIO failed to open the file

    Hello
    I am experiencing a problem with AE CS3.
    I have several TIFF sequences (with alphas) that are giving me a headache. When I import them into AE, I get an "AEGP Plugin TIFFIO: Failed to open the file" error.
    I researched the forums and found that this could be related to odd formatting of the source media (my TIFF sequence). I created these TIFFs in Maya 2008 and I have imported other sequences made with Maya into AE with no issues.
    Just to be sure, I created a Photoshop droplet that re-saved my TIFFs as Photoshop TIFFs with the same names.
    I re-imported the new Photoshop TIFF sequences (still with alphas) into AE CS3, and I get the same error.
    Any ideas? I don't know what to do next.
    Thanks,
    -------------S

    Your USB drive may have had a weird character in it's name.
    AE can't read CMYK images, that is usually the problem.
    Imported images do not have to conform to any specific sizes (unless you want to go over 30,000 x 30,000 pixels.)
    - Jonas Hummelstrand
    http://generalspecialist.com/

  • XSL-1010 (Error) Element 'when' not found in 'xsl:choose'

    I am using xmlparserv2.jar from xdk9020b.
    An XSL file is loaded as XMLDocument and is modified by adding elements to a xsl:choose tree. The file acts as a "template" for an XSL that must be built and used in memory.
    When it is used as constructor for a new XSLStylesheet, then it generates the above error message. If I dump the XMLDocument to file, it contaisn the appropriate modifications, and if I execute oraxsl with it as stylesheet, everything works fine.
    Here the snipped of code I use:
    DOMParser parser= new DOMParser();
    parser.setPreserveWHitespace(true);
    URL xsvgURL = new URL ("file","localhost","svg.xsl");
    parser.parse(xsvgURL);
    XMLDocument xsvgdoc;
    xsvgdoc = parser.getDocument();
    XMLElement ex = (XMLElement)xsvgdoc.getDocumentElement();
    NodeList getit=xsvgdoc.selectNodes("//xsl:choose",ex);
    Element el = xsvgdoc.createElementNS("when","xsl:when");
    el.setAttribute("test","contains($a,'test')");
    ((XMLElement)getit.item(0)).appendChild(whennode);
    XSLProcessor processor = new XSLProcessor();
    XSLStylesheet xsvgstyle;
    xsvgstyle = processor.newXSLStylesheet(xsvgdoc);
    your feedback is appreciated, since I am currently stucking on this problem.
    null

    Ensure that the code is correct in all 6 fields. Have you used the "Validate template" feature before previewing to see if you are able to get any more information?
    I can take a look at your template if you can send it to [email protected] Send me a sample xml file for testing purposes.
    Thanks

  • Doable? Setting Spry Effects to trigger one after the next ala timeline?

    I've got a series of four slide effects. Each one controls another div. Simple enough. Problem is at this time they're all happening at the same time. I want it where once the first div slides into place, then the second div slides into place and so on. So there has to be a delay or something so the slide effects habe staggered starts. Is this doable in Spry? I've seen some examples but they seem to come off ars rather complex.

    Nope. That's not the answer. For starters, I pasted in your code and it came back with syntax errors. so I changed it to this:
    <script type="text/javascript">
        var showContent1 = new Spry.Effect.Fade('ms1',{duration: 1000,from: 0, to: 100, toggle: true, finish:new Spry.Effect.Fade('ms2',{duration: 1000,from: 0, to: 100, toggle: true, finish:new Spry.Effect.Fade('ms3',{duration: 1000,from: 0, to: 100, toggle: true, finish:new Spry.Effect.Fade('ms4',{duration: 1000,from: 0, to: 100, toggle: true})})})});
    </script>
    Which brought up no syntax errors, so I uploaded it and the first effect happens just fine but then it tries to trigger the second effect and instead I get a window prompt in Firefox like this:
    Spry.Effect ERR: Spry.Effect.Animator.prototype.stop: finish callback: Type Error: self.options.finish is not a function
    So I guess they don't consider the finish:new I added a function? Don't get it.

  • Stub class not found error

    Hi
    My problem is, i created the stub class and when i run my program after starting rmiregistry, i got error
    LocationServiceRegister err: Stub class not found: LocationService.LocationServiceImplementation_Stub; nested exception is:
         java.lang.ClassNotFoundException: LocationService.LocationServiceImplementation_Stub
    java.rmi.StubNotFoundException: Stub class not found: LocationService.LocationServiceImplementation_Stub; nested exception is:
         java.lang.ClassNotFoundException: LocationService.LocationServiceImplementation_Stub
         at sun.rmi.server.RemoteProxy.getStub(Unknown Source)
         at sun.rmi.server.RemoteProxy.getStub(Unknown Source)
         at sun.rmi.server.UnicastServerRef.setSkeleton(Unknown Source)
         at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
         at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
         at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
         at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source)
         at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source)
         at java.rmi.server.UnicastRemoteObject.<init>(Unknown Source)
         at LocationService.LocationServiceImplementation.<init>(LocationServiceImplementation.java:42)
         at LocationService.LocationServiceImplementation.main(LocationServiceImplementation.java:57)
    Caused by: java.lang.ClassNotFoundException: LocationService.LocationServiceImplementation_Stub
         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 sun.rmi.server.RemoteProxy.loadClassFromClass(Unknown Source)
         ... 11 more
    I have defined the CLASSPATH and then also i get this error.
    I checked in the forum for this type of error but still have the same problem after making some changes.
    Can anyone please explain me why ?
    Thanx in advance....

    Hi
    I got the solution..
    I dint include the "bin" directry in the classpath...
    the stub class was in bin dir..
    bye

Maybe you are looking for

  • Two Finder questions

    Two Finder questions: 1. Is there a way to get the status bar to show something more useful than how many files I have selected and how much space is left on a volume? It would be nice if it could tell me something like file size or the combined size

  • How to insert embedded files in PDF

    Does anyone know how to embed files in a PDF file? I have a Word document where I inserted clickable files (ie, Outlook email message, another word document) but when I convert them to PDF, they are not clickable, meaning they can't be opened. I do n

  • How to setup Roaming Profile in Mac

    Can anyone guide me to setup a roaming profile for 10 Mac machines? Thanks for your responses in advance.

  • HD very noisy

    Hello all I have a 21.5 iMac mid 2011 that I got last Decembre. Since 1 week now, the hard drive just started to be very noisy. I mean I can hear a scratchy noise coming from the back of the iMac. Noticeable as it was so silent before. Should I bring

  • What if I can't remember the answers to security questions?

    I am trying to dowload apps with itunes card. My iPod is asking security questions and I cannot remember what I put initially. How do I get around this or change my answers? Thanks