ADF Data module edit major problem

If I rename a view or link in ADF data module, it breaks the data binding.
So existing forms crash with the following exceptions:
Exception in thread "main" JBO-30003: The application pool (net.domain.admin.datalayer.DataModuleLocal) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NameClashException, msg=JBO-25001: Name Subways of object type Attribute already exists.
## Detail 0 ##
oracle.jbo.NameClashException: JBO-25001: Name Subways of object type Attribute already exists
     at oracle.jbo.server.EntityDefImpl.getSuperAttrDef(EntityDefImpl.java:2951)
     at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:3048)
     at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:3023)
     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2559)
     at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2275)
     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:522)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
     at oracle.jbo.server.EntityDefImpl.findDefObject(EntityDefImpl.java:339)
     at oracle.jbo.server.ViewDefImpl.doAddEntityUsage(ViewDefImpl.java:2921)
     at oracle.jbo.server.ViewDefImpl.loadEntityReference(ViewDefImpl.java:2991)
     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:2175)
     at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1986)
     at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:526)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
     at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:395)
     at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:493)
     at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:672)
     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:412)
     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:271)
     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
     at oracle.adf.model.BindingContext.get(BindingContext.java:457)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:128)
     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
     at oracle.adf.model.BindingContext.get(BindingContext.java:483)
     at oracle.jbo.uicli.jui.JUPanelBinding.setup(JUPanelBinding.java:92)
     at oracle.jbo.uicli.controls.JUTestFrame.createBindingCtxAndSetUpMenu(JUTestFrame.java:168)
     at oracle.jbo.uicli.controls.JUTestFrame.<init>(JUTestFrame.java:121)
     at oracle.jbo.uicli.controls.JUTestFrame.startTestFrame(JUTestFrame.java:84)
     at net.domain.admin.ui.tickets.TicketEditPanelHelper.main(TicketEditPanelHelper.java:445)
TicketEditPanelHelper.java:445:
panel.setBindingContext(JUTestFrame.startTestFrame("net.domain.admin.ui.DataBindings.cpx", "null", panel, panel.getPanelBinding(), new Dimension(400,300)));
Seems to me, the renaming the data module members does not refactor the existing code.
As for me, it is incredibile to find out the problem in 7 *PanelPageDef xml files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Hi,
the databinding meta data is not synchronized with ADF BC or any other business service. If e.g you used EJB session beans and changed the method signature of a method used in teh View through ADF, then this is not automatically refactored.
Frank

