Concurrency Issue with V2 -- Anyone seen this yet - What's ThreadGuard???

Hi,
We've been using V1 of C4E for some time without major issue. Recently we were forced to upgrade to V2. We're using C4E, Tomcat and jdk5.  The exception is occuring in our Production environment where we have multiple users making report requests. 
</br></br>
We run the Crystal engine in Tomcat and point the engine to .rpt templates to render the reports.  This worked well with V1, with a few POJO issues when trying to refresh updates.  V2 has "cured" the POJO issues, but now we seem to be having problems with how the crystal engine services, or fails to service report requests.  Do we need to control threading on our side??  This makes no sense; the engine should handle threading, but queue the requests, not drop them on the floor....
</br></br>
Here's the output from the applogs:
<code>
22 Jun 2009 10:06:37.780 [http-443-Processor15] ERROR com.surplus.lines.reports.adapters.CrystalAdapter (165) - CrystalAdapter.generateReport() encountered exception writing out report.
com.crystaldecisions.reports.common.ConcurrentAccessException: active-thread: http-443-Processor25; calling-thread: http-443-Processor15
active-thread call stack:
     ~sun.font.FileFont.getGlyphAdvance(Native Method)......
     ~com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.FontEmbeddingSession.a(Unknown Source)
     ~com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.r.a(Unknown Source)
     ~com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.PdfDocumentManager.if(Unknown Source)
     ~com.crystaldecisions.reports.exporters.format.page.pdf.dom.PdfAdvancedDocumentModeller.do(Unknown Source)
     ~com.crystaldecisions.reports.exporters.page.pdf.AdobePDFExporter.finalizeExportJob(Unknown Source)
     ~com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(Unknown Source)
     ~com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(Unknown Source)
     ~com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(Unknown Source)
     ~com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(Unknown Source)
     ~com.crystaldecisions.reports.common.ThreadGuard.syncExecute(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(Unknown Source)
     ~com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(Unknown Source)
     ~org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162)
     ~org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
     ~org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
     ~org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209)
     ~$Proxy6.runReport(Unknown Source)
     ~org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:203)
     ~org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162)
     ~org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
     ~org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
     ~org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209)
     ~$Proxy8.runReport(Unknown Source)
~com.surplus.lines.web.controllers.ViewReportController.handleRequestInternal(ViewReportController.java:104)
     ~org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
     ~org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
     ~org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)
     ~org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)
     ~org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)
     ~org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)
     ~org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
     ~org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     ~org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     ~org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     ~java.lang.Thread.run(Thread.java:595)
     at com.crystaldecisions.reports.common.ThreadGuard.int(Unknown Source)
     at com.crystaldecisions.reports.common.ThreadGuard.if(Unknown Source)
     at com.surplus.lines.reports.adapters.CrystalAdapter.generateReport(CrystalAdapter.java:143)
     at com.surplus.lines.reports.adapters.ReportRouterImpl.runAdapter(ReportRouterImpl.java:95)
     at com.surplus.lines.reports.PolicyDetailsRpt.generateReportDocuments(PolicyDetailsRpt.java:440)
     at com.surplus.lines.reports.PolicyDetailsRpt.runReport(PolicyDetailsRpt.java:406)
     at com.surplus.lines.service.ReportingImpl.runReport(ReportingImpl.java:66)
     at sun.reflect.GeneratedMethodAccessor441.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:203)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162)
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209)
     at $Proxy6.runReport(Unknown Source)
     at com.surplus.lines.service.SurplusLinesImpl.runReport(SurplusLinesImpl.java:3074)
     at sun.reflect.GeneratedMethodAccessor440.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:203)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162)
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209)
     at $Proxy8.runReport(Unknown Source)
     at com.surplus.lines.web.helpers.ReportHelper.runReport(ReportHelper.java:227)
     at com.surplus.lines.web.helpers.ReportHelper.runPolicyDetailsReport(ReportHelper.java:358)
     at com.surplus.lines.web.controllers.ViewReportController.handleRequestInternal(ViewReportController.java:104)
     at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
     at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
     at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)
     at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)
     at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)
     at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Thread.java:595)
