Virtual Shopping Mall installation problem

I was trying to deploy the VSM using EAR(Enterprise Application archive) Deployment method.
Step 4 instruction is to Run ant -buildfile build.xml from VSM. When I try to run ant, it display "build.xml file does not exist". I tried searching the build.xml file in the webstore directory but can't find any, where can I get the build.xml file?
Rdgs
Theresa

Hi Theresa,
I just checked the webstore.jar that is available for download from http://otn.oracle.com/sample_code/tech/java/ejb_corba/vsm/htdocs/vsmhome.html
It does have build.xml in the webstore directory. As suggested in the Readme, you need to run the command ant -buildfile build.xml from the webstore directory for generating the EAR file.
Please verify again and let us know if you still have any problems.
Thanks,
Sujatha.
OTN Group
I was trying to deploy the VSM using EAR(Enterprise Application archive) Deployment method.
Step 4 say instruct to Run ant -buildfile build.xml from VSM. When I try to run ant, it display "build.xml file does not exist". I tried searching the build.xml file in the webstore directory but can't find any, where can I get the build.xml file?
Rdgs
Theresa

Similar Messages

  • Running Virtual Shopping Mall Sample Application

    Hi,
    I'm trying with OTN demo application:
    Virtual Shopping Mall Sample Application using
    Business Components for Java Framework.
    My question occurs in the moment of
    running the application using Oracle9i JDeveloper.
    As described in the Install.htm after going through
    all prerequisite steps :
    Running the VSM web application :
    Right click on the project VSMWebapp.jpr and select "Run".
    This will deploy the application to embedded OC4J ,
    open the default browser and present you with the main page of the application...
    In my case in the moment before opening the main page,
    the Error page is displayed (shown in the bottom).
    Can somebody help me for resolving this?
    Thanks,
    Kostadin Stojanov
    500 Internal Server Error
    java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    void org.apache.struts.action.ActionServlet.<clinit>()
    ActionServlet.java:375
    java.lang.Class java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)
    native code
    java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader)
    Class.java:195
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletInstanceInfo com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
    HttpApplication.java:1890
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletInstanceInfo com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
    HttpApplication.java:4355
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.initPreloadServlets()
    HttpApplication.java:4455
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.initDynamic(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationConfig)
    HttpApplication.java:662
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication.<init>(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.Application, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationConfig, java.lang.String, java.lang.String, boolean)
    HttpApplication.java:435
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.Application.getHttpApplication(java.lang.String, java.lang.String, boolean, long, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite, boolean)
    Application.java:695
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpServer.getHttpApplication(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplicationReference, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite)
    HttpServer.java:676
    com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpApplication com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpSite.getApplication(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ByteString)
    HttpSite.java:388
    boolean com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.ApplicationServerThread, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletRequest, com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:407
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:803
    void java.lang.Thread.run()
    Thread.java:484

    I found solution in the tread - topic with subject:
    Problem running new vsm samples
    the link is
    Re: Problem running new vsm samples
    Kostadin Stojanov

  • ANN: Virtual Shopping Mall 1.3 - A complete J2EE 1.3 Application for 10g

    OTN developers have implemented the [url http://otn.oracle.com/sample_code/tech/java/j2ee/vsm13/content.html] Virtual Shopping Mall 1.3 , a sample application that demonstrates the various features of the J2EE platform. The VSM 1.3 enables vendors to set up online shops and customers to browse through these shops. It also enables a system administrator to approve and reject requests for new shops and maintain a list of shop categories. Some of the J2EE features that we intend to highlight through this application include:
    * J2EE Design Patterns
    * Internationalization Techniques
    * Apache Struts Framework
    * Security Features using JAAS
    We have put together a series of [url http://otn.oracle.com/sample_code/tutorials/vsm1.3/vsm13toc.htm]tutorials that uses the Virtual Shopping Mall 1.3 sample application to demonstrate programming techniques that take advantage of features defined in the J2EE 1.3 and EJB 2.0 specifications. While describing parts of the larger application, each tutorial is self-contained, and explains how to use a technique or perform a task.
    The sample application has been certified on [url http://otn.oracle.com/software/products/ias/preview.html]Oracle Application Server Containers for J2EE 10g on Windows 2000 and Red Hat Linux Advanced Server 2.1 platforms.

    I can't wait to try this.

  • Virtual Shopping Mall

    I downloaded the vsm-bc4j.jar file from the relevant web site. Then I tried to open the file. So I typed:
    c:\jdk1.3.0_02\bin\java -jar vsm-bc4j.jar
    But an error occurred after press the enter key:
    Failed to load Main-Class manifest attribute from vsm-bc4j.jar
    Then, how can I open the file?

    It's a ZIP file (JAR files are also ZIP files, just with a different extension).
    You can open it with Winzip, the unzip command line tool, or use JAR (part of your JDK) to uncompress it.
    The JAR commandline would be:
    c:\jdk1.3.0_02\bin\jar xvf vsm-bc4j.jar
    Hope this helps,
    Rob

  • Installation problem because errer message of "WINDOWS SETUP COULD NOT CONFIGURE WINDOWS TO RUN ON THIS COMPUTER'S HARDWARE"

    Respected Sir, 
    My name is Md. Naushad, contact No- 9436507010.
    Sir, hamara ek shopping mall hain, jismein ek server and 5 nos. cash counter clint pc hein, server ju computer hein ismain hamne WINDOWS SMALL BUSINESS SERVER 2008 original os use kar raha ho, yein server calte hue humnein pehele bhi 3-4 bar format korke
    dubara ready kiya tha, job koi problem huta tha tu, kuch din pehele se server mein firse problem ho rahi thi (server open nehi hu rahi thi, tu hamne data backup leke pehele jis tarha se server install kiya tha usi tarha se humne install karne ki kusis ki tha,
    tu jab humne windows small business server 2008 software ka original disc-1 se installation start karti hu tu kuch der install huke ek error message aaa rahi hein, ju ki "WINDOWS SETUP COULD NOT CONFIGURE WINDOWS TO RUN ON THIS COMPUTER'S HARDWARE."
    yein message aa rahi hein, jiske baad server installation bech mein hi band hi jati hein, jiske karon hum server ready kar nahi pa rahi ho, so plz help me, ta ki mein server ku firse install kar sakti ho. 
    we wait for ur valuable response, plz help us sir.
    Thank u.

    Hi,
    Sorry for my delay.
    Based on the error message, please refer to following similar thread and KB, then check if can help you.
    SBS
    2008 SP2 " Windows Setup could not configure Windows on this computer’s hardware"
    “Windows Setup could not configure Windows on this computer’s
    hardware” installation error on a Windows 7-based or a Windows Server 2008 R2-based computer
    However,
    please understand that these forums will provide support in English. Since we do not familiar with this language which you use to describe this issue, it is very difficult
    for us to help you with your question. If you could ask your question in English, I will be very happy to help.
    If the issue is urgent to your business, it is recommended that you contact Microsoft Product Support Services
    via telephone so that a dedicated Support Professional can assist you recover the server in a more efficient manner. Please be advised that contacting phone support will be a charged call.
    To obtain the phone numbers for specific technology request please take a look at the web site listed below.
    http://support.microsoft.com/contactus/?ws=support&ln=en-us
    If you are outside the US please see
    http://support.microsoft.com/ for
    regional support phone numbers.
    Thanks for your understanding.
    Hope this helps.
    Best regards,
    Justin Gu

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Installation problem w/Vista

    Boot Camp/Vista installation problem
    MacBook 2GHz Intel Core 2 Duo, 2GB RAM, Snow Leopard 10.6.2.
    Trying to install Windows Vista Home Premium using Boot Camp.
    Started Boot Camp Installer and created 32GB partition. Inserted Vista disk as instructed and clicked on Start Installation.
    Black screen appeared looking like this:
    1.
    2.
    Select CD-ROM Boot Type: _
    That last underline was flashing, waiting for input.
    First off, I don't know what to type in, but . . .
    The keyboard appears to be disabled because no keystroke registers, nor Return/Enter. Even pressing caps lock or num lock fails to register a light on those keys.
    The only way out is to hold down the power key until shutdown, then restart with Eject key depressed to eject Vista disk.
    Any suggestions would be appreciated.

    Hi RebelGood,
    have a look here http://forums.macrumors.com/showthread.php?t=467704 for instructions/solution.
    Basically you have to make yourself a copy of your Vista disc using the files of that disc and a programm called oscdimg.exe plus a burning program.
    And it had to be done on a Windows PC or in virtualized Windows (using Parallels/Fusion/VirtualBox) on your Mac.
    Regards
    Stefan

  • Installation problems in MSCS ORACLE 10.2 ECC 6.00

    I am writing to report some unexpected installation problems. I am installing SAP ECC 6.00 in a MSCS cluster environment (Windows 2003 / Oracle 10.2) in our production environment and I am having problems during the installing the central instance phase. The sapinst_dev shows the following error: “CJS-30102  Checking the database for installation type failed”, Also the jsourcecheck.log shows  the following error: “com. sap. engine. frame. core. configuration. Configuration Exception: Error while connecting to DB” and  “java. sql. SQLException: Excepción de E/S: The Network Adapter could not establish the connection     at oracle. jdbc.driver.  DatabaseError. throwSqlException (DatabaseError.java:112)”
    The database is currently running without any problem and all the services (SAP and Oracle) as well.
    Following the installation guide, I performed the almost all the steps successfully:
    •     Oracle RDBMS, patches and Oracle fail safe software on both nodes (successfully)
    •     Install the central services instance for ABAP (ASCS) on the first MSCS node (successfully)
    •     Install the central services instance (SCS) on the first MSCS node (successfully)
    •     Cluster the first MSCS node (successfully)
    •     Install the database instance on the first MSCS node (successfully)
    •     Cluster the additional MSCS node (successfully)
    •     Install an enqueue replication server(successfully)
    •     Perform additional steps for the Oracle Fail Safe configuration (successfully)
    •     Create the Oracle Fail Safe group (successfully)
    •     Set up as shared database directory in your Oracle Home (successfully)
    •     Add the Oracle database resource to the Fail Safe group (successfully)
    •     install the central instance (Failed)
    •     install at least one dialog instance (not installed yet)
    As you can observe, I have performed the create oracle fail safe group activity first and then the install the central instance later. Reading the sap note 967121 today, I just realized that there is a wrong installation sequence; the sap note 967121 (actualized date: 17/OCT/07 ) says that “you must install the central instance before you create the Oracle Fail Safe group”.  Is this sequence compulsory? Or can I continue the installation process?
    If this sequence is compulsory do I have to reinstall all the predecessor activities or should I undo just the create oracle fail safe group activity?
    Please let me know if the error which is showed in the installation of the central instance phase is because the wrong sequence or it is due to another reason.
    Our cluster configuration is:
    4 network card
    Public network cards:
    Ip:192.168.2.240 (hostname: ccaribe3rp1, Node A)
    Ip: 192.168.2.241 (hostname: ccariber3p2, node B)
    Private network cards:
    Ip: 10.10.10.1 (hostname: ccaribe3rp1.ceramicascaribe.com, node A
    Ip: 10.10.10.2 (hostname: ccaribe3rp2.ceramicascaribe.com, node B
    Clustergroup:
    Cluster group name: SAPPRO
    Cluster group Virtual IP: 192.168.2.239, network name: SAPPRO (subnet mask 255.255.255.0)
    SAP cluster group:
    Sap clustergroup virtual IP: 192.168.2.238, network name: sapgrp (subnet mask 255.255.255.0)
    Database cluster group:
    Database cluster group virtual Ip: 192.168.2.237, network name: dbgrp (subnet mask: 255.255.255.0)
    We have performed the mapping of the host names to the IP addresses on the windows host file already.
    I would be very grateful if someone kindly can help me to solve this problem.
    Best Regards
    Boris Romero

    Hello Boris,
    one of the main problems is that step
    "Create the Oracle Fail Safe group (successfully)"
    cannot be successful because you need to run configtool and change the secure store as described in installation guide. At this stage the configtool does not exists (documentation error for ECC6.0 guide), so the correct sequence is to install CI and cluster the DB, but not vice versa.
    Which stage is the sapinst braking up?
    Is this beginning, middle or end of installation?
    Did you try to run configtool and modify secure store?
    best regards

  • Fail to deploy the "Virtual Shop Lite " Sample

    Fail to deploy the "Virtual Shop Lite " Sample in
    SAP Netweaver J2EE Preview (Release SAP NetWeaver™ 2007).
    I select the SAP Server node and choose Publish from the context menu. The SAP NetWeaver Developer Studio switches to the Deploy View Console view.
    At this time, the "Logon to SAP J2EE Engine" window appear.
    I enter the below user and password.
    user : Administrator
    password : <master-password>
    In the Deploy View Console, the below messages appear:
    com.sap.ide.eclipse.deployer.api.AuthenticationException:
    [#1]:Session::checkForTicketException:[Base Login Exception], cause=The user account is expired,or not valid yet.[more]
    [#1]:DC API is trying to connect to "localhost:50004".
    What should I do ?
    (I try the 10th time but the result is the same.)

    Same problem:
    Fail to deploy the "Virtual Shop Lite " Sample
    Is it a BUG ???

  • Fail to deploy the "Virtual Shop Lite " Sample in

    Fail to deploy the "Virtual Shop Lite " Sample in
    SAP Netweaver J2EE Preview (Release SAP NetWeaver™ 2007).
    I select the SAP Server node and choose Publish from the context menu. The SAP NetWeaver Developer Studio switches to the Deploy View Console view.
    At this time, the "Logon to SAP J2EE Engine" window appear.
    I enter the below user and password.
    user : Administrator
    password : <master-password>
    In the Deploy View Console, the below messages appear:
    com.sap.ide.eclipse.deployer.api.AuthenticationException:
    [#1]:Session::checkForTicketException:[Base Login Exception], cause=The user account is expired,or not valid yet.[more]
    [#1]:DC API is trying to connect to "localhost:50004".
    What should I do ?
    (I try the 10th time but the result is the same.)

    see the below link (same problem):
    Deploying Virtual Shop Lite
    I think it may be a BIG BUG.
    You can see it by yourself.

  • Multiple SSIDs with Multiple (split) VLANs & GW ---- for shopping mall

    Hi Experts,
    I suppose to sell the shared infrastructure service. Now I'm holding a couple of 8500 (HA). With almost 450 APs. 
    I'm designing my actual WiFi service for this "Shopping Mall" to retails.
    Each of retail shop should own his AP inside their own shop. The AP should ONLY broadcast his own SSID such "Starbucks-WIFI". Each shop sholud not be able to hook into the other shops network.
    Problem are 
    If I have 100-500 customers/retail shops. Can I achieve my goal with a ginven WLC8500?
    How many SSID can be actived at once?
    How many AP group can be configured and turned on at once?
    What would be the actual topology which is the best practice for? --- IMO, shop broadcast their own SSID >> access switch dedicated VLAN >> VRF (64VRF max @ CAT4500) or dedicated GW at Firewall >> dedicated internet link.
    I found some relevant post but it not explitict to my env. Wireless Max SSID on WLC and AP | Getting Started with Wireless ...
    Cheer & Br,
    Nipat.p

    How many SSID can be actived at once?
    Go to WLAN > Advanced > AP Groups.
    All APs fall into the default-group.  Each AP can advertise a maximum of 16 SSIDs.  If you are smart, you can create a number of AP Groups and individual APs can be assigned to a specific AP Group.  One of the main selling point with AP Groups is the ability to assign specific SSIDs.  So if you create an AP Group called Starsbuck and in the AP Group you assign only the Starsbuck SSID and then assign only one AP then this AP will ONLY advertise the specified SSID.  
    Good news is the 8500 can support up to 6K AP Groups (read THIS).

  • Deploying Virtual Shop Lite

    Guys,
    I am struggling ! I have downloaded the WAS J"EE sneak preview.  All if installed on my machine and I have the Central services instance and the J2EE running OK.
    I am working through the examples in the Developers Web Studio and trying to deploy the Virtual Shop Lite example.  Ia m assuming that I need to deploy onto my server before I can use it from the URL given in the example ???
    Anyway when I deploy it goes through setting up my workspace etc and then asks me to login to the J2EE server with a user ID and a password.  Was their a default user ID and password ??
    I am currently getting the following message ...
    com.sap.ide.eclipse.deployer.api.AuthenticationException: com.sap.engine.service.dc.api.AuthenticationException: BaseLoginException:Cannot get initial context
    Session::checkForTicketException:(BaseLoginException),cause cannot authenticate the user
    Any helps thanks.

    Same Problem
    Fail to deploy the "Virtual Shop Lite " Sample in
    SAP Netweaver J2EE Preview (Release SAP NetWeaver™ 2007).
    I select the SAP Server node and choose Publish from the context menu. The SAP NetWeaver Developer Studio switches to the Deploy View Console view.
    At this time, the "Logon to SAP J2EE Engine" window appear.
    I enter the below user and password.
    user : Administrator
    password : <master-password>
    In the Deploy View Console, the below messages appear:
    com.sap.ide.eclipse.deployer.api.AuthenticationException:
    [#1]:Session::checkForTicketException:[Base Login Exception], cause=The user account is expired,or not valid yet.[more]
    [#1]:DC API is trying to connect to "localhost:50004".
    What should I do ?
    (I try the 10th time but the result is the same.)

  • CRS Installation problem - node out of sync?

    Hi at all
    I have some installation problems with 10gR2 Rac and CRS on RHEL 4.0 (kernel 2.6.9) and Vmware Workastion 5.0. . Also I have applied suggestion in the vmware KB available at this link
    http://kb.vmware.com/vmtnkb/search.do?cmd=displayKC&docType=kc&externalId=1420&sliceId=SAL_Public
    due some synchronization problems .
    Also, I have configured ntpd daemon for sync my virtual machine.
    The error message from installActions2006-12-18_01-10-58AM.log is:
    INFO: Exclude file list /tmp/OraInstall2006-12-18_01-10-58AM/installExcludeFile.lst does not exist or is empty. The file is ignored.
    WARNING: Error while copying directory /app/oracle/product/10.2.0/crs with exclude file list 'null' to nodes 'oracle002'. [PRKC-1002 : All the submitted commands did not execute successfully]
    oracle002:
    /bin/tar: ./bin/ocrcheck: time stamp 2006-12-18 01:15:27 is 34 s in the future
    /bin/tar: ./bin/crs_register: time stamp 2006-12-18 01:15:28 is 35 s in the future
    /bin/tar: ./bin/cemutls: time stamp 2006-12-18 01:15:28 is 34 s in the future
    /bin/tar: ./bin/usrvip: time stamp 2006-12-18 01:15:28 is 34 s in the future
    /bin/tar: ./bin/cluvfy: time stamp 2006-12-18 01:15:28 is 32 s in the future
    /bin/tar: ./bin/racgons: time stamp 2006-12-18 01:15:28 is 30 s in the future
    /bin/tar: ./bin/cluutil: time stamp 2006-12-18 01:15:28 is 29 s in the future
    /bin/tar: ./bin/crs_profile: time stamp 2006-12-18 01:15:28 is 29 s in the future
    /bin/tar: ./bin/vipca: time stamp 2006-12-18 01:15:47 is 48 s in the future
    /bin/tar: ./bin/clscfg: time stamp 2006-12-18 01:15:27 is 25 s in the future
    /bin/tar: ./bin/clsid: time stamp 2006-12-18 01:15:27 is 25 s in the future
    /bin/tar: ./bin/crs_start: time stamp 2006-12-18 01:15:28 is 26 s in the future
    /bin/tar: ./bin/crsctl: time stamp 2006-12-18 01:15:27 is 24 s in the future
    /bin/tar: ./bin/evmsort: time stamp 2006-12-18 01:15:28 is 24 s in the future
    /bin/tar: ./bin/evmmkbin: time stamp 2006-12-18 01:15:28 is 24 s in the future
    but if I check clock sync between two nodes....:
    [oracle@oracle001 ~]$ date;ssh oracle002 date;
    Mon Dec 18 01:39:33 CET 2006
    Mon Dec 18 01:39:33 CET 2006
    and from the first node
    [root@oracle001 crs]# ntpq -p
    remote refid st t when poll reach delay offset jitter
    ==============================================================================
    oracle002-priv 10.0.0.1 3 u 30 64 37 0.264 8.075 2003.55
    and from the second node:
    [root@oracle002 crs]# ntpq -p
    remote refid st t when poll reach delay offset jitter
    ==============================================================================
    10.0.0.1 193.204.114.232 2 u 17 64 377 0.652 -30.302 16212.0
    [root@oracle002 crs]#
    Please, someone can Help me?
    Thanks
    Adriano Capruzzi
    Message was edited by:
    adriano.ba

    Your 4MEM error code is indeed reporting to you that some of your RAM is not working properly (MEM = memory, i.e. RAM).
    The fix for this (replacing the RAM) is normally covered under warranty for a computer as new as yours is. To get the free warranty repair I believe that you do need to bring your computer to an Apple-certified repair center, however. If you order the RAM and do it yourself, you will need to pay for the RAM and also go through the trouble of opening your computer to access the RAM, which is not that hard to do for some people, others prefer to have a technician do that.
    I'd suggest that you have Apple do the RAM fix, if only so that the replacement RAM is covered as well going forward ...

  • MinSAP Basis installation problem

    Hi Gurus,
    I am a total newbee to SAP and ABAP and am trying to install minisap on my pc so that i can practice ABAP.
    I have installed the MS Loopback adapter and have updated the Hosts files as follows
    127.0.0.1 localhost
    10.10.10.10 MYCOMPUTER
    The name of my computer is "MYCOMPUTER"
    During installation i get the following error message
    Error: CENTRDBINSTANCE_NT_IND SyCheckHostnameLookup
           can not get information for host "MYCOMPUTER"
    Error: CENTRDBINSTANCE_NT_IND ColdKeyCheck
           Phase failed
    Error:Main {}
           Installation aborted
    Please can anyone help.  I have checked existing posts and have tried some of the solutions but it has not helped.  I still get the same problem.
    Thanks in advance.

    Hi,
    [|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/minisap-46d-installation-problem-1529311#]
    Solution to your problem..... I've tried just about everything
    to get minisap running on Vista. Finally to get it to work you
    need to install Virtual PC 2007. Create a Virtual XP PC with
    (512mb ram if possible) and 10gb hard drive.
    After creating the virtual XP. Start it and insert your XP Cd it
    will install XP on your Virtual machine. After that remember to
    follow the right installation procedure (1)Loop back Adapter, IP
    Address (2) Host File editing (3) Sap DB Installation (4) Sap
    GUI installation (5) Enjoy programming on SAP
    Cheers.
    ...Reward if useful.

  • Minsap Installation problem

    Hi friends,
    i am getting this error while installing minsap on my home PC.
    Error: CALCRAM_NT_MSS ColdKeyCheck 2 178
    Phase failed.
    Error: Main {} 2 178
    Installation aborted.
    any solution?
    thanks in advance...

    Hi,
    [|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/minisap-46d-installation-problem-1529311#]
    Solution to your problem..... I've tried just about everything
    to get minisap running on Vista. Finally to get it to work you
    need to install Virtual PC 2007. Create a Virtual XP PC with
    (512mb ram if possible) and 10gb hard drive.
    After creating the virtual XP. Start it and insert your XP Cd it
    will install XP on your Virtual machine. After that remember to
    follow the right installation procedure (1)Loop back Adapter, IP
    Address (2) Host File editing (3) Sap DB Installation (4) Sap
    GUI installation (5) Enjoy programming on SAP
    Cheers.
    ...Reward if useful.

Maybe you are looking for

  • Safari 2.0.3 Crashing after logging out from wembail

    Hi Guys, this is my first post and unfortunately i should ask some clues about what is happening to me. Well, every time i logout from a webmail account, sistematically Safari crashes. This is the crashinfo i get. is someone able to help me to figure

  • Default trace?

    Hi Friends, usr/sap/<sid>/DVEBMGS<nn>/j2ee/cluster/server0/log/archive In the above folder the default trace files of XI are getting archived, which is  zip format and in hidden mode.These files have occupied huge amount of space. What is the importa

  • Publishing helo

    I'm trying to publish a flash document, and I keep getting an error message that says "Error creating SWF movie file. Be sure the destination file is not read-only or opened by another application. Also, make sure the file name is not too long." The

  • Coexistence of the SCCM 2012 R2 client and the App-V Full Infrastructure Model

    Our environment currently has the App-V Full Infrastructure Model deployed with Windows 7 clients using hundreds of App-V apps.  We plan to deploy SCCM 2012 R2 to the environment. What is the affect on our Windows 7 users when the SCCM 2012 R2 client

  • PS_ECQUEUEINST = Cannot insert duplicate key row in object

    Running ECIN0001, and getting error [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'PS_ECQUEUEINST' with unique index 'PS_ECQUEUEINST' Table values look like as under ECTRANSID ECTRANSINOUTSW ECQUEUEINSTANCE