Similar Messages

  • I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup

    I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup from last Friday, I go to my Lightroom Backups folder - and the most recent one showing not only isn't yesterday, it's OCTOBER 28 !?? Where the hell are the daily backups between October 28 and November 14?

    Oh wow - JET LAG strikes agin - my apologies; I have located the missing weeks of back-ups. After getting home from a 30-day trip to Europe, I had changed the location of my LR catalog back-ups to an external drive, and forgot that I did that. I have found them, and all is good. Never operate Heavy Machinery without enough rest. Cheers

  • 64-bit LabVIEW - still major problems with large data sets

    Hi Folks -
    I have LabVIEW 2009 64-bit version running on a Win7 64-bit OS with Intel Xeon dual quad core processor, 16 gbyte RAM.  With the release of this 64-bit version of LabVIEW, I expected to easily be able to handle x-ray computed tomography data sets in the 2 and 3-gbyte range in RAM since we now have access to all of the available RAM.  But I am having major problems - sluggish (and stoppage) operation of the program, inability to perform certain operations, etc.
    Here is how I store the 3-D data that consists of a series of images. I store each of my 2d images in a cluster, and then have the entire image series as an array of these clusters.  I then store this entire array of clusters in a queue which I regularly access using 'Preview Queue' and then operate on the image set, subsets of the images, or single images.
    Then enqueue:
    I remember talking to LabVIEW R&D years ago that this was a good way to do things because it allowed non-contiguous access to memory (versus contigous access that would be required if I stored my image series as 3-D array without the clusters) (R&D - this is what I remember, please correct if wrong).
    Because I am experiencing tremendous slowness in the program after these large data sets are loaded, and I think disk access as well to obtain memory beyond 16 gbytes, I am wondering if I need to use a different storage strategy that will allow seamless program operation while still using RAM storage (do not want to have to recall images from disk).
    I have other CT imaging programs that are running very well with these large data sets.
    This is a critical issue for me as I move forward with LabVIEW in this application.   I would like to work with LabVIEW R&D to solve this issue.  I am wondering if I should be thinking about establishing say, 10 queues, instead of 1, to address this.  It would mean a major program rewrite.
    Sincerely,
    Don

    First, I want to add that this strategy works reasonably well for data sets in the 600 - 700 mbyte range with the 64-bit LabVIEW. 
    With LabVIEW 32-bit, I00 - 200 mbyte sets were about the limit before I experienced problems.
    So I definitely noticed an improvement.
    I use the queuing strategy to move this large amount of data in RAM.   We could have used other means such a LV2 globals.  But the idea of clustering the 2-d array (image) and then having a series of those clustered arrays in an array (to see the final structure I showed in my diagram) versus using a 3-D array I believe even allowed me to get this far using RAM instead of recalling the images from disk.
    I am sure data copies are being made - yes, the memory is ballooning to 15 gbyte.  I probably need to have someone examine this code while I am explaining things to them live.  This is a very large application, and a significant amount of time would be required to simplify it, and that might not allow us to duplicate the problem.  In some of my applications, I use the in-place structure for indexing
    data out of arrays to minimize data copies.  I expect I might have to
    consider this strategy now here as well.  Just a thought.
    What I can do is send someone (in US) via large file transfer a 1.3 - 2.7 gbyte set of image data - and see how they would best advise on storing and extracting the images using RAM, how best to optimize the RAM usage, and not make data copies.  The operations that I apply on the images are irrelevant.  It is the storage, movement, and extractions that are causing the problems.  I can also show a screen shot(s) of how I extract the images (but I have major problems even before I get to that point),
    Can someone else comment on how data value references may help here, or how they have helped in one of their applications?  Would the use of this eliminate copies?   I currently have to wait for 64-bit version of the Advanced Signal Processing Toolkit for LabVIEW 2010 before I can move to LabVIEW 2010.
    Don

  • Strange major problem with 975X PowerUp Intel MOBO

    I’m suddenly having a strange major problem with a MSI 975X Platinum PowerUP Edition V2.1 MS-7246 Intel socket 775 motherboard. Previously, it had given me no problems at all.
    It went like this:
    Powered on system in the morning, booting from a cold start.
    Hit DEL key to get into the BIOS.
    Missed the window and the system booted into Windows normally.
    Re-started the system from within Windows.
    Hit DEL key to get into the BIOS and was successful the second time.
    Hit the ENTER key on the first item “Standard CMOS Features”.
    The DATE, TIME and other information was displayed on the next screen, but at this point, the BIOS screen became completely unresponsive to any keyboard input.
    The only thing I could do at that point was to power off.
    Subsequent power on boot-ups resulted in the system always freezing at the BIOS splash screen after the video card sign-on.
    I have switched power supplies, hard drives, keyboards and video cards. I have disconnected everything except the video card, keyboard and one RAM module. I have switched the four RAM modules around and then reduced the RAM to one 256MB module in the proper slot. I even changed the battery on the MOBO, in case it had shorted out and removed and re-seated the BIOS chip. It still halts at the BIOS splash screen.
    The BIOS chip can’t be completely dead, because I powered off and pushed the BIOS reset button on the MOBO to reset the BIOS to the factory defaults. When I re-booted, I could tell that it had actually reset to the factory defaults because I had previously set the BIOS to reboot the system on resumption of power and the factory default was to remain off until the power button was pushed, which was now the default.
    I’m stumped! All I can think of is to get a new pre-programmed BIOS chip and see if that makes any difference, but I’m not sure this system is even worth the expense with no guarantee of success. Any suggestions on how I might get past the BIOS splash screen or do I for sure have a corrupt BIOS chip?

    System specs as per the posting guidelines -
    Board: MSI 975X Platinum PowerUP Edition V2.1 MS-7246 Intel socket 775
    Bios: Version (can’t recall & can’t check since it won’t go past the BIOS splash screen)
    VGA: ASUS EN7600GS nVidia GeForce 7600GS PCI-e 256MB DDR2 (also tried new XFX nVidia
             Geforce 210 PCI-e 2.0 512MB DDR3)
    PSU: Chiefmax 680W ATX (also tried new OCZ 700W ATX)
    CPU: Intel 2.8GHz LGA-775 Core2 Duo Dual-Core Processor
    MEM: 4 x Samsung 512MB 1Rx8 PC2-5300U (2GB total)
    HDD: Seagate Barracuda 250GB SATA2 (also tried Seagate Barracuda 500GB SATA2)
    COOLER: Intel OEM LGA 775 fan/heatsink C25897-001
    OC: No
    OS: Vista Home Premium 32-bit
    I have been through the BIOS reset procedure several times and pretty much as outlined. As I said before, I could tell that it had taken a reset to the factory defaults, because the power on option had changed.

  • Major problems since upgrading to 10.4.8

    Ever since I upgraded to the 10.4.8 release, I have been experiencing many major problems. Many times, my Firefox 1.5.07 release just exits unexpectedly. My external hard disks seem to lose connection randomly. My system hangs, where I can't even move the mouse cursor. The beach ball comes up a lot. I have rebooted more times today, than I have in the past 2 years combined.
    Hopefully Apple can fix this release fast! I have lost a lot of work from the computer crashing. Believe it or not, but my Windows machine is more stable than my Mac right now!
    Is anybody else experiencing similar issues?
    I am including a small portion of the console file, showing where it crashed. Hope this helps a bit!
    Oct 7 20:11:29 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Oct 7 20:11:29 localhost kernel[0]: vmpagebootstrap: 511129 free pages
    Oct 7 20:11:28 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[41]: starting
    Oct 7 20:11:29 localhost kernel[0]: migtable_maxdispl = 70
    Oct 7 20:11:28 localhost memberd[49]: memberd starting up
    Oct 7 20:11:29 localhost kernel[0]: 96 prelinked modules
    Oct 7 20:11:28 localhost lookupd[53]: lookupd (version 369.5) starting - Sat Oct 7 20:11:28 2006
    Oct 7 20:11:29 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:29 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:29 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:29 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Oct 7 20:11:29 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Oct 7 20:11:29 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: IOPCCard info: Intel PCIC probe: TI 1510 rev 00
    Oct 7 20:11:30 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 000d93ff fe282a14; max speed s800.
    Oct 7 20:11:30 localhost kernel[0]: ADB present:8c
    Oct 7 20:11:30 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Oct 7 20:11:30 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: Security auditing service present
    Oct 7 20:11:30 localhost kernel[0]: BSM auditing present
    Oct 7 20:11:30 localhost kernel[0]: disabled
    Oct 7 20:11:30 localhost kernel[0]: rooting via boot-uuid from /chosen: 50743A6B-D6E0-38FB-A376-572D64E6A53E
    Oct 7 20:11:30 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: extension com.NAI.SysCallExt is not loadable
    Oct 7 20:11:30 localhost kernel[0]: Can't determine dependencies for com.NAI.SysCallExt.
    Oct 7 20:11:30 localhost kernel[0]: Couldn't alloc class "comNAISysCallExt"
    Oct 7 20:11:30 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK8025GAS Media/IOApplePartitionScheme/Untitled@9
    Oct 7 20:11:30 localhost kernel[0]: BSD root: disk0s9, major 14, minor 9
    Oct 7 20:11:30 localhost kernel[0]: jnl: replay_journal: from: 1001984 to: 4010496 (joffset 0x69db000)
    Oct 7 20:11:30 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Oct 7 20:11:30 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Oct 7 20:11:30 localhost kernel[0]: in6ifattachlinklocal: failed to configure a link-local address on lo0 (errno=55)
    Oct 7 20:11:30 localhost kernel[0]: in6_ifattach: lo0 failed to attach a linklocal address.
    Oct 7 20:11:30 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Oct 7 20:11:30 localhost kernel[0]: Jettisoning kernel linker.
    Oct 7 20:11:30 localhost kernel[0]: Resetting IOCatalogue.
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 0
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 3
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 3
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 3
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 3
    Oct 7 20:11:30 localhost kernel[0]: Matching service count = 3
    Oct 7 20:11:30 localhost kernel[0]: CHUDProf.kext version: 4001000
    Oct 7 20:11:30 localhost kernel[0]: raw version: Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
    Oct 7 20:11:30 localhost kernel[0]: CHUDUtils.kext version: 4001000
    Oct 7 20:11:30 localhost kernel[0]: raw version: Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
    Oct 7 20:11:30 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Oct 7 20:11:30 localhost xinetd[45]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Oct 7 20:11:30 localhost xinetd[45]: Started working: 0 available services
    Oct 7 20:11:31 localhost kernel[0]: UniNEnet: Ethernet address 00:0d:93:28:2a:14
    Oct 7 20:11:31 localhost DirectoryService[66]: Launched version 2.1 (v353.2)
    Oct 7 20:11:31 localhost kernel[0]: AirPortPCI_MM: Ethernet address 00:0d:93:82:0e:8a
    Oct 7 20:11:32 localhost launchd: Server 3513 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[53]: exited abnormally: Hangup
    Oct 7 20:11:32 localhost diskarbitrationd[48]: disk0s9 hfs 50743A6B-D6E0-38FB-A376-572D64E6A53E Macintosh HD /
    Oct 7 20:11:33 localhost configd[46]: WirelessConfigure: 88001003
    Oct 7 20:11:33 localhost configd[46]: initCardWithStoredPrefs failed.
    Oct 7 20:11:33 localhost configd[46]: WirelessConfigure: 88001003
    Oct 7 20:11:33 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Oct 7 20:11:34 localhost kernel[0]: ATY,Jasper_A: vram [b8000000:04000000]
    Oct 7 20:11:35 localhost kernel[0]: ATY,Jasper_B: vram [b8000000:04000000]
    Oct 7 20:11:35 localhost lookupd[73]: lookupd (version 369.5) starting - Sat Oct 7 20:11:35 2006
    Oct 7 20:11:35 localhost mDNSResponder: Adding browse domain local.
    Oct 7 20:11:35 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 7 20:11:36 localhost loginwindow[74]: Login Window Started Security Agent
    Oct 7 20:11:43 powerbook configd[46]: setting hostname to "powerbook.local"
    Oct 7 20:11:46 powerbook kernel[0]: AirPort: Link Active: "FREE_ACCESS" - 0014bfe73afc - chan 11
    Oct 7 20:11:48 powerbook launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[73]: exited abnormally: Hangup
    Oct 7 20:11:48 powerbook configd[46]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Oct 7 20:11:48 powerbook lookupd[123]: lookupd (version 369.5) starting - Sat Oct 7 20:11:48 2006
    Oct 7 20:11:48 powerbook configd[46]: posting notification com.apple.system.config.network_change
    Oct 7 20:11:48 powerbook launchd: Server 510b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[123]: exited abnormally: Hangup
    Oct 7 20:11:48 powerbook lookupd[124]: lookupd (version 369.5) starting - Sat Oct 7 20:11:48 2006
    Oct 7 20:11:48 powerbook configd[46]: setting hostname to "powerbook"
    Oct 7 20:11:49 powerbook configd[46]: target=enable-network: disabled

    I would suggest among other things removing your Virex software which seems to be either defective, corrupted, or mis-installed.
    I would then consider the following:
    Boot from your Tiger DVD. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Utilities menu. After DU loads select your OS X volume from the list on the left, click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (3.0.3 for Tiger) and/or TechTool Pro (4.1.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    I also note in your console log references that suggest your hard drive is using the GUID partition scheme and has an Intel version of OS X installed, yet your computer information indicates you are using a PowerPC Mac. Are you sure you didn't install the wrong version of the update for your computer? Or is your information out of date.
    It would also appear that your Tiger installation was an upgrade from Panther. Is that correct? If so, when you did the upgrade did you repair the hard drive and permissions prior to upgrading to Tiger?

  • Another major problem after 10.4.8 update

    Hi everyone,
    I've never had any major problem with any Mac OS update yet until I had the crazy idea to install the 10.4.8 update last week. I wish I would have never done this. This is also the first time I wish I had Windows since I can't remember such a big screw up with any Windows update I've seen.
    But back to the problem, after the installation on my old 12" Powerbook (1.33GHz with an additional 1GB of RAM) the system got really slow. The harddisk was accessed all the time, so after reading some forums people said that Spotlight would run a re-index of the database which made sense to me. So I just let it run over night and the next day the permanent HDD access was gone, but whenever I tried to access a folder it took ages (HDD access again...). So I decided to reboot which took about 20 minutes until the desktop fully showed up and was useable. Again, I had HDD access all the time. After two hours or so it stopped again, but as soon as I clicked on something, for example a folder, it started again. At that point the Powerbook was simply not useable anymore because I couldn't even start a program.
    So I start browsing through several forums and many people suggested to re-install the 10.4.8 combo update again. That's what I tried, after a while I could only hear the HDD access running and running. The installer said 29 minutes left and progress bar didn't move any further. I had it running for over a hour like that. I couldn't abort it, I could start no other software, nothing. It still showed 29 minutes and the HDD was accessed all the time.
    So I restarted the Powerbook since this obviously wasn't going anywhere. Apple logo came up, the little gear spinning thing as well and of course I could hear the HDD being accessed. After two hours of doing this I aborted and decided to boot into safe mode to install the combo update. Again, same situation. HDD running like crazy and Apple logo, but no login screen coming up.
    So I decided to boot from the Install disk and have the disc utility check the HDD... but of course after selecting the language and clicking continue at the screen when the HDD first shows up it starts to access the HDD... I can't select the HDD, I can't even get to the DU, nothing. It's been running like that for hours now. It seems like whenever the HDD is involved in something the accessing starts and just keeps running without any result. The HDD is getting very hot already.
    I've never run into such a problem before, so I'm kinda clueless what to do next. I don't mind to reinstall, but I have some files on that HDD that I need (some notes in text files, some emails and so on).
    So at this point I can't boot into OS X to access the HDD and I can't use the installer disk to access DU or even reinstall if I wanted to. I don't think the HDD is broken, this only happened after the 10.4.8 update. It just seems that every HDD access takes hours and hours longer than it should.
    What options do I have to get my data from the disk? I'll try to install OS X to a new external drive tomorrow (need one with firewire first). If that doesn't help I thought about pulling out the HDD from the Powerbook and hook it up to my MacMini or an iMac.
    If anyone has any other suggestion or solved a similar problem before, please let me know.
    Best,
    Stephan

    See my FAQ:
    http://www.macmaps.com/WIFI1048.html

  • I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says"File does not exist".

    1- I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says”File does not exist”.
    2- Does FrameMaker 10 supports s1000d 4.1 ?

    See Lorna...it's almost second nature to you now,
    editing those js files! I TOLD you you could do it!
    Mark, it's EERIE that you should say this to me today because this is exactly what I have been thinking! I can put a song on a page with one eye shut now, and I can zip around those files pretty well (except for the recent fiasco where I didn't even look at the right folder). I also notice that the level of my writing is sounding more technical and familiar with digital world jargon. I remember how you told me I could do it, and you were right. You all were right and I feel more knowledgeable and at a point where I suspect that I can take steps on my own. HTML is a strange land, but just being able to edit that .js file and FIND it by navigating for it in Text Edit has made me feel much more competent.
    Before iWeb I didn't realize what Text Edit was for. I used it to take quick fast short notes. I never understood that concept of "opening something up in so and so application." The first time I clicked OPEN in Text Edit, and I saw all those danged files staring at me with beady eyes, I wanted to throw a white hanky and run for the hills. Not any more!
    Lorna in Southern California

  • How many channels can I write in a same file with the Write Data Module (Dasylab 12.00.00) ?

    I would like to write data from a large number of channel (up to 128) in a same file. Using the write data module, I have up to 16 channels only ! The only solution I found is to save data in 8 different files... Is there any solution to solve this problem ? I use DASYLAB V.12.00.00. Thank you
    Solved!
    Go to Solution.

    Please see this knowledge base article describing how to do it.
    http://kb.mccdaq.com/KnowledgebaseArticle50372.aspx?Keywords=multiplex
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • Could not find "ADF Data Controls" in ADF tutorial 10.1.3.1.0 chapter 2

    Hi
    I am currently learning Oracle ADF followed by 10.1.3.1.0 tutorial. ( September 2006 Revision ), I installed Oracle Jdeveloper 10.1.3.2.0 on my pc with remote 10.2.0.2 database connection.
    In the manual page 2-17, the final step of that chapter, it requests to create ADF data controls associated with SRPublicFacadeBean.java . It says, right-click the SRPublicFacadeBean.java node and choose "Create Data Control" from the context menu. However, I could not find such option in the context menu. Does anyone know why that happened.
    Thanks ahead
    Sean
    Edited by: ma_sean on Oct 8, 2008 4:14 PM

    Did you install the J2EE edition of JDeveloper or the Studio edition?
    You need the studio edition to be able to create data controls.

  • I am having major problems with my trackpad on my macbook pro.  I can no longer press down on the bottom left and right corners for it to click and follow my command.  Please can anyone help?

    I am having major problems with my track pad on my macbook pro.  Even though my settings haven't changed...my trackpad is no longer responding as it did before.  The left hand corner no longer clicks when I press it and my personal commands which I set up in preferences no longer seem to be workin.  Please help!

    Some websites have an internal mute or volume setting. If that's not the issue, see below.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Close the window. Then select
               ▹ System Preferences… ▹ Flash Player ▹ Advanced ▹ Delete All...
    In the sheet that opens, check the box marked
              Delete All Site Data and Settings
    then click Delete Data. Close the preference pane.

  • Facing a major problem while performing restoration of my mssql DB

    Dear Experts,
    I am facing a major problem while performing restoration of my mssql DB.  The situation is like
    1. I have successfully take full and transactional log backup in a external device using MSSQL Server Managemnt Studio.
        Backup was successfully completed as per MSSQL Server Managemnt Studio message.
    2. Try to restore the same using MSSQL Server Managemnt Studio. It is showing the following error
    System.Data.SqlClient.SqlError: RESTORE cannot process database <DB_SID> because
    it is in use by this session. It is recommended that the master database be used when
    performing this operation.
    I have followed the guidelines specified in the link 
    [SAP Help Link for Restoring the <SAPSID> Backup from a Device  |http://help.sap.com/saphelp_nw70/helpdata/en/f2/31ad56810c11d288ec0000e8200722/frameset.htm]
    But everytime I am getting the same error message. I have checked with all options but there
    was no resolutions. Kindly advise me in this regard.
    Thanks and Regards,
    Partha

    http://social.msdn.microsoft.com/Forums/en-CA/sqltools/thread/37ee8e24-7aaa-472b-861a-fc0cc513338a
    hope it helps

  • Major problems using Keynote 09 with Keynote 08 files

    Keynote 09 seems to have been let out into the wild a bit too early. I have encountered several major problems when using it on older KN08 files. From the Scroll bar in outline view, to almost every movie or sound file being corrupted and requiring a "reinsert," to an annoyingly common problem with images losing their formatting. It seems that the new file format in KN09 does not play well with KN08 (this was not the case with any of the previous version upgrades).
    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem

    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem
    Your presentations sound like they are much more involved and memory intensive than mine. I only have a couple with movies/sound and those are quite short. So far (knock on wood) I've not had any of your problems. However, as a matter of course I always create a backup file before starting to edit an old important file with a new program. Keep us posted.

  • IPod Mini ~Major Problem

    Ive had my iPod Mini for 2 years roughly I think now and havent had any major problems at all.
    Yesterday its started playing songs without my touching any buttons and skipping to the next song in exactly the same place as the one before started ~ 2.05 minutes.
    When I turned it off it still continued to play random songs.
    I tried playing a song it played for two seconds then skipped to the next and played that for a bit then skipped to the next until the playlist had finished where it then returned to the main menu and played a completely random song not even on the playlist i chose previously.
    I have not misued my ipod, dropped it, spilt water on it or damaged it in any way.
    I have restored it to Main Factory settings and it has done nothing.
    If any of you have experienced the same problem or have any ideas of how to help please reply.
    I would be truely grateful

    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iPod Updater and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“Partition Magic”.
    If does not work, please find a Mac computer
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iPod Updater and click “Restore”
    I could be wrong, I believe that it could have some bad sectors on the HD of your iPod, doing a full format can only solve 80-90%

  • N97 mini Major Problems

    found two major problem or blunders that is too too much annoying.
    First:: when come out of range of the wireless network it will pop up again and again "Do you want to enable......" not letting you to select any thing. if I select Yes or No it should not pop up again.
    2nd :: contact list to view any number there is no option just to view number. to write down number you have just to edit the contact just to see numbers.
    if there is any solution here please let me know.

    Google 786:
    I have exactly the same problem as you (the first one) ... My N97 mini is also trying to connect to wireless networks, even though I turned off the network scanning ...
    It's not a problem when I'm home, but when I go away somewhere, the phone beeps every time it does not find a network. It is simply impossible to turn this off ... or is it?
    Sometimes it stops trying to connect to a network when I reboot the phone, but this is about every third / fourth time ... There are many reboots to get it work ... Too many ...
    Can someone (please) tell me what the problem is and how to fix it? I bought my phone two days ago and already want to throw it in the garbage.

  • SP online 365 - Unable to render the data. If the problem persists, contact your web server administrator.

    Help needed urgently, i'm pulling my hair out on this one!
    Using SharePoint online (365) I am trying to create an external list to a SQL table. I go through the steps in SP designer and finally create the external list but when I go to the list I get the error:
    Unable to render the data. If the problem persists, contact your web server administrator.
    I have read all of the posts on here to fix this and they are mainly for on premise; the powershell doesn't work with spOnline and I have added permissions into the BCS service application but nothing works. I read that it is not possible to connect
    sharepoint online to an on-premise SQL database so I moved the SQL database to an azure SQL service server but I still get the same error.
    I have a "test" on premise sharepoint which I have tried this on and it works fine so it must be an issue with SPonline! does anyone know how to get BCS connections to external data working in sharepoint online as external lists?

    Hi,
    In SharePoint online, we support:
    Business Data Connectivity (BDC)
    Data Source types, including Windows Communication Foundation (WCF) 
    SQL Server Azure connectors
    I'd suggest you refer to the article below:
    https://support.office.com/en-us/article/Make-an-External-List-from-a-SQL-Azure-table-with-Business-Connectivity-Services-and-Secure-Store-466f3809-fde7-41f2-87f7-77d9fdadfc95?ui=en-US&rs=en-US&ad=US
    It describes about how to use SharePoint technologies to access data from a SQL Azure database without having to write code, including create an External List by using Business Connectivity Services (BCS) and Secure Store. BCS connects SharePoint solutions
    to external data, and Secure Store enables user authentication for the data. By using an External List, you can display the contents of a table from SQL Azure in SharePoint Online. Users can read, edit, and update the data, all in SharePoint Online.
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • How do I "exit" Firefox, one tab at a time?

    This is typically frustrating. Remain calm...It's taken me 30 minutes and this is the third time I've posed this same stupid question: Whatever happened to simple, plain "exit?" Now, one can close a tab, but you can bet that site and all its cookies

  • Using TASCAM US-122 with GarageBand...doesn't seem to work

    And not only with GarageBand...the software that the US-122 came with isn't even picking up the signals omitted from the TASCAM itself. I hooked up a keyboard to my TASCAM using a cable (I'm not sure what it's called...but it's the same thing you wou

  • How to find the datasource of an ODS which is not activated yet in Metadata

    Through SAP Help, we find a useful ODS that we want to use to build up queries, but it's not easy to locate the Infosource and Datasource of it through the SAP Help.  I remember there is a functionality in the Metadata Repository that the data flow o

  • ZCm 10.3.4 stuck

    2 servers primary.. Update one at 10.3.4 ok but the other still at 10.3.3. Always saying error could not completed. I did the update from zcc. How could I force the update to the second server?

  • Content-type multipart/voice is coming as text/plain ( getContentType() )

    Even though the actual E-mail message has the content type as multipart/Voice as shown below the getContentType() is shown as the following. getContentType() TEXT/PLAIN; charset=us-ascii THE ACTUAL MESSAGE : # cat 2.msgReturn-path: <[email protected]