Why the server down?

HI:
          I use the jsp code like the accessories in this mail, the
          jsp import a dbquery class ,the .java of the class also in this mail. And
          when I run the jsp call the class and run it
          the weblogic server down , and the server show me a message like this :
          # An EXCEPTION_ACCESS_VIOLATION exception has been detected in native code
          outside the VM.
          # Program counter=0x1000a94b
          and in the browser, the OS also show me the application program java.exe
          run error.
          I ues intel PIII 550 cpu, and the OS is WinNT4.0, sp6, the weblogic
          server I use 5.1 edition, Sp4. jdk1.3 edition , jsp1.1 edition
          and I also give the startweblogic.cmd file to show you my java run
          environment.
          [index.jsp]
          [PharmaQueryBean.java]
          [startWebLogic.cmd]
          

          The same issue for us.
          The same solution : switch to Oracle Thin Client.
          Dimitri Rakitine <[email protected]> wrote:
          >It uses native libraryi(OCI), so, while it should not, it is possible
          >that is can crash.
          >
          >I would suggest you use Oracle thin JDBC driver - it is 100% java, so
          >it will
          >not crash the JVM. You can download it from http://otn.oracle.com, if
          >you do not have it
          >already.
          >
          >shannon <[email protected]> wrote:
          >> HI :
          >> I use the jdbc driver=weblogic.jdbc.oci.Driver, but my fellow also
          >use this
          >> jdbc driver, and on his computer can run these programs, he and I use
          >the
          >> SAME system, includes the software and hardware.
          >
          >> thanks , Dimitri Rakitine !
          >
          >
          >> Dimitri Rakitine <[email protected]> wrote in message
          >> news:[email protected]...
          >>> Which jdbc driver are you using? It looks like it causes an error.
          >>>
          >>> shannon <[email protected]> wrote:
          >>> > HI:
          >>> > I use the jsp code like the accessories in this mail, the
          >>> > jsp import a dbquery class ,the .java of the class also in this
          >mail.
          >> And
          >>> > when I run the jsp call the class and run it
          >>> > the weblogic server down , and the server show me a message like
          >this :
          >>>
          >>> > #
          >>> > # An EXCEPTION_ACCESS_VIOLATION exception has been detected in native
          >> code
          >>> > outside the VM.
          >>> > # Program counter=0x1000a94b
          >>> > #
          >>>
          >>> > and in the browser, the OS also show me the application program
          >> java.exe
          >>> > run error.
          >>>
          >>> > I ues intel PIII 550 cpu, and the OS is WinNT4.0, sp6, the weblogic
          >>> > server I use 5.1 edition, Sp4. jdk1.3 edition , jsp1.1 edition
          >>> > and I also give the startweblogic.cmd file to show you my java run
          >>> > environment.
          >>>
          >>> Dimitri
          >
          >Dimitri
          

