RunMigrate.sh Java error for patch AddrBook migration to UWC

Hello All --
The MigratePab java app appears to core dump half-way through "batch" migration of PAB entries to new UWC AB Server.
/tmp/migrate.log to shows the pabMigrate finds all users for domain and correctly constructs new AB entry for o=piserverdb, and correctly updates user object in Directory (ie. all users have correct 'psroot' attribute added to user object).
Then -- apparently when actual data migration supposed to happen (ie. the MigratePab.run method -- the app throws Java exception (see below).
Note: this pabMigrate utility appears to be very "bleeding edge" (read that: "not ready for prime time") -- any ideas where more recent version of pabMigrate code resides??
Note2: each "Thread" below corrsponds to separate connection to Directory.
Thanks --GA
/var/opt/SUNWuwc/WEB-INF/classes> ./runMigrate.sh
Exception in thread "Thread-5" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-9" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-7" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-10" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-4" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-1" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-8" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
=

Example of LDAP connection setup and first entry in /tmp/migrate.log
Note: in this particular entry, the 'prroot' attribute already set -- hence the LDAP error.
ds-sun1:/tmp> head -40 ./migrate.log
TRACE [Fri Oct 07 12:26:41 MDT 2005] Pool doesn't exists for -> ds-sun1.domain.com:389:cn=Directory Manager so creating a new one
TRACE [Fri Oct 07 12:26:41 MDT 2005] in initUgLdap
TRACE [Fri Oct 07 12:26:42 MDT 2005] Creating DBPluginMap for key:ldapplug
TRACE [Fri Oct 07 12:26:42 MDT 2005] Creating DBPluginMap for key:idir
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-1 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-2 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-3 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-4 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-5 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-6 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-7 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-8 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-9 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-10 is started
TRACE [Fri Oct 07 12:26:42 MDT 2005] in getConnection
TRACE [Fri Oct 07 12:26:42 MDT 2005] number users undergoing migration:44
TRACE [Fri Oct 07 12:26:42 MDT 2005] NEW Request to Migrate: uid=ServiceAdmin,domain=domain.com,dn=uid=ServiceAdmin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] USER LOCKED:uid=ServiceAdmin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] in initUgLdap
TRACE [Fri Oct 07 12:26:42 MDT 2005] IN initPabServiceAdmin:domain.com
ERROR [Fri Oct 07 12:26:42 MDT 2005] user DN = uid=ServiceAdmin, ou=People, o=domain.com,o=users:Exception while setting value of psRoot as null:null
TRACE [Fri Oct 07 12:26:42 MDT 2005] USER UNLOCKED:uid=ServiceAdmin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] NEW Request to Migrate: uid=admin,domain=domain.com,dn=uid=admin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] USER LOCKED:uid=admin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] in initUgLdap
TRACE [Fri Oct 07 12:26:42 MDT 2005] IN initPabadmin:domain.com
TRACE [Fri Oct 07 12:26:42 MDT 2005] com.iplanet.xslui.auth.LDAPUserSession@c2ff5
TRACE [Fri Oct 07 12:26:42 MDT 2005] admin
TRACE [Fri Oct 07 12:26:42 MDT 2005] uid=admin, ou=People, o=domain.com,o=users
TRACE [Fri Oct 07 12:26:42 MDT 2005] ds-sun1.domain.com
TRACE [Fri Oct 07 12:26:42 MDT 2005] ldap://ds-sun1.domain.com:389/ou=admin,ou=People,o=domain.com,o=users,o=pab
TRACE [Fri Oct 07 12:26:42 MDT 2005] pabdn=ou=admin, ou=People, o=domain.com,o=users ,o=pab
TRACE [Fri Oct 07 12:26:42 MDT 2005] pab initiated successfully
TRACE [Fri Oct 07 12:26:42 MDT 2005] hostport of abs set for ds-sun1.domain.com.389 is:ds-sun1.domain.com:389
TRACE [Fri Oct 07 12:26:42 MDT 2005] Warning:getDBHandler - Can't open Personal Store : DBHandler: couldn't open configuration file at /var/opt/SUNWuwc/WEB-INF/domain/domain.com : PropertyReader: config is not a file: /var/opt/SUNWuwc/WEB-INF/domain/domain.com/personalstore.properties
TRACE [Fri Oct 07 12:26:42 MDT 2005] returning DBHandler for default
TRACE [Fri Oct 07 12:26:42 MDT 2005] Setting psroot to:uid=admin, ou=People, o=domain.com,o=users with psRoot value as:ldap://ds-sun1.domain.com:389/piPStoreOwner=admin,o=domain.com,o=PiServerDb
TRACE [Fri Oct 07 12:26:42 MDT 2005] in getConnection
ERROR [Fri Oct 07 12:26:42 MDT 2005] user DN = uid=admin, ou=People, o=domain.com,o=users:LDAPException while setting value of psRoot as ldap://ds-sun1.domain.com:389/piPStoreOwner=admin,o=domain.com,o=PiServerDb:error result:20
TRACE [Fri Oct 07 12:26:42 MDT 2005] Setting psroot to uid=admin, ou=People, o=domain.com,o=users is successful
ds-sun1:/tmp>

