Problem in creating a new knowledge base file

Dear experts,
I should like to create a new knowledge base file. I use the Oracle version 9.2 and the OS is Windows 2000. I have created the thesaurus with
ctxload -user ctxsys/ctxsys -thes -thescase y -name DEFAULT -file xx.xx
and the language setting:
NLS_LANG=HUNGARIAN_HUNGARY.EE8MSWIN1250
During the compile operation
ctxkbtc -user ctxsys/ctxsys -name DEFAULT
i get the following error message:
DRG-52110: Error in writing extended knowledge base
DRG-11101: drelcHU.dat open error
Before the ctxkbtc command execution, I have created an empty directory for the expected .dat file:
ctx/data/hulx
with full control for every OS users.
What is missing or false in the commands? Where could I learn more on this special topic?
Many thanks for any help.
Best regards
Laszlo

meanwhile i have found the solution :-), The name of the empty directory must be
xxlx
and not
hulx
Laszlo

Similar Messages

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Is there a way to create a new directory or file in application install directory programatically

    Hi to all,
    Is there a way to create a new directory or file in
    application install directory programatically.
    I want a xml file to be created with in the application
    install directory programatically(not the application storage
    directory)
    I have used the following code snippet:
    var file:File = new File();
    file = File.applicationDirectory;
    file = file.resolvePath("assets");
    if(!file.exists)
    file.createDirectory()
    I am thrown an exception when using this .....Security
    Exception

    Thanks, but my main problem is to delete the locally stored
    data that is stored in the application storage directory when the
    application is uninstalled.
    The data is not being deleted automatically when the
    application is uninstalled, thats why I want to write some file to
    application directory.
    My application is remembering the login username and password
    even I uninstall the application and reinstall the next
    time.

  • How to install knowledge base file for oracle text

    how to install knowledge base file for oracle text?
    there are couple of files droldUS.dat,.. which are required to generate gists and themes, where can i find them or install them.
    please help!

    I checked the download page and it says:
    "All Release 2 download pages contain Oracle Companion, Client, Clusterware, Gateways, and Application Express standalone downloads"
    so you should already have it. Try searching for the filename that was in your error message.

  • Editing post-action Knowledge Base File

    Hi all,
    in some cases we are not able to edit our post-action scripts directly over the GUI.
    If we try to edit, by choosing LOCAL/OPEN/KNOWLEDGE BASE FILE in the context menu, we get the messages
    "Given file is not text format" written to the editor field.
    This happens not always and we can't see a rule for this behavior.
    Some suggestions?
    Cheers
    Martin

    you should enable debug in the console and see if there is anything useful in the logs:
    Add these lines:
    ( all ) ( log.__file.default_logger-level, "DETAILED" { "SEVERE","ERROR","WARNING","INFO","DEBUG","FINE","DETAILED" } );
    ( all ) ( invisible.debug.__group1.debug_mode, true );
    To file:
    /opt/SUNWuce/console/bin/.uce.rc
    Now, logout of the console and relogin.
    (repeat the action that failed in order add info to the logs)
    Check logs under $HOME/.uce_console/logs

  • Problem with creating a new file in the Filter

    hi,
    i have the following problem.
    1) For all requests ending with *.xml (for example requests such as http://www.asdf.com/feeds/myfile.xml ) i have mapped it to a filter
    2 ) In the filter i did the following...................
    //getting the file name from the url
    //create the file if it does not exists..................
    chain(request,reponse);
    //done
    problem is
    3) a) For files which iam not creating in filter (i.e files which are already there) the response is proper it is returning a xml file
    b) But for files which are not there already , which we are creating in the filter dynamically it is showing a 404 (i.e file not found message)
    But if i refresh again in the browser it is getting a valid XML file.......................................
    I could not able to figure it out why it is returning 404 error in cases where the file is being created dynamically.................................
    Can any one guide me resolving this problem?

    Hi pawan
    Try this badi :   MB_MIGO_BADI  -
    (BAdI in MIGO for External Detail Subscreens)  as the name suggest ,
    If you want to add a screen in header level use : Method : PBO_header an code as :
        e_cprog   = 'ZMMPRM0001'.     """ Your screen created
        e_dynnr   = '1000'.                     "Your screen No
        e_heading = 'TEXT ID '(004).    """" Name of the screen to be created .
      ELSE .
        e_cprog   = 'ZMMPRM0001'.
        e_dynnr   = '1000'.                     "External fields: Display
        e_heading = 'TEXT ID '."(004).
    or if at item level
    u can use methid : PBO_DETAIL
    for item level screen creation . and code in the same maaner ..
    You can explore the remaning methods as per your requirements .
    Hope it helps ..!
    Regrads
    Swapnil P KAmble

  • Problem in creating a new track

    Hi,
    I am trying to create a new track in NWDi like this
    1.created a product,sofware unit and software component and defined the dependencies(required components like BUILDT,JTECHS etc)
    2.Went to landscape configurator and clicked on track data and enter the track name and add the sc created .
    3.After adding the sc created required components came automatically in the track data screen.
    4.i saved the track data then it says track is created
    5.I went to NWDS and trying to import that track.
    6.i can see all the components in that track but inside each component like BUILDT i dont see any sda files(external libraries or jar files) they are just empty.
    Did i miss any step here in creating the track
    please help me in resolving this issue
    Bala

    I followed the same steps as mentioned below
    1. you are running JDI on SPS12
    2. you have defined your software component "mycomp" at the SLD
    3. you have declared the three SCs BUILDT, JTECHS, JEE as
    dependent SCs for "mycomp" at the SLD
    4. after these you did an "update CMS" at the "domain data" configuration
    5. you created your track and choose for your SCs "mycomp" as software component.
    and now:
    6. When i added the developed component it brought all the required (JTECHS,BUILDT,JEE)components in the Landscape configurator. You already defined the usage of these SCs
    in the SLD at step 3.
    In older Versions of the JDI (e.g. SPS10) you saw after the choice
    of "mycomp" inside the track data also the dependent SCs. This is
    not the case any more in SPS13.
    Summary: only define your dependent SCs at the SLD, update CMS,
    remove the definition from you track directly and try again.
    But the problem is when i go to Transport Studio and checked in in check-in tab and after went to development tab and imported and after sometime it is saying import failed.And when i go to NWDS it is bringing all the scs in my trck but there are no libraries in my scs
    I did observe a problem in CBS for this new track
    when i go to CBS and select my track and look for DCs in JTECHS,JEE,BUILDT scs there are no DCS(0 dcs).
    I think if i can resolve this i can create a new track without any problems
    Please help me in resolving this issue

  • Problem when creating a new Linux VM

    Hi,
    When I create a new Ubuntu linux from ISO, I received error messages blow. But it's ok for me to create a Windows XP/2K host.
    I search the forum. My xen_caps are: xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
    Updates: I found I can run CentoOS without any problem. Is this means OVS don't support ubuntu? Anyone have the same problem?
    Thanks
    >
    Start - /OVS/running_pool/34_ubuntest
    PowerOn successfully.
    Update server -192.168.0.226
    Update Port - 0.0
    Update VM Status - Running
    Configure CPU Cap
    Set CPU Cap: failed:<Exception: failed:<Exception: ['xm', 'sched-credit', '-d', '34_ubuntest', '-c', '0'] => Error: Domain '34_ubuntest' does not exist.
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSXXenVMConfig.py", line 2500, in xen_set_cpu_cap
    run_cmd(args=['xm',
    File "/opt/ovs-agent-2.3/OVSCommons.py", line 85, in run_cmd
    raise Exception('%s => %s' % (cmdlist, p.childerr.read()))
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSSiteVMConfig.py", line 1110, in set_vm_cpu_cap
    if not rs.startswith("success"): raise Exception(rs)
    >
    Error log in xend.log
    [2011-01-07 12:29:05 2892] DEBUG (XendDomainInfo:95) XendDomainInfo.create(['vm', ['name', '34_ubuntest'], ['memory', '512'], ['maxmem', '512'], ['vcpus', '1'], ['uuid', '6492f5f8-9924-3e97-de9b-b0ecefe7a391'], ['on_poweroff', 'destroy'], ['on_reboot', 'destroy'], ['on_crash', 'destroy'], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib/xen/bin/qemu-dm'], ['boot', 'd'], ['acpi', '1'], ['apic', '1'], ['pae', '1'], ['vnc', '1'], ['vncunused', '1'], ['vnclisten', '0.0.0.0'], ['vncpasswd', 'XXXXXXXX']]], ['device', ['vbd', ['dev', 'hda:disk'], ['uname', 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img'], ['mode', 'w']]], ['device', ['vbd', ['dev', 'hdc:cdrom'], ['uname', 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso'], ['mode', 'r']]], ['device', ['vif', ['mac', '00:16:3E:55:EA:4B'], ['bridge', 'xenbr0'], ['script', '/etc/xen/scripts/vif-bridge'], ['type', 'ioemu']]]])
    [2011-01-07 12:29:05 2892] DEBUG (XendDomainInfo:2327) XendDomainInfo.constructDomain
    [2011-01-07 12:29:05 2892] DEBUG (balloon:181) Balloon: 981528 KiB free; need 4096; done.
    [2011-01-07 12:29:05 2892] DEBUG (XendDomain:452) Adding Domain: 12
    [2011-01-07 12:29:05 2892] DEBUG (XendDomainInfo:2528) XendDomainInfo.initDomain: 12 256
    [2011-01-07 12:29:05 2892] DEBUG (image:317) Stored a VNC password for vfb access
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: boot, val: d
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: fda, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: fdb, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: soundhw, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: localtime, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: serial, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: std-vga, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: isa, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: acpi, val: 1
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: usb, val: None
    [2011-01-07 12:29:05 2892] DEBUG (image:809) args: usbdevice, val: None
    [2011-01-07 12:29:05 2892] INFO (image:745) Need to create platform device.[domid:12]
    [2011-01-07 12:29:05 2892] DEBUG (XendDomainInfo:2552) initDomain:shadowmemory=0x0, memory_static_max=0x20000000, memory_static_min=0x0.
    [2011-01-07 12:29:05 2892] DEBUG (balloon:181) Balloon: 980116 KiB free; need 535552; done.
    [2011-01-07 12:29:05 2892] INFO (image:170) buildDomain os=hvm dom=12 vcpus=1
    [2011-01-07 12:29:05 2892] DEBUG (image:862) domid = 12
    [2011-01-07 12:29:05 2892] DEBUG (image:863) image = /usr/lib/xen/boot/hvmloader
    [2011-01-07 12:29:05 2892] DEBUG (image:864) store_evtchn = 2
    [2011-01-07 12:29:05 2892] DEBUG (image:865) memsize = 512
    [2011-01-07 12:29:05 2892] DEBUG (image:866) target = 512
    [2011-01-07 12:29:06 2892] DEBUG (image:867) vcpus = 1
    [2011-01-07 12:29:06 2892] DEBUG (image:868) acpi = 1
    [2011-01-07 12:29:06 2892] DEBUG (image:869) apic = 1
    [2011-01-07 12:29:06 2892] INFO (XendDomainInfo:2189) createDevice: vfb : {'vncunused': '1', 'other_config': {'vncunused': '1', 'vncpasswd': 'XXXXXXXX', 'vnclisten': '0.0.0.0', 'vnc': '1'}, 'vnc': '1', 'uuid': '2f93d706-c2d1-e638-d2eb-1a5b7aab70a0', 'vnclisten': '0.0.0.0', 'vncpasswd': 'XXXXXXXX'}
    [2011-01-07 12:29:06 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vfb/12/0'} to /local/domain/12/device/vfb/0.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:97) DevController: writing {'vncunused': '1', 'domain': '34_ubuntest', 'frontend': '/local/domain/12/device/vfb/0', 'uuid': '2f93d706-c2d1-e638-d2eb-1a5b7aab70a0', 'frontend-id': '12', 'vnclisten': '0.0.0.0', 'vncpasswd': 'XXXXXXXX', 'state': '1', 'online': '1', 'vnc': '1'} to /local/domain/0/backend/vfb/12/0.
    [2011-01-07 12:29:06 2892] INFO (XendDomainInfo:2189) createDevice: vbd : {'uuid': '6848014f-eb0d-4028-765d-8c2a423f12eb', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda:disk', 'uname': 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img', 'mode': 'w'}
    [2011-01-07 12:29:06 2892] DEBUG (DevController:95) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/12/768'} to /local/domain/12/device/vbd/768.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/12/device/vbd/768', 'uuid': '6848014f-eb0d-4028-765d-8c2a423f12eb', 'bootable': '1', 'dev': 'hda', 'state': '1', 'params': '/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img', 'mode': 'w', 'online': '1', 'frontend-id': '12', 'type': 'file'} to /local/domain/0/backend/vbd/12/768.
    [2011-01-07 12:29:06 2892] INFO (XendDomainInfo:2189) createDevice: vbd : {'uuid': 'a17d2f5d-c2ff-8ae4-2529-d3736866d4db', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso', 'mode': 'r'}
    [2011-01-07 12:29:06 2892] DEBUG (DevController:95) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/12/5632'} to /local/domain/12/device/vbd/5632.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/12/device/vbd/5632', 'uuid': 'a17d2f5d-c2ff-8ae4-2529-d3736866d4db', 'bootable': '0', 'dev': 'hdc', 'state': '1', 'params': '/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso', 'mode': 'r', 'online': '1', 'frontend-id': '12', 'type': 'file'} to /local/domain/0/backend/vbd/12/5632.
    [2011-01-07 12:29:06 2892] INFO (XendDomainInfo:2189) createDevice: vif : {'bridge': 'xenbr0', 'mac': '00:16:3E:55:EA:4B', 'type': 'ioemu', 'uuid': '7ed50e95-a9b4-6b3a-c325-56645c7b43d3', 'script': '/etc/xen/scripts/vif-bridge'}
    [2011-01-07 12:29:06 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/12/0'} to /local/domain/12/device/vif/0.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:97) DevController: writing {'bridge': 'xenbr0', 'domain': '34_ubuntest', 'handle': '0', 'uuid': '7ed50e95-a9b4-6b3a-c325-56645c7b43d3', 'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:16:3E:55:EA:4B', 'frontend-id': '12', 'state': '1', 'online': '1', 'frontend': '/local/domain/12/device/vif/0', 'type': 'ioemu'} to /local/domain/0/backend/vif/12/0.
    [2011-01-07 12:29:06 2892] INFO (image:391) spawning device models: /usr/lib/xen/bin/qemu-dm ['/usr/lib/xen/bin/qemu-dm', '-d', '12', '-domain-name', '34_ubuntest', '-videoram', '4', '-vnc', '0.0.0.0:0,password', '-vncunused', '-vcpus', '1', '-boot', 'd', '-acpi', '-net', 'nic,vlan=1,macaddr=00:16:3E:55:EA:4B,model=rtl8139', '-net', 'tap,vlan=1,ifname=tap12.0,bridge=xenbr0', '-M', 'xenfv']
    [2011-01-07 12:29:06 2892] INFO (image:440) device model pid: 3761
    [2011-01-07 12:29:06 2892] DEBUG (XendDomainInfo:3089) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '5', 'uuid': '6492f5f8-9924-3e97-de9b-b0ecefe7a391', 'on_reboot': 'destroy', 'start_time': '1294374546.09', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'destroy', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'bootloader': '', 'image': '(hvm (kernel ) (superpages 0) (hpet 0) (vnclisten 0.0.0.0) (loader /usr/lib/xen/boot/hvmloader) (vncunused 1) (xen_platform_pci 1) (boot d) (rtc_timeoffset 0) (vncpasswd XXXXXX) (pae 1) (vpt_align 1) (viridian 0) (acpi 1) (timer_mode 1) (vnc 1) (apic 1) (device_model /usr/lib/xen/bin/qemu-dm) (notes (SUSPEND_CANCEL 1)))', 'name': '34_ubuntest'}
    [2011-01-07 12:29:06 2892] DEBUG (XendDomainInfo:1640) Storing domain details: {'console/port': '3', 'name': '34_ubuntest', 'console/limit': '1048576', 'store/port': '2', 'vm': '/vm/6492f5f8-9924-3e97-de9b-b0ecefe7a391', 'domid': '12', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'memory/target': '524288', 'control/platform-feature-multiprocessor-suspend': '1', 'store/ring-ref': '1044476', 'console/type': 'ioemu'}
    [2011-01-07 12:29:06 2892] INFO (image:528) waiting for sentinel_fifo
    [2011-01-07 12:29:06 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/console/12/0'} to /local/domain/12/device/console/0.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/12/device/console/0', 'uuid': '4f7921bb-f508-f6b9-b08b-4b94d8309ba2', 'frontend-id': '12', 'state': '1', 'location': '3', 'online': '1', 'protocol': 'vt100'} to /local/domain/0/backend/console/12/0.
    [2011-01-07 12:29:06 2892] DEBUG (XendDomainInfo:1727) XendDomainInfo.handleShutdownWatch
    [2011-01-07 12:29:06 2892] DEBUG (DevController:139) Waiting for devices vif.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:144) Waiting for 0.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/12/0/hotplug-status.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:139) Waiting for devices vscsi.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:139) Waiting for devices vbd.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:144) Waiting for 768.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/12/768/hotplug-status.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/12/768/hotplug-status.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:144) Waiting for 5632.
    [2011-01-07 12:29:06 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/12/5632/hotplug-status.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/12/5632/hotplug-status.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices irq.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices vkbd.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices vfb.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices console.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:144) Waiting for 0.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices pci.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices ioports.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices tap.
    [2011-01-07 12:29:07 2892] DEBUG (DevController:139) Waiting for devices vtpm.
    [2011-01-07 12:29:07 2892] INFO (XendDomain:1180) Domain 34_ubuntest (12) unpaused.
    [2011-01-07 12:29:09 2892] WARNING (XendDomainInfo:1907) Domain has crashed: name=34_ubuntest id=12.
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2757) XendDomainInfo.destroy: domid=12
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2230) Destroying device model
    [2011-01-07 12:29:09 2892] INFO (image:553) 34_ubuntest device model terminated
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2237) Releasing devices
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2250) Removing vif/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2250) Removing vbd/768
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/768
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2250) Removing vbd/5632
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/5632
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2250) Removing vfb/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2250) Removing console/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2235) No device model
    [2011-01-07 12:29:09 2892] DEBUG (XendDomainInfo:2237) Releasing devices
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:95) XendDomainInfo.create(['vm', ['name', '34_ubuntest'], ['memory', '512'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['uuid', '6492f5f8-9924-3e97-de9b-b0ecefe7a391'], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['videoram', 4], ['device_model', '/usr/lib/xen/bin/qemu-dm'], ['pae', 1], ['vcpus', 1], ['boot', 'c'], ['fda', ''], ['fdb', ''], ['timer_mode', 0], ['localtime', 0], ['serial', 'pty'], ['stdvga', 0], ['isa', 0], ['nographic', 0], ['soundhw', ''], ['vnc', 1], ['vncunused', 1], ['vncconsole', 1], ['vnclisten', '0.0.0.0'], ['xauthority', '//.Xauthority'], ['rtc_timeoffset', 0], ['monitor', 0], ['acpi', 1], ['apic', 1], ['usb', 0], ['usbdevice', ''], ['keymap', 'en-us'], ['pci', []], ['hpet', 0], ['guest_os_type', 'default'], ['hap', 1], ['cpuid', []], ['cpuid_check', []], ['viridian', 0], ['pci_msitranslate', 1], ['vpt_align', 1], ['pci_power_mgmt', 0], ['xen_platform_pci', 1], ['vncpasswd', 'XXXXXXXX']]], ['s3_integrity', 1], ['device', ['vbd', ['uname', 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img'], ['dev', 'hda'], ['mode', 'w']]], ['device', ['vbd', ['uname', 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso'], ['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3E:55:EA:4B'], ['type', 'ioemu']]]])
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:2327) XendDomainInfo.constructDomain
    [2011-01-07 12:33:41 2892] DEBUG (balloon:181) Balloon: 981528 KiB free; need 4096; done.
    [2011-01-07 12:33:41 2892] DEBUG (XendDomain:452) Adding Domain: 13
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:2528) XendDomainInfo.initDomain: 13 256
    [2011-01-07 12:33:41 2892] DEBUG (image:317) Stored a VNC password for vfb access
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: boot, val: c
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: fda, val: None
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: fdb, val: None
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: soundhw, val: None
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: localtime, val: 0
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: serial, val: ['pty']
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: std-vga, val: 0
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: isa, val: 0
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: acpi, val: 1
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: usb, val: 0
    [2011-01-07 12:33:41 2892] DEBUG (image:809) args: usbdevice, val: None
    [2011-01-07 12:33:41 2892] INFO (image:745) Need to create platform device.[domid:13]
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:2552) initDomain:shadowmemory=0x0, memory_static_max=0x20000000, memory_static_min=0x0.
    [2011-01-07 12:33:41 2892] DEBUG (balloon:181) Balloon: 980116 KiB free; need 535552; done.
    [2011-01-07 12:33:41 2892] INFO (image:170) buildDomain os=hvm dom=13 vcpus=1
    [2011-01-07 12:33:41 2892] DEBUG (image:862) domid = 13
    [2011-01-07 12:33:41 2892] DEBUG (image:863) image = /usr/lib/xen/boot/hvmloader
    [2011-01-07 12:33:41 2892] DEBUG (image:864) store_evtchn = 2
    [2011-01-07 12:33:41 2892] DEBUG (image:865) memsize = 512
    [2011-01-07 12:33:41 2892] DEBUG (image:866) target = 512
    [2011-01-07 12:33:41 2892] DEBUG (image:867) vcpus = 1
    [2011-01-07 12:33:41 2892] DEBUG (image:868) acpi = 1
    [2011-01-07 12:33:41 2892] DEBUG (image:869) apic = 1
    [2011-01-07 12:33:41 2892] INFO (XendDomainInfo:2189) createDevice: vfb : {'vncunused': 1, 'other_config': {'vncunused': 1, 'vncpasswd': 'XXXXXXXX', 'vnclisten': '0.0.0.0', 'vnc': '1'}, 'vnc': '1', 'uuid': '4f92dca8-af4b-a2e6-01e7-ad824af0231a', 'vnclisten': '0.0.0.0', 'vncpasswd': 'XXXXXXXX'}
    [2011-01-07 12:33:41 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vfb/13/0'} to /local/domain/13/device/vfb/0.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:97) DevController: writing {'vncunused': '1', 'domain': '34_ubuntest', 'frontend': '/local/domain/13/device/vfb/0', 'uuid': '4f92dca8-af4b-a2e6-01e7-ad824af0231a', 'frontend-id': '13', 'vnclisten': '0.0.0.0', 'vncpasswd': 'XXXXXXXX', 'state': '1', 'online': '1', 'vnc': '1'} to /local/domain/0/backend/vfb/13/0.
    [2011-01-07 12:33:41 2892] INFO (XendDomainInfo:2189) createDevice: vbd : {'uuid': '5228a931-a5c1-af1f-debb-177193e27142', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda', 'uname': 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img', 'mode': 'w'}
    [2011-01-07 12:33:41 2892] DEBUG (DevController:95) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/13/768'} to /local/domain/13/device/vbd/768.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/13/device/vbd/768', 'uuid': '5228a931-a5c1-af1f-debb-177193e27142', 'bootable': '1', 'dev': 'hda', 'state': '1', 'params': '/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/running_pool/34_ubuntest/System.img', 'mode': 'w', 'online': '1', 'frontend-id': '13', 'type': 'file'} to /local/domain/0/backend/vbd/13/768.
    [2011-01-07 12:33:41 2892] INFO (XendDomainInfo:2189) createDevice: vbd : {'uuid': '91e7374f-3645-8a80-9fdb-18a8aec9087a', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'file:/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso', 'mode': 'r'}
    [2011-01-07 12:33:41 2892] DEBUG (DevController:95) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/13/5632'} to /local/domain/13/device/vbd/5632.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/13/device/vbd/5632', 'uuid': '91e7374f-3645-8a80-9fdb-18a8aec9087a', 'bootable': '0', 'dev': 'hdc', 'state': '1', 'params': '/var/ovs/mount/28E0F7E7FF4A4D15BD483AF079D97194/iso_pool/linux/ubuntu1010d.iso', 'mode': 'r', 'online': '1', 'frontend-id': '13', 'type': 'file'} to /local/domain/0/backend/vbd/13/5632.
    [2011-01-07 12:33:41 2892] INFO (XendDomainInfo:2189) createDevice: vif : {'bridge': 'xenbr0', 'mac': '00:16:3E:55:EA:4B', 'type': 'ioemu', 'uuid': '7dee33df-7468-e35b-0640-3b1acb155312'}
    [2011-01-07 12:33:41 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/13/0'} to /local/domain/13/device/vif/0.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:97) DevController: writing {'bridge': 'xenbr0', 'domain': '34_ubuntest', 'handle': '0', 'uuid': '7dee33df-7468-e35b-0640-3b1acb155312', 'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:16:3E:55:EA:4B', 'frontend-id': '13', 'state': '1', 'online': '1', 'frontend': '/local/domain/13/device/vif/0', 'type': 'ioemu'} to /local/domain/0/backend/vif/13/0.
    [2011-01-07 12:33:41 2892] INFO (image:391) spawning device models: /usr/lib/xen/bin/qemu-dm ['/usr/lib/xen/bin/qemu-dm', '-d', '13', '-domain-name', '34_ubuntest', '-videoram', '4', '-k', 'en-us', '-vnc', '0.0.0.0:0,password', '-vncunused', '-vcpus', '1', '-boot', 'c', '-serial', 'pty', '-acpi', '-net', 'nic,vlan=1,macaddr=00:16:3E:55:EA:4B,model=rtl8139', '-net', 'tap,vlan=1,ifname=tap13.0,bridge=xenbr0', '-M', 'xenfv']
    [2011-01-07 12:33:41 2892] INFO (image:440) device model pid: 5712
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:3089) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '5', 'uuid': '6492f5f8-9924-3e97-de9b-b0ecefe7a391', 'on_reboot': 'restart', 'start_time': '1294374821.85', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'bootloader': '', 'image': '(hvm (kernel ) (superpages 0) (videoram 4) (hpet 0) (stdvga 0) (vnclisten 0.0.0.0) (loader /usr/lib/xen/boot/hvmloader) (vncconsole 1) (serial pty) (vncunused 1) (xen_platform_pci 1) (boot c) (rtc_timeoffset 0) (vncpasswd XXXXXX) (pci ()) (pae 1) (vpt_align 1) (hap 1) (viridian 0) (acpi 1) (localtime 0) (timer_mode 0) (vnc 1) (nographic 0) (guest_os_type default) (pci_msitranslate 1) (apic 1) (monitor 0) (device_model /usr/lib/xen/bin/qemu-dm) (keymap en-us) (pci_power_mgmt 0) (usb 0) (xauthority //.Xauthority) (isa 0) (notes (SUSPEND_CANCEL 1)))', 'name': '34_ubuntest'}
    [2011-01-07 12:33:41 2892] INFO (image:528) waiting for sentinel_fifo
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:1640) Storing domain details: {'console/port': '3', 'name': '34_ubuntest', 'console/limit': '1048576', 'store/port': '2', 'vm': '/vm/6492f5f8-9924-3e97-de9b-b0ecefe7a391', 'domid': '13', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'memory/target': '524288', 'control/platform-feature-multiprocessor-suspend': '1', 'store/ring-ref': '1044476', 'console/type': 'ioemu'}
    [2011-01-07 12:33:41 2892] DEBUG (DevController:95) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/console/13/0'} to /local/domain/13/device/console/0.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:97) DevController: writing {'domain': '34_ubuntest', 'frontend': '/local/domain/13/device/console/0', 'uuid': '09bfaba7-4a64-c238-10f6-e475413d4474', 'frontend-id': '13', 'state': '1', 'location': '3', 'online': '1', 'protocol': 'vt100'} to /local/domain/0/backend/console/13/0.
    [2011-01-07 12:33:41 2892] DEBUG (XendDomainInfo:1727) XendDomainInfo.handleShutdownWatch
    [2011-01-07 12:33:41 2892] DEBUG (DevController:139) Waiting for devices vif.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:144) Waiting for 0.
    [2011-01-07 12:33:41 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/13/0/hotplug-status.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/13/0/hotplug-status.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:139) Waiting for devices vscsi.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:139) Waiting for devices vbd.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:144) Waiting for 768.
    [2011-01-07 12:33:42 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/13/768/hotplug-status.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/13/768/hotplug-status.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:144) Waiting for 5632.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vbd/13/5632/hotplug-status.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:643) hotplugStatusCallback 1.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices irq.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices vkbd.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices vfb.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices console.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:144) Waiting for 0.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices pci.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices ioports.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices tap.
    [2011-01-07 12:33:43 2892] DEBUG (DevController:139) Waiting for devices vtpm.
    [2011-01-07 12:33:43 2892] INFO (XendDomain:1180) Domain 34_ubuntest (13) unpaused.
    [2011-01-07 12:33:45 2892] INFO (XendDomainInfo:1924) Domain has shutdown: name=34_ubuntest id=13 reason=poweroff.
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2757) XendDomainInfo.destroy: domid=13
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2230) Destroying device model
    [2011-01-07 12:33:45 2892] INFO (image:553) 34_ubuntest device model terminated
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2237) Releasing devices
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2250) Removing vif/0
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2250) Removing vbd/768
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/768
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2250) Removing vbd/5632
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/5632
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2250) Removing vfb/0
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:2250) Removing console/0
    [2011-01-07 12:33:45 2892] DEBUG (XendDomainInfo:1144) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
    Edited by: user3835659 on 2011-1-7 上午2:45
    Edited by: user3835659 on 2011-1-9 下午9:58

    In the past I've been successfully deploying a few Ubuntu guest VMs, Hardware Virtualized (never succeeded to put up a Paravirtualized guest though) for testing purposes.
    The latest version (10.4 maybe? Can't remember right now) worked without any sort of fixes or workarounds and was stable right away.
    Previous versions needed a fix in the "grub.conf" file, and I had to put in a "NOAPIC" option to tell the kernel to inhibit some kind of interrupt events, I'm sorry I cannot be more specific but I can't remember exactly the real reasons behind the fix, I just know that without it I was getting a "processor stuck" error on the guest's console after a while, resulting in an unresponsive VM.
    I see from your logfile that you have "APIC=1" and "ACPI=1", so maybe you'd want to play a bit with those settings and see the results.
    My processors are Intel Xeon 5450.
    HTH

  • Problem while creating a new user on solaris

    I have a SUN ultra machine. Solaris 2.6 is installed on this machine.
    I have successfully created a new user in this machine using "admintool"
    Problem is I'm getting error messages when I'm trying to update NIS DATABASE.
    I'm doing-
    #cd /var/yp
    #/usr/ccs/bin/make
    and the response is----
    updated passwd
    pushed passwd
    make:Warning:Don't know how to make target /etc/ethers
    Current working directory /var/yp
    make:Warning:Don't know how to make target /etc/netgroup
    Current working directory /var/yp
    make:Warning:Don't know how to make target /etc/bootparams
    Current working directory /var/yp
    updated netid
    pushed netid
    Couldn't find /etc/timezone
    make:Warning:Target all not remade because of errors.
    Current working directory /var/yp

    I had the a similar problem with new users on sloaris 8.
    I wasn't able to add new users and change the shell variable while using admintool.
    Login back into the console would simply not happen.
    All i've been able to find is that changing the users' variable - i.e. .login or .profile to match that of a working existing user (root),
    would skip over the problems.
    Other variables in the skeleton files were helpful. I suggest you take a look at them.

  • Problem in Creating a new database in Oracle 9i

    I have installed Oracle 9i for Windows successfully. Now when I try to create a new database either using the Database Configuration Assistant or using the script generated by the Assistant, I get an error message that DATABASE NOT OPEN. So the database will not be created. Please help in this regard, so that I can create a database and I can start working on Oracle 9i.
    Thanks in advance.
    Kiran

    Hi DENIS,
    I have executed the following commands (which are in a script file),
    1. sqlplus /nolog
    2. connect sys/change_on_install as sysdba
    3. create database ...
    4. ...
    When I execute the 3rd command, I get an error message as "ORACLE TERMINATED FORCED" and it will end the session. So when the next set of commands in the script are executed, I got the error saying "DATABASE NOT OPEN".
    How to rectify this problem.
    Thanks in advance,
    Kiran

  • Problems wit creating a new database on solaris wit dbca ORA 09925/ORA-1031

    Hi Oracle users,
    I'm using Oracle 10gR2 on Solaris and try to create a new database
    instance.
    I'm using dbca for that task. After making all the settings I get the error
    ORA-09925 and then ORA-1031.
    For the second error I found the advice to run te root.sh to be sure that
    all user privileges for local logins are correct.
    But tis didn't help.
    Do you have an advice for me ?
    Best regards,
    Daniel

    $ oerr ora 9925
    09925, 00000,  "Unable to create audit trail file"
    // *Cause:  ORACLE was not able to create the file being used to hold
    //          audit trail records.
    // *Action: Check the UNIX error number for a possible operating system error.
    //          If there is no error, contact ORACLE customer support.
    $                                   write permission problem or non-existent directory ?

  • Upon creating a new catalog, all files are renamed with a postfix: "-2"?

    My catalog was corrupted, and i decided to create a new catalog from cratch.
    To my big surprise alle falenames was renamed from IMG_xxxx.cr2 to IMG_xxxx-2.cr2. Why?
    This is i problem sice i still god the old catalog, and try to recover some of the old editorial settings, but since alle files are renamed the are no longer visible in the old catalog. just about 15.000 files are renamed!

    Lightroom only adds suffixes when it finds files of the same name in a location it's moving or copying too.
    What option did you use on Import? Copy/Add/Move?

  • Problem while creating a new track

    Hi,
    When we create a new track, we get the following exception:
    Unexpected error; inform your system administrator: com.sap.cms.util.exception.CMSUnexpectedException: com.tssap.dtr.client.lib.cms.DTR.connect(Ljava/lang/String;Lcom/tssap/dtr/client/lib/protocol/ISessionContext;)V
    We have created a new product and a software component and defined the dependencies for the software component (SAP_BUILDT, SAP_JTECHS & SAP-JEE).  In the CMS, we have done Update CMS.  We are able to see the software component and have added the same in the 'Software Components for Development'.  All the usage dependencies are clearly visible.
    When we save the track, we get the above exception.  Can any one of you please respond this query?
    Thanks in advance.
    Regards,
    Ravi

    Hi Ravi,
    We enocounted a similar problem once.  For our situation it was a missing DTR url in the lanscape configurator.  To check/fix this do the following:
    1) login to CMS
    2) click on the Landscape Configurator link
    3) if not already selected, choose the track in the list of tracks on the left
    4) click on the Track Data tab for the selected track
    5) verify that the Design Time Repository URL is specified and correct (e.g. http://<server>:<port>/dtr
    Save the configuration.
    Hope this helps.

  • Problem in Creating a new account in Prometric

    When i m creating a new ID in Prometric 
    i Completely fill the form correctly and when i submit the form its gives me an error
    THE PAGE CANNOT BE DISPLAYED
    We apologize for the inconvenience. Please try again later. If the problem persists, please contact our webmaster.
    Plz Help on thi s
     

    i m still facing this problem. i try multuple browser like Chrome, Opera, Firefor IE all of then given me the same error 
    THE PAGE CANNOT BE DISPLAYED
    We apologize for the inconvenience. Please try again later. If the problem persists, please contact our webmaster.

  • Problem in creating database -Missing Redo log file

    I am try to create a new database using DBCA .While creating a database it shows the error oracle instance terminated.Force Disconnected.
    My alert log file is
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/oracl/redo01.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Wed Nov 06 10:07:27 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/oracl/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/oracl/redo03.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Wed Nov 06 10:07:38 2013
    Setting recovery target incarnation to 2
    Wed Nov 06 10:07:38 2013
    Assigning activation ID 1876274518 (0x6fd5ad56)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/oracl/redo01.log
    Successful open of redo thread 1
    Wed Nov 06 10:07:38 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Nov 06 10:07:38 2013
    SMON: enabling cache recovery
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc  (incident=1345):
    ORA-00600: internal error code, arguments: [kpotcgah-7], [12534], [ORA-12534: TNS:operation not supported
    Incident details in: /u01/app/oracle/diag/rdbms/oracl/oracl/incident/incdir_1345/oracl_ora_5424_i1345.trc
    Wed Nov 06 10:07:46 2013
    Trace dumping is performing id=[cdmp_20131106100746]
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00600: internal error code, arguments: [kpotcgah-7], [12534], [ORA-12534: TNS:operation not supported
    Error 600 happened during db open, shutting down database
    USER (ospid: 5424): terminating the instance due to error 600
    Instance terminated by USER, pid = 5424
    ORA-1092 signalled during: alter database "oracl" open resetlogs...
    ORA-1092 : opiodr aborting process unknown ospid (5424_47935551851664)
    Wed Nov 06 10:07:47 2013
    ORA-1092 : opitsk aborting process
                                                                                                                                   251,1         95%

    >I am try to create a new database using DBCA
    >Please help me to resolve this issue.My redo log file was missing
    DROP and recreate the database.  It is a *new* database without any data.
    Check what datafile locations and redo log file locations you specify when creating the new database. Check if you have permissions and enough disk space.
    Hemant K Chitale

Maybe you are looking for

  • Iphone 4s wont connect to computer

    This actually has gone on for a while now but now its almost a necessity because it seems to be the only way ... my iPhone 4s will not connect to my computer since the 7.1.1 update, and to date at 8.0.?!?!?!? i updated to 8.0 first day, i missed 8.0.

  • SOAP sync to JMS async

    Hi Everyone, I'm trying to create the following scenario in SAP PI 7.31 but after a lot of thinking I do not see how I can create it in PI. I have JMS queues and topics where messages are stored. I need to make a soap call from a client app to PI to

  • Decide the path at run time

    II have a property file in my application. And I have to specify the path in code for that property file. But in code if I use "String curDir = System.getProperty("user.dir");" to find the path , in that case the path available is the path where code

  • Calculating Interest on Cash Security Deposit

    Dear Expert,                      Our client collect security deposit from dealers , at the year end our client provide them interest @ 5%, Example: our client received 50000 rs as security deposit , year end they providing 8% to the dealer , how can

  • API Reference of SAP Visual Business Geo Maps - SAP UI5

    Hi, I came across a blog post written regarding making SAP Visual Business available on SAPUI5 (since version 1.18) and also came across few demos at this link.  But I am not able to find any API documentation regarding this. We are working on a smal