Similar Messages

  • I'm using firefox version 6 and for the last three days the add-ons manager page won't load. my question is why won't the add-ons page load? is the server down on your end?

    i'm using firefox version 6 and for the last three days the add-ons manager page won't load. my question is why won't the add-ons page load? is the server down on your end?

    Click on something below the Get Add-ons menu item on the left side of the Add-ons Manager tab.

  • Why the server was down earlier today ?

    If I may ask , Why the server was down earlier today ? (around 9 AM GMT)
    Just curious .

    ckeck wrote:It was down for a while, I was up last night from about 10:30pm-12:30am CST and could not reach the site the entire time. Not sure how long it was down after that.
    From looking at the post history, it was down for about 10.5 hours.
    I was afraid someone forgot to pay the bills. 

  • I am getting the error "We're sorry we cannot complete your request on the iTunes store at this time. Please try again later." on both my iPhone and iTunes on my computer. What is wrong with iTunes? Is the server down???

    I am getting the error "We're sorry we cannot complete your request on the iTunes store at this time. Please try again later." on both my iPhone and iTunes on my computer. What is wrong with iTunes? Is the server down or what? I need to download some things and update some apps...

    I've been getting the same message for like an hour now.  Since everything was working fine a few hours ago, and nothing changed on my end before it stopped working, I'm guessing it's something on Apple's end.  They probably already know about it by now, and are hopefully working on fixing it, so there's probably not much we can do but wait for them to fix it.

  • Is the server down right now

    Is the server down right now.  Can't access itunes store to play a movie on my Apple TV.

    No, it's not.
    http://www.apple.com/support/systemstatus/

  • I cannot connect to my game center account October 31, 2013. It's said that "Could not connect to game center server"... is the Server down? could it be fixed quickly

    I cannot connect to my game center account October 31, 2013. It's said that "Could not connect to game center server"... is the Server down? could it be fixed quickly I play Clash of Clan and I really upset when this problem happen @@!

    This happened to me as well. **Warning: The following steps will remove all network passwords from your phone and you will have to re-input them.  Unfortunately, this is unavoidable**
    To resolve, I went to Settings > General > Reset > Reset Network Settings and accept the Reset Network Settings option.
    Afterwards, I was able to log into the Game Center without a problem.
    Cheers.

  • My FaceTime is not working on any of my devices, is the server down?

    My FaceTime is not working on any of my devices, is the server down?

    Unable to make or receive FaceTime calls after April 16, 2014
    iOS- Troubleshooting FaceTime

  • Why the server side behavior of LoadVars() not consistent?

    In my server side script for FMS app,there is such code:
    var lv = new LoadVars();
    var params = new LoadVars();
    lv.send("http://mysite.com/registerVideo.php", params, "POST");
    The expected behavior is that the request will be as if sent directly from the browser,thus SESSION information is not lost ,which is the exact behavior for my computer.
    But it's not the case for my boss --- session information is lost for him.
    Why the server side behavior of LoadVars() not consistent?
    What do I need to do to make sure session information is not lost @ server side ?

    Oops,why this feature has always worked like charm for me only??
    Below is the server side request caught from firebug:
    POST registerVideo.php
    http://mysite.net/registerVideo.php
    200 OK
    mysite.net
    115ms
    ParamsHeadersPostPutResponseCacheHTML
    Response Headersview source
    Server
    nginx/0.7.67
    Date
    Tue, 29 Mar 2011 14:45:31 GMT
    Content-Type
    text/html
    Transfer-Encoding
    chunked
    Connection
    keep-alive
    Vary
    Accept-Encoding
    X-Powered-By
    PHP/5.2.14
    Expires
    Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control
    no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma
    no-cache
    Content-Encoding
    gzip
    Request Headersview source
    Host
    mysite.net
    User-Agent
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.13) Gecko/20100914 Firefox/3.5.13
    Accept
    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language
    en-us,en;q=0.5
    Accept-Encoding
    gzip,deflate
    Accept-Charset
    ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive
    300
    Connection
    keep-alive
    Cookie
    pass=angel333; user=liying123; PHPSESSID=8m966mbd070tsdqqodnncesbj5
    Source
    Referer: http://mysite.net/flash/main.swf?sessionId=8m966mbd070tsdqqodnncesbj5 Content-type: application/x-www-form-urlencoded Content-length: 35 name=test&record=live&action=insert

  • Why the server for registration doesn't work now ?

    i try to register my iphone 4s and after 3 minutes when tryies to make the activation says your iphone coudn't be activated because the server for activation is temporary stoped. :|

    we're users here.  We have no way of knowing why the activation servers are temporarily unavailable.

  • JVM Memory saturates and slows the server down

    Hi all,
    New serveur on W7. CF9 installed.
    Every day, need to kill JVM process saturing up to 1,5Go to liberate memory.
    How come that it does not come down. How to tune it in order to fit my trafic needs ?
    Thanks for your help,

    Hi,
    Some more detail would probably help. Windows 7, CF9 and Java are 32 or 64 bit?
    For bit check CF Java via Server Settings > Settings Summary > Java VM Name  EG Java HotSpot(TM) 64-Bit Server VM
    Sometimes Java matters are logged to ColdFusion9\runtime\logs\coldfusion-out.log . Any Java warnings or error messages in that log file?
    JVM logging can be useful to know what is going on Java memory wise. I think there are many resources to search on how to do that tho if you want some direction reply the thread and I am sure to be able to point you to some links.
    Indeed 1.5Gb is not a lot of RAM but it may not be apportioned well to suit your needs. Other than JVM logs it would also be interesting to know what Java version (A) you are using plus your JVM arguments (B)?
    A) Server Settings > Settings Summary > Java Version EG 1.6.0_29 
    B) ColdFusion9\runtime\bin\jvm.config >
    # Arguments to VM portion
    java.args=-server  -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC
    That should start to help you along, Carl.

  • Why the serving servlet start to download on another server

    Dear All,
    i am trying to upload the file to database from a individual jsp(upload.jsp). which is calling the Servlet(FileUploadServlet) which return the attachment no which i updated with my other data to database.
    it is working fine on apache serverBut as i tried this code on Oracle App Server 10gR2 which is my actual implementaion server.it's working fine accept one thing it also give me the screen which says to save or cancel the FileUploadServletPlease suggest me why this is being happeningyou can also review the code.
    Regards,
    Manoj Rajput

    //upload.jsp
    <%@ page contentType="text/html;charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Ajax File Upload</title>
    <script language="javascript">
    var max_no=0;
    var req;
    function ajaxFunction()
       var url = "../servlet/FileUploadServlet";
       if (window.XMLHttpRequest)        // Non-IE browsers
          req = new XMLHttpRequest();
          req.onReadyStateChange = processStateChange;
          try
             req.open("GET", url, true);
          catch (e)
                alert(e);
          req.send(null);
       else if (window.ActiveXObject)    // IE Browsers
          req = new ActiveXObject("Microsoft.XMLHTTP");
          if (req)
                 req.onReadyStateChange = processStateChange;
                req.open("GET", url, true);
                req.send();
    function processStateChange()
       if (req.readyState == 4)
          if (req.status == 200) // OK response
              //alert(req.responseText);
              max_no=req.responseText;
          else
                alert(req.statusText);
    function show(va)
         if(va=="unloading")
              window.opener.document.forms['regis'].elements['temp'].value=max_no;
    </script>
    </head>
    <body onLoad="show('loading');" onUnload="show('unloading');">
        <form id="myForm" enctype="multipart/form-data" method="POST" action="../servlet/FileUploadServlet" onSubmit="ajaxFunction()">
       <input type="file" name="txtFile" id="txtFile" /><br />
       <input type="submit" id="submitID" name="submit" value="Upload" />
    </form>
    <img id="Wait_Image" displayafter="1" src="images/11.gif" mce_src="images/11.gif" style="cursor:pointer;visibility:hidden; ">
    </div>
    </body>
    </html>
    //FileUploadServlet
    //both these package name are commented because jsp was not able to get them on the path so i use this directlly from root
    //package com.psclistens.ajax.fileupload;
    package wflow;
    import javax.servlet.Servlet;
    import javax.servlet.http.HttpServlet;
    import java.io.File;
    import java.io.IOException;
    import java.io.PrintWriter;
    import java.util.Iterator;
    import java.util.List;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    import org.apache.commons.fileupload.FileItem;
    import org.apache.commons.fileupload.FileItemFactory;
    import org.apache.commons.fileupload.FileUploadException;
    import org.apache.commons.fileupload.disk.DiskFileItemFactory;
    import org.apache.commons.fileupload.servlet.ServletFileUpload;
    import java.sql.*;
    import oracle.sql.*;
    import java.io.*;
    * This is a File Upload Servlet that is used with AJAX
    * to monitor the progress of the uploaded file.
    public class FileUploadServlet      extends HttpServlet implements Servlet
         private static final long serialVersionUID = 2740693677625051632L;
         protected int max_no=0;
         protected String msg="";
         protected String  contype="";
         public FileUploadServlet()
         super();
       protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
              response.setContentType("text/plain;charset=Big5");
              response.setHeader("Pragma", "No-cache");
              response.setHeader("Cache-Control", "No-cache");     
              doPost(request,response);
             PrintWriter out = response.getWriter();
              out.println(msg);
              out.flush();
              out.close();
        protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
              // create file upload factory and upload servlet
              FileItemFactory factory = new DiskFileItemFactory();
              ServletFileUpload upload = new ServletFileUpload(factory);
              Connection con=null;
              oracle.sql.BLOB myBlob = null;
              PreparedStatement pstmt=null;
              Statement stmt=null;
              ResultSet rs=null;
              List uploadedItems = null;
              FileItem fileItem = null;
              try{
              Class.forName("oracle.jdbc.driver.OracleDriver");
              con=DriverManager.getConnection("jdbc:oracle:thin:@10.129.1.14:1521:igfl","intrappsx","intrappsx");
              stmt=con.createStatement();
              String query="SELECT nvl(max(sugg_no),0)+1 FROM temp_attach";
              rs=stmt.executeQuery(query);
              rs.next();
              max_no=rs.getInt(1);
              msg="";
              msg=String.valueOf(max_no);
              }catch(Exception e){}
              try
                   // iterate over all uploaded files
                   uploadedItems = upload.parseRequest(request);
                   Iterator i = uploadedItems.iterator();
                   while (i.hasNext())
                        fileItem = (FileItem) i.next();
                        if (fileItem.isFormField() == false)
                             if (fileItem.getSize() > 0)
                                  File uploadedFile = null;
                                  String myFullFileName = fileItem.getName(),myFileName = "",slashType = (myFullFileName.lastIndexOf("\\") > 0) ? "\\" : "/"; // Windows or UNIX
                                  int startIndex = myFullFileName.lastIndexOf(slashType);
                                  // Ignore the path and get the filename
                                  myFileName = myFullFileName.substring(startIndex + 1, myFullFileName.length());                              
                                  myBlob = oracle.sql.BLOB.createTemporary(con, false, oracle.sql.BLOB.DURATION_SESSION);
                                   InputStream f_in = fileItem.getInputStream();
                                  byte buffer[]=new byte[myBlob.getBufferSize()];
                                   while(f_in.read(buffer)>0)
                                       myBlob.putBytes(myBlob.length()+1,buffer);     
                                  if(myBlob!=null && !(myBlob.equals("null")) &&  !(myBlob.equals("")))
                                             String     query2 = "insert into temp_attach(SUGG_NO, ATTACHMENT, ATT_TYP, CREAT_USR_ID,file_name, CREAT_DT) values(?,?,?,?,?,sysdate)";               
                                             pstmt = con.prepareStatement(query2);               
                                              pstmt.setInt(1,max_no);               
                                               pstmt.setBlob(2, (java.sql.Blob)myBlob);
                                             //pstmt.setBinaryStream(2,f_in,(int)(new File(myFileName)).length());
                                             contype=fileItem.getContentType();
                                             if(contype.equals("application/x-zip-compressed"));
                                                  contype="application/x-zip";
                                             pstmt.setString(3,contype);
                                             pstmt.setString(4,"3133");
                                             pstmt.setString(5,myFileName);
                                                int h=pstmt.executeUpdate();
              catch (FileUploadException e)
                   e.printStackTrace();
              catch (Exception e)
                   e.printStackTrace();
    }

  • Upload a big file size cause the server down

    We are currently using WebLogic 6.1 SP 2 with jdk1.3.1. We have encountered the
    below error when trying to upload file on client side. Does anyone able to help
    us solve this problem?
    <Error> <HTTP> <myserver> <myserver> <ExecuteThread: '0' for queue: 'default'>
    <> <> <101083> <Connection failure>
    java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
    bytes, out of which at least: '0' were already buffered
         at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
         at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
         at java.io.InputStream.skip(InputStream.java:219)
         at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
         at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    <Error> <HTTP> <myserver> <myserver> <ExecuteThread: '3' for queue: 'default'>
    <> <> <101083> <Connection failure>
    java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
    bytes, out of which at least: '0' were already buffered
         at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
         at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
         at java.io.InputStream.skip(InputStream.java:219)
         at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
         at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    <Error> <HTTP> <myserver> <myserver> <ExecuteThread: '0' for queue: 'default'>
    <> <> <101104> <Servlet execution in servlet context "WebAppServletContext(5651275,WebApp,/WebApp)"
    failed, java.net.ProtocolException: EOF after reading only: '49152' of: '1279958'
    promised bytes, out of which at least: '0' were already buffered
    Start server side stack trace:
    java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
    bytes, out of which at least: '0' were already buffered
         at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
         at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
         at java.io.InputStream.skip(InputStream.java:219)
         at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
         at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    >
    java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
    bytes, out of which at least: '0' were already buffered
    Start server side stack trace:
    java.net.ProtocolException: EOF after reading only: '49152' of: '1279958' promised
    bytes, out of which at least: '0' were already buffered
         at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
         at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
         at java.io.InputStream.skip(InputStream.java:219)
         at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
         at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
         at weblogic.servlet.internal.PostInputStream.complain(PostInputStream.java:81)
         at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:172)
         at java.io.InputStream.skip(InputStream.java:219)
         at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:462)
         at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:491)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:989)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2209)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    All,
    Has anyone got solution for this. I am facing the same problem. Please throw light on this issue.
    Thanks
    Raj

  • Link to aurora does not seem to work - is the url bad or is the server down? (or is it just me?)

    Aurora update is failing and I am unable to download the latest Aurora from the firefox website. The url provided at http://www.mozilla.org/en-US/firefox/channel/#aurora points to https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/firefox-26.0a2.en-US.mac.dmg and this seems to hang (it seems strange to me that it is https and ftp...)

    There seems to be service disruption on a few domains, so you will have to try later when it is resolved.
    *http://status.mozilla.com/
    *https://ftp.mozilla.org/pub/mozilla.org/
    The https protocol is used to make it possible to use server load balancing.<br />
    The FTP server can only accept a limited amount connections and the https protocol makes it possible to redirect to other servers for load balancing.

  • It is April 19, 2013 at 5:00AM and I cannot send an e-mail via iCloud.  Is the server down?

    Is anyone else experiencing this problem?  I continue to try to send e-mail and receive a message that iCloud cannot deliver the message at this time.

    Is anyone else experiencing this problem?  I continue to try to send e-mail and receive a message that iCloud cannot deliver the message at this time.

  • Session lost after fail over. (I kill down the server during servlet invocation)

              I just tested the failover ability of our WebLogic
              cluster. We have two instances, first, I logged onto
              the web site and created a session, and then I called
              a servlet, in which there is a complicated computation
              which will take about 5 seconds, during the
              invocation, I issued the kill -9 to shut the server
              down at once. It did failover, but the http session
              was lost,So I got the session timeout page. But if I
              kill down that server after the invocation, then it
              can failover succesfully without loss of session.
              Could you tell me is there any difference between
              killing down server during and between invocations of
              servlet or JSP?
              The configuration:
              WLS5.1 with sp8. Solaris 5.8
              Using in memory replication.
              Thank you very much for your help.
              

              I just tested the failover ability of our WebLogic
              cluster. We have two instances, first, I logged onto
              the web site and created a session, and then I called
              a servlet, in which there is a complicated computation
              which will take about 5 seconds, during the
              invocation, I issued the kill -9 to shut the server
              down at once. It did failover, but the http session
              was lost,So I got the session timeout page. But if I
              kill down that server after the invocation, then it
              can failover succesfully without loss of session.
              Could you tell me is there any difference between
              killing down server during and between invocations of
              servlet or JSP?
              The configuration:
              WLS5.1 with sp8. Solaris 5.8
              Using in memory replication.
              Thank you very much for your help.
              

