Uninstalling WebLogic on Solaris

Does anyone know if uninstalling WebLogic on Solaris involves just deleting
the weblogic directory structure or there is more to it ?

"Prem Prabhakaran" <[email protected]> wrote in message
news:3a425840$[email protected]..
Does anyone know if uninstalling WebLogic on Solaris involves justdeleting
the weblogic directory structure or there is more to it ?
No. All you have to do is only
rm -rf WL_INSTALLED_DIR

Similar Messages

  • How can  uninstall weblogic from  solaris

    Hi
    How can uninstall weblogic 5.1 from solaris8

    You should simply delete the directory where you installed it.
    Try:
    rm -rf *
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Swaraj K. Pal" <[email protected]> wrote in message
    news:3a9d7b41$[email protected]..
    Hi
    How can uninstall weblogic 5.1 from solaris8

  • Uninstalling weblogic server in unix

    Does anyone know if uninstalling WebLogic on Solaris involves just deleting
    the weblogic directory structure or there is more to it ?

    "Prem Prabhakaran" <[email protected]> wrote in message
    news:3a425840$[email protected]..
    Does anyone know if uninstalling WebLogic on Solaris involves justdeleting
    the weblogic directory structure or there is more to it ?
    No. All you have to do is only
    rm -rf WL_INSTALLED_DIR

  • Problem with Iplanet/JWS 6.1 connecting to Weblogic on Solaris

    We have an application which runs JSPs and Servlets on SJSWS/Iplanet 6.1 and uses
    EJBs on
    Weblogic 8.1 for database access.
    When the Weblogic server is running on a Windows box, there is no problem accessing
    the EJBs. But
    we have not been able to get connected when the Weblogic is running on a Solaris
    box.
    Also, we don't have a problem connecting to the Weblogic on Solaris from a Tomcat
    webserver, so
    the EJBs and URI are correct.
    Any help appreciated.
    Here's the stacktrace of the exception:
    info: CORE3282: stdout: 10:16:46,296 ERROR [UserMaintenance] Error looking up
    user.UserManagement.
    Exception is javax.naming.NamingException: Unhandled exception in lookup.
    Root exception is org.omg.CORBA.UNKNOWN: vmcid: 0x0 minor code: 0 completed:
    No
    info: CORE3282: stdout: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
    Method)
    info: CORE3282: stdout: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    info: CORE3282: stdout: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    info: CORE3282: stdout: at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    info: CORE3282: stdout: at java.lang.Class.newInstance0(Class.java:306)
    info: CORE3282: stdout: at java.lang.Class.newInstance(Class.java:259)
    info: CORE3282: stdout: at com.sun.corba.se.internal.iiop.messages.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:90)
    info: CORE3282: stdout: at com.sun.corba.se.internal.iiop.ClientResponseImpl.getSystemException(ClientResponseImpl.java:105)
    info: CORE3282: stdout: at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:314)
    info: CORE3282: stdout: at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    info: CORE3282: stdout: at weblogic.corba.cos.naming._NamingContextAnyStub.resolve_any(_NamingContextAnyStub.java:80)
    info: CORE3282: stdout: at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:213)
    info: CORE3282: stdout: at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:171)
    info: CORE3282: stdout: at javax.naming.InitialContext.lookup(InitialContext.java:347)
    info: CORE3282: stdout: at com.cmg.util.ejb.EJBHomeFactory.lookupHome(EJBHomeFactory.java:77)
    info: CORE3282: stdout: at com.cmg.adp.tpc.UserMaintenance.getManager(UserMaintenance.java:94)
    info: CORE3282: stdout: at com.cmg.adp.tpc.LogonAction.doAuthenticate(LogonAction.java:133)
    info: CORE3282: stdout: at com.cmg.adp.tpc.LogonAction.doExecute(LogonAction.java:94)
    info: CORE3282: stdout: at com.cmg.adp.tpc.BaseAction.execute(BaseAction.java:51)
    info: CORE3282: stdout: at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    info: CORE3282: stdout: at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    info: CORE3282: stdout: at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
    info: CORE3282: stdout: at com.cmg.adp.tpc.PaycardServlet.process(PaycardServlet.java:178)
    info: CORE3282: stdout: at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:523)
    info: CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    info: CORE3282: stdout: at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:293)
    info: CORE3282: stdout: at java.security.AccessController.doPrivileged(Native
    Method)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:289)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    info: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    info: CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    info: CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)

    when i access
    http://localhost/portal
    A serious error has occured in the Desktop. This may have been caused by a mis-configuration on the server.
    Please report this problem to your administrator.
    Return to front page

  • Unable to uninstall Weblogic server from windows 7 64 bit machine

    I am trying to uninstall weblogic server 10.3.6 from my local windows 7 machine and i am getting a crash when I click on uninstall button or from command prompt.
    Error:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007714ec75, pid=6384, tid=7004
    # JRE version: 7.0_01-b08
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (21.1-b02 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C [ntdll.dll+0x4ec75]
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000007af1800): JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=7004, stack(0x000000000a800000,0x000000000a900000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    RAX=0x000000000a8fd548, RBX=0x0000000000000002, RCX=0x000000000a8fd618, RDX=0x000000000a8fd588
    RSP=0x000000000a8fd538, RBP=0x000007fee8881bf0, RSI=0x0000000000000020, RDI=0x0000000000000000
    R8 =0x000000000a8f5000, R9 =0x0000000000000003, R10=0x0000000000000000, R11=0x000000000000a2d6
    R12=0x0000000000000000, R13=0x0000000000000050, R14=0x0000000000000003, R15=0x0000000007af1800
    RIP=0x000000007714ec75, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x000000000a8fd538)
    0x000000000a8fd538: 0000000000000202 0000000077107549
    0x000000000a8fd548: 000007fffff92000 0000000000000000
    0x000000000a8fd558: 0000000007af1801 000000000804ade0
    0x000000000a8fd568: 00000000593bac48 000000000b92f340
    0x000000000a8fd578: 00000000eb6c2c58 0000000000000051
    0x000000000a8fd588: 000000000a900000 000000000a8f5000
    0x000000000a8fd598: 0000000000000000 000000000a8fd750
    0x000000000a8fd5a8: 00000000029b26fa 0000000000000008
    0x000000000a8fd5b8: 000000000b902270 000000000a8fddb0
    0x000000000a8fd5c8: 00000000029d743a 00000000029d73d0
    0x000000000a8fd5d8: 0000000000000000 0000000000000000
    0x000000000a8fd5e8: 000000000a8fddb0 00000001eaf0b258
    0x000000000a8fd5f8: 000000000b9022c0 000000000a8fde20
    0x000000000a8fd608: 00000000029a6330 00000000029a5350
    0x000000000a8fd618: 0000000000000000 00000000fb03fe30
    0x000000000a8fd628: 000000000a8fde20 000000000a8fde20
    Instructions: (pc=0x000000007714ec75)
    0x000000007714ec55: d0 00 00 00 4c 89 a1 d8 00 00 00 4c 89 a9 e0 00
    0x000000007714ec65: 00 00 4c 89 b1 e8 00 00 00 4c 89 b9 f0 00 00 00
    0x000000007714ec75: 0f ae 81 00 01 00 00 0f 29 81 a0 01 00 00 0f 29
    0x000000007714ec85: 89 b0 01 00 00 0f 29 91 c0 01 00 00 0f 29 99 d0
    Register to memory mapping:
    RAX=0x000000000a8fd548 is pointing into the stack for thread: 0x0000000007af1800
    RBX=0x0000000000000002 is an unknown value
    RCX=0x000000000a8fd618 is pointing into the stack for thread: 0x0000000007af1800
    RDX=0x000000000a8fd588 is pointing into the stack for thread: 0x0000000007af1800
    RSP=0x000000000a8fd538 is pointing into the stack for thread: 0x0000000007af1800
    RBP=0x000007fee8881bf0 is an unknown value
    RSI=0x0000000000000020 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x000000000a8f5000 is pointing into the stack for thread: 0x0000000007af1800
    R9 =0x0000000000000003 is an unknown value
    R10=0x0000000000000000 is an unknown value
    R11=0x000000000000a2d6 is an unknown value
    R12=0x0000000000000000 is an unknown value
    R13=0x0000000000000050 is an unknown value
    R14=0x0000000000000003 is an unknown value
    R15=0x0000000007af1800 is a thread
    Stack: [0x000000000a800000,0x000000000a900000], sp=0x000000000a8fd538, free space=1013k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x4ec75] RtlCaptureContext+0x85
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v blob 0x00000000029d74ff
    j java.lang.String.equals(Ljava/lang/Object;)Z+8
    j javax.swing.ArrayTable.get(Ljava/lang/Object;)Ljava/lang/Object;+44
    j javax.swing.JComponent.getClientProperty(Ljava/lang/Object;)Ljava/lang/Object;+45
    j sun.swing.SwingUtilities2.stringWidth(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I+23
    j javax.swing.SwingUtilities.layoutCompoundLabelImpl(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;+197
    j javax.swing.SwingUtilities.layoutCompoundLabel(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;+159
    j javax.swing.plaf.basic.BasicGraphicsUtils.getPreferredButtonSize(Ljavax/swing/AbstractButton;I)Ljava/awt/Dimension;+102
    j javax.swing.plaf.basic.BasicButtonUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension;+10
    j workshop.core.plaf.JbButtonUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension;+21
    j javax.swing.JComponent.getPreferredSize()Ljava/awt/Dimension;+26
    j com.bea.plateng.common.ui.gui.GUIUtilities.sameSizeButtons([Ljavax/swing/JButton;)V+42
    j com.bea.plateng.wizard.GUIContext$UpdateGUI.run()V+324
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
    j java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
    j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
    j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+245
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000007c19800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5980, stack(0x000000000b050000,0x000000000b150000)]
    =>0x0000000007af1800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=7004, stack(0x000000000a800000,0x000000000a900000)]
    0x0000000007aef800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=412, stack(0x000000000a620000,0x000000000a720000)]
    0x0000000007a8b000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5012, stack(0x00000000084a0000,0x00000000085a0000)]
    0x0000000007a8a800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6776, stack(0x00000000083a0000,0x00000000084a0000)]
    0x0000000007a89800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6912, stack(0x0000000008240000,0x0000000008340000)]
    0x0000000006350800 JavaThread "Service Thread" daemon [_thread_blocked, id=5756, stack(0x0000000007230000,0x0000000007330000)]
    0x000000000634f800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6696, stack(0x0000000006fb0000,0x00000000070b0000)]
    0x0000000006346800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3956, stack(0x0000000007100000,0x0000000007200000)]
    0x0000000006346000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3888, stack(0x0000000006e60000,0x0000000006f60000)]
    0x0000000006336800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6204, stack(0x0000000006c80000,0x0000000006d80000)]
    0x0000000006254000 JavaThread "Finalizer" daemon [_thread_blocked, id=5544, stack(0x0000000006920000,0x0000000006a20000)]
    0x0000000006247000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5128, stack(0x0000000006a50000,0x0000000006b50000)]
    0x00000000026db000 JavaThread "main" [_thread_in_Java, id=4076, stack(0x00000000028a0000,0x00000000029a0000)]
    Other Threads:
    0x000000000623a800 VMThread [stack: 0x00000000067e0000,0x00000000068e0000] [id=4104]
    0x0000000006363800 WatcherThread [stack: 0x0000000007420000,0x0000000007520000] [id=5560]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 18496K, used 9847K [0x00000000faab0000, 0x00000000fbf50000, 0x0000000100000000)
    eden space 15872K, 62% used [0x00000000faab0000,0x00000000fb44df08,0x00000000fba30000)
    from space 2624K, 0% used [0x00000000fbcc0000,0x00000000fbcc0000,0x00000000fbf50000)
    to space 2624K, 0% used [0x00000000fba30000,0x00000000fba30000,0x00000000fbcc0000)
    PSOldGen total 42240K, used 0K [0x00000000f0000000, 0x00000000f2940000, 0x00000000faab0000)
    object space 42240K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f2940000)
    PSPermGen total 21248K, used 11043K [0x00000000eae00000, 0x00000000ec2c0000, 0x00000000f0000000)
    object space 21248K, 51% used [0x00000000eae00000,0x00000000eb8c8c68,0x00000000ec2c0000)
    Code Cache [0x00000000029a0000, 0x0000000002c10000, 0x00000000059a0000)
    total_blobs=460 nmethods=56 adapters=356 free_code_cache=48538Kb largest_free_block=49679808
    Dynamic libraries:
    0x000000013fdf0000 - 0x000000013fe23000      C:\PROGRA~1\Java\JDK17~1.0_0\bin\javaw.exe
    0x0000000077100000 - 0x00000000772ac000      C:\Windows\SYSTEM32\ntdll.dll
    0x0000000076fe0000 - 0x00000000770ff000      C:\Windows\system32\kernel32.dll
    0x000007fefd3c0000 - 0x000007fefd42c000      C:\Windows\system32\KERNELBASE.dll
    0x000007feff0e0000 - 0x000007feff1bb000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefee80000 - 0x000007fefef1f000      C:\Windows\system32\msvcrt.dll
    0x000007fefe810000 - 0x000007fefe82f000      C:\Windows\SYSTEM32\sechost.dll
    0x000007fefef20000 - 0x000007feff04e000      C:\Windows\system32\RPCRT4.dll
    0x0000000076ee0000 - 0x0000000076fda000      C:\Windows\system32\USER32.dll
    0x000007fefebe0000 - 0x000007fefec47000      C:\Windows\system32\GDI32.dll
    0x000007feff050000 - 0x000007feff05e000      C:\Windows\system32\LPK.dll
    0x000007feff1c0000 - 0x000007feff28a000      C:\Windows\system32\USP10.dll
    0x000007fefb9d0000 - 0x000007fefbbc4000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
    0x000007feff060000 - 0x000007feff0d1000      C:\Windows\system32\SHLWAPI.dll
    0x000007fefcf30000 - 0x000007fefcf87000      C:\Windows\system32\apphelp.dll
    0x000007fef0500000 - 0x000007fef055a000      C:\Windows\AppPatch\AppPatch64\AcLayers.DLL
    0x000007fef7880000 - 0x000007fef78f0000      C:\Windows\system32\WINSPOOL.DRV
    0x000007fef7860000 - 0x000007fef7878000      C:\Windows\system32\MPR.dll
    0x000007fee8610000 - 0x000007fee8a77000      C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
    0x000007feebda0000 - 0x000007feebdf1000      C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
    0x000007fefcf00000 - 0x000007fefcf25000      C:\Windows\system32\SspiCli.dll
    0x000007fefe480000 - 0x000007fefe682000      C:\Windows\system32\ole32.dll
    0x000007fefd480000 - 0x000007fefe206000      C:\Windows\system32\SHELL32.dll
    0x0000000071820000 - 0x0000000071823000      C:\Windows\system32\sfc.dll
    0x000007fef8eb0000 - 0x000007fef8ec0000      C:\Windows\system32\sfc_os.DLL
    0x000007fefc390000 - 0x000007fefc3ae000      C:\Windows\system32\USERENV.dll
    0x000007fefd060000 - 0x000007fefd06f000      C:\Windows\system32\profapi.dll
    0x000007fefb3d0000 - 0x000007fefb3e8000      C:\Windows\system32\dwmapi.dll
    0x000007feff2b0000 - 0x000007feff2de000      C:\Windows\system32\IMM32.DLL
    0x000007fefe210000 - 0x000007fefe319000      C:\Windows\system32\MSCTF.dll
    0x000000006aa60000 - 0x000000006ab31000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\msvcr100.dll
    0x0000000059220000 - 0x00000000598ed000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\server\jvm.dll
    0x000007fef85b0000 - 0x000007fef85b9000      C:\Windows\system32\WSOCK32.dll
    0x000007fefee30000 - 0x000007fefee7d000      C:\Windows\system32\WS2_32.dll
    0x000007fefe970000 - 0x000007fefe978000      C:\Windows\system32\NSI.dll
    0x000007fefad30000 - 0x000007fefad6b000      C:\Windows\system32\WINMM.dll
    0x00000000772c0000 - 0x00000000772c7000      C:\Windows\system32\PSAPI.DLL
    0x00000000706e0000 - 0x00000000706ef000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\verify.dll
    0x000000006d100000 - 0x000000006d128000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\java.dll
    0x000000006fb10000 - 0x000000006fb25000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\zip.dll
    0x0000000060020000 - 0x00000000601b3000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\awt.dll
    0x000007fefe320000 - 0x000007fefe3f7000      C:\Windows\system32\OLEAUT32.dll
    0x000007fefcf90000 - 0x000007fefcf9f000      C:\Windows\system32\CRYPTBASE.dll
    0x000007feea6b0000 - 0x000007feea8af000      C:\Windows\system32\d3d9.dll
    0x000007fefc570000 - 0x000007fefc57c000      C:\Windows\system32\VERSION.dll
    0x000007fefbbe0000 - 0x000007fefbbe7000      C:\Windows\system32\d3d8thk.dll
    0x000007fee7a10000 - 0x000007fee8604000      C:\Windows\system32\nvd3dumx.dll
    0x000007fefbc00000 - 0x000007fefbc2c000      C:\Windows\system32\powrprof.dll
    0x000007fefec50000 - 0x000007fefee27000      C:\Windows\system32\SETUPAPI.dll
    0x000007fefd110000 - 0x000007fefd146000      C:\Windows\system32\CFGMGR32.dll
    0x000007fefd230000 - 0x000007fefd24a000      C:\Windows\system32\DEVOBJ.dll
    0x000000006f130000 - 0x000000006f164000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\fontmanager.dll
    0x000000006d0c0000 - 0x000000006d0f9000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\kcms.dll
    0x000000006ec10000 - 0x000000006ec29000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\net.dll
    0x000007fefc8d0000 - 0x000007fefc924000      C:\Windows\system32\mswsock.dll
    0x000007fefc8c0000 - 0x000007fefc8c7000      C:\Windows\System32\wship6.dll
    0x000000006aff0000 - 0x000000006b001000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\nio.dll
    0x000000006ac10000 - 0x000000006ac51000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\t2k.dll
    VM Arguments:
    jvm_args: -Xmx256m -Djava.library.path=C:\Oracle\Middleware\utils\uninstall -Dhome.dir=C:\Oracle\Middleware -Dinstall.dir=
    java_command: C:\Oracle\Middleware\utils\uninstall\uninstall.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\PROGRA~1\Java\JDK17~1.0_0
    CLASSPATH=C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip;
    PATH=C:\Oracle\oraclexe\app\oracle\product\11.2.0\server\bin;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\QuickTime\QTSystem\
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista , 64 bit Build 6000
    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 4052816k(1182472k free), swap 8103732k(4659796k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (21.1-b02) for windows-amd64 JRE (1.7.0_01-b08), built on Oct 3 2011 01:39:25 by "java_re" with unknown MS VC++:1600
    time: Thu Jul 26 18:28:23 2012
    elapsed time: 0 seconds
    Two issues now
    1) How do I get rid of weblogic from my machine manually so that I can do fresh install of 10.3.5?
    2) How do I confirm if it is completely removed because after doing the complete SOA suite installation process, JDeveloper throws me errors that it is not compatible with 10.3.6
    Appreciate your help in this regard

    Hi
    I am glad your original issue is resolved. For this new SOA installation, you can post a new thread and preferably in SOA Forums and not here in WLS Forums for quicker response: SOA Suite
    1. To begin with, looks like you have a 64 bit machine, so I would recommend first to install 64 bit JDK. Then install Weblogic using weblogic generic installer (.jar). This means if you already have WLS installed using .exe, you may have to delete that and start over.
    2. Worst case even if you want to continue as it is (32 bit), the location of java is kind of not ok having a space in one of the folder names like "Program Files". And is this java installed by you or did it came with machine and if so. If came with machine it will be older version.
    I would recommend, uninstall existing JDK and install fresh latest JDK in a path something like shown below that do not have any spaces:
    1. C:\Oracle\Java\jdk1.6.0_24_64Bit = Will have JDK 64 bit
    2. C:\Oracle\Middleware116BPM = Will have WLS 10.3.6. Here you install SOA later on
    3. C:\Oracle\Middleware\Jdeveloper116 = Will have JDeveloper 11.6 installed here.
    Now, coming to your actual installation error, do NOT use this command "setup -jreLoc %JAVA_HOME%". Instead just double click on Setup.exe or open a dos window, navigate to that folder and just type setup.exe. The point is do not give -jreLoc. NOW it will prompt to enter full JDK Path. Here you carefuly type full jdk path something like this "C:\Oracle\Java\jdk1.6.0_24_32Bit" (this is on my side...). It should work now.
    Caution. While installing any oracle software do not use folder names with spaces. Like c:\Program Files\ etc. Spaces in folder names may be an issue. So avoid that.
    Since you are starting all this fresh, I would recommend doing it in the right and correct way to avoid any future issues. It may take few hours of extra time that is totally worth.
    Re: Weblogic 10.3.5 install on Windows
    Thanks
    Ravi Jegga

  • How to uninstall Weblogic 10.3.3

    Hi,
    I am new to weblogic installation.
    I have installed Oracle WebLogic Server 11gR1 (10.3.3) using the ZIP Distribution given at http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    I was trying to install SOA 11.1.1.3 but it gave an issue saying that this weblogic version is not 10.3.3 !! While I am unable to understand how this is possible, I have decided to use Oracle WebLogic Server 11gR1 (10.3.3) + Coherence - Package Installer. But I have installed Weblogic already and also created a default domain. So I want to know how to uninstall Weblogic and do I need to remove this domain too. If so how to remove it.
    Rgds,
    Amit

    Uninstallation procedure is described in documentation:
    http://download.oracle.com/docs/cd/E13179_01/common/docs103/install/uninstal.html
    On my Linux box, using
    rm -rf /path/to/bea_homewould be the best way probably. :-)

  • Uninstalling Weblogic on Unix

    Hi , I am no sure how we can uninstall the weblogic on Unix .. In widows I do see deinstall option , but not in Unix..
    Thanks
    Priyanka

    WL_HOME/uninstall
    where WL_HOME represents the directory in which you installed WebLogic Server.
    2. Enter uninstall.sh at the prompt.
    The WebLogic Server Uninstaller Welcome window is displayed.
    Note: If your system supports a graphical user interface, the uninstallation program starts in graphical mode. If your system does not support a graphical user interface, the uninstallation program starts in console mode. Refer to the Uninstalling WebLogic Server in Console Mode for instructions.
    check this:
    http://docs.oracle.com/cd/E13222_01/wls/docs81b/install/instun.html

  • Which version of Weblogic on Solaris is compatible with Oracle 8.1.7 - Unicode?

    Hi folks,
    We want upgrade WLS 4.5.1 to one of the last version of WLS, but also we are
    planing upgrade Oracle to 8.1.7 version and migrate the character set of the
    database to UTF8 (Unicode),
    so we need to know which versions of WLS are compatible with Oracle 8.1.7
    and Unicode as Character Set.
    Thanks in advance.
    Moises Moreno.

    Hi Moises Moreno
    The latest version of weblogic server is 6.1 with service pack 1. This version
    supports oracle 8.1.7 on major unix platforms viz., solaris(2.6,2.7,2.8),
    hp-unix(11.0,11.0i), linux7.1, Aix4.3.3 and on windows platforms viz.,
    NTwithsp5, 2000.
    BEA jdrivers are having Multibyte character set support (UTF8).
    Note : Weblogic server 5.1 with SP10 also supports oracle 8.1.7.
    FMI : http://www.weblogic.com/platforms/index.html#jdbc
    Thanks & Regards
    BEA Customer Support
    Moises Moreno wrote:
    Hi folks,
    We want upgrade WLS 4.5.1 to one of the last version of WLS, but also we are
    planing upgrade Oracle to 8.1.7 version and migrate the character set of the
    database to UTF8 (Unicode),
    so we need to know which versions of WLS are compatible with Oracle 8.1.7
    and Unicode as Character Set.
    Thanks in advance.
    Moises Moreno.

  • Accessing External Url using Http Utility | Error when using from Weblogic on Solaris

    We are using Http Utility (http://jakarta.apache.org/commons/httpclient/) from
    Apache for accessing external URL. A XML string is sent as POST parameter to the
    URL and the response is also an XML string. The URL is accessed over HTTPS protocol.
    I am setting the following parameters in the java class:
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    // set the property
    System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
    The java class written to access the external URL using Http Utility works perfectly
    fine when it is run from either the command line (of Windows or Solaris using
    main() ) or from weblogic on windows. The same java class throws an exception
    when run from Solaris instance of Weblogic
    2003-09-30 11:02:12,411 FATAL [com.bp.beyondbp.presentation.userregistration.action.LloydsValidator]
    EXCEPTION: com.bp.beyondbp.presentation.userregistration.exception.LlyodsValidationFailedException,
    MESSAGE: Write Channel Closed, possible SSL handshaking or trust failure;
    CAUSE: (java.io.IOException: Write Channel Closed, possible SSL handshaking or
    trust failure)
    at com.bp.beyondbp.presentation.userregistration.action.LloydsValidator.postXMLtoLloyd(LloydsValidator.java:243)
    at com.bp.beyondbp.presentation.userregistration.action.LloydsValidator.validateLlyodsForNewUser(LloydsValidator.java:95)
    at com.bp.beyondbp.presentation.userregistration.action.PreferencesActionForm.validate(PreferencesActionForm.java:326)
    at org.apache.struts.action.RequestProcessor.processValidate(RequestProcessor.java:942)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:255)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
    java.io.IOException: Write Channel Closed, possible SSL handshaking or trust failure
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown
    Source)
    at com.certicom.tls.record.ReadHandler.interpretContent(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown
    Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown
    Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at org.apache.commons.httpclient.HttpConnection$WrappedOutputStream.write(HttpConnection.java:1344)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:67)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:125)
    at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:779)
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2179)
    at org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java:2534)
    I tried to debug the problem by looking at system properties on windows and solaris,
    the difference that I found was
    On Windows
    [exec] tModelInstanceInfo_description : com.sun.net.ssl.internal.www.protocol
    On Solaris
    [exec] tModelInstanceInfo_description : weblogic.utils|weblogic.tils|weblogic.net|weblogic.management
    After this I changed the startWLS.sh on Solaris and set
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol in java options.
    On looking the system properties again, the output was
    [exec] tModelInstanceInfo_description : com.sun.net.ssl.internal.www.protocol|weblogic.utils|weblogic.utils|weblogic.net|weblogic.management
    But still the error is same. Can somebody help me out here as to what is going
    wrong? Please find the java class attached for reference, please have a look at
    postXMLtoLloyd() method in the class file..
    [LloydsValidator.java]

    We are using Http Utility (http://jakarta.apache.org/commons/httpclient/) from
    Apache for accessing external URL. A XML string is sent as POST parameter to the
    URL and the response is also an XML string. The URL is accessed over HTTPS protocol.
    I am setting the following parameters in the java class:
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    // set the property
    System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
    The java class written to access the external URL using Http Utility works perfectly
    fine when it is run from either the command line (of Windows or Solaris using
    main() ) or from weblogic on windows. The same java class throws an exception
    when run from Solaris instance of Weblogic
    2003-09-30 11:02:12,411 FATAL [com.bp.beyondbp.presentation.userregistration.action.LloydsValidator]
    EXCEPTION: com.bp.beyondbp.presentation.userregistration.exception.LlyodsValidationFailedException,
    MESSAGE: Write Channel Closed, possible SSL handshaking or trust failure;
    CAUSE: (java.io.IOException: Write Channel Closed, possible SSL handshaking or
    trust failure)
    at com.bp.beyondbp.presentation.userregistration.action.LloydsValidator.postXMLtoLloyd(LloydsValidator.java:243)
    at com.bp.beyondbp.presentation.userregistration.action.LloydsValidator.validateLlyodsForNewUser(LloydsValidator.java:95)
    at com.bp.beyondbp.presentation.userregistration.action.PreferencesActionForm.validate(PreferencesActionForm.java:326)
    at org.apache.struts.action.RequestProcessor.processValidate(RequestProcessor.java:942)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:255)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
    java.io.IOException: Write Channel Closed, possible SSL handshaking or trust failure
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown
    Source)
    at com.certicom.tls.record.ReadHandler.interpretContent(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown
    Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown
    Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at org.apache.commons.httpclient.HttpConnection$WrappedOutputStream.write(HttpConnection.java:1344)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:67)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:125)
    at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:779)
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2179)
    at org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java:2534)
    I tried to debug the problem by looking at system properties on windows and solaris,
    the difference that I found was
    On Windows
    [exec] tModelInstanceInfo_description : com.sun.net.ssl.internal.www.protocol
    On Solaris
    [exec] tModelInstanceInfo_description : weblogic.utils|weblogic.tils|weblogic.net|weblogic.management
    After this I changed the startWLS.sh on Solaris and set
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol in java options.
    On looking the system properties again, the output was
    [exec] tModelInstanceInfo_description : com.sun.net.ssl.internal.www.protocol|weblogic.utils|weblogic.utils|weblogic.net|weblogic.management
    But still the error is same. Can somebody help me out here as to what is going
    wrong? Please find the java class attached for reference, please have a look at
    postXMLtoLloyd() method in the class file..
    [LloydsValidator.java]

  • IDM install of weblogic on solaris t200 very slow

    Folks
    Has anyone installed weblogic or IDM solution on solaris T2000. The startup and responses are very slow. It takes 20 minutes to bring up the admin server and soa server with the base services starts up in over 40 minutes. Bottom line unusable.
    Config:
    Soalris 10
    Jrockit: 1.6
    Weblogic and IDM Suite latest dot 5 release
    Is there something obvious we are missing.... Any suggestions recommendations???
    The same config on linux is blazing but that is not our environment.....
    Thanks
    MI

    Look up metalink Oracle has mentioned that there is a problem with T200 and the combination of weblogic/soa and other servers with no solution... They suggest T4000 as the starting point....
    Cheers

  • Weblogic on Solaris

    We are in the process of moving to 10g Database on Solaris 10 operating system. We cuuently use 10gr2 app server for forms and reports. We would like to try moving forward with new applications with jsf etc.
    Can you say what download appserver to use - we would like to move to weblogic. Is app server 10gr3 suitable?
    many thanks
    Terry Bennett

    Hi,
    Moving to Oracle 10gR3 would be a good choice.
    Please refer to the supported configurations by WLS 10.3
    Link :[http://edocs.bea.com/platform/suppconfigs/configs103/103_over/overview.html]
    Please refer to the following link for supported databases by WLS 10.3
    Link:[http://edocs.bea.com/platform/suppconfigs/configs103/103_over/supported_db.html#1143800]
    If you do not wont to use WLS 10.3 you could also move to WLS 10.0 MP1 since it too supports Solaris 10 and Oracle 10g database.
    Link:[http://edocs.bea.com/platform/suppconfigs/configs100/100_over/overview.html]
    HTH :)
    Regards.

  • Workshop for WebLogic and Solaris

    I know there is no support for this currently. Is this something which may change down the road?
    I am one of a few people in our company that would like to be able to do development on our solaris x86 boxes, but end up having to remote desktop into a development windows server in order to be able to do so.
    another option/question, would it be possible to just get the weblogic plugins - assuming we have support - in order to put them into eclipse ourselves since we can get eclipse for solaris x86. It isn't that we NEED the plugins, but it does make some of the work much nicer/easier.
    thanks
    t-

    I'm not aware of planned Solaris support, but will check on that.
    The next release of Workshop for WebLogic will allow you to use an existing Eclipse rather than requiring you to use the Eclipse it installs.
    -Chris

  • How to uninstall ss12u1 on solaris 10: lock file?

    hello all,
    the process of installation was interrupted, and ss12u1 is partially installed. I want to uninstall it but it's not possible:
    fury-root% ./uninstall.sh --non-interactive
    Configuring the installer...
    Searching for JVM on the system...
    Extracting installation data...
    Running the installer wizard...
    It seems that another instance of the installer is already running.
    It is not recomended that you run multiple installers at the same time.
    Do you still want to start another instance of the installer?
    Going with No (default) option...adding verbose to the script, i notice:
    [2010-03-18 08:27:49.358]:     exiting -- org.netbeans.installer.Installer.<init>():128
    [2010-03-18 08:27:49.359]:     creating lock file
    [2010-03-18 08:27:49.360]:         ... lock file already existsbut where is this lock file?
    thanks in advance for help,
    gerard

    Hello gerard,
    The lock file is located in the ~/.nbi directory for the root user. Usually it is /.nbi directory on Solaris, and /root/.nbi on Linux.
    It's name is .nbilock
    Regards,
    Igor

  • Weblogic and Solaris 9

    Hi,
    Does BEA recommend any patch set applied on Sun Solaris 9 for Weblogic 8.1 SP2
    (platform) installation ? The supported OS list does not list any.
    Thank you,

    Hi,
    Try with following steps.
    Step-1
    Apache 2.0.x, install the plug-in by copying the mod_wl_20.so file to the APACHE_HOME\modules directory and adding the following line to your APACHE_HOME/conf/httpd.conf file manually:
    LoadModule weblogic_module modules/mod_wl_20.so
    Step-2
    Apache 2.0.x, manually add the following line to the httpd.conf file:
    LoadModule weblogic_module modules\mod_wl_20.so
    Step-3
    For a non-clustered WebLogic Server:
    <IfModule mod_weblogic.c>
    WebLogicHost myweblogic.server.com
    WebLogicPort 7001
    </IfModule>
    If you want more detail please refer the following link. http://e-docs.bea.com/wls/docs90/plugins/apache.html
    I know this is late response for you. But it will helpful for others.
    Regards,
    Balaji,
    System Admin
    Arman Infotech Systems
    India

  • Uninstall Weblogic 5.1

    What's the proper procedures (and commands) to remove Weblogic 5.1 from Sun
    Solaris 2.7. I am trying to upgrade the server to 6.1 but I want to take
    the chance and clean up the folder first.
    Thanks.
    Ben

    Hi.
    Nothing magic about it on unix, really. Assuming a standard installation, try
    'rm -r <MY_WLS_INSTALL_DIR>'
    Of course, you should be careful about doing this sort of thing, etc.
    Regards,
    Michael
    Benjamin Yip wrote:
    What's the proper procedures (and commands) to remove Weblogic 5.1 from Sun
    Solaris 2.7. I am trying to upgrade the server to 6.1 but I want to take
    the chance and clean up the folder first.
    Thanks.
    Ben--
    Michael Young
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Installer problem - Oracle 11g on Redhat ES 5.1 (x86)

    Hi, I'm trying to run the "runInstaller" script to install Oracle 11g onto my Redhat ES 5.1 (x86) machine and the following error is being reported: Starting Oracle Universal Installer... Checking Temp space: must be greater than 80 MB. Actual 1409 M

  • After Lion Reinstall, Safari Crashing

    I reinstalled Lion on a new hard drive in my 2008 iMac. Then restored from a Time Machine backup. Can't get Safari to work at all, just keeps giving me a crash report. Can I fix this without reinstalling again? Here's what the report states: Process:

  • Paragraph Styles going crazy

    Hi guys, Maybe this has an easy solution but all of the sudden my paragraph styles went nuts. I do apply Headline Style like the upper text which says "El Pase" and it transforms into the text below in pink warning letters. It says i do not have the

  • How to get tables the size should be based on 3 months history.

    Hi, I am junior DBA, Actually, I want to get the details of columns D,E,F and G. For employee and dept tables the size should be based on 3 months history. How to get pls suggest me. Regards, Venkat. Junior DBA

  • IMovie project won't play on TV...

    Hi, I have a client who is upset because the project I did for her won't play on her TV DVD deck even though the commercial DVD movies do. It plays fine on her portable DVD unit and her Mac though. I used Memorex DVD+Rdl discs thinking they would wor