Help! Designer out of his depths developing JAVA mobile game ...

Hi, I'm a desiger challenged with designing a JAVA based, multiplayer game for mobile.
Feeling a little exposed, as it's a more limited design environment than I'm used to.
Key page I'm struggling with is the profile page, on which we show:
your accumulated score over time
your rank (the higher your accumulated score, the higher your rank)
your average score.
have found an interesting reference that XBOX are using for their connected game. nice and simple:
http://news.bbc.co.uk/1/hi/technology/4534356.stm
does anyone have any similar or better references for me please?
Many, many thanks for your help.
Rich

There is an end-to-end tutorial that is available at http://www.adobe.com/go/learn_lc_firstApplication_82 that steps you through creating an application. The scenario in the tutorial shows you how to create a form design and a process where users interact with it in Workspace ES. You will also need to download the assets require to step through the tutorial located at http://www.adobe.com/go/learn_lc_firstApplicationZip_82. Go to the provided URLs to get the most updated versions.or
To start this tutorial, it is recommended that you install a JBoss Turnkey installation of LiveCycle ES Update1 (server) and Workbench ES. I presume you have done this, but if you require more information, please let me know and I'll provide more information.
Hope that helps!
...Gil

Similar Messages

  • Help me out....in java

    Hi All,
    How to unzip the zip file in JAVA when zip file contains the password authentication.
    Please help me out.....
    thanks in advance.

    There are potentially legitimate uses for this. For example, if Business A delivers sensitive data on a batch basis to Business B they might employ simple ZIP encryption and provide Business B with the password. Business B stored the password in a protected properties file and uses it to decrypt and unzip the batch from Business A to process it automatically.
    And rather than using java.util.zip you can do a System.getRuntime( ).exec( ) to run pkunzip (or gzip -d) and pass the password and filename as a parameter.
    - Jesse

  • Out of my depth.... !

    Hi all,
    I'm a front end designer who over the years has picked up the principles of Action script and inevitably
    bits and bobs of Javascript, php, perl etc.,
    I recently designed the front end for a new Photo Tutorial site. The client has fallen out with his web development
    team and asked if I'd like to quote to build the job - I'm tempted because it's a decent budget and times are hard but I'm feeling a bit out of my depth and looking for advice and suggestions on how to scope the job before I quote for it.
    So - Questions:
    the bit that scares me is the gallery.
    The way I designed it there were thumbs of 20 images and a "main" image on view.
    Users will be encouraged to upload their own photos to the gallery. These pictures will be displayed (maybe randomly) on
    pressing the "next" and "previous" buttons (the whole things is in Flash by the way). So far so simple - a folder called "images",
    an array in flash and a button with a random function.
    But there may end up being thousands of images very quickly.
    How would people appraoch building an app that could pull images either randomly or in number order into flash from a folder of thousands of images ?
    How would people appraoch managing (automated of course) the images folder so that images were named to a convention as
    they were uploaded by the user ?
    Which of the many 'upload' plugins and scripts do people recommend ?
    Anyone ever done anything like this ?
    Examples / links ?
    All and any advice surrounding this project much appreciated.
    Best wishes
    Tony

    you'll need to use server-side scripting to handle part of the file upload and the file name retrieval from the upload folder.  assigning the uploaded files names you'll do from flash.  you'll use another script to retrieve the file names and in flash load and display which ever subset you want.

  • HT5312 I forgot my security questions help me out i want to buy some game on my iphone

    Help me out please i want to buy some game but i forgot my security questions

    Go here to reset your Apple ID security questions.
    Rescue email address and how to reset Apple ID security questions

  • Help me out in developing LC application

    I am beginner to this technology , and It will be great if somebody can drive me on how to complete a livecycle application.
    I have read much about this LC and, I know, we have LC Designer or LC Workebench designer perspective to design our forms and process perspective to create workflow.
    I have LC installed in my machine and now, i would like to develop an application based on the below use case.Kindly help me out to reach this objective.
    Summary of Use case:
    An employee fills up (online or offline whichever is suitable for him/her) and sends an Expense Reimbursement Form to his/her Head of Department (HOD) for approval. Employee can also use Adobe Livecycle Workspace to fill up the said form. HOD has rights to approve or reject the said form. In case of rejection, employee will be notified through email. If HOD approves the form, it then redirects to Accounts Department for reimbursement. After the operations of Accounts Department like valuation of expense etc., the form then redirects to Administration Department for further processing like cheque no. entry etc. Finally, employee will be notified through email to collect his/her cheque from concerned department.
    Looking forward for valuable suggestions and guidance on how to develop this application(a kind of step by step walkthrough).
    Thanks,
    Vinod Chattergee.S

    There is an end-to-end tutorial that is available at http://www.adobe.com/go/learn_lc_firstApplication_82 that steps you through creating an application. The scenario in the tutorial shows you how to create a form design and a process where users interact with it in Workspace ES. You will also need to download the assets require to step through the tutorial located at http://www.adobe.com/go/learn_lc_firstApplicationZip_82. Go to the provided URLs to get the most updated versions.or
    To start this tutorial, it is recommended that you install a JBoss Turnkey installation of LiveCycle ES Update1 (server) and Workbench ES. I presume you have done this, but if you require more information, please let me know and I'll provide more information.
    Hope that helps!
    ...Gil

  • PLZ help me out i'm very new and confused to java

    Hi~
    I'm very new to java and I just brought a phone (Nokia 6670). It's capable of J2ME, as it says in the instrusction book, but I'm not so sure which Java to download. (THERE ARE SO MANY). Please help me out, I'm not sure what to do, since I'm putting games in Java.

    you want to develop your own game or just want to have some games on your new device?
    your phone has java runtime already, and that's all you need to run java games .. you can download them from several locations
    if you want to develop your own game then download Sun's J2ME Wireless Toolkit; also have a look at Nokia Developer's Suite and emulator for your device...

  • Want help in developing my first game in java!!

    I want to develop a tetris game in java..can any one help me on this..basically i m new to java programming, i want to know abt the graphical part ..how to make that.. i will code the rest..I want to make an application rather than an applet..

    look at the Java2D demo that comes with the JDK
    it has lots of source code and just about everything you'll need to do in Tetris (technology wise) is in there, except the game logic.
    when you're ready to move into 3D and heavier apps, try this book:
    Practical Java Game Programming
    http://www.amazon.com/exec/obidos/tg/detail/-/1584503262/102-3570681-1096110?v=glance

  • Help me to sort out the strings.(novice java user)

    Hi,
    I was wondering if someone can help me out of this problem.
    My program :
    -> it has to create an array of strings.
    -> then create an aray of integers.
    -> then if there are similar strings then i need to group them under the same name and display the output.
    for example if the input is like try, try, hard,mad, try for strings and the corresponing int values are 1,2,3,4,5 .... then.... i need to giv ethe o/p as try = 8
    hard = 3
    mad = g.

    I don't post here often, but I attempted to solve your problem. I noticed you weren't using any Maps (assumed you didn't know what they were)
    I would probably recommend using Maps for a problem like this, but I attempted it by glancing at your code and trying to understand what you were doing.
    (Still unsure if I do understand what you are doing :P)
    //     Program
    //          Created
    //               By
    //                    Lethalwire
    import java.util.*;
    import java.io.*;
    public class Expenses {
         public static void main(String[] args) {
              Scanner in = new Scanner(System.in);     //Reads data from user
              **     -expenses = Number of Categories
              **     -myCats = Array of Category objects
              **     -keepGoing = if true, program keeps running
              int expenses;
              Category[] myCats;
              boolean keepGoing = true;;
              **     Ask user for the number of categories
              System.out.println("Enter Amt. of expenses:  ");
              expenses = in.nextInt();
              **     initialize the Category array to the correct number of Categories
              myCats = new Category[expenses];
              **     Iterate through the myCats array and get names for each of the objects.
              for(int i = 0; i < myCats.length; i++) {
                   String tempName;
                   System.out.println("Enter name of category: ");
                   tempName = in.next();
                   myCats[i] = new Category(tempName);
              **     while loop tests keepGoing
              **     creates temporary variables :
              **          -tempCatName = takes the user's selected category
              **          -myTempCost = takes the current cost that needs to be added to the selected Category
              **          -exists = Checks to see if tempCatName exists in our array
              **               if !exists, error println is displayed
              **          -tempChar = takes the value of 'y' or 'n' to determine if the program continues
              System.out.println("-----------------------");
              while(keepGoing) {
                   String tempCatName;
                   double myTempCost;
                   boolean exists = false;
                   String tempChar;
                   System.out.println("Type a category name to add a value to.");
                   tempCatName = in.next();
                   System.out.println("What is the value you would like to add?");
                   myTempCost = in.nextDouble();
                   **     Iterate through the array and try to find the correctly matched object's name.
                   **      If object isn't found, error println is displayed
                   for(int i = 0; i < myCats.length; i++)
                        if( myCats.getName().equalsIgnoreCase(tempCatName) ) {
                             myCats[i].addCost(myTempCost);
                             exists = true;
                        if (!exists)
                             System.out.println("Category doesn't exist. (mispelled?");
                   **     Prompts the user to continue or not
                   **     Stores value in tempChar
                   **     if tempChar is yes, then program continues
                   **      if tempChar is no, keepGoing is set to false, then the while loop terminates
                   System.out.println("Continue? Enter 'y' for yes, 'n' for no.");
                   tempChar = in.next();
                        if( !tempChar.equalsIgnoreCase("y") )
                             keepGoing = false;
              System.out.println("-----------------------");
              **     Iterates through the array and gathers the current object's name, and total.
              **     They are then displayed
              System.out.println("Totals");
              for(int i = 0; i < myCats.length; i++)
                   System.out.println( myCats[i].getName() + ":\t\t\t$" + myCats[i].getTotal() );
    **     Cateogry class
    **     Holds an objects name and an ArrayList of double values
    class Category {
         **     -name = variable that keeps track of the current object's name
         **     -prices = ArrayList that adds double values when called for
         private String name;
         private ArrayList<Double> prices;
         **     Constructor takes 1 parameter
         **     Initializes prices
         Category(String n) {
              name = n;
              prices = new ArrayList<Double>();
         **     Returns the current objects name;
         String getName() {
              return name;
         **     Adds val to prices.
         void addCost(double val) {
              prices.add(val);
         **     Iterates through the prices arraylist and adds the values up storing them in total
         **     Method returns the total price;
         double getTotal() {
              double total = 0.0;
              for(Double d: prices)
                   total += d;
              return total;

  • I have a friend who I was helping out with his iPhone. He has since lost it. I believe I backed it up to my machine but have no idea where to find it. Is it possible to find it and read the back-up file without the original device being connected?

    I have a friend who I was helping out with his iPhone. He has since lost it. I believe I backed it up to my machine but have no idea where to find it. Is it possible to find it and read the back-up file without the original device being connected?

    If he gets another device - you should be able to restore it from your computer to the point where you backed it up
    Otherwise that file cannot be read

  • Poll: Which sites have helped you with Java mobile development?

    [Which sites have helped you with Java mobile development?|http://www.polldaddy.com/p/1158419/]

    Spam blocked, spammer blocked for life.
    db

  • Need Help For Developing Java Network RPG

    Greetings,
    Did anyone develop any similar game?I'm developing one for my final year project and i need some guidelines on that.
    Thanks for your help in advanced.
    Cheers,
    yc

    Since you are making a 2D game I suppose that speed is not really important. Don't make it too hard on yourself and use objectstreams.
    first thing you need is a class which holds all the variables you want to send (like position, health, whatever) and let it implement the "Serializable" interface.
    next stop: the client side connection
    socket     = new Socket(ipaddress, port);     
    obi = new ObjectInputStream(socket.getInputStream());
    obu = new ObjectOutputStream(socket.getOutputStream());and the server side connection:
    ServerSocket s = new ServerSocket(port);
    while(true) { // keep accepting new connections
    socket = s.accept();
    obu = new ObjectOutputStream(socket.getOutputStream());
    obi = new ObjectInputStream(socket.getInputStream());
    }make sure you turn around output and input. The server won't continue unless his output has input on the clientside.
    with the objectoutputsstream you can send the objects:
    obu.writeObject(netData);
    obu.flush();
      // make sure you flushreceiving the object:
    netData = (YourNetData) oi.readObject();so what you need is a client side function that sends objects, a client side thread that handles received objects.
    The easiest way to make a server is making an array of client threads and put the socket and the objectstreams in the thread. The thread can read an incoming object and send it to all clients in the array. This way you never have to change your server, you only have to change the object you send.

  • Please Help me Out APPLE TEAM :(

    Hi,
    I recevied an iPhone 5 as a gift in the month of january from my friend from US. Am in INDIA and am using it in INDIA only. It was perfectly working fine until i upgraded it to ios 7 beta version through a third party. i saw one of my fried doing this and it was working fine for his device. So out of curiosity i too tried d same as a result of which my device just showed me an apple LOGO and after that nothing happend. I got worried and called the customer support people. They adviced me to downgrade it to ios 6.1.4 using the factory resetting option. I did the same as they directed me to do. the phone was successfully restored. Now here comes the problem. The device says that "this iphone has been activated with t****@icloud.com, so please enter that valid id. If i enter my apple id it returs an error stating that this [email protected] cannot be used to activate this phone. but other than this particular id if i give any other id it throws "Invalid Id or Password".  One of the Customer support person told me that this cannot be replaced in INDIA, you need to send it to US to get it replaced. I tried this option as well. The person from US said that this device cannot be replaced as this one is a software issue, and he suggested me to wait till ios7 gets released. I called the customer support people again and they said that this might be due to the software corruption so please do wait till ios 7 gets released and after that resotring the device to factory settings it must work. Now i restored the device using factory restoring to ios 7. My device has been restored to ios 7. But still i am facing the same issue. Really frustrated to the core. can someone help me fix this. Now the customer support person is telling to send the device to US again and have a check with them. jun, july, august and spet. 4 months of no iphone and its just lying as a toy inside my cupboard which is of no use. Frrl like crying.the customer support people in INDIA told me that there is an option of paid replacement in INDIA for the software issues, but he is not sure whthr this option is available in US. So please someone tell me what can be done, am ready for the paid replacement as well.
    Thanks In Advance
    Thinnappan Muthu
    +91 - 9994998464

    This is what you get from them ALL THE TIME. Exactly the same reply:
    Please include the line below in follow-up emails for this request.
    Follow-up: 1299**1
    Dear Kevin,
    Thank you for your email. To find more information on this issue, you may refer to the iTunes Connect Developer Guide: <https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf>. Should you require additional assistance, please contact iTunes Connect Support by accessing the Contact Us module in iTunes Connect : <http://www.apple.com/itunes/go/itunesconnect/contactus>.
    Best Regards,
    Yana
    iOS Developer Program
    I have told these guys in my every email that the link is not helping please look into it and tell us what is the problem as there are no issues from our end. My IT team has looked over it about 100 times!
    Please help me out already!
    Message was edited by: KevinGupta

  • How do I start developing Java Card?

    I have downloaded java_card_kit-2_2_1and OCF 1.2. Is there any tools require for Java Card development that I missed out? The demo1, demo2 and demo3 was try to run but I still don't understand how do I can create a Java Card Smart Card. I want to develop a Java Card Smart Card for employee to take their attendance. The employee ID will be the a MUST in the Java Card Smart Card.
    Please provide me guidance and help me out. Thank you in advance.

    I�d like to ask you guys where can i buy a Java Card
    compliant smart card in the Web.
    Based on your experience, which is the best one to
    start with? (Gemplus, Schlumberger...)
    Thanks in advance. (All this sounds really exciting)I am also a student and doing a final year project which uses smart card. I am using a Schlumberger (now is known as Axalto) Cyberflex 32K e-gate card and SDK 4.3 (the latest version is 4.5 if i'm not mistaken).. some say that the SDK is a bit buggy.. well, I dont have much choice because that is what my faculty gave me.. I admit that there are some bugs but until now, it doesn't give me too much of a trouble.
    if you intend to buy their smart card, they have a wide range of it.. you can surf the available smart card here: http://www.axalto.com/products/smartcards.asp

  • Help me out to run Interactive forms in CE7.1

    Hi experts,
    I am new to this SAP webdynPro for java World.Can you please help me to run interactive Forms.
    I have installed CE7.1 Dev_studio and J2EEServer.To Develop Adobe Interactive Forms i have installed Adobe Designer7.1.
    When i run the Application i am getting following exception.
    com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target ConfigPort_Document not mapped to a physical system.
        at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:894)
        at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)
        at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)
    Full exception Chain is
    com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Interactive Form Operation Failed
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:633)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:940)
         at com.sap.tc.webdynpro.clientserver.phases.RespondPhase.execute(RespondPhase.java:60)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process RenderRequest...
         at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:89)
         at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:112)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:567)
         ... 61 more
    Caused by: com.sap.tc.adobe.pdfobject.core.PDFObjectRuntimeException: Logical Target ConfigPort_Document not mapped to a physical system.
         at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:349)
         at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.doSoapCall(PDFObjectDII.java:81)
         at com.sap.tc.adobe.pdfobject.core.PDFObject.render(PDFObject.java:3610)
         at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:152)
         at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 64 more
    Caused by: com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target ConfigPort_Document not mapped to a physical system.
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:894)
         at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:160)
         at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:278)
         ... 68 more
    Can anybody please help me out from this Issue.
    Do we need any configuration in J2EE server to Develop interactive forms .
    if we need configuration can you please send the Detail steps to configure.
    Thanks and Regards,
    Shashikiran.b

    Hi,
    I created folder structure manually as mentioned in the Document and placed that .pfx file there..
    But in NWA configuration if i try to configure as mentioned in Document i am getting this msg in right pane.
    1. Navigate to http://:/nwa to start the SAP NetWeaver Administrator.
    Note
    is the AS Java where the Adobe document services are installed and is the HTTP port of the AS Java.
    2. Choose Configuration Management ® Infrastructure Management ® Adobe Document Services
    3. Choose Configuration in the left pane.
    in right pane i am getting following message.....
    There are no Adobe document services running on the selected system
    If i run application i am getting following error on browser.
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://Shashikiran_B.spanservices.com:50000/inspection.wsil/, used user to connect: ADSUSER"
        at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:366)
        at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:354)
        at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:281)
        at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:165)
        at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:924)

  • I can't update my flash player and i might have a virus help me out with any advice on getting my mac on track ?

    i can't update my flash player and i might have a virus help me out with any advice on getting my mac on track ?

    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

Maybe you are looking for

  • How can i see my safari 4.0.3 cache files in windows vista?

    Some days ago i saw some pictures of someone on facebook with my safari... Now i cant access this pictures cause they deleted it. In IE all i need to do is go to the folder "internet temporary files" and ill be able to see the pictures and save them.

  • Batch creation of bookmarks?

    I would like to add 107 bookmarks to a 250-page PDF in an automated fashion. I have a list of the bookmarks titles, pages, and their hiearchy level. What's my best bet? Obviously I don't want to create them by hand with New Bookmark in Acrobat Pro. M

  • Want to load an xml document directly into an Oracle table

    From the Oracle XML Applications book pg: 106/107 there is an example where it inserts into a Oracle table from the xml_documents table. What I would like to do is insert directly from the xml document and was able to but not able to get rid of the i

  • Good books for java web services

    hi.. i want to learn java web services. can anyone pls tell me the good books or material if any to start with. I have exp in core java.

  • In transaction scase, where is the field 'status' stored ?

    Hi in transaction scase, where is the field 'status' stored (in Hdr. data), for a specific BP ? thx. Edited by: avijit saxena on Nov 12, 2008 10:10 PM