Problem working with HttpClusterServlet

hi:
          this is the first time i work with weblogic6.1(NT platform) cluster.
          i config the DefaultWebApp as web application which will proxy requests to
          my cluster which consists of two weblogic server running on the same host
          (http://localhost:7001 and http://localhost:7003).
          my web.xml before is as floowing(before it works as a proxy)
          <?xml version="1.0" ?>
          <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
          1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
          <web-app>
          <welcome-file-list>
          <welcome-file>index.html</welcome-file>
          </welcome-file-list>
          </web-app>
          but when i modify it as following as a proxy to my cluster
          <?xml version="1.0" ?>
          <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
          1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
          <web-app>
          <welcome-file-list>
          <welcome-file>index.html</welcome-file>
          </welcome-file-list>
          <servlet>
          <servlet-name>HttpClusterServlet</servlet-name>
          <servlet-class>
          weblogic.servlet.internal.HttpClusterServlet
          </servlet-class>
          <init-param>
          <param-name>defaultServers</param-name>
          <param-value>
          bea:7003:7004
          </param-value>
          </init-param>
          </servlet>
          <servlet-mapping>
          <servlet-name>HttpClusterServlet</servlet-name>
          <url-pattern>/</url-pattern>
          </servlet-mapping>
          <servlet-mapping>
          <servlet-name>HttpClusterServlet</servlet-name>
          <url-pattern>*.jsp</url-pattern>
          </servlet-mapping>
          <servlet-mapping>
          <servlet-name>HttpClusterServlet</servlet-name>
          <url-pattern>*.htm</url-pattern>
          </servlet-mapping>
          <servlet-mapping>
          <servlet-name>HttpClusterServlet</servlet-name>
          <url-pattern>*.html</url-pattern>
          </servlet-mapping>
          <init-param>
          <param-name>DebugConfigInfo</param-name>
          <param-value>ON</param-value>
          </init-param>
          </web-app>
          there's no response anymore , no error .
          there's little docs available and i need your help
          regards
          

Hi.
          A couple of suggestions:
          1. Clusters must use the same port number. If you are running a cluster on a
          single machine this means that your machine must be multihomed and each member
          of the cluster must bind to a unique IP address. Your other alternative is to
          use multiple machines. I don't believe your configuration will work for a
          cluster.
          2. you don't have yoru default servers listed correctly in your web.xml
          file. To specify 2 different servers you need to specify each server
          separated by a '|' character as follows:
          myserver1:70017001|myserver2:7001:7002 The second port number is for SSL
          communications. In your xml file you are only specifying a single server.
          Hope this helps,
          Michael
          daniel wang wrote:
          > hi:
          > this is the first time i work with weblogic6.1(NT platform) cluster.
          > i config the DefaultWebApp as web application which will proxy requests to
          > my cluster which consists of two weblogic server running on the same host
          > (http://localhost:7001 and http://localhost:7003).
          >
          > my web.xml before is as floowing(before it works as a proxy)
          >
          > <?xml version="1.0" ?>
          > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
          > 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
          > <web-app>
          > <welcome-file-list>
          > <welcome-file>index.html</welcome-file>
          > </welcome-file-list>
          >
          > </web-app>
          >
          > but when i modify it as following as a proxy to my cluster
          >
          > <?xml version="1.0" ?>
          > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
          > 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
          > <web-app>
          > <welcome-file-list>
          > <welcome-file>index.html</welcome-file>
          > </welcome-file-list>
          > <servlet>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <servlet-class>
          > weblogic.servlet.internal.HttpClusterServlet
          > </servlet-class>
          >
          > <init-param>
          > <param-name>defaultServers</param-name>
          > <param-value>
          > bea:7003:7004
          > </param-value>
          > </init-param>
          >
          > </servlet>
          >
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>/</url-pattern>
          > </servlet-mapping>
          >
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.jsp</url-pattern>
          > </servlet-mapping>
          >
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.htm</url-pattern>
          > </servlet-mapping>
          >
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.html</url-pattern>
          > </servlet-mapping>
          > <init-param>
          > <param-name>DebugConfigInfo</param-name>
          > <param-value>ON</param-value>
          > </init-param>
          >
          > </web-app>
          >
          > there's no response anymore , no error .
          >
          > there's little docs available and i need your help
          >
          > regards
          Michael Young
          Developer Relations Engineer
          BEA Support
          

Similar Messages

  • ASP application has problems working with oracle database 8.1.7

    ASP application has problems working with oracle database 8.1.7 through both oracle ODBC driver and Microsoft ODBC driver
    We have an ASP application running on Windows 2000 server, and with 8.1.7 Net8Client and MDAC 2.6 SP1.
    The application worked fine with an Oracle 8.0.5 database.
    After upgrading oracle database to 8.1.7.0.0, our ASP application works fine except when updating the same data record more than once. The application is not saving our updates.
    We tested our application using Oracles ODBC driver v8.1.7.5.0
    and experienced more problems. We had problems just bring up our data entry pages. In either case, we are returned with some 505 errors in our browser, problems with the ASP pages and IIS, the page is not displaying.
    If anyone has some suggestions on how to fix my problem, please advise. Thanks in advance.

    thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

  • Problem Working With Framemaker 9 Dita XML Files in Framemaker 10

    I just upgraded to Framemaker 10. I am encountering a number of problems when I try to work with my Dita XML help topics, which were last saved in Framemaker 9 format.
    1. Using the Default Dita Template
    When I open one of my documents in Framemaker 10, the Dita 1.2 template ditabase.fm is automatically applied. Everything seems fine. But then when I convert the XML to Eclipse help (which is essentially html, so we're going from XML to HTML) using Dita Open Toolkit ant scripts, I see this message:
    [pipeline] [DOTJ013E][ERROR] Failed to parse the referenced file 'html\c_licensing.xml' due to below exception. Please correct the reference base on the exception message.
    [pipeline] c_licensing.xml Line 25:Attribute "xmlns:ditaarch" must be declared for element type "dita".
    I then opened the xml  file in a text editor, and I saw this on line 25:
    <dita xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    Line 25 looks fine to me. Am I missing something? 
    2. Switching to a 1.1 Dita Template
    I tried to work around the above problem. In Framemaker, I tried to set a different structured application as the default one. I closed all files and chose the default Dita 1.1 structured application (it defaults to the Dita 1.1. Composite app.)
    Then I tried to open my file: I got this message inside Framemaker:
    "Validation of XML failed. Continue?
    Error at [FILE PATH], line 25, char 72, Message: Attribute '{http://www.w3.org/2000/xmlns/}ditaarch' is not declared for element 'dita'
    Sounds familiar, doesn't it?
    I switched from the default Dita 1.1. Composite structured application to the Dita 1.1. Topic structured application. Then I dirtied the source file and saved it. The messages I got in FrameMaker log window included the one above, plus I got a variety of Unknown Element messages, things like this:
    Unknown element dita,
    unknown element concept,
    various attributes are not declared for concept,
    unknown element conbody.
    If I switch back to the Dita 1.1 Composite application all of these messages diappear except for this one:
    Attribute '{http://www.w3.org/2000/xmlns/}ditaarch' is not declared for element 'dita'
    My ant conversion scripts from the Dita Open Toolkit are still unable to process this file. They give the same message as is listed in (1) above and the file is not converted to HTML.
    Can anyone help me with this problem? I've also posted this question to the Dita Users Group on Yahoo Groups. If I get an answer in one place, I'll post it in the other.
    Thanks,
    Nina P.

    I really appreciate all the help you are providing with this, Scott. I tried your latest suggestions. Here's what happened:
    Application Mappings:
    I figured out how to add my "BigPage" structured application to the Applications Mappings dialog. I made a new "BigPage"  mapping type, then figured out the non-intuitive part: how to add my individual BigPage topic types to it.  I closed and reopened FrameMaker opened my test document, and, as before (before I did the application mappings) I saw my BigPage applications listed in the Structure Tools > Set Structured Application drop-down. I selected the appropriate application (in this case it was DITA1.1-BigPage-Reference-FM and clicked the "Set" button. 
    It is at this point in Framemaker 9 (and also once, in FrameMaker 10, early in this process, but I haven't been able to replicate it since) that the page size would change to tabloid size, indicating that the document was using the template from the BigPage reference structured application, not the regular DITA1.1 reference application. But this did not happen.
    I tried saving the document, closing it, and reopening it. Once again the default structured application assigned to that document was "reset" to DITA1.1-Reference-FM.  But the fact that the page size did not immediate refresh to tabloid size told me that although I did select the BigPage application in the drop-down, it wasn't being applied.
    Public IDs:
    The public ID in my test reference XML file is:  <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd" [
    The four public IDs in the DITA1.1-BigPage-Reference-FM entry in structapps.fm (in the Entity Locations section) are:
    -//OASIS//DTD DITA Reference//EN 
    -//IBM//DTD DITA Reference//EN
    -//OASIS//DTD DITA Composite//EN
    -//IBM//DTD DITA Composite//EN
    Do you see anything wrong with the above? .
    Directory Structure: 
    Maybe I cloned the application incorrectly?  Here's what I did:
    1. In C:\Program Files (x86)\Adobe\AdobeFrameMaker10\Structure\xml, I copied the folder called DITA and pasted it into the same directory. I renamed this folder DITA-BigPage
    2. Inside DITA-BigPage, I opened the app folder. Inside each subfolder in app, DITA-Reference-FM, for example, I opened the edd file in Framemaker. In this case, the edd file name was reference.edd.fm.
    3. I edited the top line of reference.edd.fm.  It originally said:
    Structured Application: DITA1.1-Reference-FM.
    I changed it to say:
    Structured Application: DITA1.1-BigPage-Reference-FM
    4. I saved the EDD file. Then I opened the template file in the same folder. It was called: reference.template.fm.
    5. In reference.template.fm, I first changed my page size: Format Menu > Page Layout > Page Size > Tabloid > Set.
    6. Then I imported the element definitions from the corresponding EDD file:  File > Import > Element Definitions > reference.edd.fm > Click Import > Click OK to dismiss verification message.
    7. I repeated the above process for all topic-type folders. For the maps types, I did not change the page size, as these will never display as topics in my online  help. I did nothing to the dtd folder.
    8. Once all this was done, I opened structapps.fm.  I did the following to all Dita1.1 elements in the structure tree.
    Selected the Dita 1.1 XMLApplication element, for instance, the one named Dita1.1-Reference-FM, copied it, and pasted it underneath the original element.
    The original first few lines in the clone looked like this:
    Application Name: DITA1.1-Reference-FM
          Template:              $STRUCTDIR\xml\DITA\app\DITA-Reference-FM\reference.template.fm
          DTD:                       $STRUCTDIR\xml\DITA\app\dtd\reference.dtd
          Read/write Rules:  $STRUCTDIR\xml\DITA\app\DITA-Reference-FM\reference.rules.fm
          DOCTYPE:              reference
    I changed these lines to look like this, using your suggestion to create a variable for the first part of the URLs to enable speed and accuracy:
           Application Name:      DITA1.1-BigPage-Reference-FM
                   Template:                    $STRUCTDIR\xml\DITA-BigPage\app\DITA-Reference-FM\reference.template.fm
                   DTD:                            $STRUCTDIR\xml\DITA-BigPage\app\dtd\reference.dtd
                   Read/write Rules:        $STRUCTDIR\xml\DITA-BigPage\app\DITA-Reference-FM\reference.rules.fm
                   DOCTYPE:                    reference
    I also changed the "Filename" URLs in the "Entity Locations" section of this XMLApplication clone from  $STRUCTDIR\xml\DITA\app\  to $STRUCTDIR\xml\DITA-BigPage\app\.  Applying the "BigPage" variable I'd created for this purpose made this go quickly.
    Finally, after this didn't work the first few times I tried it, I got suspicious that the structapps.fm file in my AppData folder (in my case, it was in the Roaming subfolder under the usual Adobe directories) was overriding the modified structapps.fm file in the Framemaker program directory so I replaced the one in AppData (it had all the original settings) with my modified version.  This had no effect, unfortunately.
    That was my process. After doing the above, the Dita1.1-BigPage applications all listed in the Set Structured App drop-down. They just didn't work,when applied to my XML documents. Nor did the application "remember" what structured application I had set when I opened a new xml document  or closed/reopened the current document or closed/reopened the application.  Did I place the directories correctly for Framemaker 10?  This is the way I did it for FrameMaker 9 and it worked successfully.
    As much as I'd love to solve this mystery, I've thought of a workaround I can fall back on  that doesn't involve using a cloned application.  I will change the page size of a few of the original Dita1.1 sturctured application templates to tabloid size, but leave the Topic structured application at letter size. I'll then apply the Topic structured application to my PDFs and use the others for my help topics.  I'll set this up now. If this doesn't work, then I'll know there's a much bigger problem at the base of this, perhaps even something to do with changing page sizes in templates.

  • Problem ,working with UNTIL TIME..

    hi
    i have a serious problem when issuing UNTIL TIME commends.
    Such as this command in RMAN:
    run {
    backup
    (archivelog from time '02-OCT-06 09.00.00'
    until time '03-OCT-06 21.00.00');
    or working with UNTIL TIME in point-in-time recovery .
    it gives me this error:
    ORA-01830: date format picture ends before converting entire input string
    i have had this problem for a long time and i haven't found a solution for it.
    i will be grateful if anyone can help me beat this problem

    Try this:
    run {
    set until "to_date('01-10-2006','dd-mm-yyyy')";
    Best Regards
    Krystian Zieja / mob

  • Router Problem - Works with Windoze, Linux, but not with Mac

    I can't seem to get any router to work with my Mac.
    I've tried a Linksys 'b' router, a Netgear 'g' router and a Belkin 'g' router.
    No joy.
    When I connect my Mac directly to my cable modem (Motorola Surfboard), there are no issues. When I connect the router in between, the Mac pulls the proper ip address and I can ping the router, but I can't get any further. If I try to ping an outside ip address (such as the 4.2.2.2 dns) I get the error message "ping: sendto: Cannot allocate memory". [Does anyone know what this message means?]
    A second computer (IBM NetVista) connects reliably using Windoze XP. The same machine, booted in CentOS also connects reliably (after disabling the firewall).
    Note, these are all wired connections. I'm not even trying to use wireless yet. The cables all check out, since they all work in other configurations (the Mac->router cable is the same one I use for Mac->Surfboard, and the router->surfboard cable works when connecting from the NewVista machine.
    I thought the Mac problems might be firewall related. I had "Brickhouse" installed,but it has since been removed. My network settings no long advise that there is any firewall software in place (previously Sharing > Firewall was greyed out with message that other firewall software was installed). Sharing > Firewall now reports "Firewall Off".
    I know the routers work, since I can connect from the NetVista machine. I know the cables are good, because they all work in other configurations. I know the Mac is seeing the router, and the router is seeing the Mac because a correct ip address is pulled. I can even communicate between the machines (ftp,ssh) but I can't get internet access using the Mac through the router.
    Oh yeah... one other oddity. When I have personal web sharing enabled, an attempt to access the router setup page at 192.168.1.1 fetches the local server index.html page instead of accessing the router. When web sharing is off, I get a "you are not connected to the internet" message.
    Any insight?

    Very strange indeed!
    Only 2 suggestions at this point...
    Get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Try dragging these files to the Desktop & Reboot...
    /Users/nnnn/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    /Library/Preferences/com.apple.sharing.firewall.plist

  • Problems working with events in JInternalFrames

    Hi everybody:
    I'm having a problem with Swing, I have a JFrame with two JInternalFrame's,
    I add the MouseListener's to work with the events MousePressed and MouseReleased and it simply doesn't work at all.
    Next you can see a fragment of my program, please tell me what I'm doing wrong.
    Thanks in advance.
    public class PicoPintador extends JFrame {
    private JDesktopPane desktop;
    private ventanaMonitor Monitor = new ventanaMonitor();
    private XYLayout xYLayout1 = new XYLayout();
    public PicoPintador() { /* THE CONSTRUCTOR */
    super("PicoPintador");
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    public static void main(String[] args) {  /* THE MAIN METHOD */
    PicoPintador picoPintador = new PicoPintador();
    picoPintador.setVisible(true);
    private void jbInit() throws Exception {
    desktop = new JDesktopPane();
    setContentPane(desktop);
    setContentPane(desktop);
    this.getContentPane().setLayout(xYLayout1);
    this.getContentPane().add(Monitor,
    new XYConstraints(30, 20, 230, 245));
    JInternalFrame PrimerDibujo = new JInternalFrame("Archivo 1");
    PrimerDibujo.getContentPane().setLayout(xYLayout1);
    PrimerDibujo.setResizable(true);
    PrimerDibujo.setClosable(true);
    PrimerDibujo.setMaximizable(true);
    PrimerDibujo.setIconifiable(true);
    PrimerDibujo.setSize(300,300);
    PrimerDibujo.setVisible(true);
    this.getContentPane().add(PrimerDibujo,
    new XYConstraints(30, 20, 230, 245));
    PrimerDibujo.setLocation(50,50);
         /* ADDING MOUSE THE FIRST LISTENER */
    Ventana.add(PrimerDibujo);
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mousePressed(MouseEvent evt){
    Monitor.setTEvento("Mouse Pressed");
         /* ADDING MOUSE THE SECOND LISTENER */
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mouseReleased(MouseEvent evt){
    Monitor.setTEvento("Mouse Released");
    /* THE CLASS ventanaMonitor */
    public class ventanaMonitor extends JInternalFrame {
    private JLabel tEvento;
    private JLabel evento;
    public ventanaMonitor() {
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    setClosable(false);
    Container ContentPane= getContentPane();
    ContentPane.setLayout(null);
    tEvento = new JLabel("Evento");
    evento = new JLabel();
    ContentPane.add(tEvento);
    ContentPane.add(evento);
    tEvento.setBounds(10, 80, 110, 15);
    evento.setBounds(140, 80, 110, 15);
    evento.setBorder(BorderFactory.createLineBorder(Color.BLACK));
    setSize(300,300);
    setVisible(true);
    setLocation(250,50);
    }

    nothing wrong with the fragment you posted (except you don't need to add the listener twice)
    here's you code (stripped of the XYlayout and monitor stuff - you're only adding the listener to PrimerDibujo)
    compile/run/click the mouse - works OK
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class PicoPintador extends JFrame {
    private JDesktopPane desktop;
    public PicoPintador() {
    super("PicoPintador");
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    public static void main(String[] args) { /* THE MAIN METHOD */
    PicoPintador picoPintador = new PicoPintador();
    picoPintador.setVisible(true);
    private void jbInit() throws Exception {
    setSize(800,600);
    desktop = new JDesktopPane();
    setContentPane(desktop);
    setContentPane(desktop);
    JInternalFrame PrimerDibujo = new JInternalFrame("Archivo 1");
    PrimerDibujo.setResizable(true);
    PrimerDibujo.setClosable(true);
    PrimerDibujo.setMaximizable(true);
    PrimerDibujo.setIconifiable(true);
    PrimerDibujo.setVisible(true);
    PrimerDibujo.setBounds(50, 50, 300, 300);
    this.getContentPane().add(PrimerDibujo);//,
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mousePressed(MouseEvent evt){
    System.out.println("Mouse Pressed");
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mouseReleased(MouseEvent evt){
    System.out.println("Mouse Released");
    }

  • Problems working with jdeveloper 9i

    The connection I made to olite is correct, but when I run my application , there's is an unexpected internal error I/EX 311. I know there are some limitations working with olite. What can I do?

    Mark:
    I would strong suggest upgrading to the 9.0.3 production of BC4J. It seems like you're running into re-entrancy problems many of which have been fixed in 9.0.3.
    If the problem persists even after upgrading to 9.0.3, run your app with diagnostic turned on. Capture the exception stack, including that for the detail exception and post it.
    To turn on diagnostic, you need to include -Djbo.debugoutput=console as a JVM switch.
    Thanks.
    Sung

  • Problems working with Oracle Lite

    I have read that there are some limitations working with olite. What can I do to solve them, when I work with Buissness componentes?

    I am having a similar problem, where I couldn't connect to Oracle 8i database (817). I am getting a error message when I tried to use Packaging Wizard -> Snapshot -> Import -> Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@<connect string>" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

  • DVD/CD Drive Problem: Works with DVDs, but won't Read CDs

    As the title states, my laptop's CD drive will not read CDs (it is a satellite A205 by the way).  The yellow light lights up, it makes noises as if it is trying to read the CD, but just doesn't do it.  It won't show up as a CD being there when I look it up on "computer".  On the other hand, when I put a DVD in, it works no problem.  Anyone have any idea of what I could do?  I've tried uninstalling the driver on device manager and restarting the computer, thus allowing it to reinstall it, and it didn't help.  Any and all help is greatly appreciated!

    Try cleaning out the drive with compressed air and/or a lens cleaning disk.  This often times helps. 
    Next try booting to a Linux Live CD or some other Self Booting CD like Memtest.  If it doesn't then you know for sure that the drive itself is defective as you are taking Windows out of the equation.  If it does, then you know it's a Windows problem which will more than likely require restoring the system to it's factory out of box state using the Recovery DIsks to fix.
    If the drive works with a Live CD then try going into device manager, uninstall the DVD drive, then reboot the system to have Windows automatically re-install it.  This sometimes helps as well.
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Problem working with JCA connector

              i downloaded one resouce adapter (for EIS of type database) from BEA bownloads.
              This resourse adapter is sopporting javax.sql.DataSource as the
              client interface.when i changed the interface to javax.resource.cci.ConnectionFactory,
              so that i can use cci API in my application it's not working.
              I am not sure wether support's CCI as client interface or not.
              please suggest me the solution asap,
              Any suggestions will be much appreciated.
              thanx,
              raghu.
              

    Raghu,
              Please explain what you mean when you say that you changed the downloaded RAR to have CCI client interfaces?
              -Rich
              raghu wrote:
              > hi rich,thanx for the immediate update.
              > here i am giving the complete problem desc.
              > I downloaded the recent connector from sun site.
              > And i am working with RevisedBlackBoxNoTxMain.rar
              > Client interfaces provided by that rar are javax.sql.DataSource, java.sql.Connection
              > and i changed them to javax.resource.cci.ConnectionFactory and
              > javax.resource.cci.Connection and created the .rar again.
              >
              > In my bean when i am refering to the adapter in my bean's method
              > its returning a com.sun.connector.blackbox.JdbadataSource object.
              > up to here it's fine.
              >
              > when i am trying to convert it using following code it's giving classcast exception.
              > code
              > -----
              >
              > javax.resource.cci.ConnectionFactory conFact= (ConnectionFactory)PortableRemoteObject.narrowhome,javax.resource.cci.ConnectionFactory.class);
              >
              > do i need to down load recent .rar file.
              > present one i got 10 days back.
              > please suggest me the solution asap,
              > thanx,
              > raghu.
              >
              > Richard Mousseau <[email protected]> wrote:
              > >Raghu,
              > >
              > > The provided Beta implementation is based upon the Early Adapter Sun
              > >version of J2EE
              > >Connector. As part of the Early Adapter version Sun did NOT provide a Resource
              > >Adapter
              > >that supported CCI. Therefore, the example Resource Adapter that we shipped
              > >does not
              > >implement CCI as the interface.
              > >
              > > Whether or not a Resource Adapter does or does not use CCI as its
              > >interface is of no concern to the Application Server implementation. The
              > >current Connector Beta implementation will support a Resource Adapter which
              > >implements CCI as well as a Resource Adapter which provides a proprietary
              > >interface.
              > >
              > > The only caveat to our CCI support in the Beta is that the current
              > >version of the Beta is based upon the Early Adapter Sun version and
              > >therefore we do not have the ConnectionSpec interface in our
              > >'Connector.jar' file.
              > >
              > > Therefore, if you have a Resource Adapter that supports CCI, and an
              > >EJB
              > >that wants to use it, then the resource-ref can have
              > >'javax.resource.cci.ConnectionFactory'.
              > >
              > > If you in fact have a CCI based resource adapter then your client EJB
              > >should be able
              > >to access it. If this is not the case, please provide us with the details
              > >on what error
              > >you are seeing.
              > >
              > >-Rich
              > >
              > >raghu wrote:
              > >
              > >> i downloaded one resouce adapter (for EIS of type database) from BEA bownloads.
              > >> This resourse adapter is sopporting javax.sql.DataSource as the
              > >> client interface.when i changed the interface to javax.resource.cci.ConnectionFactory,
              > >> so that i can use cci API in my application it's not working.
              > >> I am not sure wether support's CCI as client interface or not.
              > >> please suggest me the solution asap,
              > >> Any suggestions will be much appreciated.
              > >> thanx,
              > >> raghu.
              > >
              

  • Problems working with QuarkXPress 4.1 on System X

    Hi. I'm working with more people in an office with systemX plus system 9 and with QurkXPress 4.1.
    We're conneted all to a server. I can open and work with the Quark docs and save them in the server, but other people with the same Mac and system can open the docs, but can't save them in the server. They have to save in their hard discs and replace the doc in the server.
    Do you know why?????
    Thanks

    We're conneted all to a server.
    Do you know why?????
    Your server is following unix file permission rules.
    what type of server is this?
    If your using OSX client or OSX server you have to set the permissions on your shared folder so that all group users have read/write access.
    You then need to set the share points to inherit permissions from parent.
    To do this in OSX client that is running file sharing you should use sharepoints
    If your using OSX server then you need to check the preferences in the workgroup manager.

  • Xcelsius Connection problem working with diferent dimensions

    Hello to everybody,
    Itu2019s my first post in this forum. Hope you can help me.
    Iu2019m working with:
    - BEX query designer
    - BEX Analyzer
    - Xcelsius (5.3.0.0) executing one query through web services.
    Example 1
    In my first example everything works fine.
    The query Iu2019ve designed is very simple:
       In Rows: I set one dimension (Products)
       In Columns: I set a Ratio
    I run Xcelsius (with the connection configuration well done) and I can see the results.
    Example 2
    In this second example, I would like to get the relationship between two different dimensions.
    Iu2019ve designed the query as follows:
       In Rows: I drag & drop the dimension (Country sales) after I drag & drop the dimension (Products)
       In Columns: I set a Ratio
    In case I run the query  in BEX Analyzer I see the results
    But when I run it from Xcelsius (with the same connection I have configured in the Example 1) web services close the connection and I receive an error message from Adobe with the title:
       u201CCanu2019t access to external data.u201D
    Once I click u201Coku201D to the message, Adobe let me to change the global security from the Security Configuration Panel. Even setting u201Callow accessu201D to everything in Adobe, Iu2019m still having the same error message.
    Iu2019m working with the same Xcelsius for both queries.
    In both examples when I run the query from BEX Analyzer I get the results without any error.
    Iu2019m lost, because I donu2019t know:
       -  Where is the error?
           In BW, Web service connection, Xcelsius or Adobe.
    In my humble opinion there is no relation with Adobe, because Iu2019m working in the same environment. I just have changed the query.
    I also can view the data from both dimensions using Xcelsius. This means, Iu2019ve got right access to the data.
    Could you please help me? What can I do or check?
    Thanks in advance

    Hi Sohawn,
    This would not be the issue of MS Office version.
    "I am unable to select cells,ranges, type in cells, but I am able to navigate using arrow keys, tab, and can access the excel toolbar."
    Hope you would be able to select the cells and range using mouse.  You might not be able to use keyboard.
    Still you will be able to type inside the cell.
    Please check and release "Scroll Lock" in the keyboard.  Then everything has to work fine.
    Check and revert in case this won't help.
    With best wishes
    BaaRaa.

  • Problems working with raw files

    just purchased elements 5 to work with raw files. have downloaded 4.2 and installed it into correct file and have moved existing raw 8 bit file to desktop. when i try to import raw files into elements it still wont let me. stating error or wrong file type or something. i am working with windows xp. and shooting with a nikon D80.

    [email protected] wrote in
    news:[email protected]:
    > Martin ... Not many Elements users here ... the Elements forum is
    > here:
    >
    >
    > That said ... check Elements' 'Help' menu for the ability to list the
    > verion of ACR installed, and any ability to "update" automatically.
    >
    > HTH :)
    >
    I don't think that ACR 4.2 will work with Elements 5.
    John Passaneau

  • Problems working with source files

    Just downloaded the new 1343 release. Really like the product. But ... working with source files in SQL Developer is my worst nightmare. When I open a source file either from SQL Worksheet or from File/Open menu my PC freezes for an extended period of time. CPU utilization shots up to 100% and stays this high until the tab is open. I am on Windows XPSP2. Help!!!.

    We have reproduced your issue. If I open a large plsql program from the main SQL developer window (File Open) option it opens in a second or less. If from within the SQL worksheet, i right click and do a file / open on a small file it open in a second or less. If I right click in the SQL worksheet and do a file/open of a larger plsql program it appears to hang SQL developer.
    We are looking into the issue.
    Thanks,
    Mike

  • Problems working with linked files in illustrator

    Hi everyone, i hope you can help me with this doubt that had given me problems since I started using illustrator. I'm using linked files in illustrator because i'm able to modify the files later, as I do in InDesign too, but in both cases I had have a lot of problems with the links, I don't know if i'm doing something bad, but this is what I do: I create a folder where I place my file (illustrator or InDesign) and the files that should be linked. Whit this i'm expecting of it to work like an html where the links works while they are in the folder, no matter if you move the folder, the links keeps working on the HTML.
    But I have noticed that it doesn't work in the same way, because, I had have cases when the links work perfectly, but then i format my computer (Mac) and after that, I open my files againg but the links don't work already. I have exactly the same problem with my coworker, because im trying to edit a file with linked files since the place where it is in the other computer, obviously it opens perfectly there, but in my computer it asked to repair the links, so I select to repair automatically but I ask me to does it manually... So this is getting me tired, because I must repair the links here in my computer to work on it, and when for it get finished, my coworker should repair the links again, and this is going to be always we share files or i format my computer. It is important to mention that my coworker and me use mac with leopard and the same version of adobe (CS4).
    So, as I said before, i dont knoe if my method is incorrect, should I do something different? any option to activate? or program that I should use? because I have herd a lot of Adobe Bridge, I don't know if this could have a option that could help me.
    I hope finally somebody can help me with this doubt, because im sure that I'm not the only one having thie problem.
    Thanks for your help

    Hi. I am also experiencing this very annoying problem. Currently using version CS2, but this problem dates back to version 9.  I check the box to link a tif file, not embed it, in Illustrator. All is well until I save and reopen the file. Suddenly the file is embedded. No other changes have been made to the folders or anything else. It just embeds itself and cannot be linked again.
    So far, I conclude that something in the file itself has corrupted, because it is not possible to place a new file and have it link correctly again. So if I anticipate more changes, I create a new file.
    Notice the upper left corner of the top toolbar. If you click on a file that has embedded itself, the file will be identified as "Group" instead of "linked file."
    I've tried all kinds of things, like trying to ungroup it, trying to release a clipping mask, and so forth, to see what went wrong. Have not figured it out.

Maybe you are looking for

  • Warning messages in system log after upgrading to SP4

    Hello there, I am starting to see quite a lot of warning messages in the system log saying the following: Failed loading JDBC Driver class com.microsoft.jdbc.sqlserver.SQLServerDriver - Exception:java.lang.ClassNotFoundException: com.microsoft.jdbc.s

  • Involves Stack, push and pop

    Hi, I have this exercise which I'm not sure how to approach: Evaluate the following expresion, where '+' menas "push the following letter onto the stack," and '-' means "pop the top of the stack and print it": "+U+n+c---+e+r+t---+a-+i-+n+t+y---+ -+r+

  • SAP Business One Studio

    Hello everyone,    I am working on SAP B-One Studio, I want to ask that how can we post new developed form to our company?? Thanks in advance

  • OS X Lion Version 10.7.5 and after new hard drive I have lost iPhoto, iMovie, etc.

    I have the OS X Lion version 10.7.5 and after a new hard drive I have lost iPhoto, iMovie, Garage Band etc. I have tried the re-install of the OS X Lion and checking the app store under 'purchases' but none of these options were successful. When I cl

  • Macbook Pro 13" 2011 Logic Board Troubleshooting

    I have two 13" Macbook Pros, both with the same issue. They are both i5 (2.3 or 2.4 GHz models), 4 GB RAM, Mid-2011 models. Both of them have also been dropped. I believe they have problems with the logic board. When I try to turn it on, nothing happ