Maybe you are looking for

  • Do you need a cisco router at remote sites when using VRF BGP?

    Hello..... If you could refer to the attached document and read the following... I need to know if a CISCO router is required for each of the sites.   OR does the ISP (Provider) provide the only required Router in the private cloud? We want to replac

  • Can't upload photos into iphoto from memory card

    Hi there I have been using iphoto for a while now and have never had any problems before. Today I have tried to upload some photos from my memory card (inserted directly into my macbook). Iphoto reads the card (all pics come up in iphoto) but the "im

  • Report on Asset-reg

    Hai All, I have a problem in taking report in  Asset.  When  I go to transaction code S_ALR_87011981 and filled up the required details like compay code, Plant, report date, asset  class. when  i execute, I get  a error message No data was selected. 

  • BAPI - refresh problem

    Hi, I have created a module poool program which displays list of sales orders.User can select any of the Sales Order & click on a button 'PO Create'.This triggers " BAPI_PO_CREATE1" and creates PO for sales order based on Purchase Requisition number

  • Encrypt - decrypt [ help ]

    this code is my chat aplet cryption modules. please make a DEBUG in .txt file or DDE command by mIRC thnx. encrypter modul. package conferenceroom; public class BCEB     private static String a(byte abyte0[], int i1, int j1)         j1 &= -2;