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.)

Similar Messages

  • 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.

  • 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 ???

  • 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

  • Virtual shopping cart in iweb'09?

    I would like to add a virtual shopping cart to my website-customers click on the check boxes and it adds it to a cart, the total is a quote only. I just want a simple cost calculator on my site. Is there a way to do this in iweb'09, or any html or some software (preferably free!) that could let me achieve this?
    Thanks for your help!

    You could use something like an online store to do something like that. Do a Google search and see what comes up.
    That definitely won't be free though.
    Some of the online web site creation package contain store options built in - take a look at http://www.weebly.com and see if you could use this instead of iWeb.

  • I want to deployment virtual machine by Hyper-V with windows 2012 server

    I want to deployment virtual machine by Hyper-V with windows 2012 server. So I need step by step guide line with screenshot and video link.
    Thanks,
    Qamrul

    Hi Qamrul,
    Additionally here is the link for hyper-v getting started guide (server2008 ) :
    http://technet.microsoft.com/en-us/library/cc732470(v=ws.10).aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 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.

  • App-V 5.0: Adding Visio 2013 and Project 2013 to a previously deployed virtual Office 2013

    Good morning.
    I can successfully deploy Office 2013 via PowerShell and App-V v5.0 without difficulty.  I've read the document at
    http://support.microsoft.com/kb/2915745/en-us and followed all instructions successfully.
    My question is this:  If Office 2013 without Visio 2013 or Project 2013 is virtually deployed, how can those components be added later?
    For instance, we may have 100 users that acquire a virtualized Office 2013 without Project or Visio.  We then may have 25 users that require a virtualized Office and Visio without Project and, perhaps, another 15 that require Office and Project without
    Visio.
    Currently, when I attempt a second virtual deployment of one of these components, it removes Office 2013 making it inaccessible.
    How can Project and/or Visio be deployed to an already existing virtually deployed Office 2013?
    Thanks very much.
    John
    IAmStrings

    As a part of MDOP, you'll also have access to UE-V which will provide a mechanism of moving user preferences across the same applications from difference packages.
    It will require planning, configuration and deployment, but will ensure you don't face the same issue in the future.
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Deployment of Flash Lite Application

    I created one application using Flash Light and tested on
    emulator. Tell me how to deploy it. confused;

    sacciTheGreat. The answer largely depends on your proposed
    target device(s).
    sacciTheGreat wrote:
    > I created one application using Flash Light and tested
    on emulator. Tell me how to deploy it. confused;
    Scott Janousek
    mobile: 617.840.4427
    work: 617.276.2315
    site:
    http://scottjanousek.mobi/
    blog:
    http://www.scottjanousek.com/blog/
    skype: scottajanousek
    Adobe Flash Lite 1.1 Certified Instructor
    Qualcomm Authorized BREW Developer
    Coauthor, Foundation Flash Applications for Mobile Devices
    (ISBN: 1590595580)
    Adobe Community Expert - Mobile & Devices

  • 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

  • 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

  • Fail to deploy the channel xml

    Anyone can quickly help me? I tried to deploy channel to portal server, but it complains the parent container not found, however I did find from IS amconsole. Here is error info and address channel xml
    Thanks in advance,
    dpadmin modify -m -p "JSPTableContainer" -u "uid=amadmin,ou=people,dc=canada,dc=sun,dc=com" -w password -d "dc=canada,dc=sun,dc=com" AddressBookChannel.xml
    ERROR: Failed to find channel/container: parent=JSPTableContainer, channel/container=JSPTableContainer.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <!DOCTYPE DisplayProfile SYSTEM "jar://resources/psdp.dtd">
    <Container name="JSPTableContainer" provider="JSPTableContainerProvider">
    <Properties>
    <Collection name="Personal Channels">
    <String name="AddressBook"/>
    </Collection>
    <Collection name="channelsColumn">
    <String name="AddressBook" value="3"/>
    </Collection>
    </Properties>
    <Available>
    <Reference value="AddressBook"/>
    </Available>
    <Selected>
    <Reference value="AddressBook"/>
    </Selected>
    <Channels>
    <Channel name="AddressBook" provider="AddressBookProvider">
    <Properties>
    </Properties>
    </Channel>
    </Channels>
    </Container>

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

  • Flash Lite Mobile Deployment

    Hi
    New to authoring in Flash CS3 Pro and Flash Lite, I would
    appreciate information about deploying a Flash Lite 2x SWF from my
    web site to an end user's cell phone. This would assume that the
    cell phone would have a Flash Lite 2.1 player installed, therefore
    able to view Flash.
    I've heard of WAP but am not knowledgeable about its use,
    other than to know that some of the free WAP server side programs
    like Wap2Go require the ability to use PHP on the web site. My site
    uses a Windows server (IIS, version 5) and the ISP does not allow
    PHP, instead requiring scripting in ASP. I'm not familiar with ASP,
    so, the best arrangement for deploying from my site would be to not
    need WAP.
    Can most Flash Lite enabled cell phones simply download a SWF
    file from a site without need for WAP? Or will deplying Flash to
    cell phones depend on getting WAP to work on my site. (I think that
    Brew will be too costly an option for me since expenses begin at
    $400 and these files are planned as give-away's.)
    Any ideas, information will be appreciated.
    Kind Regards,
    saratogacoach

    quote:
    Originally posted by:
    ZyRa77
    Does any1 know with wich Version of Flash Lite online
    wallpapers can be developed?
    I know that with Flash Lite 1 the softkeys don´t work
    when the handset tries to access the internet and so it can´t
    get access.
    Has this been changed in any Version?
    I think flash lite 1.0 and 1.1 support this feature. you can
    check it with adobe cs3 device central.
    When you select flash lite 1.0 and 1.1 and wallpaper option.
    you will get the list of handset .
    In other case like flash lite 2.0 2.1 and 3.0 when you select
    wallpaper all device list will be disable.
    Regards
    Ashish

  • Lync virtual deployment

    Dear expert,
    We need your help on Lync deployment. I've already design NEW virtual environment for Microsoft Lync 2013.
    Problem is our customer change the plan. They wanted to deploy the Lync 2013 on their
    EXISTING virtual Environment which is Hyper-V.
    Question : -
    Can we deploy virtual Lync server 2013 on their existing virtual environment which already have other Virtual Machine?.
    Thanks.

    Yes. Providing that the host hardware has sufficient performance/specification to run Lync 2013 along with it's current workloads, this is totally fine (and is how nearly all deployments I have done are run.)
    Use the Lync Capacity Planning Tool http://www.microsoft.com/en-us/download/details.aspx?id=36828 to determine your requirements. I usually allow 7-10% extra for VM overhead.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Problem executing BC4J Virtual Mall

    Hello.
    I executed bc4jvsm without problems on my JDeveloper 9.0.3 internal oc4j. I am now trying to deploy and use on my Oracle 9ias 9.0.2.3, and getting the following error:
    "Error in Virtual Shopping Mall Application Insufficient parameters for this request.
    Please check the URL.The request may need form data which is missing.
    Click here to login again or to go to your home page if you have logged in already. "
    I checked all the xml files, they seem ok. The relevant libs are there.
    Has anyone seen this error before?
    Regards,
    Pedro

    Well I got past this problem. I found some discussion of this issue on google groups which led me to a somewhat obscure reference in the documentation for dealing with third party databases. I had to to open the configurations screen for my application module and go into it's property editor and set the jbo.sql92.jdbcDriver property properly identify the type of jdbc-odbc bridge driver.

Maybe you are looking for

  • Invalid XMLIndex after a series of ALTER INDEX.

    I was unable to drop my SPECVALUETEST table or drop the IDX_1_NODE XMLIndex after I performed a series of ALTER INDEX on IDX_1_NODE. Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production With the Partitioning, OLAP, Dat

  • Iphoto: unwanted date/time change after import

    Two problems: First Problem: In October, 2012, scanned a photo into my MacMini in JPEG format.  Creation date 10.12.2012 , Modified date 10.12.2012.  This is OK.   This is an old family Christmas photo, so I use "touch -t" command through the Termina

  • Can't import into Aperture

    Just upgraded to AP 2.0.1 from the trial. When I try to import 1k images from a dvd only 1 image imported and the thumbnail for that image was just a grey box. Copied all the images to my hd and still could not see any of the images except for the sa

  • Federated portal network - FAQ

    Hi, please give me these details, as I am reading abt FPN, I want to know the below answers... 1.System requirements for FPN 2.Exact version of NW from where FPN is supported 3.How to access FPN in cross domain 4.What are demerits of FPN 5.What is di

  • CS6 update last week

    Why has the CS6 update last week replaced the threshold adjustment with levels?