BPM Studio (11.1.1.7) crashes when I create EDN Event in namespace containing trailing slash

Hi Everyone!
Just FYI.
I've lost a day to find cause of jdev crashing.. and the result is very.. you know.. strange..
When i'm trying to create EDN Event (*.edl) in namespace that contains a trailng slash - JDev crushes.
Actually it crashes while rebuilding content of  the Business Catalog folder.
After jdev restarting, the event appears in Evetns folder under empty (with out name) subfolder.
But any action that leads to rebuilding the Business Catalog (ex. creating human task definition) ends with jdev crash.
The error stack see below.
Regards,
Oleg.
Performing action Save All[ from oracle.ide.navigator.ProjectNavigatorWindow ]
Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
Performing action Event[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
Performing action Event[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
Dec 02, 2013 7:52:34 PM oracle.ideimpl.index.ProjectTracker$ProjectListener invokeListener
SEVERE: Exception in FileChangeListener oracle.bpm.fusion.repository.fs.FusionFileSystem$1
java.lang.IllegalArgumentException: Unable to find typeName 'Events.' on the catalog
  at oracle.bpm.project.io.fs.FileProjectLoader$1.typeAdded(FileProjectLoader.java:262)
  at oracle.bpm.type.catalog.CatalogListeners.fireTypeAdded(CatalogListeners.java:30)
  at oracle.bpm.type.DefaultComponentCatalog.fireTypesAdded(DefaultComponentCatalog.java:1063)
  at oracle.bpm.type.DefaultComponentCatalog.addInternal(DefaultComponentCatalog.java:925)
  at oracle.bpm.type.DefaultComponentCatalog.addNoStore(DefaultComponentCatalog.java:808)
  at oracle.bpm.project.catalog.bundles.ComponentBundleTypeIndex.add(ComponentBundleTypeIndex.java:107)
  at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.addTypeToCatalog(ProjectCatalogComponentBundle.java:570)
  at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$900(ProjectCatalogComponentBundle.java:84)
  at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceAdded(ProjectCatalogComponentBundle.java:1185)
  at oracle.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:159)
  at oracle.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
  at oracle.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
  at oracle.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
  at oracle.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
  at oracle.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
  at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
  at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
  at oracle.ideimpl.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
  at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
  at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
  at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.notifyEvent(ActiveRootManager.java:207)
  at oracle.ide.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:2033)
  at oracle.ide.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:1938)
  at oracle.ide.net.URLFileSystem$1.run(URLFileSystem.java:1373)
  at oracle.ide.net.URLFileSystem$TrackedOutputStream.close(URLFileSystem.java:2456)
  at java.io.FilterOutputStream.close(FilterOutputStream.java:160)
  at oracle.tip.tools.ide.events.util.CreateEventsCommand.doIt(CreateEventsCommand.java:63)
  at oracle.tip.tools.ide.events.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:86)
  at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.handleFinish(EventsProjectCreationWizard.java:135)
  at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:122)
  at oracle.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:106)
  at oracle.tip.tools.ide.events.projectwizard.WizardLauncher.invokeWizard(WizardLauncher.java:95)
  at oracle.tip.tools.ide.events.projectwizard.WizardLauncher.invoke(WizardLauncher.java:75)
  at oracle.bpm.fusion.soa.action.provider.CatalogModuleActions$EventAction.run(CatalogModuleActions.java:196)
  at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:303)
  at oracle.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:296)
  at oracle.bpm.fusion.ui.action.IdeMenuAdapter$1.handleEvent(IdeMenuAdapter.java:134)
  at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
  at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
  at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
  at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
  at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
  at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
  at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
  at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
  at java.awt.Component.processMouseEvent(Component.java:6505)
  at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
  at java.awt.Component.processEvent(Component.java:6270)
  at java.awt.Container.processEvent(Container.java:2229)
  at java.awt.Component.dispatchEventImpl(Component.java:4861)
  at java.awt.Container.dispatchEventImpl(Container.java:2287)
  at java.awt.Component.dispatchEvent(Component.java:4687)
  at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
  at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
  at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
  at java.awt.Container.dispatchEventImpl(Container.java:2273)
  at java.awt.Window.dispatchEventImpl(Window.java:2719)
  at java.awt.Component.dispatchEvent(Component.java:4687)
  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
  at java.awt.EventQueue.access$200(EventQueue.java:103)
  at java.awt.EventQueue$3.run(EventQueue.java:694)
  at java.awt.EventQueue$3.run(EventQueue.java:692)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  at java.awt.EventQueue$4.run(EventQueue.java:708)
  at java.awt.EventQueue$4.run(EventQueue.java:706)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
  at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
