Problem importing the plugin app

I always getting the same error during the installation of my application: Keine weiteren Daten aus Socket zu lesen / no more data to read from socket
It looks like it has to do with the PDF plug-in from Anton Sheffler because it always appears at the same position.
It also doesn't matter if I try to install it via Webbrowser or SQL Developer.
But when I try to install it on another Workspace on apex.oracle.com it works.
But on my local instance it fails. It is the same APEX version installed: Application Express 4.1.0.00.32
My local instance is only a XE database: 11.2.0.2.0
APPLICATION 400 - Logbuch
Set Credentials...
Check Compatibility...
Set Application ID...
...authorization schemes
...navigation bar entries
...application processes
...application items
...application level computations
...Application Tabs
...Application Parent Tabs
...Shared Lists of values
...Application Trees
...page groups
...comments: requires application express 2.2 or higher
...PAGE 0: 0
...PAGE 1: LOG - OVERVIEW
...PAGE 2: LOG - CHARTS
...PAGE 3: LOG - ENTRY EDIT
...PAGE 4: LOG - CONTACT PERSONS
...PAGE 5: LOG - FILE OVERVIEW
...PAGE 6: LOG - FILE EDIT
...PAGE 7: LOG - GOOGLE CHART
...PAGE 8: LOG - CATEGORIES
...PAGE 9: LOG - FUNNEL CHART
...PAGE 10: LOG - ENTRY CHART
...PAGE 11: LOG - PDF Export
...PAGE 20: LOG - CATEGORIES SD
...PAGE 21: LOG - GOOGLE ORG CHART
...PAGE 22: LOG - CONTACT_PERSONS
...PAGE 30: LOG - ABOUT
...PAGE 50: MobileReport
...PAGE 101: LOG - LOGIN PAGE
...lists
...breadcrumbs
...page templates for application: 65600
......Page template 32083097154288305019
......Page template 32083098261282305021
......Page template 32083098555117305022
......Page template 32083098838398305022
......Page template 32083099435185305023
......Page template 32083100449910305024
......Page template 32083101849964305026
......Page template 32083103637474305028
......Page template 32083103950923305029
......Page template 32083104252133305032
......Page template 32083104562677305032
......Page template 32083104847161305033
......Page template 32083105162238305034
......Page template 32083105444763305036
......Page template 32083105759111305036
......Page template 33837641362132922718
......Page template 37308597950957478679
...button templates
......Button Template 32083106047815305036
......Button Template 32083106232810305039
......Button Template 32083106445518305040
......Button Template 32083106653096305043
...region templates
......region template 32083106856673305044
......region template 32083107144561305045
......region template 32083107457828305045
......region template 32083107733492305046
......region template 32083108040175305046
......region template 32083108359753305046
......region template 32083108638471305046
......region template 32083108953606305046
......region template 32083109243176305046
......region template 32083109537446305047
......region template 32083109834502305047
......region template 32083110151878305047
......region template 32083110434314305049
......region template 32083110746950305049
......region template 32083111062447305049
......region template 32083111337684305052
......region template 32083111631768305052
......region template 32083111937278305052
......region template 32083112240043305052
......region template 32083112547315305052
......region template 32083112841432305052
......region template 32083113152102305053
......region template 32083113464410305053
......region template 33848184561983111964
......region template 37060830663698409636
......region template 37307024442861466908
...List Templates
......list template 32083113745241305053
......list template 32083114044044305055
......list template 32083114257697305055
......list template 32083114536207305055
......list template 32083114860437305055
......list template 32083115154832305055
......list template 32083115442319305056
......list template 32083115737773305057
......list template 32083116044770305057
......list template 32083116333460305063
......list template 32083116646006305064
......list template 32083116938819305064
......list template 32083117238123305064
......list template 32083117561050305064
......list template 32083117858349305064
...report templates
......report template 32083118142757305064
......report template 32083118661727305069
......report template 32083119137779305071
......report template 32083119633067305072
......report template 32083120133675305072
......report template 32083120662231305073
......report template 32083121138710305073
......report template 32083121455216305073
...label templates
......label template 32083121750607305074
......label template 32083121848870305077
......label template 32083121957090305077
......label template 32083122057906305077
......label template 32083122144002305077
...breadcrumb templates
......template 32083122258144305077
......template 32083122343381305079
...popup list of values templates
......template 32083123064463305082
...calendar templates
......template 32083122441866305079
......template 32083122655597305080
......template 32083122863647305081
...application themes
......theme 32083123250781305084
...build options used by application 65600
...Language Maps for Application 65600
... translations used by application: 65600
...messages used by application: 65600
...dynamic translations used by application: 65600
...Shortcuts
...web services (9iR2 or better)
...shared queries
...report layouts
...authentication schemes
......authentication 31813313140617421226
......authentication 31845554673807759745
......authentication 31845554764970759745
...plugins
Fehler bei Rollback
Fehler beim Start in Zeile 23.745 in Befehl:
begin
wwv_flow_api.create_plugin (
  p_id => 41073893256060555494 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_type => 'REGION TYPE'
,p_name => 'NL.AMIS.SCHEFFER.REGION.PDF'
,p_display_name => 'Embedded PDF'
,p_image_prefix => '#PLUGIN_PREFIX#'
,p_plsql_code =>
'function render_pdf'||unistr('\000a')||
'( p_region              in apex_plugin.t_region'||unistr('\000a')||
', p_plugin              in apex_plugin.t_plugin'||unistr('\000a')||
', p_is_printer_friendly in boolean'||unistr('\000a')||
')'||unistr('\000a')||
'return apex_plugin.t_region_render_result'||unistr('\000a')||
'is'||unistr('\000a')||
'c_my_name varchar2(1000) := ''NL.AMIS.SCHEFFER.REGION.PDF'';'||unistr('\000a')||
'l_width number;'||unistr('\000a')||
'l_height number;'||unistr('\000a')||
'l_landscape varchar2(1);'||unistr('\000a')||
'l_format varchar2(10);'||unistr('\000a')||
'l_font varchar2(30);'||unistr('\000a')||
'l_fontsize number;'||unistr('\000a')||
'l_header varchar2(3276'||
'7);'||unistr('\000a')||
't_rc sys_refcursor;'||unistr('\000a')||
't_file_id number;'||unistr('\000a')||
'type tp_settings is record'||unistr('\000a')||
'( page_width number'||unistr('\000a')||
', page_height number'||unistr('\000a')||
', margin_left number'||unistr('\000a')||
', margin_right number'||unistr('\000a')||
', margin_top number'||unistr('\000a')||
', margin_bottom number'||unistr('\000a')||
', encoding varchar2(100)'||unistr('\000a')||
', current_font pls_integer'||unistr('\000a')||
', current_fontsizePt pls_integer'||unistr('\000a')||
', x   number'||unistr('\000a')||
', y   number'||unistr('\000a')||
', page_nr pls_integer'||unistr('\000a')||
');'||unistr('\000a')||
'type tp_objects_tab is table of number(10) index by pls_integer;'||unistr('\000a')||
'typ'||
'e tp_pages_tab is table of blob index by pls_integer;'||unistr('\000a')||
'type tp_char_width_tab is table of pls_integer index by pls_integer;'||unistr('\000a')||
'type tp_font is record'||unistr('\000a')||
'( char_width_tab tp_char_width_tab'||unistr('\000a')||
', standard boolean'||unistr('\000a')||
', family varchar2(100)'||unistr('\000a')||
', style varchar2(2) -- N Normal'||unistr('\000a')||
'-- I Italic'||unistr('\000a')||
'-- B Bold'||unistr('\000a')||
'-- BI Bold Italic'||unistr('\000a')||
', subtype varchar2(15) := ''Type1'''||unistr('\000a')||
', name varchar2(100)'||unistr('\000a')||
', encoding varchar2(100) := ''WINDOWS-1252'''||unistr('\000a')||
');'||unistr('\000a')||
'type'||
wwv_flow_api.create_plugin_attr_value (
  p_id => 41072593744003455937 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_attribute_id => 41072593138116454266 + wwv_flow_api.g_id_offset
,p_display_sequence => 10
,p_display_value => 'Helvetica'
,p_return_value => 'HELVETICA'
wwv_flow_api.create_plugin_attr_value (
  p_id => 41072594147812457118 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_attribute_id => 41072593138116454266 + wwv_flow_api.g_id_offset
,p_display_sequence => 20
,p_display_value => 'Times-Roman'
,p_return_value => 'TIMES'
wwv_flow_api.create_plugin_attr_value (
  p_id => 41072594553007458523 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_attribute_id => 41072593138116454266 + wwv_flow_api.g_id_offset
,p_display_sequence => 30
,p_display_value => 'Courier'
,p_return_value => 'COURIER'
wwv_flow_api.create_plugin_attribute (
  p_id => 41072595143095465121 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_id => 41073893256060555494 + wwv_flow_api.g_id_offset
,p_attribute_scope => 'COMPONENT'
,p_attribute_sequence => 6
,p_display_sequence => 60
,p_prompt => 'Fontsize'
,p_attribute_type => 'NUMBER'
,p_is_required => false
,p_default_value => '12'
,p_is_translatable => true
wwv_flow_api.create_plugin_attribute (
  p_id => 41071266040010638110 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_id => 41073893256060555494 + wwv_flow_api.g_id_offset
,p_attribute_scope => 'COMPONENT'
,p_attribute_sequence => 7
,p_display_sequence => 70
,p_prompt => 'Header'
,p_attribute_type => 'TEXT'
,p_is_required => false
,p_is_translatable => true
,p_help_text => 'An optional header text. You can precede this text with an alignment hint'||unistr('\000a')||
'C: centered'||unistr('\000a')||
'L: left aligned'||unistr('\000a')||
'R: right aligned'||unistr('\000a')||
''||unistr('\000a')||
'C:This is an example of a Centered Header Text'
null;
end;
Fehlerbericht:
Keine weiteren Daten aus Socket zu lesenHope for help. I do not want to drop the plug-in!
Tobias
Edited by: Tobias Arnhold on Nov 15, 2011 10:57 PM
I just dropped the PDF Plugin and it worked well! Strange I don't understand... Maybe it could have to do with some session time out problems?

I can't write a plugin in one statement :). It's the export script from Apex. Something like
wwv_flow_api.create_plugin (
  p_id => 5238337935213717 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_plugin_type => 'REGION TYPE'
,p_name => 'NL.AMIS.SCHEFFER.REGION.PDF'
,p_display_name => 'Embedded PDF'
,p_image_prefix => '#PLUGIN_PREFIX#'
,p_plsql_code =>
'function render_pdf'||chr(10)||
'( p_region              in apex_plugin.t_region'||chr(10)||
', p_plugin              in apex_plugin.t_plugin'||chr(10)||
', p_is_printer_friendly in boolean'||chr(10)||
')'||chr(10)||
'return apex_plugin.t_region_render_result'||chr(10)||
'is'||chr(10)||
'c_my_name varchar2(1000) := ''NL.AMIS.SCHEFFER.REGION.PDF'';'||chr(10)||
'l_width number;'||chr(10)||
'l_height number;'||chr(10)||
'l_landscape varchar2(1);'||chr(10)||
'l_format varchar2(10);'||chr(10)||
'l_font varchar2(30);'||chr(10)||
'l_fontsize number;'||chr(10)||
'l_header varchar2(3276'||
'7);'||chr(10)||
't_rc sys_refcursor;'||chr(10)||
't_file_id number;'||chr(10)||
'type tp_settings is record'||chr(10)||
'( page_width number'||chr(10)||
', page_height number'||chr(10)||
', margin_left number'||chr(10)||
', margin_right number'||chr(10)||
', margin_top number'||chr(10)||
', margin_bottom number'||chr(10)||
', encoding varchar2(100)'||chr(10)||
', current_font pls_integer'||chr(10)||
', current_fontsizePt pls_integer'||chr(10)||
', x   number'||chr(10)||
', y   number'||chr(10)||
', page_nr pls_integer'||chr(10)||
');'||chr(10)||
'type tp_objects_tab is table of number(10) index by pls_integer;'||chr(10)||
'typ'||
'e tp_pages_tab is table of blob index by pls_integer;'||chr(10)||
'type tp_char_width_tab is table of pls_integer index by pls_integer;'||chr(10)||
'type tp_font is record'||chr(10)||
'( char_width_tab tp_char_width_tab'||chr(10)||
', standard boolean'||chr(10)||
', family varchar2(100)'||chr(10)||
', style varchar2(2) -- N Normal'||chr(10)||
'-- I Italic'||chr(10)||
'-- B Bold'||chr(10)||
'-- BI Bold Italic'||chr(10)||
', subtype varchar2(15) := ''Type1'''||chr(10)||
', name varchar2(100)'||chr(10)||
', encoding varchar2(100) := ''WINDOWS-1252'''||chr(10)||
');'||chr(10)||
'type'||
' tp_font_tab is table of tp_font index by pls_integer;'||chr(10)||
'type tp_pls_tab is table of pls_integer index by pls_integer;'||chr(10)||
'-- pacakges globals'||chr(10)||
'pdf_doc blob; -- the blob containing the build PDF document'||chr(10)||
'objects_tab tp_objects_tab;'||chr(10)||
'pages_tab tp_pages_tab;'||chr(10)||
'settings tp_settings;'||chr(10)||
'fonts tp_font_tab;'||chr(10)||
'used_fonts tp_pls_tab;'||chr(10)||
't_ncharset varchar2(1000);'||chr(10)||
't_lan_ter  varchar2(1000);'||chr(10)||
'procedure init_core_fonts'||chr(10)||
'is'||chr(10)||
'func'||
'tion init_standard_withs( p_compressed_tab in varchar2 )'||chr(10)||
'return tp_char_width_tab'||chr(10)||
'is'||chr(10)||
't_rv tp_char_width_tab;'||chr(10)||
't_tmp raw(32767);'||chr(10)||
'begin'||chr(10)||
't_tmp := utl_compress.lz_uncompress( utl_encode.base64_decode( utl_raw.cast_to_raw( p_compressed_tab ) ) );'||chr(10)||
'for i in 0 .. 255'||chr(10)||
'loop'||chr(10)||
't_rv( i ) := utl_raw.cast_to_binary_integer( utl_raw.substr( t_tmp, i * 4 + 1, 4 ) );'||chr(10)||
'end loop;'||chr(10)||
'return t_rv;'||chr(10)||
'end;'||chr(10)||
'begin'||chr(10)||
'fonts( 1 ).famil'||
'y := ''helvetica'';'||chr(10)||
'fonts( 1 ).style := ''N''; -- Normal'||chr(10)||
'fonts( 1 ).name := ''Helvetica'';'||chr(10)||
'fonts( 1 ).standard := true;'||chr(10)||
'fonts( 1 ).char_width_tab := init_standard_withs'||chr(10)||

Similar Messages

  • Strange problem with the mail app on an iPad

    I've got a bit of a strange problem with the mail app on an iPad - it's sending and receiving mail ok but won't let you delete mail. If you keep at it, it appears as if you have deleted mail (though takes a very long time as you just have to keep deleting it over and over again) -  but the size of the app still keeps going up - reached 600mb so far, even though there is hardly any mail or attachments (goes up quite a lot each time you try to delete anything) - any idea what's causing this and how I can fix it?
    It occasionally comes up with a dialogue panel saying to check my account settings, but I have checked those and they are fine. The little 'loading' icon just keeps spinning constantly too.

    go to Settings > Mail > your account > Advanced > Move Discarded Messages Into 
    and make sure that Deleted Mailbox is ticked, and not Archive Mailbox
    You can also adjust how long the deleted mail stays in the trash immediately below that.
    If you are talking about a gmail account, you may also have to login to your account on the gmail server and update the settings there.  This is what Barney previously posted about that:

  • Is anyone having problems with the Health App and Withings?

    After upgrading to ios 8.1 I am still having a problem getting my Withings Health Mate data to correctly update my Healt Dashboard. The information that does show up on the different Dashboard widgets is way off. For example, I today walked 2400 steps according to Withings, but the Health Dashboard shows 10,700 steps (720,000 in smaller print on another line). It further shows my daily average at 313,000 steps! Ridiculous.
    Walking/Running distance for the days shows 22.5 miles with a daily average of 108 miles.....I'm not Barry Allen/The Flash.

    My problems with the Healt App are all over the map. The information on Withings Health Mate is totally accurate, and updates immediately.  I have their scale (since 2011) and wireless blood pressure monitor. Also, I find the heart rate senson on the iPhone 6 to work well, every time.
    This issue for me is with Apple's Health app. I get ridiculous readings on the Dashboards. For example, it shows my daily average in steps as 170,688, and miles walked at 80. Hardly! Additionally, the Dashbord widgets will disappear/reappear for no reason. I have tried switching the priority of data sources for the steps dashboard between Withings and my iPhone 6 (because it is indicated that the top source governs the dashboard info), to no avail.
    Lastly, I don't know how to interpret the infomration on the individual dashboards. On the same line as the word "Steps" there is a number, i.e. 14,272 steps, and just under it the word "Today." However, when I switch from "Day," "Week,," "Month," and "Year," those number don't change. Below the word Today is a number (which changes all the time), and at the bottom of the widget, just above the month (October now) is the number 1,149,749. Nice.
    I would like to get the Apple Watch next year, but if the Health App cannot be fixed I may not.

  • Here's My Problem With the Podcasts App

    So, here's my problem with the Podcasts app on my iPhone 5 - it relies too heavily on streaming and not enough on downloading and syncing. For most of my 8 hrs at work each day I am out of contact with my wireless carrier. And the hospitals IT dept has chosen to block whatever port the Podcasts app uses to stream content. So nothing over Wi-Fi either.
    As a result, all podcasts must being fully downloaded and ready to listen to prior to leaving for work. Unfortunately, even after fiddling with various settings in the app, I can't seem to get content to stick in the app. There are plenty of Unplayed episodes, but when I'm ready to listen, they're not really there and must be re-downloaded or streamed.
    Here's what I am going to try:
    • iTunes will continue do all of the downloading and syncing of podcasts to my iPhone
    • In each Podcast on the iPhone I have Subscribe "ON" and Auto-Download "OFF"
    I'm going to try this setup for a few days and see if it resolves my issue. Would appreciate any other observations and suggestions you might have. Cheers!

    Simple really:
    Delete the Podcasts app from your iPhone.
    Restart your iPhone.
    Continue managing your podcasts from iTunes, like you did under iOS 5.
    After restarting your phone, Podcasts will play via the Music app on your phone again.

  • Is anyone else having problems with the overdrive app not working right after new apple update

    I am having problems with the overdrive app.  I am only allowed to read about twenty pages of a book and then it tries to load more pages but does not.  I have reinstalled the app but have the same problem. Any ideas.

    Have to talked to the developer? Gone to their site? Do they have an update out for the newer OS?

  • TS1702 Is anyone having a problem with the smurfs app

    Just wondering if anyone is having problems with the Smurfs app.  Click on it to open it, it opens & then shuts down almost immediately.  Can anyone help?

    Thanks for the swift reply, I have been looking online and a loose plug seems to be somewhat of an issue with many, I hope mine is actually a problem and not what others are experiencing. It's taken me this long to even reach out for the simple fact I HATE being a complainer but this is just horrible.
    Do you have an iPad 3 as well? And is yours not experiencing any issues close to mine?
    Thanks again!

  • ? I have a problem with the cloud app. i have downloaded it several times and have no problem. when it runs it then opens up but stays blank so i cant see my apps or download any HELP

    ? I have a problem with the cloud app. i have downloaded it several times and have no problem. when it runs it then opens up but stays blank so i cant see my apps or download any HELP

    >opens up but stays blank
    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • There is a problem with the phone app. When I want to call somebody the phone screen come too late. This will cause a problem if I call the wrong number

    There is a problem with the phone app. When I want to call somebody the phone screen come too late. This will cause a problem if I call the wrong number.  Apple please please please fix it as soon as possible and also check why the phone is always restart. I prefer to let us use the iOS 7 until you finished from the IOS 8 because Ios 8 still under construction  there is a tones problems in the system.  And this Will cause undirect problem for the iPhone 6

    There is no apple here in this user to user technical forum.
    Do this Use iTunes to restore your iOS device to factory settings

  • TS1702 I am having a problem with the apple app Numbers.  It has been waiting for a week.  I can not open it or delete it

    I am having a problem with the apple app Numbers.  It has been waiting for a week.  I can not open it or delete it

    I found the images here: https://support.mozilla.org/en-US/questions/977542#answer-501598

  • Is anyone having problems with the facebook app - just shuts down before it even loads - frustrating!

    Is anyone having problems with the facebook app - just shuts down before it even loads - frustrating!

    Hi Robk573,
    Thanks for visiting Apple Support Communities.
    I'd suggest the steps in our iPad troubleshooting assistant:
    https://www.apple.com/support/ipad/assistant/application/
    Best,
    Jeremy

  • Anyone having problems with the Abc app no loading since it has been added?

    Anyone having problems with the Abc app no loading since it has been added?

    Hi Popalotofstyle,
    Thanks for using Apple Support Communities.  It may be worth trying a restart of your Apple TV to see if that allows the ABC app to load:
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/ht3180
    Cheers,
    - Ari

  • Is anyone else experiencing problems with the Music App/listening to music via earphones?

    I am experiencing problems with the music app. It randomly stops producing sound when I'm listening to music. Also, I hear a popping noise when ever I walk with my phone in my pocket while listening with earbuds/earphones. I'm thinking it's because iOS 7 is still glitchy. Hopefully the next update corrects the issues I am having.

    I don't have those problems with my iPhone 5.  It almost sounds like your headset isn't fully plugged in and you might be getting static from the cord rubbing against your clothing.  If you are generating a static charge, it is possible that static is being interpreted by the control channel (the volume buttons, or the play/pause button inline in the headset) as commands.  Does this happen with every headset, or just the one you are using now?
    I use my iPhone 5 fairly heavily with the wired headset, and even a good bit with a Motorola S10HD  bluetooth headset.  I don't have the static issues with either, nor do I have problems with volume dropouts.
    You might want to set an appointment with your local Apple Genius Bar to have them take a look.  If it is just the headset, they should replace it on the spot.  If it is more severe and a hardware issue with your specific iPhone 5s, they should be able to help you too.

  • Hello: I am using OSX 10.9.3 Lightroom Version 5.4 Camera Sony A77...Problem: importing the foots form chip or from the camera the GPS-position is not shown in lightroom. Using the bridge there they are. What have I do do? Thanks

    Hello: I am using OSX 10.9.3 Lightroom Version 5.4 Camera Sony A77...Problem: importing the foots form chip or from the camera the GPS-position is not shown in lightroom. Using the bridge there they are. What have I do do? Thanks

    Please read this: Adobe Lightroom - Find moved or missing files and folders
    You do not want to be in the Import section of Lightroom, you want to be in the Library Module. You don't want "Update Folder Location", you want to ctrl-click on a Folder name (not in Import, but in the Library Module Folder Panel) and select "Find Missing Folder"
    You do not want to re-import photos that have already been imported, this is almost always a bad thing to do.

  • Problems with the photo app

    so recently, a day after updating to IOS 5, i was using my camera to take pictures at an event. i was using the camera from the lock screen and snapping with the up button. well as i was taking pics i would look at the pic, as one normally would. after i took the picture, the photo was perfectly clear no problem i was happy with my photos. about an hour later when i went in to view the pics, my camera roll was all glitchy. When i would scroll up or down there was a huge lag. looking through the albums, there were whole rows of blacked out squares where my pics should be. it looked like the pics had gotten corrupt. the biggest problem is when i clicked a picture to view it, it was super blurry. As i mentioned previously, the pictures were clear. normally you select a picture, and you have that second where the app refines the pictures. My phone/app was no longer refining the pictures so they were just blurry. so i restarted the phone hoping that would fix the problem. nope. i restored it to factory settings nothing.
    some other symptoms include, not being able to attach a photo, either to messages, email, or facebook. when i click a photo and delete it, if i select another photo it will display the pic i just deleted. sometimes when i select photos the photo app will just crash and take me back to the home screen. my diagnoses is that my pictures have somehow managed to corrupt the photos app, but i am really not an expert. also if i try to back up my photos, from either iphoto or itunes there are no pictures at all to select.
    i have called apple, they are giving me a replacement. but, hopefully this helps other people because i did not see anything out there related to my problem. i hope the next ios update can fix this issue, if it is one.

    I apologize for not replying earlier after i went to the apple store. but i will explain what the apple rep did.
    first off, i recommend trying several things before you wipe your iphone.
    1.The obvious, reboot your phone by holding the home button. If that does not work then...
    2. Backup your phone, then do a restore from backup. If that doesn't work then...
    3. This is where it gets tricky, my dilemma is that i had taken pictures that i didn't want to lose. Keeping the pictures on my phone was the most important thing to me so i tried a couple different things. In my original post, i mentioned that i could not attach pictures to a message to email them to myself. Otherwise, I would have emailed all 100 pictures to myself, no matter how long it took. There are several Extractor programs out there but they are a bit pricey, in my opinion. The one i used was called "Photo Transfer App". You can find this app on the app store, it costs 2.99, but its an awesome little app. It is worth the money. So if you dont care about anything on your phone, if you dont mind losing all your data, eg. notes, music, or photos, then in the next step you will restore your phone as a new phone. All the above steps were my own way to try to troubleshoot the problem.
    So at the apple store heres what they did...
    First, I showed the girl all the problems i described above. after doing all the steps above, she was like this looks like a real problem. I told her it happened after i updated to ios 5. she said its not the ios, she has seen it on the iphone 3. but i kind of doubt that, because i have not seen anything like this in any forum. but anyways....
    To save my photos she recomended i email them to myself, the Internet at the store was not that quick because
    of all the devices connected so she said i should do it from home.
    but the steps to email (i did not try this method):
    -click photos>click the 'select photos' button (looks like a square with a right facing arrow located at the bottom left corner.)>select any photo you want to email-click share-then select email.
    I had explained that i had already backed up my photos so we continued...she asked me several times are you sure you saved everything. She continued to emphasize that all my data would be lost when we restore as a new phone. i said no problem, i can do without the things i have on my phone. keep in mind when we tried to restore from backup i was having the same problems, so we decided the back up was also corrupt and was no longer useful.
    To restore as a new phone. the lady said this is one of the cool things on ios 5. i'm not sure if you have to be connected to wifi, but i would think you should be connected just to be safe.
    -click settings>general>reset>then click 'erase all content and settings'. this will delete everything. Make sure you select the restore as a new phone.
    this has fixed the problem for me, i have not had anymore problems. The apple rep said that she thinks either something dealing with the photos app or one of my photos has corrupted the hardware.

  • Problems with the Calendar App in iPhone 4S

    I'm having a problem the Calendar app with an iPhone 4S (iOS 6.1.3). I added a Google account with the company's domain (Microsoft Exchange option), but the calendar it's not available on the Calendar App list. I already tried to delete / restart / create the account, but so far I'm unable to see the Calendar in the list.
    Any suggestions?

    kellihammer wrote:
    havent heard a thing from them
    Tried any of these steps?
    - Quit the App by opening multi-tasking bar, and swiping the App upward to make it disappear.  (For iOS 6, holding down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.)
    - Relaunch the App and try again.
    - Restart the device. http://support.apple.com/kb/ht1430
    - Reset the device. (Same article as above.)
    - Reset All Settings (Settings > General > Reset > Reset All Settings)
    - Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    - Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.

Maybe you are looking for

  • Safari won't open PDF files

    Clicking on a weblink which links to a PDF file, the screen turns dark gray and nothing loads.  When saving the item to desktop, it appears to be zero bytes or faulty and cannot be opened, say in Preview or Adobe Reader.  No problems with Firefox.  I

  • Undeliverable Mail using Apple mail

    I recently decided to transition from Outlook for Mac to Apple mail for obvious reasons - I don't like Microsoft.  However, 50% of the emails, I am sending are being returned to me.  These are the same people I have been emailing for years, some I am

  • Exchange services not starting

    Hi everyone, I had a power failure , After power failure i am not able to start Microsoft Exchange IMAP4, Microsoft Exchange Information Store, Microsoft Exchange POP3 services,Microsoft Exchange Service Host services,  I am  using SP2 , can i upgrad

  • OD Master/PDC, 10.4.11, why xp clients unable to locate domain controller?

    After a migration/upgrade from 10.3.9 to 10.4.11 Server, windows XP clients are intermittently unable to log in to or even bind to the PDC running on that server. I did a clean format and install from the 10.4 media, choosing the standalone server ty

  • Duplicates question: how to find and eliminate both/all

    I've looked through this forum for an answer to this...sorry if it's already been answered, but I didn't see it. I need to be able to 1) find duplicates or multiples in a column and 2) delete both/all, not just one of those duplicates. So, for exampl