PROBLEMS WITH WAR/URGENT / 2

hi all
          i solved the previous problem.
          now i have another one, the URL mapping
          i want my servlet (located in the lib directory of my web app) to be
          called
          whenever the path is *.do.
          now my app is deployed as weblogic.httpd.webApps.eaa (with the eaa
          path)
          i wrote in the web.xml the servlet mapping as /*.do,
          Now when i run my webapp, giving
          http://localhost:7001/eaa/Authenticate.do i got
          the following exception
          Mon Oct 02 10:21:06 GMT+03:00 2000:<E> <ServletContext-eaa> Cannot find
          resource
          'Authenticator.do' in document root 'D:\Update\NSGWebApp\admintool.war'
          anyone can help me?? or explain me which path should i use if i want my
          servlet to be
          called with the path *.do???
          thanx in advance and regards
          marco
          

Why "/*.do"? That is an illegal mapping. Try "*.do".
          What do you map "do" to? (Interesting question, phonetically speaking.)
          Peace.
          Cameron Purdy
          [email protected]
          http://www.tangosol.com
          WebLogic Consulting Available
          "Marco Mistroni" <[email protected]> wrote in message
          news:[email protected]..
          > hi all
          > i solved the previous problem.
          > now i have another one, the URL mapping
          > i want my servlet (located in the lib directory of my web app) to be
          > called
          > whenever the path is *.do.
          > now my app is deployed as weblogic.httpd.webApps.eaa (with the eaa
          > path)
          >
          > i wrote in the web.xml the servlet mapping as /*.do,
          > Now when i run my webapp, giving
          > http://localhost:7001/eaa/Authenticate.do i got
          > the following exception
          >
          > Mon Oct 02 10:21:06 GMT+03:00 2000:<E> <ServletContext-eaa> Cannot find
          > resource
          > 'Authenticator.do' in document root 'D:\Update\NSGWebApp\admintool.war'
          >
          >
          >
          > anyone can help me?? or explain me which path should i use if i want my
          > servlet to be
          > called with the path *.do???
          >
          > thanx in advance and regards
          > marco
          >
          >
          >
          

Similar Messages

  • Websphere 6: JNDI problem with Sping - urgent.

    Hi,
    I have my cJSC project working fine with JNDI on my local sun app server. However when deploying to websphere I am getting problems.
    Obviously websphere is different setup and I have had to add the following to the web.xml to get a datasource
    <resource-ref>
         <description>VMS Datasource</description>
         <res-ref-name>jdbc/VMSDS</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>Container</res-auth>
    </resource-ref>
    However, the app is still bombing out with following..
    Error page exception
    The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
    Original Exception:
    Error Message: SRVE0207E: Uncaught initialization exception thrown by servlet
    Error Code: 500
    Target Servlet: Faces Servlet
    Error Stack:
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at com.ibm.ws.cache.servlet.ServletWrapper.init(ServletWrapper.java:231)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:274)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2954)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:221)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1912)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
    Error Page Exception:
    Error Message: Cannot find FacesContext
    Error Code: 0
    Target Servlet: null
    Error Stack:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:405)
    at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
    at com.ibm._jsp._ErrorPage._jspx_meth_f_view_0(_ErrorPage.java:330)
    at com.ibm._jsp._ErrorPage._jspService(_ErrorPage.java:63)
    at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.cache.servlet.ServletWrapper.serviceProxied(ServletWrapper.java:264)
    at com.ibm.ws.cache.servlet.CacheHook.handleFragment(CacheHook.java:344)
    at com.ibm.ws.cache.servlet.CacheHook.handleServlet(CacheHook.java:216)
    at com.ibm.ws.cache.servlet.ServletWrapper.service(ServletWrapper.java:246)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670)
    at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
    at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178)
    at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:294)
    at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2593)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2983)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:221)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1912)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
    Anybody used JSC and Websphere with JNDI? I go live next week and don't want to have to configure a context file each time for production.
    Regards,
    LOTI

    Is the resource ref the same as you configured for the bundled
    Sun App server ?
    We do have a sample JNDI application and tip if they help:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapps/2/JaasAuthentication.zip
    (see the README file in the zip file)
    http://developers.sun.com/prodtech/javatools/jscreator/reference/tips/2/jaas_authentication.html
    John

  • Problem with GameCenter URGENT

    Hi guys I have a problem with the iOS 6 Game Center , when I'm playing clash of clans it always pops a Game Center login screen at me 5 secs after the game loads I try to cancel it but won't it just stays there  then i enter my user and pass but then it gets stuck on the loading screen Forever . I even Tried  the actual Game Center app but it just won't load   SOMEBODY PLEASE HELP ME

    Maybe
    https://discussions.apple.com/message/23684319#23684319
    Otherwise:
    - Reset the iOS device. Nothing will be lost       
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Sign out of Game Center and sign back in
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
      - Restore to factory settings/new iOS device.

  • Problem with spreads - urgent!

    My problem here is that when I want to print my 18-page document, InDesign have decided to make these 18 pages in to 10 spreads.
    The result of that is the printer printing 2 pages in one page, in stead of what I want; 1 page on 1 page, thank you!
    I have tried to make a new document with the same amount of pages and so on, but it still won't work.
    How do I turn it off? Please help me, it's for school and kind of urgent...

    I am having a similar problem.  I am using CS5 and am making a portfolio, for online submission.  I want the portfolio to be viewed online as spreads, but be printed out as 8.5 x 11's.  This is because I am not in charge of printing out the document, I have to give it over to someone else as a part of an application.  I have tried all the ways suggested in this thread, but have not been able to achieve my goals.  I feel like perhaps this is something that needs to happen at the level of the PDF in a program like Acrobat if it is possible?

  • Problem with .war files

              I have created a .war file with my servlets in
              /WEB-INF/classes directory and all other classes jared into a single jar file
              in /WEB-INF/lib,but on calling the servlet only those classes that the servlet
              uses directly are recognized but for the other classes it gives an exception NoClassDef
              found.I later changed the .war file so that all the classes are put into /WEB-INF/classes
              directory directly(no jar),but this time it again fails with the same excception,is
              this a bug in weblogic or am I doing things wrong.please clarify.
              thanks and regards
              vijay
              

    Bobby,
              This appears to be a known problem and has been addressed by CR065104. Please
              contact support to obtain the appropriate patch.
              Thanks,
              Simon
              Developer Relations Engineer
              BEA Support
              Bobby Nations wrote:
              > Vijay,
              >
              > You're not alone, I'm experiencing these problems when moving a .war file
              > from WLS 6.1.0 to WLS 6.1.2. I'm running WLS 6.1.0 on my development
              > server, and whenever I deploy a .war file there, it finds the jar files
              > in WEB-INF/lib and handles everything properly. I move that exact .war
              > file to my staging server (one rung below production) along with the
              > config.xml and start script from development, and blammo, no go. It
              > complains of ClassNotFound for any class contained in a jar file under
              > the WEB-INF/lib directory. So, my symptoms break down like so: works for
              > WLS 6.1.0 but not for WLS 6.1.2.
              >
              > I think that this must be a bug in service pack 2 of WLS 6.1.
              >
              > Bobby
              >
              > In article <3bbc80e9$[email protected]>, "Vijayanand.R"
              > <[email protected]> wrote:
              >
              > > Hi Udit,
              > > thanks for the reply,
              > > the package under WEB-INF/classes is fine,it invokes the servlet too but
              > > it fails to recognize the jar under WEB-INF/lib and complains that the
              > > particular class it is looking for is not found
              > > Regards
              > > Vijay
              

  • Problems with war file,popups and forms

    Hi All,
    we are using adf faces and jdeveloper 11g for our project.
    Development work and all have happened fine, but we are facing few problems when we created the war file of the project and deployed it on tomcat 6.0 .
    The major problem we are facing after the deployment of war on tomcat 6.0 is:
    Popus (the popups we created and calender popups) are not showing up. The page simply refreshes when click on the popup link. There are no exceptions thrown, no errors in tomcat logs. The same thing is happeing for calender popups also.
    We are using the following code for popup creation:
    <af:popup id="mypop" eventContext="self">
    <table>
    <af:spacer width="10" height="20"/>
    <tr>
    <td>Name:</td>
    <td>
    <af:inputText columns="20" required="true" value="#{FL.name}"/>
    </td>
    </tr>
    </table>
    <table>
    <tr>
    <td>
    <af:commandButton text="Submit" action="#{FL.ValidateName}"/>
    </td>
    </tr>
    <af:spacer width="10" height="10"/>
    <tr>
    <td>
    <af:outputText value="(*) Marked fields are compulsory"/>
    </td>
    </tr>
    </table>
    </af:popup>
    <af:commandLink>
    ADD Name
    <af:showPopupBehavior popupId="mypop" align="endBefore"
    triggerType="action"/>
    </af:commandLink>
    the following jars are included in web-inf/lib folder:
    adf-controller-api.jar
    adf-controller-rt-common.jar
    adf-controller.jar
    adf-faces-databinding-rt.jar
    adf-pageflow-dtrt.jar
    adf-pageflow-fwk.jar
    adf-pageflow-impl.jar
    adf-pageflow-rc.jar
    adf-richclient-api-11.jar
    adf-richclient-impl-11.jar
    adf-share-base.jar
    adf-share-ca.jar
    adf-share-support.jar
    adflibfilter.jar
    adflogginghandler.jar
    adfm.jar
    adfmweb.jar
    cache.jar
    commons-el.jar
    commons-logging-1.1.1.jar
    db-ca.jar
    dms.jar
    dvt-faces.jar
    dvt-jclient.jar
    dvt-utils.jar
    fmw_audit.jar
    glassfish.jstl_1.2.0.1.jar
    identitystore.jar
    inspect4.jar
    javatools-nodeps.jar
    javax.management.j2ee_1.0.jar
    jaxen-full.jar
    jdbc2_0-stdext.jar
    jewt4.jar
    jmxframework.jar
    jmxspi.jar
    jps-api.jar
    jps-common.jar
    jps-ee.jar
    jps-internal.jar
    jps-unsupported-api.jar
    jsf-api.jar
    jsf-impl.jar
    jsf-ri.jar
    jstl.jar
    log4j.jar
    mdsrt.jar
    ojdbc14_g.jar
    ojdl.jar
    oracle-el.jar
    oraclepki.jar
    org.apache.commons.beanutils_1.6.jar
    559,366 org.apache.commons.collections_3.1.jar
    org.apache.commons.logging_1.0.4.jar
    osdt_cert.jar
    osdt_core.jar
    saxpath.jar
    share.jar
    standard.jar
    trinidad-api.jar
    trinidad-impl.jar
    wls-api.jar
    xalan.jar
    xercesImpl.jar
    xml-apis.jar
    xmlef.jar
    xmlparserv2.jar
    We are struggling to find a solution for this.
    Any suggestions on this will be highly appreciated.
    Thank you.

    Hi,
    please try removing all your HTML elements and just use ADF Faces components. Chances are that mixing HTML with JSF components, though possible in JSF 1.2 causes this conflict
    Frank

  • Problem with nextLine() (urgent!)

    well, i'm really confused with this nextLine..
    import java.util.Scanner;
    public class Main
         public static void main(String[] args)
              Karyawan[] nama = new Karyawan[20];
              nama[0] = new Director("Adri","Anto",50,10000000.0);
              nama[1] = new Director("Andreas","Supriyanto",45,12000000.0);
              nama[2] = new Director("Zulfikar","Rizki",49,12000000.0);
              nama[3] = new Director("Ferry","Rippun",29,25000000.0);
              nama[4] = new Director("Ferry","Salim",35,15000000.0);
              nama[5] = new Manager("Marisa","Rosari",45,6900000);
              nama[6] = new Manager("Eric","Setiawan",39,5000000);
              nama[7] = new Manager("Valen","Tina",35,4000000);
              nama[8] = new Mandor("Eric","Samuel",38,3500000);
              nama[9] = new Mandor("Well","Lina",32,2500000);
              nama[10] = new Mandor("Felix","Febrian",31,2200000);
              nama[11] = new Mandor("Ferry","Good",40,3000000);
              nama[12] = new Buruh("Edwin","Edwin",25,1100000);
              nama[13] = new Buruh("Johannes","Mario",26,1200000);
              nama[14] = new Buruh("Ferry","Yoes",25,1200000);
              nama[15] = new Buruh("Irwin","Lawrencius",24,1100000);
              nama[16] = new Buruh("Bagus","Putera",25,1100000);
              nama[17] = new Buruh("Ferdinando","Satria",25,1300000);
              Scanner input = new Scanner(System.in);
              System.out.println("Insert your name : ");
              String carinama = input.nextLine();
              System.out.println("Status 0:Director, 1:Manager, 2:Mandor, 3:Buruh");
              System.out.println("Insert your status (0,1,2,3) : ");
              int status = Integer.parseInt(input.nextLine());
              for(int i=0;i<20;i++)
                   if(carinama == nama.namaDepan)
                        switch(status)
                             case 0:
                             if(i<5)
                                  System.out.println("Status = Director");
                                  nama[i].cetakData();
                             else {}
                             break;
                             case 1:
                             if(i>4 && i<8)
                                  System.out.println("Status = Manager");
                                  nama[i].cetakData();
                             else {}
                             break;
                             case 2:
                             if(i>7 && i <12)
                                  System.out.println("Status = Mandor");
                                  nama[i].cetakData();
                             else {}
                             break;
                             case 3:
                             if(i>11)
                                  System.out.println("Status = Buruh");
                                  nama[i].cetakData();
                             else {}
                             break;
                             default: System.out.println("Please insert between 0-3");
                   else
    }String carinama = input.nextLine(); <--- this one works, if i print the carinama, it'll print the name i had inputted...
    but the problem is.. let's just say i insert "Adri" for the name
    if i insert theif(carinama == "Adri")
    System.out.println("Right");
    else
    System.out.println("Wrong");
    that's just an example, the result will be "Wrong"... my question is why is the answer "Wrong" ?
    as far as i know, the String carinama should contains "Adri" right? so why is my if always skipped..?
    i've tried next() but to no avail..
    any help appreciated, and i really need this today >.<  (sorry for my bad english)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    no, you're not late... please help me if you know where's the problem. thx
    ah well, why can't i edit my first post.. anyway i've refined my problem to this
    but it still not working.. the error is on line 36
    if(carinama.equals(nama.namaDepan))NullPointerException <--- i really have no idea what this means...
    Edited by: Lucille on May 12, 2008 12:23 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with war deployment

              hello everybody,
              i deployed the one .war file which contains 1 servlet and another 10 simple classes.i
              deployed using the console and everything shows fine.the servlet mapping everything
              seems to be perfect.but when i run the application nothing happens.i restared
              the server.
              thanks for helping.
              sada
              

              You will have to be more clear on what is happening.
              With you description, I assume that it is working fine in exploded format. There
              are couple of things that can go wrong on war deployment.
              1) Check your war file contents. Path of the contents should not include the war
              file name.
              For eg: /wstt/WEB-INF/classes/com/util/Sample.class
              if above is the fully qualified path of a class and if your war file name is wstt
              then war file should conatin the path as
              /WEB-INF/classes/com/util/Sample.class
              2) Check your Target cluster/server in your console for the war file.
              I hope this helps.
              - Albert
              "sada" <[email protected]> wrote:
              >
              >hello everybody,
              >i deployed the one .war file which contains 1 servlet and another 10
              >simple classes.i
              >deployed using the console and everything shows fine.the servlet mapping
              >everything
              >seems to be perfect.but when i run the application nothing happens.i
              >restared
              >the server.
              >
              >thanks for helping.
              >sada
              >
              

  • FONT problems with UNICODE - URGENT

    i'm trying to present text in different languages, like english, greek or cyrillic and so on. i want to work with the Arial Unicode MS font, that is installed on my system and which DOES appear in the getAvailableFonts() list!!!
    But when i try to display a greek text i see not all glyphs correctly. What have i to do??
    Have I still to set up my font.properties file and if so how can i manage this
    thanx a lot

    To me, it looks as if your problem is that you're only calling setFont on "this".
    That's only going to set it for the top level frame, and doesn't always do it for every individual component. The easy way to get around this is to go berserk with the setFont call. Set it on anything (heck, set it on your dog if it makes you feel any better)! ;D
    The slightly harder but smarter way to do this is to write a recursive function that drills down your component list.
    public void setFontRecursively(Font myFont, Component comp) {
       comp.setFont(myFont);
       if (comp instanceof Container) {
          Component[] childComps = ((Container)comp).getComponents();
          if (childComps != null) {
             for (int i=0; i < childComps.length; i++) {
                setFontRecursively(myFont, childComps);
    That should basically cover anything bar popup menus and drop-down submenus. You have to recall this as they appear, or they don't get the font straight off.
    Hope that helps!
    Martin Hughes

  • Problems with iBook, urgent help required...

    Hi, a few months ago, i went to the power settings and checked the option for shut-down at midnight and power on at 6am... Then just last week, i unchecked the option for the automatic on/off... But since then, my iBook still does its' routine... BTW, i made sure that the option is unchecked every night as i leave my com on throughout the night ti download stuff, but it still does what i programmed it to do months ago, even after i readjusted the settings...
    I have tried resetting the PMU, but to no avail...
    AND...
    Whenever i log in to MSN, the display picture will be the picture from my User Account on my iBook... I have changed it serveral times to my desired picture but when i log in again the next day, the picture is still the one from my administrator account... And also, every time i close my conversation windows, the application will ask me whether to save my conversations even though i have alsready selected automatically save all conversation... The last problem is very often with no apparent reason, the application logs out on it's own, sometimes in the middle of a conversation...So what is wrong with my MSN and what should i do about it...?
    Ian

    Hi Linuxuser,
    I also would suggest not using MSN. I find it to be a pain, and you have more capabilities with other programs. I really like using iChat. I love the Mac feel of iChat so I configured iChat to work with MSN through Jabber. The link below might help if you are interested:
    Using iChat/Jabber to work with MSN
    To have iChat work with other programs like Jabber, ICQ, MSN and Yahoo, you can use a similar technique. Here is one way of doing it:
    iChat Jabber Tutorial
    There also is a link to the thread Does iChat work with Jabber, ICQ, MSN, and Yahoo?
    I hope that helps,
    Jon 

  • Problems with Referrals (URGENT)

    Hi,
    Can someone help me with the following problems. I am currently running iPlanet 5.1 and I login as "uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot" when accessing the servers.
    1. During replication , how come when I try to add/delete/modify an entry in a slave replica, it gives me this error: "netscape.ldap.LDAPException error result(53); Cannot delete referral; LDAP server is unwilling to perform"
    I suspect that the slave replica didn't even bother to forward the update the request to the master server. So is there some means to enable this?
    2. I did a smart referral on one of the ous which authenticate with credentials. I managed to add an user via the front-end server. But when I try to delete an user, it says: "netscape.ldap.LDAPException error result(50); Insufficient 'delete privillege' to delete the entry"
    I have checked the ACL of the ou on the REFERRED server. It shows that the user (which I used for authentication) has both add and delete rights. What went wrong?

    Hi Christian,
    Thks for your reply.Regarding your pt 2, from my understanding, we can specify user authentication when a smart referral is being used on the server. And the binding account used in the authentication is the same which my client binds to the ldap server.
    My doubt is why I am able to add a new user on the REFERRED server when I can't delete it since I am binding using the same account. In addition, I have set read-only accesses to anonymous users so it can't be that the client is binded anonymously during the referral right?
    As for the replication issue, I believe it's a common problem/bug in 5.1. Pls see http://softwareforum.sun.com/NASApp/jive/thread.jsp?forum=13&thread=9006 . This thread describe the same problem. Was wondering if there's any patch?
    Lastly, pls pardon me for my ignorance. Is there a way to run command line statements if I am running the iPlanet on a Win2k platform? No right?

  • Problem with WAR file

    Hi all, I am having an issue with deploying a WAR file on WebLogic
              6.1 (SP2). I am using JDK 1.3.1. The error messages I recieve in the
              log are as follows:
              Any help would be much appreciated.
              Thanks, Marko
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(Deployed)
              modified from (true) to (false).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(Path) modified
              from (C:\bea\wlserver6.0\config\petstore\applications) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(LastModified)
              modified from (993490876958) to (993490986115).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Error> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141004>
              <IOException opening application petstore:Name=algoam,Type=Application,
              loading from path
              C:\bea\wlserver6.0\config\petstore\applications\algoam.war>
              java.util.zip.ZipException: error in opening zip file
              at java.util.zip.ZipFile.open(Native Method)
              at java.util.zip.ZipFile.<init>(ZipFile.java:110)
              at java.util.jar.JarFile.<init>(JarFile.java:115)
              at java.util.jar.JarFile.<init>(JarFile.java:82)
              at weblogic.utils.jars.VirtualJarFile.<init>(VirtualJarFile.java:24)
              at
              weblogic.management.mbeans.custom.Application.adminLoad(Application.java:257)
              at
              weblogic.management.mbeans.custom.Application.load(Application.java:230)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:548)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy7.load(Unknown Source)
              at
              weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:462)
              at
              weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:380)
              at
              weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:152)
              at
              weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:643)
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(LoadError)
              modified from (null) to (java.util.zip.ZipException: error in opening
              zip file).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Name)
              modified from (AssetManagement) to (AssetManagement).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Path)
              modified from (null) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Path)
              modified from
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(Deployed) modified from (true) to (true).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(Parent) modified from (petstore:Name=petstore,Type=Domain) to
              (petstore:Type=Domain,Name=petstore).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(LastModified) modified from (0) to (993491862318).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(Application) modified from (null) to
              (petstore:Name=AssetManagement,Type=Application).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(Application) modified from
              (petstore:Name=AssetManagement,Type=Application) to
              (petstore:Name=AssetManagement,Type=Application).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(URI) modified from (null) to (algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(ContextPath) modified from (null) to (algoam).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(LoadError) modified from (null) to (null).>
              [att1.html]
              

    Hi all, I am having an issue with deploying a WAR file on WebLogic
              6.1 (SP2). I am using JDK 1.3.1. The error messages I recieve in the
              log are as follows:
              Any help would be much appreciated.
              Thanks, Marko
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(Deployed)
              modified from (true) to (false).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(Path) modified
              from (C:\bea\wlserver6.0\config\petstore\applications) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(LastModified)
              modified from (993490876958) to (993490986115).>
              ####<Jun 25, 2001 1:43:06 PM EDT> <Error> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141004>
              <IOException opening application petstore:Name=algoam,Type=Application,
              loading from path
              C:\bea\wlserver6.0\config\petstore\applications\algoam.war>
              java.util.zip.ZipException: error in opening zip file
              at java.util.zip.ZipFile.open(Native Method)
              at java.util.zip.ZipFile.<init>(ZipFile.java:110)
              at java.util.jar.JarFile.<init>(JarFile.java:115)
              at java.util.jar.JarFile.<init>(JarFile.java:82)
              at weblogic.utils.jars.VirtualJarFile.<init>(VirtualJarFile.java:24)
              at
              weblogic.management.mbeans.custom.Application.adminLoad(Application.java:257)
              at
              weblogic.management.mbeans.custom.Application.load(Application.java:230)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:548)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy7.load(Unknown Source)
              at
              weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:462)
              at
              weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:380)
              at
              weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:152)
              at
              weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:643)
              ####<Jun 25, 2001 1:43:06 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <Application Manager Thread> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=Application) Attribute=(LoadError)
              modified from (null) to (java.util.zip.ZipException: error in opening
              zip file).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Name)
              modified from (AssetManagement) to (AssetManagement).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Path)
              modified from (null) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application) Attribute=(Path)
              modified from
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war) to
              (C:\bea\wlserver6.0\config\petstore\applications\algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(Deployed) modified from (true) to (true).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(Parent) modified from (petstore:Name=petstore,Type=Domain) to
              (petstore:Type=Domain,Name=petstore).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(LastModified) modified from (0) to (993491862318).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(Application) modified from (null) to
              (petstore:Name=AssetManagement,Type=Application).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(Application) modified from
              (petstore:Name=AssetManagement,Type=Application) to
              (petstore:Name=AssetManagement,Type=Application).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(URI) modified from (null) to (algoam.war).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=algoam,Type=WebAppComponent,Application=AssetManagement)
              Attribute=(ContextPath) modified from (null) to (algoam).>
              ####<Jun 25, 2001 1:57:42 PM EDT> <Info> <Management> <tormmaric>
              <petstoreServer> <ExecuteThread: '0' for queue:
              '__weblogic_admin_html_queue'> <> <> <141039>
              <MBean=(petstore:Name=AssetManagement,Type=Application)
              Attribute=(LoadError) modified from (null) to (null).>
              [att1.html]
              

  • Problem with import Urgent

    I made a program to reply to people who want to work in my soci�ty automatically.
    I wan't to install thie on another server, so I installed jdk, apache & tomcat. I use exactly the same files in the same way but it seems that Tomcat don't fing my package.
    I create java home and classpath in a correct way but he still doesn't find my packages.
    What can I do?
    Thanks
    AgilBull

    It seems that the error occures with all the classes I put in the classpath (jdk_home/lib).
    This classpath is obviously correctly declared.
    Hered is the message
    Error: 500
    Location:/gestiondescandidatures/index.jsp
    Erreur Interne de Servlet
    org.apache.jasper.JasperException: Impossible de compiler la classe pour JSPC import candidat.*;
    1 error
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)....
    May be this can show you the way to help me.
    Thanks
    Agil Bull

  • Problem with WS_DOWNLOAD (URGENT)

    Hi All,
    The WS_DOWNLOAD i am using is downloading the file to workstation SAP GUI640.
    But when testing at client's side, It is coming out of the selection screen without download SAP GUI620.
    Can any body help please ASAP.
      CALL FUNCTION 'WS_DOWNLOAD'
           EXPORTING
                filename                = v_fname
                filetype                = 'DAT'
           TABLES
                data_tab                = i_csv[]
           EXCEPTIONS
                file_open_error         = 1
                file_write_error        = 2
                invalid_filesize        = 3
                invalid_type            = 4
                no_batch                = 5
                unknown_error           = 6
                invalid_table_width     = 7
                gui_refuse_filetransfer = 8
                customer_error          = 9
                OTHERS                  = 10.

    Hi Kaleem,
    As discussed, You can try following ..
    1. Search on service.sap.com and findout reason. There is a SAP NOTE Explaining Similar Problem.
    2. Remove filetype.
    Hope it will work,
    DARSHAN
    **Reward Points if asnwer is helpful

  • Problem with WAR

    hi all,
    i m little confuse in creating a WAR file for my web application, i have JSP file and bean classes and no servlet.
    1- in this scenario should i need to creat web.xml and if so what i write in it?
    2- my main confusion is during my search i found 2 type of WAR structure, one have META-INF folder and another structure is without META-INF .
    if we need META-INF then what i give in this folder, and i will appreciate if someone explain y some give META-INF folder and y some not give it.
    thx in advance.

    hi all,
    i m little confuse in creating a WAR file for my web
    application, i have JSP file and bean classes and no
    servlet.
    1- in this scenario should i need to creat web.xml
    and if so what i write in it?Yes, write a web.xml and put it in WEB-INF. Just a description is enough.
    2- my main confusion is during my search i found 2
    type of WAR structure, one have META-INF folder and
    another structure is without META-INF .
    if we need META-INF then what i give in this folder,
    and i will appreciate if someone explain y some give
    META-INF folder and y some not give it.You put a context XML in META-INF. It's helpful for setting up data sources. If you don't have a JNDI data source, you don't need the META-INF.
    %

Maybe you are looking for