Need an I/O Master

First of all, this is a MIDlet so i cannot use java.net , only java.io and java.microedition.io, which lets me use InputStream and StreamConnection, etc.
I am trying to create a simple program to read data from a webpage and display it to the user. The page I need to access is a JSP page from a server maintained by Sony.com for the game PlanetSide. A sample address is:
http://myplanetside.station.sony.com/character.jsp?charId=382194&worldId=3
The problem that arises is I can only read a small portion of the page using an input stream. after a certain point of reading (always the same point), i constantly return a value of -1 from the stream. I have tried pausing the thread, putting read events into a timer, etc. but cannot read past the point in the stream. Separately, I have noticed that even on my DSL connection, the page loads in "spurts"; i.e. I navigated to the page, i saw a small portion appear, i clicked View=> Source and it had only downloaded the same portion i can download in my program. After a few seconds Internet Explorer downloads the rest of the page, but I cannot get my program to do this. To further frustrate me, I tried copying the HTML code to a separate web server of my own and my program works fine. This tells me there is no problem with the code to be downloaded just the way it is sent or something like that. As you may realize, I cannot simply connect to my web server because the page is a constantly updating page, so i cannot repeatedly copy it to my server. I use a simple InputStream.read( ) loop to read one byte at a time and cast it to a character and store in a StringBuffer object. I have been told to use a byte array, or InputStream.available( ) but nothing works for the file I need. Someone please help! I know it sounds hokey but i'd be willing to reward (via PayPal) someone who can give me a solution that works!!

the stream you request could be multipart..
check the http header upon recieve and check the chunked settings
if chunked, you will recieve a chunk of the page and a count of the next chunk size..
workaround. also try to specify http 1.0 in the request header.. thus the server "should" avoid chunked headers
best regards,
Per Fisker