java.lang.IllegalArgumentException: Unable to find typeName 'Events.' on the catalog
  o.bpm.project.io.fs.FileProjectLoader$1.typeAdded(FileProjectLoader.java:262)
  o.bpm.type.catalog.CatalogListeners.fireTypeAdded(CatalogListeners.java:30)
  o.bpm.type.DefaultComponentCatalog.fireTypesAdded(DefaultComponentCatalog.java:1063)
  o.bpm.type.DefaultComponentCatalog.addInternal(DefaultComponentCatalog.java:925)
  o.bpm.type.DefaultComponentCatalog.addNoStore(DefaultComponentCatalog.java:808)
  o.bpm.project.catalog.bundles.ComponentBundleTypeIndex.add(ComponentBundleTypeIndex.java:107)
  o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.addTypeToCatalog(ProjectCatalogComponentBundle.java:570)
  o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$900(ProjectCatalogComponentBundle.java:84)
  o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceAdded(ProjectCatalogComponentBundle.java:1185)
  o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:159)
  o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
  o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
  o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
  o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
  o.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
  o.ii.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
  o.ii.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
  o.ii.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
  o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
  o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
  o.ii.index.file.ActiveRootManager$ActiveRootListener.notifyEvent(ActiveRootManager.java:207)
  o.i.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:2033)
  o.i.net.URLFileSystem.fireURLFileSystemEvent(URLFileSystem.java:1938)
  o.i.net.URLFileSystem$1.run(URLFileSystem.java:1373)
  o.i.net.URLFileSystem$TrackedOutputStream.close(URLFileSystem.java:2456)
  j.io.FilterOutputStream.close(FilterOutputStream.java:160)
  o.tip.tools.ide.events.util.CreateEventsCommand.doIt(CreateEventsCommand.java:63)
  o.tip.tools.ide.events.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:86)
  o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.handleFinish(EventsProjectCreationWizard.java:135)
  o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:122)
  o.tip.tools.ide.events.projectwizard.EventsProjectCreationWizard.display(EventsProjectCreationWizard.java:106)
  o.tip.tools.ide.events.projectwizard.WizardLauncher.invokeWizard(WizardLauncher.java:95)
  o.tip.tools.ide.events.projectwizard.WizardLauncher.invoke(WizardLauncher.java:75)
  o.bpm.fusion.soa.action.provider.CatalogModuleActions$EventAction.run(CatalogModuleActions.java:196)
  o.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:303)
  o.bpm.ui.action.BaseAction.runWithSelection(BaseAction.java:296)
  o.bpm.fusion.ui.action.IdeMenuAdapter$1.handleEvent(IdeMenuAdapter.java:134)
  o.i.controller.IdeAction.performAction(IdeAction.java:529)
  o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
  o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
  jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
  jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
  jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  jx.s.AbstractButton.doClick(AbstractButton.java:376)
  jx.s.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
  jx.s.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
  j.a.Component.processMouseEvent(Component.java:6505)
  jx.s.JComponent.processMouseEvent(JComponent.java:3320)
  j.a.Component.processEvent(Component.java:6270)
  j.a.Container.processEvent(Container.java:2229)
  j.a.Component.dispatchEventImpl(Component.java:4861)
  j.a.Container.dispatchEventImpl(Container.java:2287)
  j.a.Component.dispatchEvent(Component.java:4687)
  j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
  j.a.LightweightDispatcher.processMouseEvent(Container.java:4492)
  j.a.LightweightDispatcher.dispatchEvent(Container.java:4422)
  j.a.Container.dispatchEventImpl(Container.java:2273)
  j.a.Window.dispatchEventImpl(Window.java:2719)
  j.a.Component.dispatchEvent(Component.java:4687)
  j.a.EventQueue.dispatchEventImpl(EventQueue.java:735)
  j.a.EventQueue.access$200(EventQueue.java:103)
  j.a.EventQueue$3.run(EventQueue.java:694)
  j.a.EventQueue$3.run(EventQueue.java:692)
  j.security.AccessController.doPrivileged(Native Method)
  j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  j.a.EventQueue$4.run(EventQueue.java:708)
  j.a.EventQueue$4.run(EventQueue.java:706)
  j.security.AccessController.doPrivileged(Native Method)
  j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  j.a.EventQueue.dispatchEvent(EventQueue.java:705)
  j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
  j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
  j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
  j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
  j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
  j.a.EventDispatchThread.run(EventDispatchThread.java:91)