22 Jun 2009 10:06:37.780 [http-443-Processor15] ERROR com.surplus.lines.reports.adapters.ReportRouterImpl (103) - Problem trying to write to File system.
</code>
Edited by: peter adelmann on Jun 22, 2009 6:09 PM

Ted,
Here's another silly question.  Based on your engineering Dept. we received a listing of jar files that represent the V2 runtime engine; I think.  In looking at the listing of jar files, certain external jars are no longer included; for example: xml-apis.jar, xercesImpl.jar, rpoifs.jar, serialization.jar. 
Are these jars no longer needed by the Crystal V2 runtime engine?  If they are, has someone published other's which are required as well?
According to the runtime zip
webreporting-jsf.jar
webreporting.jar
jrcerom.jar
icu4j.jar
XMLConnector.jar
QueryBuilder.jar
DatabaseConnectors.jar
xpp3.jar
pfjgraphics.jar
logging.jar
log4j.jar
keycodeDecoder.jar
JDBInterface.jar
jai_imageio.jar
cvom.jar
commons-logging.jar
commons-lang-2.1.jar
commons-configuration-1.2.jar
commons-collections-3.1.jar
com.azalea.ufl.barcode.1.0.jar
CrystalReportsRuntime.jar
CrystalCommon2.jar
are the only jars required to create the engine....
Thanks