Similar Messages

  • Warning: There are java errors for this object. The wizar will be read-only

    I migrate JDev9 to JDev10 and if open any module show message:
    "Warning: There are java errors for this object. The wizard will be read-only util they are corrected."

    [Solved, sort of] view objects read only mode
    The Oracle fix the problem?
    Message was edited by:
    oracle_user7

  • Warning: There are Java errors for this object. The wizard will be read only until they are corrected.

    when I try to open seeded VO.xml from Jdeveloper it is giving below error. Can any one please help me out.
    Warning: There are Java errors for this object. The wizard will be read only until they are corrected.
    R12 version 12.1.3
    Jdev patchp9879989_R12_GENERIC.zip
    Thanks
    Venkata .T

    Hi Venkata,
    Same thing happening to me, R12.1.3. Please let me know if you find anything on this.
    I tried some steps in this forums related to this, but no change. however I am not worried, customization works perfect after extension, but wanted to know the reason.
    Thx..

  • Warning : There are JAVA errors for this object .This wizard will be read

    Hi All,
    I am getting this error when trying to open the standard VO or AM's .
    Warning : There are JAVA errors for this object .This wizard will be read only until they are corrected.
    Please help me on this.
    Thanks

    Decompile the VOImpl and AmImpl class files and keep the .java files in myprojects folder under appropriate package structure and try.
    -Anand

  • Java Error for slideshow

    Hello;
    I wrote a small slide show app using dhtml and ajax. (java) I have everything working accept the pop up window, I get a java error when I try and click on the link for the larger image. Can anyone help me figure out how to fix this error?
    This is my error:
    "objectPhotoSlide" is undefined line 14
    Line 14 is this code in my java file:
    objectPhotoSlide.innerHTML='<img src="'+ evt.src +'" id="largePhoto" alt="Large Photo" border="0"/>';
    This is my java page:
    function findLivePageWidth() {
    if (window.innerWidth)
       return window.innerWidth;
    if (document.body.clientWidth)
       return document.body.clientWidth;
    return (null); }
    function initSlides() {
    window.onload=initSlides;
    objectSlide=document.getElementById('slide');
    objectCover=document.getElementById('cover');
    objectPhotoSlide=document.getElementById('photoSlide'); }
    function showSlide(evt) {
    objectPhotoSlide.innerHTML='<img src="'+ evt.src +'" id="largePhoto" alt="Large Photo" border="0"/>';
    objectPhotoSlide.innerHTML+='<p>' + evt.alt +'</p>';
    objectLargePhoto=document.getElementById('largePhoto');
    livePageWidth = findLivePageWidth();
    newLeft = ((livePageWidth/2)-8) - (200);
    objectSlide.style.left = newLeft + 'px';
    objectSlide.style.display = 'block';
    objectCover.style.display = 'block'; }
    function hideSlide() {
    objectSlide.style.display = 'none';
    objectCover.style.display = 'none'; }
    It is an external java script. this is the code in the main page that is supposed to be attached to this java:
    <div id="cover"> </div>
    <div id="slide" onclick="hideSlide()">
    <span class="slideControl">Click To Close&otimes;</span>
    <div id="photoSlide">Loading</div>
    </div>
    <div id="photoAlbum">
    <img src="lighting/photo0.jpg" class="photoAlbumImg" alt="Testing" onclick="showSlide(this);"/>
    <!-- more images here -->
    </div></div>
    and that's it other then the .css code. If you need to see that, I can post it as well.
    Thank you

    Thanks for the update.
    What version of client software are you running ? (i.e. Windows XP, Windows 7, Windows Vista, Linux , Mac )
    What version of the browser are you using ?
    Test this out with IE6 if possible or Firefox running the supported JRE client.
    Since you have other JRE's installed, remove them all completely.
    1. Remove and uninstall any JRE client plugins you have on your client. (i.e. Client meaning desktop OS)
    2. Clear  cache from Java Web Start > File --> Preferences --> Advanced" tab > Clear Folder.
    3. Verify the file:
    NMSROOT/campus/www/classpath/com/cisco/nm/ani/clients/lib/util/LoadXmlProperties.class exists .
    4. Create a new users account on your workstation and try accessing the topology services .
    5. If it does not work on your workstation, test it out on a Windows XP workstation, not Windows Vista or Windows 7.
    For these devices, if they are still in the DCR, remove them and re-add to LMS.
    2010/05/17 13:16:02 ERROR DeviceManager: Unable to find device id=17748 for setting Sysname = VTBHA-HQQ-CE01-PEG01
    2010/05/17 13:16:02 ERROR DeviceManager: Unable to find device id=5553 for setting Sysname = HQ-L13-C6506-01

  • Java error for Azureus (Vuze)

    Hey all, i've got a problem with my java.
    Everytime i try open my Azureus, i get an error file created in my Vuze folder eg.hs_err_pid1432
    it contains an error as follows;
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00003638, pid=1432, tid=4048
    # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C 0x00003638
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x02fa8400): JavaThread "MainRunner" [_thread_in_native, id=4048, stack(0x03270000,0x032c0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00003638
    Registers:
    EAX=0x00000000, EBX=0x03d90000, ECX=0x7c91056d, EDX=0x00000000
    ESP=0x032bdf50, EBP=0x35303241, ESI=0x7c80ddf5, EDI=0x000000e7
    EIP=0x00003638, EFLAGS=0x00010246
    Top of Stack: (sp=0x032bdf50)
    0x032bdf50: 00aa0000 00000000 03d90000 000ee950
    0x032bdf60: 032bdfb0 03d90000 000ef386 000000e7
    0x032bdf70: 000001ce ffffffff 00000040 000ef008
    0x032bdf80: 00000000 000ef328 032be0b8 000a69b1
    0x032bdf90: 00aa0000 00000000 000ef386 000000e7
    0x032bdfa0: 032bdfb0 000ebca8 000ef008 00000000
    0x032bdfb0: 445c3a43 4d55434f 5c317e45 41524241
    0x032bdfc0: 317e4148 434f4c5c 7e534c41 65545c31
    Instructions: (pc=0x00003638)
    0x00003628:
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
    Stack: [0x03270000,0x032c0000], sp=0x032bdf50, free space=311k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x00003638
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x033fe400 JavaThread "WriteController:WriteSelector" daemon [_thread_in_native, id=2688, stack(0x04210000,0x04260000)]
    0x03446800 JavaThread "VServerSelector:port12045" daemon [_thread_in_native, id=1240, stack(0x041c0000,0x04210000)]
    0x0382e000 JavaThread "ConnectDisconnectManager" daemon [_thread_in_native, id=3852, stack(0x03d00000,0x03d50000)]
    0x0382f400 JavaThread "ReadController:ReadProcessor" daemon [_thread_blocked, id=3252, stack(0x03ca0000,0x03cf0000)]
    0x03832400 JavaThread "WriteController:WriteProcessor" daemon [_thread_blocked, id=3876, stack(0x03c50000,0x03ca0000)]
    0x03815000 JavaThread "Timer:VivaldiV2PositionProvider:ping" daemon [_thread_blocked, id=2556, stack(0x03c00000,0x03c50000)]
    0x03815c00 JavaThread "AEThreadMonitor" daemon [_thread_blocked, id=2624, stack(0x03bb0000,0x03c00000)]
    0x03302800 JavaThread "Timer:Simple Timer" daemon [_thread_blocked, id=2320, stack(0x03760000,0x037b0000)]
    0x03302400 JavaThread "SystemTime" daemon [_thread_blocked, id=3372, stack(0x03710000,0x03760000)]
    0x032ca800 JavaThread "ReadController:ReadSelector" daemon [_thread_in_native, id=2980, stack(0x036c0000,0x03710000)]
    =>0x02fa8400 JavaThread "MainRunner" [_thread_in_native, id=4048, stack(0x03270000,0x032c0000)]
    0x02f59400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3140, stack(0x031d0000,0x03220000)]
    0x02f57000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2964, stack(0x03180000,0x031d0000)]
    0x02f52800 JavaThread "Attach Listener" daemon [_thread_blocked, id=188, stack(0x03130000,0x03180000)]
    0x02f5d800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2768, stack(0x030e0000,0x03130000)]
    0x02f11800 JavaThread "Finalizer" daemon [_thread_blocked, id=3264, stack(0x03090000,0x030e0000)]
    0x02f0d400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2160, stack(0x03040000,0x03090000)]
    0x00d25800 JavaThread "main" [_thread_blocked, id=1072, stack(0x00030000,0x00080000)]
    Other Threads:
    0x02f0c000 VMThread [stack: 0x02ff0000,0x03040000] [id=2128]
    0x02f6e800 WatcherThread [stack: 0x03220000,0x03270000] [id=3588]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 960K, used 490K [0x1e9d0000, 0x1ead0000, 0x1f3a0000)
    eden space 896K, 50% used [0x1e9d0000, 0x1ea414f0, 0x1eab0000)
    from space 64K, 58% used [0x1eab0000, 0x1eab9528, 0x1eac0000)
    to space 64K, 0% used [0x1eac0000, 0x1eac0000, 0x1ead0000)
    tenured generation total 4096K, used 3613K [0x1f3a0000, 0x1f7a0000, 0x269d0000)
    the space 4096K, 88% used [0x1f3a0000, 0x1f7275c0, 0x1f727600, 0x1f7a0000)
    compacting perm gen total 12288K, used 3795K [0x269d0000, 0x275d0000, 0x2a9d0000)
    the space 12288K, 30% used [0x269d0000, 0x26d84c68, 0x26d84e00, 0x275d0000)
    ro space 8192K, 62% used [0x2a9d0000, 0x2aed2ba0, 0x2aed2c00, 0x2b1d0000)
    rw space 12288K, 52% used [0x2b1d0000, 0x2b8188e0, 0x2b818a00, 0x2bdd0000)
    Dynamic libraries:
    0x00400000 - 0x00448000      C:\Program Files\Vuze\Azureus.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.DLL
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 - 0x7d1d6000      C:\WINDOWS\system32\SHELL32.DLL
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x77120000 - 0x771ab000      C:\WINDOWS\system32\OLEAUT32.dll
    0x78050000 - 0x78120000      C:\WINDOWS\system32\WININET.dll
    0x008a0000 - 0x008a9000      C:\WINDOWS\system32\Normaliz.dll
    0x78000000 - 0x78045000      C:\WINDOWS\system32\iertutil.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x78130000 - 0x78257000      C:\WINDOWS\system32\urlmon.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\psapi.dll
    0x6d7c0000 - 0x6da10000      c:\program files\java\jre1.6.0_07\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Vuze\MSVCR71.dll
    0x6d270000 - 0x6d278000      c:\program files\java\jre1.6.0_07\bin\hpi.dll
    0x6d770000 - 0x6d77c000      c:\program files\java\jre1.6.0_07\bin\verify.dll
    0x6d310000 - 0x6d32f000      c:\program files\java\jre1.6.0_07\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      c:\program files\java\jre1.6.0_07\bin\zip.dll
    0x6d570000 - 0x6d583000      C:\Program Files\Java\jre1.6.0_07\bin\net.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x58d40000 - 0x58d47000      C:\WINDOWS\System32\wship6.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x10000000 - 0x10014000      C:\Program Files\Vuze\aereg.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x3a700000 - 0x3a769000      C:\WINDOWS\system32\IMKR12.IME
    0x03610000 - 0x036ab000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\MSVCR80.dll
    0x7c420000 - 0x7c4a7000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\MSVCP80.dll
    0x6d750000 - 0x6d758000      C:\Program Files\Java\jre1.6.0_07\bin\sunmscapi.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x6d4c0000 - 0x6d4c9000      C:\Program Files\Java\jre1.6.0_07\bin\management.dll
    0x6d590000 - 0x6d599000      C:\Program Files\Java\jre1.6.0_07\bin\nio.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x76d40000 - 0x76d58000      C:\WINDOWS\system32\MPRAPI.dll
    0x77cc0000 - 0x77cf2000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76e10000 - 0x76e35000      C:\WINDOWS\system32\adsldpc.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x71bf0000 - 0x71c03000      C:\WINDOWS\system32\SAMLIB.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x77d00000 - 0x77d33000      C:\WINDOWS\system32\netman.dll
    0x76400000 - 0x765a6000      C:\WINDOWS\system32\netshell.dll
    0x76c00000 - 0x76c2e000      C:\WINDOWS\system32\credui.dll
    0x76ee0000 - 0x76f1c000      C:\WINDOWS\system32\RASAPI32.dll
    0x76e90000 - 0x76ea2000      C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000      C:\WINDOWS\system32\TAPI32.dll
    0x73030000 - 0x73040000      C:\WINDOWS\system32\WZCSAPI.DLL
    0x77620000 - 0x7768e000      C:\WINDOWS\system32\WZCSvc.DLL
    0x76d30000 - 0x76d34000      C:\WINDOWS\system32\WMI.dll
    0x76d80000 - 0x76d9e000      C:\WINDOWS\system32\DHCPCSVC.DLL
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f50000 - 0x76f58000      C:\WINDOWS\system32\WTSAPI32.dll
    0x76360000 - 0x76370000      C:\WINDOWS\system32\WINSTA.dll
    0x606b0000 - 0x607bd000      C:\WINDOWS\system32\ESENT.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    VM Arguments:
    jvm_args: -Dexe4j.moduleName=C:\Program Files\Vuze\Azureus.exe -Dexe4j.tempDir=C:\DOCUME~1\ABRAHA~1\LOCALS~1\Temp\e4j14.tmp_dir24671 -Dexe4j.unextractedPosition=251825 -Dexe4j.consoleCodepage=cp0 -Xmx128m -Duser.dir=C:\Program Files\Vuze\ -Dazureus.nativelauncher=1
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
    PATH=C:\Program Files\Vuze\.\.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;c:\program files\java\jre1.6.0_07\bin
    USERNAME=Abraham Baek
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 3 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 3 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 1048048k(581416k free), swap 1734832k(1335768k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b23) for windows-x86 JRE (1.6.0_07-b06), built on Jun 10 2008 01:14:11 by "java_re" with MS VC++ 7.1
    time: Fri Aug 08 19:49:40 2008
    elapsed time: 6 seconds
    It would be grateful if there is any help out there so i
    can download some music, movies, etc =]

    Thanks for the update.
    What version of client software are you running ? (i.e. Windows XP, Windows 7, Windows Vista, Linux , Mac )
    What version of the browser are you using ?
    Test this out with IE6 if possible or Firefox running the supported JRE client.
    Since you have other JRE's installed, remove them all completely.
    1. Remove and uninstall any JRE client plugins you have on your client. (i.e. Client meaning desktop OS)
    2. Clear  cache from Java Web Start > File --> Preferences --> Advanced" tab > Clear Folder.
    3. Verify the file:
    NMSROOT/campus/www/classpath/com/cisco/nm/ani/clients/lib/util/LoadXmlProperties.class exists .
    4. Create a new users account on your workstation and try accessing the topology services .
    5. If it does not work on your workstation, test it out on a Windows XP workstation, not Windows Vista or Windows 7.
    For these devices, if they are still in the DCR, remove them and re-add to LMS.
    2010/05/17 13:16:02 ERROR DeviceManager: Unable to find device id=17748 for setting Sysname = VTBHA-HQQ-CE01-PEG01
    2010/05/17 13:16:02 ERROR DeviceManager: Unable to find device id=5553 for setting Sysname = HQ-L13-C6506-01

  • SPAM update Error for patch level 42 on 7.01

    Hi all,
    While applying SPAM update 42 for 7.01, we received the error below.  We also tried to apply a lower version with the same results.  Your help is appreciated.
    Class CL_OCS_RT_ANALYSIS,Method GET_XML
    The row type of the table "ME->T_PATRTVERS" is not compatible with
    field symbol type "<FS_PATRTVERS>".
    from ST22:
    Runtime Errors SYNTAX_ERROR
    Date and Time 10/10/2011 05:16:00
    Short text
    Syntax error in program "CL_OCS_RT_ANALYSIS============CP ".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSPAM" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_OCS_RT_ANALYSIS============CP " in include
    "CL_OCS_RT_ANALYSIS============CM002 " in
    line 67:
    "The row type of the table "ME->T_PATRTVERS" is not compatible
    with fie"
    "ld symbol type "<FS_PATRTVERS>"."
    Thanks,
    Domenick

    Dear Domenick,
    This issue you are facing is most probably because of a force reset of SPAM queue in IMPORT_PROPER phase.
    You might have reset the queue forcibly which has created inconsistency in the system and has destoyed SPAM transaction
    related program sources.
    Now in order to resolve this you can try out a small fix.
    You can pick up the class/interface CL_OCS_RT_ANALYSIS============CP from a system which has already been patched with SAPKD70142. You can transport this class to the affected system.
    Once done, try to do the SPAM import. If the SPAM import is successfull it is fine.
    If it not successfull, there is no other way apart from restoring the sytem since the SPAM sources are corrupt.
    Best Regards,
    Abhishek

  • Migrating DS 5.2 to ODSEE 11.1.1.5 using dsmig java error

    Problem Summary
    Migrating Sun Directory Server 5.2 to Oracle Directory Server 11.1.1.5 using dsmig fails
    Problem Description
    We are currently migrating our Sun DS 5.2 servers to ODSEE 11.1.1.5. I have successfully migrated one of our DS instances. The second has become more challenging. When running the following command I receive the error output below.
    dsmig migrate-config -R /usr/local/sun-ds/slapd-wasp/ /usr/local/dsee7/local/dsInst/
    Launching Configuration Migration of server instance /usr/local/sun-ds/slapd-wasp .....
    Starting server instance /usr/local/dsee7/local/dsInst ..... Directory Server instance '/usr/local/dsee7/local/dsInst' is already running (pid: 6396)
    Enter "cn=Directory Manager" password:
    Connecting to server localhost:1389 .....
    Discovering suffixes in /usr/local/sun-ds/slapd-wasp/config/dse.ldif configuration file ..... DONE.
    Setting server properties ..... DONE.
    Setting log properties ..... DONE.
    Creating suffix dc=uvic,dc=ca ..... DONE.
    Setting suffix dc=uvic,dc=ca properties ..... DONE.
    FAILED.
    Could not migrate configuration.
    "dsmig" raised an unexpected error: "Exception ID = 2
    Related property = matching-rule
    EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
    matching-rule
    Operation "migrate-config" failed.
    Log output is such:
    [06/Mar/2013:11:08:03 -0800] MIGRATE-CONFIG - Creating index (suffix dc=uvic,dc=ca, attribute uid) .....
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - FAILED.
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Could not migrate configuration.
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - "dsmig" raised an unexpected error: "Exception ID = 2
    Related property = matching-rule
    EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
    [06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Operation "migrate-config" failed.
    What is Java trying to cast to a string here? I see this under uid in the DS 5.2 dse.ldif:
    nsMatchingRule: 2.5.13.5
    Is this the issue?
    Thanks.

    This is a known bug:
    Bug 12972095: ODSEE 11G MIGRATION FROM DS 5.2 FAILING ON NSMATCHINGRULE
    There is a workaround available. The configuration has a 'matching rule' in it somewhere, for example:
    dn: cn=ActiveOID5,cn=index,cn=example,cn=ldbm database,cn=plugins,cn=config
    objectClass: top
    objectClass: nsIndex
    cn: ActiveOID5
    nsSystemIndex: false
    nsIndexType: pres
    nsIndexType: eq
    nsMatchingRule: 1.3.6.1.4.1.42.2.27.9.4.34.1 <<-- this here
    creatorsName: cn=directory manager
    modifiersName: cn=directory manager
    createTimestamp: 20110318205627Z
    modifyTimestamp: 20110318205627Z
    If the 'matching rule' information is removed the dsmig will then be successful. The configuration attribute "nsMatchingRule" is one that is noted as it will not be migrated automatically. However dsmig should not produce an JAVA exception reading the attribute. This bug states that it should be fixed in DS 11.1.1.7.0

  • Java error - Oracle Security Alert for CVE-2010-4476

    I have come across this security alert described at http://www.oracle.com/technetwork/topics/security/alert-cve-2010-4476-305811.htm l
    In summary - Java Runtime Environment hangs when converting "2.2250738585072012e-308" to a binary floating-point number.
    This vulnerability affects:
    Java SE
    JDK and JRE 6 Update 23 and earlier for Windows, Solaris, and Linux
    JDK 5.0 Update 27 and earlier for Solaris 9
    SDK 1.4.2_29 and earlier for Solaris 8
    Java for Business
    JDK and JRE 6 Update 23 and earlier for Windows, Solaris and Linux
    JDK and JRE 5.0 Update 27 and earlier for Windows, Solaris and Linux
    SDK and JRE 1.4.2_29 and earlier for Windows, Solaris and Linux
    Java for MacOS X 10.6 update 3 updates Java to SE 6 to version 1.6.0_22.
    Is anyone aware of new Java update for Mac that will fix this problem? If one doesn't exist, does anyone know when a new update will be available?
    Thanks.

    Hi Hussein,
    have you applied this? Please can you update?
    Our environment: 11.5.10.2 (9.2.0.7)running on HP-UX PARISC. We are using Jinitiator. We are not yet migrated to J2SE Plugin.
    So, since the sercurity patch is for JRE, is that still required for our environment?
    Please advise?
    Edited by: oraDBA2 on Feb 13, 2011 9:12 PM

  • Error - While Updating Metalink Credentials for Patch Wizard in R12

    Error coming while doing : Update Metalink Credentials for Patch Wizard
    "Unable to connect to Metalink. Please enter a valid Metalink userid and password. Please also check if the Web Proxy Setup information is correct."
    We are not using Proxy Server. When i try to login to Support.oracle.com using same user it works. But throwing error using Patch Wizard. Can anyone tell me that why this error is coming ??
    Regards,
    Priyanka Pawar

    Regarding Backup as it is Application Level patch, is it fine if i take Backup of $ORACLE_HOME for Application Tier ?You will have to take a full backup (which means all the application/database tier files -- i.e. all the directories after you shutdown all the services cleanly).
    1. After that I need to 'Enable Maintenance Mode' using adadmin utility
    applmgr>$adadmin
    2. Source Env file for Application Tier
    applmgr>$ . SID_hostname.endYou mean env file.
    3. Stop all Application Services
    applmgr>$ . adstpall.sh
    4. Copy patch to Directory
    5. Unzip
    6. applmgr>$ cd /u01/patch/10629956
    7. After that apply patch using adpatch utility
    applmgr>$ adpatch
    8. Disable Maintenance Mode
    9. Start Application Tier Services
    10. Retest Correct.
    Can I follow these steps ? Yes.
    By default value of parameter "apply" is "y" so does it apply patch intest mode? I nned to specify it to "n" or should i test it first as i m doing this first time. You do not need to test it if you take a backup, and this is a small patch so you should be OK :)
    If in case anything goes wrong can I restore my Application Services back using old Oracle_Home backup ?Yes.
    Note: Please edit the post before the previous one as it contains the contents of MOS document and this violates Oracle support agreement policy.
    Thanks,
    Hussein

  • Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    hello,
    After installing the Adobe reader, I got the following error message:
    Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For mo

    I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For more information contact your patch vendor." tried uninstalling and reinstalling and still get the error. Searched for C:\Config.Msi\pT64b3.tmp and cannot find the path or the file

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • Why am I getting errors for swupd_syncd of Product ID: "091-7360" (Java Update)

    The Software Update log has:
    Tue Oct 22 03:01:16 XXX swupd_syncd[4534] <Error>: *** Product ID: "091-7360"; file URL: "http://swcdn.apple.com/content/downloads/35/57/091-7360/ise9pfxzzwi10qx4c2bygqf9llmcch6axd/JavaForMacOSX10.6.dst/091-7360.pt_PT.dist"[...]Tue Oct 22 03:01:17 XXX swupd_syncd[4534] <Info>: Finished downloading product: 091-7360Tue Oct 22 07:06:30 XXX swupd_syncd[15676] <Warning>: ignored invalid download request for product 091-7360, current state = PleaseMirror
    There  was http://support.apple.com/kb/TS3127?viewlocale=en_US&locale=en_US -- similar symptions fixed by the 10.6.3 update, but by now I'm at 10.6.8.

    Unfortunately, I don't have an answer for you, but at least we can comiserate about the problem. I have 3 different 10.6 SUS installations that are having this problem. I've been trying to directly manipulate the downloaded files, settings, etc. I'm seeing that the downloaded files here:
    /var/db/swupd/html/content/downloads/35/57/091-7360/
    do not have any of the ".dst" distribution files for the various languages that should be there. I believe that must be the "incomplete download" part, but I've even copied those files from a 10.5 SUS download (all of the 10.5 SUS engines work w/ this Java update, BTW), still to no avail.
    I've also tried manipulating the list of updates in the .plist here:
    /etc/swupd/com.apple.server.swupdate.plist
    by changing the flags for 091-7360 to "Mirrored" instead of "PleaseMirror", changing Enabled to "true", and things like that. I still cannot get SUS to be happy w/ this update. I think that if I had a better understanding of how all of these files tie together (you've got lists of updates in /etc/swupd, but also multiple catalog files in /var/db/swupd/html), I might be able to fool the thing into working. Alas, it appears to be beyond me, and I may have to just wait until another Java update for 10.6 is issued to be able to use SUS for it again.
    Any further observations you may have would be quite welcome. Maybe we can put our heads together and figure this out.
    Thx,
    Fred

  • Sometime fail to call servlet ERROR message: java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:.

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

  • Error applying patch for bug 4554072 (APEX 2.2.1 requirement)

    All,
    I am installing APEX 2.2.1 and is trying to apply the patch for bug 4554072. I have checked the OWA version:
    SQL> select owa_util.get_version from dual;
    GET_VERSION
    10.1.2.0.0
    And When I am trying to execute the privht8.sql script I get the following errors:
    SQL> @904x_1012x/privht8.sql
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY HTF:
    LINE/COL ERROR
    19/10 PLS-00323: subprogram or cursor 'TITLE' is declared in a package
    specification and must be defined in the package body
    21/10 PLS-00323: subprogram or cursor 'HTITLE' is declared in a package
    specification and must be defined in the package body
    35/7 PL/SQL: Statement ignored
    35/15 PLS-00307: too many declarations of 'TITLE' match this call
    205/7 PL/SQL: Statement ignored
    205/15 PLS-00307: too many declarations of 'ANCHOR' match this call
    433/7 PL/SQL: Statement ignored
    LINE/COL ERROR
    433/14 PLS-00307: too many declarations of 'EM' match this call
    443/7 PL/SQL: Statement ignored
    443/14 PLS-00307: too many declarations of 'KBD' match this call
    829/7 PL/SQL: Statement ignored
    829/14 PLS-00307: too many declarations of 'TABLEDATA' match this call
    834/7 PL/SQL: Statement ignored
    834/14 PLS-00307: too many declarations of 'TABLEDATA' match this call
    836/7 PL/SQL: Statement ignored
    836/14 PLS-00307: too many declarations of 'TABLEDATA' match this call
    840/8 PL/SQL: Statement ignored
    840/15 PLS-00307: too many declarations of 'TABLEDATA' match this call
    LINE/COL ERROR
    914/9 PL/SQL: Statement ignored
    914/24 PLS-00307: too many declarations of 'ESCAPE_SC' match this call
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY HTP:
    LINE/COL ERROR
    14/11 PLS-00323: subprogram or cursor 'TITLE' is declared in a package
    specification and must be defined in the package body
    15/11 PLS-00323: subprogram or cursor 'HTITLE' is declared in a package
    specification and must be defined in the package body
    1691/7 PL/SQL: Statement ignored
    1691/7 PLS-00307: too many declarations of 'PRINT' match this call
    1694/7 PL/SQL: Statement ignored
    1694/7 PLS-00307: too many declarations of 'PRINT' match this call
    1697/7 PL/SQL: Statement ignored
    LINE/COL ERROR
    1697/7 PLS-00307: too many declarations of 'PRN' match this call
    1700/7 PL/SQL: Statement ignored
    1700/7 PLS-00307: too many declarations of 'PRN' match this call
    1703/7 PL/SQL: Statement ignored
    1703/7 PLS-00307: too many declarations of 'PRINT' match this call
    1706/7 PL/SQL: Statement ignored
    1706/7 PLS-00307: too many declarations of 'PRINT' match this call
    1709/7 PL/SQL: Statement ignored
    1709/7 PLS-00307: too many declarations of 'P' match this call
    1712/7 PL/SQL: Statement ignored
    1712/7 PLS-00307: too many declarations of 'P' match this call
    LINE/COL ERROR
    1715/7 PL/SQL: Statement ignored
    1715/7 PLS-00307: too many declarations of 'P' match this call
    SQL>
    Any ideas? I am hoping that I am just tired and is doing something really stooopid ;-)
    Cheers,
    Andy

    Andy,
    From the README.txt included with that patch:
    - If the PL/SQL Web Toolkit version is either 9.0.4 series or 10.1.2 series and
    the database version is higher than 8.1.7.4
    SQL> @904x_1012x/privht.sql
    SQL> exit
    I’m assuming your database version is higher than 8.1.7.4. If so, then you need to run privht.sql and not privht8.sql.
    Joel

Maybe you are looking for

  • How do I put iTunes music files back in my new iMac from an external back up?

    I backed up my entire iTunes music library to an external drive. Now that I have purchased a new iMac, i tried to copy the music library and put it back in the music folder located in the iMacs iTunes Media folder. The music is there and if I click o

  • Why receiver is stopped

    i am creating rtp mixer . for that i have made a program which receive rtp stream and then transmit it . The problem with this code is that it first create receiver(it is a player) from the received rtp stream but receiver is stopped when treansmitte

  • Airport Express Hardware Problem?

    My Airport Express Modem is about a year old. Recently it began losing connection to my G4. The signal appears to fade and return, repeatedly....the bars on the airport icon go from 0 to 4 and back again. The green light remains on. This begins after

  • Enhanced DSL

    Had enhanced for two years.  Down speed at 2.8.  Changing billing, now Verizon provisions me at .5 to 1 and states that enhanced is not available to my number at any price.  Neighbors in same pedestal still have 3.0 on their line according to Verizon

  • Is there a dialog to choose a folder?

    If I use the standard Export dialog, the Export Location section has a button labeled 'Choose...' for custom folder locations. If I choose that, I get (at least on Windows) the standard directory-chooser dialog (i.e. not meant for choosing files, jus