Similar Messages

  • I need a MacBook experts, master to help me!!! I just tried the craziest move on my mac! My dad's gonna kill me if he finds out!!!

    I need a MacBook experts, master to help me!!! I just tried the craziest series of moves on my mac.
    Begun when the mac hung for nearly an hour. I held the power key to force a shut off.
    This made me think of erasing some things on my hard drive. I used cmd r for disk utility and begun erasing volumes.
    Then, I thought instead, why not just reinstall OSX since nothing I wanted was on it.
    I tried to reinstall OSX but this time it loaded then suddenly said, an error occurred.
    I Went back to disk utility and cleared stuff I can't even remember.
    Another unbelievable thing happened. The disk utility actually hung for a good ten minutes! i went and forced a shut off again.
    Now, whenever I turn the mac on, a flashing folder appears.
    at this point, I usually turn to the net for answers.
    Greatest thing is, every cmd something I try doesn't even trigger a reaction. Only cmd opt showed my mouse cursor.
    i Do not have the original OSX install disk for my mac. Any geniuses got any clues???

    Your post somehow found its way to a low-traffic forum about technical issues with posting in Apple Support Communities. I have asked the Hosts to move you to a more appropriate hardware forum for your product.

  • Downloaded 5.01 and latest itunes. Had errors on iphone needed to restore now when i plug into itunes it freezes  I need to use task master to close.if i plug my wifes phone in no problems with itunes  took it to apple store tech no help.

    Have iphone 3g with 5.0  I downloaded 5.01 for phone and itunes latest download. Had errors on download and needed to restore. Everything came back except apps.
    Pluged into itunes and it gave me the restore screen. restored again.  Now when i plug into itunes it shows my phone but freezes up. I need to use task master to close itunes. Went to apple store tech. No help  said to use Icloud but no WiFi is available.  My wife's phone works fine with itunes.

    Basic troubleshooting steps clearly outlined in the User Guide are restart, reset, restore from backup, restore as new device.
    If you have gone through ALL the above steps and are still having problems, then you'll need to bring your phone into Apple for evaluation.

  • Need help in loading master data.

    Hi everyone,
              I am just a beginner in BI 7.0 . I know Bw 3.5 . I need help in loading master data(flat file) in a step by step manner.
    Before posting this forum i searched and checked out other related forums too, as i am a beginner i am unable to follow them. Lots of the forums gave the help.sap.com link which i used and got a little help but not fully, so please don't send that link.  I need a step by step guideline from somebody, which says everything from the beginning till monitoring say like
    e.g.. 1) create a InfoObject by right clicking on InfoObject catalog.
    something like that.
    please help me get a clear and detail step by step procedure to load a master data (Flat File should be good) which may help me get a start will other things without much help.
    Please help me learn.
    Thanks.
    Ranjani.

    HI,
         Thanks for your reply. This is what i did.
    1) Created a Info Area.
    2) Created Info object catalog & activated
    3) created info object with nothing except some 4 attributes.
    4) Created Application compound in Infosource tab.
    5) Right clicked on Application compound and chose create Infosource in which chose a option with 3.x and chose the flexible update and gave the info object name.
    6) In info provider tab , in the Info Area right clicked and chose the Insert char as data target option.
    Now, i am stuck. I have no idea what to do next.
    I know i have to create a transformation - There are two tabs in Transformation box, what should i do there.
    Please help me from point 6 to cont., to load the data.
    Thanks.

  • Need to filter the Master Column

    Hi Experts,
    I need to filter a master column in my wd table. I am not finding an option to get the filter text in VewController. Master column of the filter row is not enabled to enter filter text. Can some one suggest me how can I proceed to make filter enabled for master column?
    Thanks in advance.

    Hi,
    If you are using table UI element, you have to do some bit of coding to get the filter row.
    1. Define a context node with cardinality 1..1. This node should have the attribute(s) for which a filter is required, and the attribute should be that same data type as that of the column attribute.
    2. In the layout tab, for the specific table column for which filter is needed, bind the 'filterValue' property to the corresponding attribute created in step 1.
    3. Define and implement an event handler for the 'onFilter' event of the table. This event handler should programatically filter the table.
    Now, in the layout itself you should see the 'Filter row' for the table.
    Hope this helps,
    Regards,
    Wenonah

  • I need to rest my master password for my imac with no disc

    I have an older IMAC and need to change to master password.I also upgraded from 10.4 to 10.6.8 so I dont have a start up disk. can anyone help me
    Thanks

    Changing or resetting an account password if you need a replace startup disc then call AppleCare and for a nominal price they will replace it.

  • Need to create a Master Detail Form

    Hi Gurus,
    I have a requirement to create a Master Detail Form. As per my requirement I have a list of Invoice Numbers and once I click on a Invoice Number a new form should open and that Form should contain two regions:
    1. Master
    2. Detail
    1. Master Block should have the Invoice Header Detail which is non-updatable.
    2. Detail Block should be able to perform create, update and delete the lines from here. This detail block should have multiple lines so that user can enter data to create new records in it.
    Kindly let me know your valuable inputs on this. Please share any document, site or any other information on this.
    Thanks,
    Sandy

    Normally, you would create 2 EOs say a MasterEO and DetailEO
    Then Create an Association Object Between them based on the PK-FK relation say MasterToDetailAO
    Then create 2 VOs Based on the 2 EOs already created, say MasterVO and DetailVO
    Then create a ViewLink between them, MasterToDetailVL
    Then add the master VO to ur AM
    And Attach the VL created to the instance of the MasterVO in the AM.
    So the DetailVO will be now linked to the MasterVO via the VL
    U just need to query the master records and the details will automatically be displayed

  • Help Needed to learn Customer Master

    Hi,
    I need to learn Customer master in order to work on a assignment in SAP MDM. Can anyone help me with relevant information to start learning Customer Master in SAP and the maping between SAP ECC and SAP MDM.
    Thanks in advance.
    Regards
    Girish Nair

    Dear Girish,
    Thanks for the links...
    I found below notes...
    1255401     MDM Material Content Information (Release 5.5)     26.02.2010
    1355137     MDM Material Content Information (Release 7.1+)     26.02.2010
    1252846     MDM Product Content Information               26.02.2010
    1268212     MDM Employee Content Information          26.02.2010
    1035773     MDM Business Partner Content Information     26.02.2010
    1252884     MDM Customer Content Information (Release 5.5)     26.02.2010
    1412742     MDM Customer Content Information (Release 7.1+)     26.02.2010
    1252883     MDM Vendor Content Information (Release 5.5)     26.02.2010
    1318478     MDM Vendor Content Information (Release 7.1+)     26.02.2010
    1029357     MDM 5.5 SP05 Product Repository Information     15.06.2007
    1088786     MDM 5.5 SP06 Product Repository Information     27.11.2007
    989939     MDM 5.5 SP04 Product Repository Information     31.10.2006
    I was interested in the attached excel's in these links which shows MDM - IDoc - ERP field mappings...
    Thanks & Regards,
    Shaailesh.

  • Thw www Address that Support told me to put in the Nav bar (chrome://pippki/content/resetpassword.xul) takes me somewhere that doesnt have any of the options Support says it does. I need to reset my master password as I have forgotten it, HELP

    The www Address that Support told me to put in the Nav. bar (chrome://pippki/content/resetpassword.xul) takes me somewhere that doesn't have any of the options Support says it does. I need to reset my master password as I have forgotten it, HELP

    If the usual method does not work, you can also do this manually.
    # Open your profile folder, for details of how to find it see https://support.mozilla.com/kb/Profiles
    # Close Firefox
    # In the profile folder delete key3.db, signons.sqlite, and if they exist signons.txt, signons2.txt and signons3.txt
    That will delete all passwords and remove the master password.

  • Urgent :need help to setup Master to snapshot(read only) environement

    Hi,
    I need your help urgently. I don't know much about master to Snapshot configuration. I need to do prototype of master to snapshot(read only) as soon as possible. I need replication setup/configuration scripts.
    DB1 is master database (8i) and DB1 is Snapshot site db.
    both dbs are identical except they have different Global_name.
    I want to replicate table from DB1---> DB2 unidirectional.
    Global name for DB1 is DB1.world and for DB2 is DB2.world
    TNS names are DB1 and DB2 respectively and TNSNAMES.ORA file is same on both server.
    Schema owner of Mster site (who owns the tables that I want to replicate) is user 'SYNAPSE'. On DB2 I have also same schema with same tables. Lets say table called 'TEST' that I want to replicate from DB1 to DB2.
    for simplicity I want to have only one account(user) on both site who can do administration and take care of all other task including replication.
    I need scripts to do setup for the replication environment described above.
    In short please provide me script to replicate DB1 to DB2 (Master to snapshot).
    I appreciate your help very much.
    You can reach me at [email protected] as well.
    Thank you.
    Pravin

    Finally I figured out how to setup/configure master to Snapshot environment but I have to say that Oracle documents are very confusing.
    The problems I ran into are:
    User Repadamin can't create MV in schema owner other than repadmin. Work arround I used is let that schemema owner allow to create MV.
    Other proble ran in is Constraint(FK) violation when trying to do using refresh group. To resolve this problem either disable constraints on snapshot site or create constraints usinf deferred option.
    Pravin

  • Need help in distributing Master Folder (all my original pics), Aperture Library, Aperture Back-up, Vault and Time Machine

    I have a desktop iMac and three external HDs. One HD called Aperture Library (2T) now has Aperture Library, Time Machine backups and Master Folder, which is where I put my RAW files of pictures I want to keep. A second HD called Aperture back-up (1T) has another large Master Folder. This was created a long time ago when I was using Lightroom. I plan to transfer pictures on to HD Aperture Library > Master Folder so I will have 1 Master Folder. A third external HD called Vault (1T) now only contains my Quicken b/u.
    I have not made a vault yet for Aperture, because I am in the process of exporting files from Lightroom and bringing them into Aperture 3. What a mess, especially because I was not able to use my photo apps (Lightroom or Aperture) for a few months and forgot  the do's and don'ts. Please help me organize this stuff while I have the time and motivation. Greatly appreciated.

    Note that Masters need only be backed up once (but to multiple backup locations) and that backup should happen immediately after copying to the hard drive from the camera card, before involving Aperture or any other images management app.
    Time Capsule is an ongoing regular-routine backup process. Image originals instead need irregularly timed backup, once.
    IMO referenced Masters make far more sense than building huge managed-Masters Libraries.
    • Hard disk speed. Drives slow as they fill so making a drive more full (which managed Masters always does) will slow down drive operation.
    • Database size. Larger databases are by definition more prone to "issues" than smaller databases are.
    • Vaults. Larger Library means larger Vaults, and Vaults are an incremental repetitive backup process, so again larger Vaults are by definition more prone to "issues" than smaller Vaults are. One-time backup of Referenced Masters (each file small, unlike a huge managed-Masters DB) is neither incremental nor ongoing; which is by definition a more stable process.
    Managed-Masters Libraries can work, but they cannot avoid the basic database physics.
    HTH
    -Allen Wicks

  • Need help identifying my master socket for broadba...

    Hi i am awaiting my line to go active for broadband but i just want to make sure the socket i am going to use is my master socket.
    I can only find 1 socket in my house and it has a T logo in the bottom corner. This socket is on the bottom of my stairs (annoying place). I have opened it up and it looks like it has a capacitor on it. When i follow my wire coming out of the box it goes down a couple of steps and goes into another small box with a T logo on the front but all this has on it is a screw dot in the middle and another T logo. 
    So is the socket on stairs the master socket and if so what is this other box is it some sort of wiring centre?
    Solved!
    Go to Solution.

    Ahh right so it is my master socket but it must be older than the picture above as mine takes the whole face off and not just the bottom section and it does not have any test point on it.
    Would it be recommned to update my socket to a newer one? I ask this as i was looking into iplates to help boost my speed but there not conpatible with my current socket.
    And i need to put a extention into my living room is it best to just plug it into my master socket or will i lose speed this way?

  • Process Order status CRCR needs to  re read master data

    All,
    I have an issue with re-reading the master data in process order.
    I have an order which was  released and control recipe was also released since we use pi sheet to record shop floor data.
    After releasing the control recipe user  made changes into bom and he wanted to re-read master data , on the master data tab re-read master data button is not activated not  if i go menu path from the header process order-> functions-> re-read master data is active.
    Neither i am allowed to set the deletion flag for the order, i am getting error message process order status CRCR does not alow to set the delection flag.
    Any solution to this issue is appriciated
    Either i should be able to re-read the master data or set the deletion flag...

    In your case Control Recipe is already created, so you need to send a process message to set the status of the control recipe to finished. "CRFI". Follow the steps below,
    Transaction CO57, to trigger manually a process message with message Category PI_CRST for the process order and Control reciepe combination.
    Then use Transaction CO54 to send the Message to the process order.
    You can complete the PI Sheet by clicking the "complete" button in the PI Sheet also.
    Now try to re read master data

  • RDA for Transactional Data Changes (But needs to load as Master Data to IO)

    Hi,
        I would like to use RDA to load Data changes into IO (Not for DSO).
    I tried using this, i can able to load data into PSA. But, from PSA to IO, No datapackage is getting transfered. i.e. Transfered records = 0.
    We considered several options i.e. remote cubes etc. We need to implement RDA.
    Note: I have gone through the Documentation on RDA. Which SAP mentioned, RDA won't support for Master Data if we have aggregates. We don't have any Aggregates build on my cubes.
    Thanks in advacne!!!
    Nagesh Ganisetti.

    RDA DTP is used for supplying data to the Data Store Objects but not to the Master data infoobjects...
    Please follow the links to get to know more on this..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/f98e07cc483255e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fa50e40f501a77e10000000a422035/content.htm
    thanks
    hope this helps..

  • Need help joining one master folder to multiple 1:n detail folders

    I'm trying to query a master folder with two detail folders. Both master-detail joins are 1:N.
    Discoverer keeps giving me results with duplicate records when i try to do this, which is a fan trap I think?
    How can I get around this? I need all 3 tables to be joined.

    i need to do left outer joins from the master to both detail tables and combine the results.
    The query I basically tried was:
    select m.summaryText, m.dateFiled, d1.extraComments, d2.location
    from reports m
    left outer join comments d1 on m.id=d1.id
    left outer join extraData d2 on m.id=d2.id
    This still gave me duplicate records in the results. How can you join all three and merge them without duplicates?
    Thanks for trying to help...

  • Workflow help need urgently in Material Master creation

    hi All
    I am trying to create a Workflow for creating Material Master views in ECC6 system . Initially Basic data 1 and basic data 2 is created by user and then my workflow is trigerred for subseuqent views .For e.g i need to route the workitem to a user to fiill in Purchasing data and then to another user to fill in accounting data after basic data 1 and basic data 2 is created by so called super user. I was trying to use business object BUS1001006 for this using method CREATEVIEWS but i am getting stuck here with using this method . I dont know how to use this method so that once the user clicks the workitem it should directly go to Puchasing tab view or Accounting tab view (depending on the kind of user currently accessing the workitem).
    Any idea how to solve this problem ? It would really be helpful for me
    Thanks for your help in advance

    1. I have entered transaction OMS9
    2. Entered the Field selection group as 2
    3. Below the fields option 3 RM03M-WERK280  (Plant)  i double clicked and checked there is hide option.
    4. I came back selected the T001W - Name1 (Name)     I double clicked that in 34 , 35 , 54 was enabled with hide i changed to opt entry but still it seems to be the same.
    5. I came back again and below in the field selection tab checked for the MM01 and MM02 transaction as well as fert,halb,roh as opt entry
    It did not work.Kindly guide me if there is some other option available for this to revoke the plant option.
    Any help would be really appreciatable.
    Regards,
    Deepak GS

Maybe you are looking for

  • Service Desk: error while sending message to SAP

    Hello Gurus, I have configured Service Desk in Solution Manager. When i create a message in one of my Satellite Systems the message appears in Solman but when i try ro send the message to SAP i get the following error. "You do not have authorization

  • Lost video file from a flash drive using iMac

    I played a video file that was saved on a flash drive on my iMac. After the video played, it was automatically deleted from the flash drive. I did not physically delete the file. When I closed the file, it simply vanished. Is there anyway to recover

  • Mounting Firewire drives

    If I have two external Firewire drives connected in series, one to another, and eject the first drive, will the second drive stay mounted and show on the desktop?

  • Can't burn any DVDs on external firewire drive

    Since I installed OS 10.4.9, neither DVDSP or toast titanium will recognize a "stable connection" to my external firewire lacie recorder... the message I get from toast is: 1. Interface Error: -50 The connection is not stable 2. The drive reported an

  • MRP Batch Job creation

    Good morning, I have been out of the loop for a while in R/3 MRP. I need to create some MRP batch jobs, 1 will run 6 nights a week for approx 26 weeks 1 will run on a Sunday night for the total horizon. How do I set these up :o) Thanks in advance.