Similar Messages

  • Unsync issues during ingest (anyone seen this problem before ?)

    Sometimes I can get sync issues when ingesting straight to my raid. Randomly I will get qtmovies where the picture freezes, but the sound continues, so I have to redigitize the material. It looks a bit like this very short example
    http://www.haavie.no/freeze.mov
    I don't see anything special in my systemlogs (xsan), and everything else works ok with my raid. This error is happening on any of our 12 clients..
    Any suggestions ? (My raid settings are all correct)
    (xsan 1.4.1. OS 10.4.9, Fcp 5.04)

    You may want to explain a bit further on your environment:
    Assuming you are using xsan (since you mentioned xsan software but this is Xserve RAID forum):
    - check event logs on Xserve RAID to see if there are any errors events. Any bad disks. any degraded disks, rebuild going on.
    - do you have dedicated meta data controllers.
    - do you have metadata stored within their own LUN.
    - do you have metadata stored managed by their own controller and not shared with data LUN.
    (ok sounds a bit hardware intensive)
    - were u doing play back while doing in gest from any of the workstations.
    - Were you using DNS for your name services, both forward and reverse records exists.
    Use xsan tuner (available on support website) to test your xsan performance.
    www.apple.com/support/downloads/xsantuner.html

  • TS3276 "message failed because you have exceeded your sending limit."  Has anyone seen this before & what does it mean?

    What does this mean?  Has anyone seen before?

    Most e-mail servers impose limits on how many messages you can send per day and how many different e-mail addresses you can send messages to per day. This is a measure to prevent spam, and you're unlikely to hit those limits unless you're sending messages to a very large group of people. Generally, those limits are somewhere in the hundreds.
    If you haven't been sending that much e-mail, or to that many recipients, then your e-mail account may have been hacked and used to send spam. See:
    Someone is sending messages from my e-mail address!

  • Of all the iMac display problems here, has anyone seen this yet? (PHOTO)

    Take a look at what I've been experiencing. I took this photo with my iPhone, so while it may appear that there are gradation issues or other irregularities, my real concern is the top center of the image. I've had my 24in iMac for about 8 months and this issue began about two months after purchasing it, but since I work at home and am on this computer all day, every day, I haven't haven't been able to afford the time to get it fixed. This blotch is NOT on the glass and it almost doesn't make sense to call it a "blotch" since you can clearly see some kind of patterning going on. It's the LCD itself. In the corners you can see some streaking going on which IS on the glass, but the stuff at center top is not. It seems to be getting worse, so I'm going to have to take it in, but I just wanted to know if anyone out there had anything similar going on. I am.....shall we say, nonplussed about this and have been since it started.

    I recently bought a 24" iMac (intel based) in April 2009.
    Within 2 days of using it, I had a small 3"x3" "ink blob" show up on the screen, very similar to what you're experiencing, but much darker and prominent.
    As far as I'm concerned, it's a defective LCD screen and your problem will just get worse. The reason I'm saying it will probably get worse is because mine did and this "ink blob" has grown in size over the past few weeks to a size of about 8" in length and about 5-6" in width. Covers a good fraction on my screen now when it appears.
    Meanwhile, it's only appeared 3 times while I've been using the computer. I tend to keep it on when not in use, but don't monitor it's activity 24/7, so it could be happening more frequently than I think.
    I contacted Apple support to document the "sitings" (I feel like I'm some paranormal psychic) and they've recommended me to return the product from where I got it (BestBuy - Southern Ontario doesn't have mac stores unfortunately).
    Anyways, I'm planning on returning the iMac tomorrow in hopes that a new one will be the fix of this issue, but thought I'd put this out there to anyone else who might have this problem or know of someone who is currently encountering it and going "wth!"

  • SSO with APEX anyone seen this before?

    Hi,
    I have followed the instructions from Metalink on
    "Configuring an APEX Application to Use SSO With SDK in Separate Schema"
    and have followed all the instructions but when I try and access application with SSO
    turned on I am seeing this page
    Thu, 3 Feb 2011 01:21:53 GMT
    Bad parameter name: none specified
      DAD name: apexwamsx
      PROCEDURE  : f
      URL        : http://lv700.light.ci.seattle.wa.us:7961/pls/apexwamsx/f?=
      PARAMETERS :
      ===========
      ENVIRONMENT:
      ============
        PLSQL_GATEWAY=WebDb
        GATEWAY_IVERSION=2
        SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server
        GATEWAY_INTERFACE=CGI/1.1
        SERVER_PORT=7961
        SERVER_NAME=lv700.light.ci.seattle.wa.us
        REQUEST_METHOD=GET
        QUERY_STRING==
        PATH_INFO=/f
        SCRIPT_NAME=/pls/apexwamsx
        REMOTE_HOST=
        REMOTE_ADDR=156.74.12.139
        SERVER_PROTOCOL=HTTP/1.1
        REQUEST_PROTOCOL=HTTP
        REMOTE_USER=APEX_PUBLIC_USER
        ORACLE_SSO_USER=
        OSSO_IDLE_TIMEOUT_EXCEEDED=
        OSSO_USER_GUID=
        HTTP_CONTENT_LENGTH=
        HTTP_CONTENT_TYPE=
        HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)
        HTTP_HOST=lv700:7961
        HTTP_ACCEPT=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
        HTTP_ACCEPT_ENCODING=gzip,deflate
        HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.5
        HTTP_ACCEPT_CHARSET=ISO-8859-1,utf-8;q=0.7,*;q=0.7
        HTTP_COOKIE=ORA_WWV_REMEMBER_UN=ALBAM:commonws; ORA_WWV_USER=AC8796116B48095E; orasso=9.0.3+en-us+us+AMERICA+9B51BFB45D462A72E04400144FFABD7C+376A4AC4D470C5123650D53D83C6BF30A23BB27BB0F175D642AB7583249FBFF0B6AB6DAA9A2455BA6ACDA4CF36AD1646846B6E8310D16BDC569B61C08864631839C257F2EA1DD635005F1B4DE8B641FF755CFD4DAF89DA85
        HTTP_IF_MODIFIED_SINCE=
        HTTP_REFERER=http://lv700:7961/pls/apexwamsx/f?p=140:500:872061270446623:::::
        HTTP_SOAPACTION=
        HTTP_ORACLE_ECID=1296696113:156.74.21.244:28393:0:16,0
        HTTP_ORACLE_CACHE_VERSION=
        HTTP_AUTHORIZATION=
        WEB_AUTHENT_PREFIX=
        DAD_NAME=apexwamsx
        DOC_ACCESS_PATH=docs
        DOCUMENT_TABLE=wwv_flow_file_objects$
        PATH_ALIAS=
        REQUEST_CHARSET=WE8ISO8859P1
        REQUEST_IANA_CHARSET=ISO-8859-1
        SCRIPT_PREFIX=/pls
        HTTP_IF_MATCH=
        HTTP_CACHE_CONTROL=
        SOAP_BODY=
        HTTP_X_ORACLE_DEVICE_CLASS=
        HTTP_X_ORACLE_DEVICE_ORIENTATION=
        HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
        HTTP_X_ORACLE_DEVICE=
        HTTP_X_ORACLE_ORIG_ACCEPT=
        HTTP_X_ORACLE_ORIG_USER_AGENT=
        HTTP_X_ORACLE_USER_LOCALE=
        HTTP_X_ORACLE_USER_NAME=
        HTTP_X_ORACLE_USER_DISPLAYNAME=
        HTTP_X_ORACLE_USER_USERKIND=
        HTTP_X_ORACLE_USER_AUTHKIND=
        HTTP_X_ORACLE_USER_DEVICEID=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
        HTTP_X_ORACLE_USER_LOCATION_BLOCK=
        HTTP_X_ORACLE_USER_LOCATION_CITY=
        HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
        HTTP_X_ORACLE_USER_LOCATION_COUNTY=
        HTTP_X_ORACLE_USER_LOCATION_STATE=
        HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
        HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
        HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
        HTTP_X_ORACLE_USER_LOCATION_TYPE=
        HTTP_X_ORACLE_USER_LOCATION_X=
        HTTP_X_ORACLE_USER_LOCATION_Y=
        HTTP_X_ORACLE_SERVICE_HOME_URL=
        HTTP_X_ORACLE_SERVICE_PARENT_URL=
        HTTP_X_ORACLE_HOME_URL=
        HTTP_X_ORACLE_MODULE_CALLBACK_URL=
        HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
        HTTP_X_ORACLE_CACHE_USER=
        HTTP_X_ORACLE_CACHE_SUBID=
        HTTP_X_ORACLE_CACHE_AUTH=
        HTTP_X_ORACLE_CACHE_DEVICE=
        HTTP_X_ORACLE_CACHE_LANG=
        HTTP_X_ORACLE_CACHE_ENCRYPT=
        HTTP_X_ORACLE_ASSERT_USER=Thanks so much for any insight!

    Jonnycake please see AAM doesn't update to Creative Cloud desktop Application for information on how to enable the AAM Detect Plug-in within Safari.

  • Has anyone seen this display problem?

    I even changed my video card and still had the same issue? has anyone seen this or know how to fix this issue?
    I tried to show a screen capture but didnt have any luck but the issue is alot of my icons are showing pink lines on them and when in certain application and safari the pictures are showing up all pixelated with pink and green pixels instead of displaying the correct image? is it possible the AGP slot is bad? i just upgraded to 10.5.8 hoping to correct the problem but no luck. Also this is a Power PC 1.8 ghz.
    Thank You

    I wasn't notified that you asked me a question or that there was a new post on this topic. I should have been, that bugs me.
    Anyhow... Mr. Ah
    The problem that some people, mostly with a certain video card, were having was when they updated from 10.5.4 to 10.5.5. For many of them the problem went away when they went through the hassle of reverting back to 10.5.4.
    Did you +just recently+ update to 10.5.5? If you have, then their fix is for you too, going back to 10.5.4. If you have had 10.5.5 installed for a while now, and this just started happening, chances are good that it is your video card, or perhaps something affecting it like dust and dirt like DP says above.
    If you have another start up drive, firewire or internal, and you had enough space on it you might consider installing a previous OS 10.5 on there and start up from it. If the problem went away you would know it's 10.5.5. Perhaps even if you started up from your OS disc the problem might go away and again you'd know it was 10.5.5. Apple was made aware of the problem on some machines and said they were going to come out with a fix, but I don't think they ever did.
    Post back and say what the situation is, especially if you just recently updated to 10.5.5.
    And post back with what kind of G5 you have, look in the "About this Mac" window.
    Your card may be dying, but on the other hand it might be as easy as pulling it out, blowing it out, and putting the card back in again.

  • Has anyone seen this voip soloution yet?

    Has anyone seen this voip soloution yet advertised on Nokias website?
    if you take a look at this page it looks like nokia and avaya are getting ready to release a new voip client that can work on series 60 and series 80 phones. it looks prett cool, but i have no idea if this will look at any voip server, or a companies voip server.
    i am guessing that this will be worth a look once it is released, after all it seems the mail for exchange client is now working on Nseries phones which is cool.

    Hello,
    As I promised, we checked in AVAYA center with AVAYA engineer how E60 works with AVAYA SIP server. We found that there is a problem to begin usage of IP telephone service. E60 always sad that craeted profile "Not registered". And don't like to act with WLAN network although WEB-browser works fine in the same time with the same AP-7 and WLAN settings.
    AVAYA took a timeout for identify what's a problem with E60. Some terms on Nokia setting don't correspond to AVAYA terms.
    I hope that it will take not a lot of time for AVAYA.
    I'll let you know about the results.
    Andrey
    6150, 8310, 2100, 6310, 6310i, 6230, 6600, 6630, 6700, E60, N80, E61, N93
    N95, E61i, E71, E72,8600, 5800, N8

  • My iPad will not connect to a computer with the cable which  means no updates or down loads. I have tried new cables and different computers. Has anyone seen this before?

    Has anyone seen this issue before?

    Possibly. Do you have other devices and will they connect?
    One possible thing that it could be is that the USB port on your iPad has gone bad. It happened to mine. Couldn't sync, could barely charge (it said 'not charging' even when plugged into the wall)
    I'd take it to the apple store, see if they can replicate it, and if they can, then they can diagnose it. Just back it up before you go, in case they do exchange it.

  • Need help with Backup problems - anyone seen this before?

    I am experiencing 2 primary problems:
    1) When attempting a recent backup with HotSync on my desktop PC (Treo 700p, HotSync Manager v. 6.01, XP): I hadn't backed up for a few weeks, and this time it crashed sometime during the backup of the Calendar (and this behavior is repeated).  So I then unchecked the backup of Calendar, but then it just hung on Contacts for about 15 minutes, so I realized it wasn't doing anything anymore (I have lots of contacts, but not not 15 minutes worth).  At this point I gave up, but I obviously need to figure out how to make HotSync work again.  Any ideas?
    2) (not sure if this is the forum to address this): When using Backup Buddy v. 2.04 a couple of days ago, every time I tried to backup, it would get maybe 1/5th into the backup and crash and restart.  I figured out in short order that Address.DB is what was causing the crash. [I tried to e-mail the file so I could examine it and save it, but just attaching it in SnapperMail made the device crash].  So I took the chance of deleting the Address.DB (as it seemed small and didn't appear to contain any backup information), and it looks like all of my information was retained.  My question here is: two times since the initial problem, something has recreated Address.DB, which again causes the 700p to crash, so I have had to delete it again.  So when is this file being (re)created, and what is the purpose of it?
    An additional (minor) difficulty that I've had occur on a couple of occasions: After a recovery (where my BackupBuddy information was more current than my HotSync data), I restored, and all the calendar entries were double - 2 identical entries adjacent to one another. Has anyone seen this?
    Thanks in advance -
    B
    Post relates to: Treo 700p (Verizon)

    Sounds like the device has become corrupted.
    Post relates to: None

  • I am trying to download through Itunes the news iOS 4.3.3 software to my Ipod touch 4th G. it starts downloading just fine, but when it gets about 200mg into the 600 mg file, it comes back with stopped (err= -3259) has anyone seen this???

    I am trying to download through Itunes the news iOS 4.3.3 software to my Ipod touch 4th G. it starts downloading just fine, but when it gets about 200mg into the 600 mg file, it comes back with stopped (err= -3259) has anyone seen this??? I have tried downloading this at different times of the day, and have also tried it on different internet service providers ... still recieve same error msg...

    Try this article (disable firewall)
    http://support.apple.com/kb/TS2799

  • Problems with Apple ProRes 4444 and alpha channels in Motion 4 after upgrade to Snow Leopard.  Has anyone seen this?

    We've just now upgraded from Leopard to Snow Leopard and are having a problem with Apple ProRes 4444 and alpha channels in Motion 4.  A clip with an alpha which keyed perfectly before the upgrade, now will not key.  If I convert the clip to the Animation codec, it keys perfectly.  If I export the Motion project as a ProRes 4444 self contained movie, it will key when brought into FCP 7 but if I import the project into FCP 7, it will show the key in the viewer but not the canvas.  Has anyone seen this or have any suggestions on how to correct this?  Is it a bug? 
    Thanks,

    Motion 4.0.3
    It just doesn't seem to recognize the alpha at all. 

  • Pop-up window with an attempt to open a URL - has anyone seen this?

    I was browsing a website for music lyrics when a suspicious pop-up appeared, along with a very small browser window (about an inch square on the screen). This has happened twice even though I have pop-ups blocked.
    The pop-up had the Safari icon and looked like a standard mac window. The text contained the following:
    <edited by host>
    Antivirus 2009 will perform a quick and 100% free
    scan of your computer for Viruses, Spyware and Adware.
    Do you want to install Antivirus 2009 to scan your
    computer for malware now? (Recommended)
    There is a cancel and an OK button at the bottom.
    The small browser window appears to be contacting the onlineprivatescan.com URL
    I did a force-quit because I did not want to click either button.
    I reset Safari, and ran the DNSChanger Removal Tool
    from macupdate, but it didn't find anything. I have not loaded codecs from any websites and I had just completed the latest Apple updates for OSX, Quicktime and iTunes before this problem occured.
    Has anyone seen this? Is this serious? I've never had any problems with Safari before this.

    Mac OS X 10.4 Tiger automatically checks your downloads for malicious software and content that could harm your system or collect information from your computer. You can read more about that here:
    http://support.apple.com/kb/HT2340
    If you feel you need added protection, read on:
    SecureMac has introduced a free Trojan Detection Tool for Mac OS X. It's available here:
    http://macscan.securemac.com/
    The DNSChanger Removal Tool detects and removes spyware targeting Mac OS X. Called DNSChanger Trojan and also known as OSX.RSPlug.A Trojan Horse, the software attacks users attempting to play a fake video file.
    Upon attempting to play the video, the victim receives the following message:
    “Quicktime Player is unable to play movie file.
Please click here to download new version of codec.”
    Upon running the installer, the user's DNS records are modified, redirecting incoming internet traffic through the attacker's servers, where it can be hijacked and injected with malicious websites and pornographic advertisements. The trojan also installs a watchdog process that ensures the victim's DNS records stay modified on a minute-by-minute basis.
    SecureMac's DNSChanger Removal Tool allows users to check to see if the trojan has been installed on their computer; if it has, the software helps to identify and remove the offending file. After a system reboot, the users' DNS records will be repaired.
    There may be other ways of guarding against Trojans, viruses and general malware affecting the Mac. A white paper has recently been published on the subject by SubRosaSoft, available here:
    http://www.macforensicslab.com/ProductsAndServices/index.php?mainpage=document_general_info&cPath=11&productsid=174
    Also, beware of MacSweeper:
    MacSweeper is malware that misleads users by exaggerating reports about spyware, adware or viruses on their computer. It is the first known "rogue" application for the Mac OS X operating system. The software was discovered by F-Secure, a Finland based computer security software company on January 17, 2008
    http://en.wikipedia.org/wiki/MacSweeper
    On June 23, 2008 this news reached Mac users:
    http://www.theregister.co.uk/2008/06/23/mac_trojan/
    More information on Mac security can be fund here:
    http://macscan.securemac.com/
    More on Trojans on the Mac here:
    http://www.technewsworld.com/story/63574.html?welcome=1214487119
    The latest news on the subject, from July 25, 2008, is:
    Attack code that exploits flaws in the net's addressing system are starting to circulate online, say security experts.
    The code could be a boon to phishing gangs who redirect web users to fake bank sites and steal login details.
    In light of the news net firms are being urged to apply a fix for the loop-hole before attacks by hi-tech criminals become widespread.
    Net security groups say there is anecdotal evidence that small scale attacks are already happening.
    Further details here: http://news.bbc.co.uk/2/hi/technology/7525206.stm
    You should also read what a major contributor called tacit has to say here:
    http://tacit.livejournal.com/238112.html

  • Unable to enroll in Creative Cloud - regardless of browser or credit card the message is that my billing info is incorrect - anyone seen this issue or not the resolution - support could not resolve it?

    Unable to enroll in Creative Cloud - regardless of browser or credit card the message is that my billing info is incorrect - anyone seen this issue or not the resolution - support could not resolve it?

    If Adobe support can't fix the problem, I doubt that anyone in an open forum will be able to help (this is not Adobe support)
    Change Account https://forums.adobe.com/thread/1465499 may help
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    or
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • HT4637 My Pages has frozen up whilst importing a Word file into Pages. I can no longer use this software.  has anyone seen this ibefore.  Thanks,   Ken

    My iPages has frozen up whilst importing a Word file into iPages. I can no longer use this software.  has anyone seen this before.  Thanks,   Ken

    Ah yes school boy error there out of frustration and discontent..
    My issue is with music/apps/films etc not downloading from iTunes / App Store.
    They initially fail and message is displayed stating unable to download / purchase at this time, yet if I retry it says I've already purchased (?) or alternatively I go to the purchased section and there they are waiting with the cloud symbol..
    However some items get frozen in the download window and cannot be retried or deleted. Message appears stating to tap to retry, but even if you stole every bath and sink in the uk you'd still not have enough taps.
    I post here as the iTunes guys are useless in there 'help' and have only advised posting here or phoning apple, at my expense, to explain a problem that could be rectified by forwarding my original email to a techie. However the tech team apparently don't have an email address as they're from ye olde Middle Ages..!
    Anyways I digress.
    So I tried sync to pc, but instead of showing the file as ready to listen/use/view, the iCloud symbol shows and I'm back to square one as the item is unable to download..
    At frustration station waiting for a train from pain...
    All my software is up to date, and had all worked fine prior to the last big iOS update that resulted in all the changes in display and dismay.
    Answers in a postcard :-)
    Much love

  • A particular network user can't login to a mac in a classrom but other network users can. Then the network user can login to other identical macs in same classroom. Anyone seen this before?

    A particular network user can't login to a mac in a classrom but other network users can. Then the network user can login to other identical macs in same classroom. Anyone seen this before? It has happen twice. Two different teachers in two different classrooms entering the correct user name and passwords and computer won't allow them to login. Then they try in different computers in same classroom and have no problem login.

    Yes. I can login with a test user. And any other network user can login as well to this particular mac. Actually the mac has bootcamp and boots into either mac or windows. The same user entering the same login username and password can login into the windows side, but not the mac side.
    I had this same issue last semester in another classroom, another mac and a different teacher. This summer I reformatted and imaged that mac and I asked that teacher to login today to that reimagened mac and she had no problem today doing so.

Maybe you are looking for

  • Issue with Array in report

    Hello, I'm trying to create an parameter and associated array for a record selection I would like to give the end user. I created a parameter field called "Incentives" and created a new formula field "IncentivesArray": If "*" in {?Incentives} then tr

  • How to configure hw disk array for ORACLE VM SERVER 2.1.1?

    ORACLE VM SERVER 2.1.1 ON DISK SATA ARRAY R0. AFTER A INSTALLATION ORACLE VM SERVER DON;T LOAD

  • Trouble with iTunes-Quicktime-Os X upgrade

    I recently bought a used iMac. When trying to install Firefox i get the message that i need the latest MacOsX, trying to upgrade OsX i need the latest version of iTunes, tyring to start iTunes i´m told i need Quicktime 7.5.5 or later. Then i buy Quic

  • Coding on a Picture in Java

    Hi guys, i have a project to do and it has to be done in Java, unfortunately i'm not too good with java. I need to create a Matrix in java and at the same time try and superimpose a picture on it. The picture will be that of a street intersection tha

  • Query with creating sub material group

    Hi We hv requirement of additional submaterial group with existing material group. i hv configured & its coming in sales org2 tab as below. However when i got mm02, and check put input values its asking for input values after clicking on continue w/