After I changed JDK from 1.7 back to 1.6 (Java 6 Update 45, 64bit) to run JDev, it worked fine.
To do this, set Java Home in jdev.conf file in %MW_HOME%/jdeveloper/jdev/bin.
For example: SetJavaHome C:\Program Files\Java\jdk1.6.0_45
Certification information: Oracle JDeveloper and Application Development Framework 11g
32 bit JDK required for profiling features.
64 bit JDK supported for Windows as of JDeveloper 11.1.1.4.0
For JDK 6, update 39 or later is recommended; for JDK 7, update 10 or later is recommended
JDeveloper bundles Integrated WLS 10.3.5, which does not support JDK 7. To use JDK 7 for JDeveloper and Integrated WLS, you can install WLS 10.3.6 separately and create an "Integrated Server" connection to it from JDeveloper
On Mac OS 10.5 Java for Mac OS X 10.5 Update 8 or later is recommended, on Mac OS 10.6 Java for Mac OS X 10.6 Update 3 or later is recommended
My Environment:
Windows Server 2008 R2 SP1 64 Bit
Weblogic Server 10.3.5
JDeveloper 11.1.1.7.0
Hope it helps.
Zaka Lei

Similar Messages

  • Adobe Acrobat XI Standard crashes when we create pdf from scanner

    We are using adobe acrobat XI standard, version 11.0.06
    WIndows 7 Pro 64 bit
    scanner: Xerox documate 4799
    Acrobat crashes when we create pdf from scanner

    Spent quite a while on this one..  My problem was related to twain drivers which reside in c:\windows\twain_32.  I'm running windows 7 64-bit.  First it's usually possible to scan in windows 7 maybe vista and from adobe without even using twain (using WIA).  So try renaming the twain_32 folder to _twain_32 and see what happens...  If that stops the crashing look at the contents of the twain folder.  I had a Dell folder for some printer I wasn't even using.  That was causing the crash. I removed the dell folder and renamed the twain folder back to twain_32.  Now everything works as designed.

  • Adobe Standard 9.1.0 crashes when attempting create .pdf from scanner

    Adobe Standard 9.1.0 crashes when attempting "create .pdf from scanner" from a Kyocera Mita KM-2550 using the twain driver. The error encountered is 0xc0000005 at address 0x0000000002d78e70. I have downloaded and installed the latest updates. This is happening on two new PCs with the same configuration. Is anyone else having this problem? Any suggestions?

    Spent quite a while on this one..  My problem was related to twain drivers which reside in c:\windows\twain_32.  I'm running windows 7 64-bit.  First it's usually possible to scan in windows 7 maybe vista and from adobe without even using twain (using WIA).  So try renaming the twain_32 folder to _twain_32 and see what happens...  If that stops the crashing look at the contents of the twain folder.  I had a Dell folder for some printer I wasn't even using.  That was causing the crash. I removed the dell folder and renamed the twain folder back to twain_32.  Now everything works as designed.

  • WLAI doesn't create appropriate triggers when I create an event

    When I create an event for an application view in WLAI, the appropriate database
    triggers for that table are not being created properly. I am trying to create
    an event that listens on the CUSTOMER_TABLE table for an insert. When I run the
    test, put an ample amount of time, and perform an insert/commit manually, the
    system doesn't recognize the insert.
    The problem is that there is no trigger created on the CUSTOMER_TABLE that would
    write data to the EVENT table. I have investigated the DbmsEventRouter settings,
    web.xml, and other connection settings and can't find anything wrong with them.
    My user on the database has the ability to create triggers as well. The server
    console also does not report any errors (other than the timeout).
    Is there something I am missing that would cause an event creation to NOT write
    the appropriate trigger with it? Thanks in advance.
    Dan

    Dan,
    Please verify the following:
    1) that an insert trigger exists on the table in question. If there is no trigger,
    then the EVENT table will not get populated.
    2) that the data source you've specified when connecting to the EIS is the same as
    what the event generator/router has in the web.xml
    3) that there are no other instances of the event generator/router listening on the
    same EVENT table. If so, it could be that the other instance of the event
    generator/router gets the events and deletes them from the EVENT table. This would
    give the other event generator/router the impression that no events have happened.
    Cheers,
    Chris
    Dan Kim wrote:
    When I create an event for an application view in WLAI, the appropriate database
    triggers for that table are not being created properly. I am trying to create
    an event that listens on the CUSTOMER_TABLE table for an insert. When I run the
    test, put an ample amount of time, and perform an insert/commit manually, the
    system doesn't recognize the insert.
    The problem is that there is no trigger created on the CUSTOMER_TABLE that would
    write data to the EVENT table. I have investigated the DbmsEventRouter settings,
    web.xml, and other connection settings and can't find anything wrong with them.
    My user on the database has the ability to create triggers as well. The server
    console also does not report any errors (other than the timeout).
    Is there something I am missing that would cause an event creation to NOT write
    the appropriate trigger with it? Thanks in advance.
    Dan

  • Calendar events not being sent immediately.....finding out when I created an event.

    I recently created a calendar event on my iPhone 5.  I invited an attendee who received the event too late (approximately 36 hours later).  Is there a way to verify and view when I created the event?  Also, is this a common problem?  Why would this have happened?  It definitely makes me not trust using the calendar app for creating and sending event invites.  It is CRITICAL that I view when I created the event.  Thanks in advance for any help or advice.

    Hi Dave,
    From your description, the mailbox you use for conference is not a special room mailbox. It is a standard user mailbox. I think that is the problem, it should be configured as a room type and not a user mailbox.
    If I have misunderstood your concern, please feel free to let me know.
    What's more, about how to create and manage room mailbox, here are some helpful threads for your reference.
    Create a Room or Equipment Mailbox
    http://technet.microsoft.com/en-us/library/bb124952(v=exchg.141).aspx
    Managing Resource Mailboxes and Scheduling
    http://technet.microsoft.com/en-us/library/bb124374(v=exchg.141).aspx
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Can't find 'invitees' in calendar when I create an event.

    Just updated to IOS 5 and I can't find 'invitees' in the calendar when I create an event. Ive seen screenshots where it is under 'repeat' but its not on my screen!? Anyone know why? Thank you

    If the RAID is formatted as an NTFS Volume (Windows New Technology File System) Mac OS can read it, but cannot write it without third-party software.
    The Hatter recommends an NTFS file extender package by Paragon Software.

  • When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud.

    When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud due to older running system on my macbook pro.

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

  • Alert and second alert when you create new event

    problem with alert and second alert when you create new event on calendar. but only in russian iphone language!
    this problem starts iOS 7 up to the present time iOS 8.1.1. this problem has been seen on iPhone 4,iphone 4s,iphone 5, iphone 5s,iphone 6,iphone6+

    Settings>General>Reset> Reset all Content and Settings
    standard fixing such bugs, but not in this time

  • DVD Studio Pro 4.0.3 crashes when import m2v files...please help me

    All of a sudden, DVD Studio Pro 4.0.3. doesn't like any of my m2v files created by Compressor 2.0.1
    these are the same m2v files I imported and burned into DVDs a couple months ago...and any new m2v files I create with Compressor...cause DVD Studio Pro to crash
    DVD Studio Pro 4.0.3 will import old m2v files that I created a couple years ago using DVD Studio Pro 2 - and any new audio files created with Compressor and quicktime files from Final Cut Pro 5.
    I have 1.5 GB of RAM...my drives are not too full...this was all working fine until recently and I can't see what has changed.

    You can't download for the upgrade 4.1 is the Universal Binary and only part of the entire studio

  • Acrobat Pro 8.1.2 crashes when displaying pdf made from Word doc containing url text

    Hello,
    I and a few others in my workplace have a similar issue.
    Acrobat crashes when they scroll through and view a pdf file that was created from Word.  The Word document contains url text in its header to the effect of "visit us at www.blah.com ." They're running Acrobat Pro 8.1.2 and Office 2K Pro SR-1 on XP Pro SP2.
    Even though the link is not an active link, (i.e. clicking on it does not open the web page), if I convert a document containing this header to PDF, Acrobat will not allow me to manipulate the file and will crash. When I take the same document and remove the web address, then convert from Word to PDF, I experience no problems with Acrobat (note that this is the identical file, but with the web address removed).This does not explain why Acrobat will work for awhile even with the web address in the header, then stop working. But it does appear to fix my problem with creating a PDF from Word, then manipulating it further.
    Does anyone know how to allow for this text to exist in the header and still have a stable pdf file/acrobat behavior?
    The pdf is attached.
    Thanks....

    To sum up, I've found that if a url beginning with www is in the Word document and then created to pdf Adobe will crash when viewing that pdf.  If it is deleted from the Word document before creating the pdf, Acrobat will not crash when viewing that pdf.

  • Finder crashes when I create an alias on my iDisk

    This is sort of weird, and I believe it may have started with the last OS update. When I create an alias by control-clicking or right clicking on a file that is on my iDisk, Finder crashes to permanent beachball. It does this every time. It can be restarted with the force quit menu.
    But this is kind of a pain, and I think it's possibly a bug in the update? I store my frequently-worked files on my iDisk and create aliases on both of my computers' desktops to access them. The only way now that I can create these aliases without crashing is to drag the file off the iDisk, make the alias on my desktop, and then drag the real file back to the iDisk.

    Yes, I do know - thanks, Kirk. And I used to use that feature. But now, I have so many files on my iDisk that it takes too long to sync the whole thing, particularly on my Macbook when I'm away from home on a hotspot or slow wireless.
    I don't want to take the older files off, because I need to reference them occasionally so I want to make sure they're available everywhere, even when I might not have my laptop and be on someone else's unit. It's just the two or three active files I am working at the time that I put on my desktop as aliases.
    I suppose "back to my Mac" might now be an option for the older files, since I now have an Airport Express. It previously would not work on my cable modem connection, though.
    In any event, I used to be able to create the aliases exactly the same way, and now it crashes Finder. So I'm kind of suspicious a bug came in on the last revision.

  • Crashes when taping on an event on calenda

    I'Ve created an Event using the built in app calendar. But every time I click on it, my iPad crashes and return to the home screen. Once is not normal, but when I redo the action over and over again, it starts to get annoying. I've tried several things such as shutting down the app and reopening it and shutting the iPad and restart it. But it's still doesn't work.
    thank you in advance.

    Have you tried to force quit your calendar app
    Double tap the home button. When you see the app previews on the screen scroll sideways if needed to get the preview in question on the screen. Flick that preview up and off the screen to close the app. Single tap the home button or home screen preview to exit the mode.
    If that doesn't help, can you delete the event and put it back in?

  • LV crashes when I Create a subVI

    I am a newbe with LabView, and I am working through some courses using the Student Edition.
    Every time I mark everything on this simple vi (written to try to isolate what conditions are causing this problem) LabView does a complete crash and burn. This only happens when I am using a local variable, although I am not sure I have implemented it correctly.
    Attached is the VI and the LabView error report.
    Regards,
    DerekS
    Attachments:
    Crasher.vi ‏19 KB
    lvlog07-26-04-21-36-17.txt ‏3 KB

    Hi,
    In your program there is no need of the sequence structure or even the local variable. I have attched a modified version of the vi that gives the same results as before but this one does not crash LabVIEW 7.0 when you try to create a subvi by highlighting. On another note, it is best if you create a subvi using the connector pane. Read on help for "creating Subvis from selection" on LabVIEW help to know what are the pitfalls when you create a subvi by highlighting.
    Attachments:
    Crasher_modified_lv_7.0.vi ‏14 KB

  • Imovie crashing when copying Projects and Events to external

    This is driving me crazy. Imovie keeps crashing when I try and copy some of my projects and events to the external from within iMovie. I can copy the project and event files separately as a work-around, but it's taking me forever. These are very short movies, less than 3 minutes, and the original footage is from a Kodak zi6. I've already copied more than 40, and all went well. Now it keeps crashing.
    Why can't I just copy from the Finder. It would be a LOT faster. I'd like to keep the projects/ events linked so that I can edit in the future, if necessary.
    External: Firewire, Guid Partition Table, and Mac OS extended (journaled). Lots of free room on both drives.

    I found the solution and just want to share with you...
    1. I closed iMovie
    2. I renamed my existing root folder projects and events by adding a '_' at the beginning of the folder name.
    3. I copied all my content (projects and events) within the finder and not as normally recommended within iMovie from the internal to the new external hard drive.
    4. When starting iMovie again the newly copied folder are recognized and it takes a while (depending of the amount of clips and projects) until iMovie is available after this start.
    5. The events and projects are now shown in the new external harddrive and all files are accesible. Also all clips from the events are correctly linked in the projects.
    I have tried this way since the normal decribed routine did not work on my iMac (iMovie crashed every time).

  • Xcode 4.3.3 crashes when i create a new project

    Hi, i have installed xcode 4.3.3 on my iMac to start programming for iOS. I also have the latest version of Lion 10.7.4 installed. Yesterday i tested xCode for a few minutes and everything worked fine. Today, i wanted to start programming but everytime i create a new project to xCode crashes. What can i do now? The main reason i bought the iMac is to start programming for iOS. I really need your help right now to solve this problem.
    Thank you in advance, Spyros.

    Does Xcode crash if you create a Mac Cocoa application project? If not, there could be a problem with the iOS SDK.
    Try deleting Xcode's preferences file and restart Xcode. The preferences file is in the following directory and has the name com.apple.Xcode.plist:
    /Users/YourUsername/Library/Preferences
    If deleting the preferences file doesn't stop the crashing, try reinstalling Xcode. If reinstalling Xcode doesn't work, create a new user account and install Xcode on that account.

Maybe you are looking for

  • Force Re-Creation Of iTunes Library.itl from iTunes Library.xml?

    Can't figure out how to edit a post, so I'm putting this here instead of adding it to "Recovery From Hosed Music Locations - Without Losing Ratings?". iTunes v9. It's dawning on me that I can edit "iTunes Library.xml" and fix my hundreds (if not thou

  • Host Please Login Issues

    I need a host/mod if that is possible. All day I'm trying to get the issue of not being able to use my old Apple ID to login. I had to create a new one to get in here. Not what I want. totally frustrated with this. It's strange I created this new ID

  • Music volume discrepancy between different Ipods

    I have an Iphone 2G an Ipod Touch and lately i bought an Ipod Classic with 160GB in order to be able to upload most of my music and have it all with me all the time. It took me quite a lot of time to create my own playlists, especially to adjust and

  • Macbook pro (june 2010) airport promiscuous mode

    Hi all, For my network security course, I have to sniff a wireless network. Is it possible to put the airport extreme in promiscuous mode? When I use wireshark and select the "capture packets in promiscuous mode" I can only see my own traffic...Altho

  • Finding stolen iPhone

    Hello. Yesterday Someone stoled my iPhone 4 from my car, I didnt rememebr about "find my iPhone" and i restore all data to my old iPhone 3! Now I found out about "find my iPhone" but iCloud locat the iPhone 3 that with me ,not the iPhone4 that was st