Winrm and SP3

Hello,
I just installed SP3 + RU3 on an exchange 2010 SP2 cas server. After the install I am not able to launch EMS or EMC but instead I get the error below. Other cas servers are fine. The difference between this cas server and the other is that this one also
host different virtual directories for ActiveSync and OWA while the other CAS servers are just used as a cas array for RPC connections. after some research I renamed web.config under "E:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell"
and copied one from the other working CAS server and that solved the issue. What I need to know is why this happned and what is it that SP3 or RU3 changes in the /powershell virtual directories before I blindly keep that web config there.
Thanks
here is the error in EMS:
VERBOSE: Connecting to CASServer.domain.local
[CASServer.domain.local] Connecting to remote server failed with the following error message : The WinRM client cann
ot process the request. It cannot determine the content type of the HTTP response from the destination computer. The co
ntent type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption

Changes were made to that virtual directory during your update. As stated by MS it had to be one of these conditions stated here: http://technet.microsoft.com/en-us/library/ff607221(v=EXCHG.80).aspx
It specifically states:  If the ExchangeInstallPath variable is missing from the Environment variables in System
Properties, you may receive the following error message when you try to use Exchange Management Tools:
HossFly, Exchange Administrator

Similar Messages

  • Different session handling of weblogic on SP2 and SP3

              I have set up 2 weblogic servers which are using the same cookie name, and having
              the same webapp name, on the same physical machine thus
              http://127.0.0.1:7220/test (Server A).
              http://127.0.0.1:9999/test (Server B).
              Using Weblogic 6.1 Service Pack 2
              1. Access Server A
              - Server A generate a new Session ID "123456...."
              2. Redirect Link from Server A to Server B
              3. Access Server B
              - Server B generate a new Session ID "987654..."
              4. Redirect Link from Server B to Server A
              5. Access Server A
              - Reused the same session ID "123456...."
              Using Weblogic 6.1 Service Pack 3
              1. Access Server A
              - Server A generate a new Session ID "123456...."
              2. Redirect Link from Server A to Server B
              3. Access Server B
              - Server B generate a new Session ID "987654..."
              4. Redirect Link from Server B to Server A
              5. Access Server A
              - Regenerate a new session ID "ABCDEFGHI...."
              Why weblogic server handle session differently in SP2 and SP3??
              

    I think this was a bug in SP3. You could raise a support ([email protected]) call to
              confirm.
              Rick Bongpipat wrote:
              > "Rick Bongpipat" <[email protected]> wrote:
              > >
              > >I have set up 2 weblogic servers which are using the same cookie name,
              > >and having
              > >the same webapp name, on the same physical machine thus
              > >
              > >http://127.0.0.1:7220/test (Server A).
              > >http://127.0.0.1:9999/test (Server B).
              > >
              > >Using Weblogic 6.1 Service Pack 2
              > >
              > >1. Access Server A
              > >- Server A generate a new Session ID "123456...."
              > >2. Redirect Link from Server A to Server B
              > >3. Access Server B
              > >- Server B generate a new Session ID "987654..."
              > >4. Redirect Link from Server B to Server A
              > >5. Access Server A
              > >- Reused the same session ID "123456...."
              > >
              > >Using Weblogic 6.1 Service Pack 3
              > >
              > >1. Access Server A
              > >- Server A generate a new Session ID "123456...."
              > >2. Redirect Link from Server A to Server B
              > >3. Access Server B
              > >- Server B generate a new Session ID "987654..."
              > >4. Redirect Link from Server B to Server A
              > >5. Access Server A
              > >- Regenerate a new session ID "ABCDEFGHI...."
              > >
              > >Why weblogic server handle session differently in SP2 and SP3??
              >
              > In relation to previous question.
              >
              > I have 3 qns about session creation behaviour:
              >
              > 1. When a web container receives a session cookie (eg. JSESSIONID) whose session
              > id does not exists in this
              > server, should the server create a new session ?
              >
              > 2. If a session is to be created because there is a session cookie, then should
              > the new session id
              > be the one sent or should it be a newly generated session id ?
              >
              > 3. If a new session id is to be generated, then should the new session id be used
              > to overwrite that in the cookie
              > and send it back to the client ?
              Rajesh Mirchandani
              Developer Relations Engineer
              BEA Support
              

  • Diff between WLAI sp2 and sp3

    Hi,
    Can somebody tell me the major difference between Weblogic Integration 2.0
    SP2 and SP3
    w.r.t Weblogic Application Integration. Basically the enhancements in ADK.
    Do I need to change anything
    for my adapter ? I see and extra directory called license, is it for the
    license support of the custom developed adapter, i.e
    as adapter needs to have their own licenses, so is this some sort of
    framework in ADK ?
    Thanks
    Amit

    Thanks Chris,
    That helps.
    Amit
    Chris Stead <[email protected]> wrote in message
    news:[email protected]...
    Amit/All,
    You currently have access to a "sanitized" version of the release notes.The only
    thing you won't have is CRs fixed and known issues. New features, etcwill be
    listed. How do you get this "santized" version of the release notes? Yougo to the
    download page and select WLI/select platform/Proceed to Download/log-in tothe BEA
    Download Center/accept license agreement and then you will be at theSoftware
    Download page. On this page, you will see a link "Download WeblogicIntegreation
    2.0 Service Pack 3 Documentation and Sample Code"
    Hope this helps!
    Cheers,
    Chris
    Chris Stead wrote:
    Amit,
    I understand your situation. I will run it by the appropriate people
    and see if
    they will make the release notes available to adapter developers. Otherthan
    that, this mailing list is also a great resource. It has been ourapproach to
    update the sample adapters with the new feature enhancements and listthem in
    the release notes. Maybe we could post the new changes to this listalso for
    the benefit of adapter developers using the ADK. Sorry for theinconvience.
    >>
    Do you still have questions?
    Cheers,
    Chris
    Amit wrote:
    Hi Chris,
    The release notes are only available for customers, and am just a
    developer, so am not able to view this document.
    Its difficult to open the code for DBMS/EMAIL adapter and look for the
    changes w.r.t the pervious version.
    Thats why I was just looking if someone can tell that or point me to
    some
    documentation, 'coz I had started developing
    my adapter when ther version was WLIF1.0. So, thats why am not sure ifI
    need to make some changes in my existing code
    so as to use the framework more efficiently.
    Thanks
    Amit
    Chris Stead <[email protected]> wrote in message
    news:[email protected]...
    Amit,
    The biggest thing moving forward is using display.jsp versus
    control.jsp.
    We
    will always keep the sample adapters (DBMS, Email, Sample) up to
    date on
    the
    latest changes to the ADK. This is also listed in the Release
    notes. If
    you
    are also interested in editing events/services, please look at the
    DBMS
    adapter
    for this.
    Cheers,
    Chris
    Amit wrote:
    Hi,
    Can somebody tell me the major difference between Weblogic
    Integration
    2.0
    SP2 and SP3
    w.r.t Weblogic Application Integration. Basically the enhancements
    in
    ADK.
    Do I need to change anything
    for my adapter ? I see and extra directory called license, is it
    for the
    license support of the custom developed adapter, i.e
    as adapter needs to have their own licenses, so is this some sortof
    framework in ADK ?
    Thanks
    Amit

  • Installing locales for portal SP2 and SP3

    I need help installing japanese locales for portal SP2 and SP3. I have
    found some documentation and have done the pkgadd but i have yet to be
    able to get it to work properly.
    any ideas

    Hi Mathis,
    To install Japanese locale do the following:
    1) Untar the Japanese Language Package (desktoppackage.tar)into a directory (/opt/desktoppackage).
    #tar -xvf <Package_name>
    2) Do a pkgadd to install the Japanese language and follow the instructions thereafter.
    #pkgadd -d . SUNWwtdjp
    3) Restart both the Portal Server and Gateway.
    To check the Locale:
    1) Goto Desktop Servlet and User Information Channel.
    2) Click edit and scroll down to Locale Information. You must see the Japanese language included here.
    3) Select Japanese locale and click "Finish" button.
    4) Log out and return to desktop.
    This must help you out in configuring Japanese Locale.
    Cheers,
    raj_slash.

  • Exchange 2010 SP1 Upgrade to SP2 and SP3. Choose language.

    Hello.
    I going to install Exchange 2010 SP1 multilanguage and then update to SP2 and SP3
    But then i download SP2 from Microsoft it's ask fоr choose language.
    It ask about installer language or about Exchange language?
    What language i need to choose if i have multilanguage Exchange SP1 installer?
    And if i want to Exchange EMC be in English and Outlook on client machine shows Russian what language i need to choose when install first role from Exchange 2010 SP1 multilang DVD?

    Exchange EMC language depends on OS version where you are running it.
    Besides about client language you have to choose Russian language pack during install. More info below...
    The language of the Outlook user interface that an Outlook user sees, including the content generated by Exchange, depends on the following:
    The language the user is using in Outlook
    Whether the language they're using in Outlook is supported by Exchange 2010
    Whether the language they're using in Outlook has been configured to be available on the Exchange 2010 server
    Consider the following scenarios:
    When an Outlook user who's set their language to <Language A> signs in to their Exchange 2010 mailbox and both Outlook and Exchange 2010 support the language the user has specified, <Language A>, the user will see all messages and Exchange-generated
    mailbox components, for example, the Inbox, in Language A.
    When an Outlook user who's set their language to <Language A> signs in to their Exchange 2010 mailbox that's been set to <Language B>, the Outlook user will see the Outlook user interface in Language A, but will see the content generated
    by Exchange. For example, by default, folder names such as Inbox,
    Deleted Items, and Sent Items display in <Language B>.
    You can change the Exchange mailbox language setting on the server using Exchange Management Console or the Exchange Management Shell. For information about how to use the Shell to change the language setting for a mailbox on a server, see
    Set-MailboxRegionalConfiguration.
    From: Client Language Support for Outlook -
    http://technet.microsoft.com/en-us/library/dd638175%28v=exchg.141%29.aspx
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Winrm and URL Prefix

    My company changed the default wsman URL Prefix for Winrm. As a consequence, we cannot access file shares on Failover Clustering. We get Event Error codes 142 and 49 under the Windows Remote Management  Event logs. Changing the URL Prefix back to
    wsman resolves our issue. Is there a way to resolve this issue keeping our changed URL Prefix?

    Hi Jeffreyw1,
    Based on the description of your cases, you wanted to change the default wsman URL Prefix for Winrm. After discussion with escalate engineer i got we
    had better use the default settings for it. Changing it is not supported.
    More information:
    Installation and Configuration for Windows Remote Management
    https://msdn.microsoft.com/en-us/library/aa384372(v=vs.85).aspx
    Best Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Difference between WLS 6.1 SP2   and SP3

    I have recently tested my application in WLS 6.1 SP3 (who work normally in WLS
    6.1 SP2) , I have problem with my jsp page for merging a jsp in another
    What need I do to correct it ?

    Steven,
    The CGIServlet for WebLogic will not run a CGI that doesn't have an extension.
    Just add and extension to your executable and it should run fine.
    jeff
    "Steven" <[email protected]> wrote:
    Hi all,
    I am currently facing a problem with CGI binaries via CGIServlet on WLS
    6.1
    sp4. The web.xml file has been configured correctly as follows:
    -------- start of web.xml -----------
    <servlet>
    <servlet-name>CGIServlet</servlet-name>
    <servlet-class>weblogic.servlet.CGIServlet</servlet-class>
    <init-param>
    <param-name>cgiDir</param-name>
    <param-value>/web/bea6.1sp2/wlserver6.1/config/ngwapp/applications/NGWWebApp
    /cgi-bin</param-value>
    </init-param>
    <init-param>
    <param-name>*.pl</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    <init-param>
    <param-name>*.cgi</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CGIServlet</servlet-name>
    <url-pattern>/cgi-bin/*</url-pattern>
    </servlet-mapping>-------- end of web.xml ---------
    When a call is made to http://.../cgi-bin/dialogserver , this results
    in a
    404-File Not Found error.
    The contents of the cgi-bin directory have not been altered and I did
    not
    face this problem earlier when I was using sp2.
    It only happened after I upgraded to sp4. Can anyone help?
    best rgds,
    steven.

  • Re: WebLogic server 5.1 and SP3

    I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
    need to install the SP3 to get this working.
    Any suggestions are welcome.
    SK

    I know of no reason that SP3 should be required with Cocoon. In general
    regardless of the SP you may need to have Cocoon classes first as you may
    bet XML parser conflicts.
    cheers
    mbg
    In article <395cc7ec$[email protected]>, [email protected] says...
    I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
    need to install the SP3 to get this working.
    Any suggestions are welcome.
    SK
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • CR 2008 SP2 - Slow to open Print Dialog or Page Setup Dialog (And SP3+)

    When I am designing my report in CR 2008 SP2 and select either Page Setup or Print from the File menu, Crystal Reports stops responding for about 5 minutes and then the dialog box will open.  I created a blank report and did not add anything to it and this continues to happen.  The program operates at normal speed otherwise.  It is quick to startup and load reports. Any ideas on why this is so slow?
    Update:  I have also tried checking the box in page setup that says No Printer but the problem persists.
    Update 2:  I have updated from SP2 -> SP3 -> FP 3.1 -> FP 3.2 -> FP 3.3, and after each upgrade I tried both Print and Page Setup and it continued to exhibit the same slowness as in SP2.
    Thanks,
    Paul

    Hi Ashwini,
    I just completed updating my OS and I am still experiencing the behavior.  I have applied every update available through Windows Update.  I just reformatted my computer two days ago so this is a pretty fresh install.
    This problem existed before my reformat as well however.  A few months ago, Crystal did not have this slow issue when opening either Print or Page Setup dialogs.  About a month ago these two dialog boxes just became very slow.  I hoped reformatting would get rid of this issue but it persists.  I also experience this slowness on a different computer that I am using.
    One idea I just tried is to shutdown the Print Spooler service in Windows.  The print dialog won't open at all but it does quickly tell me Warning: No Printer is installed on this system.  The Page Setup dialog on the other hand opens immediately, however, the Printer Options group box is totally greyed out.  This "fix" is of course no good to me since I cannot print, but perhaps it narrows down the issue to something regarding printing and/or printers?

  • Adding 2 GB RAM to MacPro (and SP3) Woes

    I just added 2 - 1gb sticks to my mac pro running XP. XP shows 2 gb ram and Leopard shows 3 gb ram. Is there a reason Leopard only shows three and how do I *actually get* XP to show more than 2 gb (other than being sent to ms help pages).
    Also, I get a "Service Pack 3 Setup Error" when I try and update:
    "There is not enough disk space on C:\\WINDOWS\$NtServicePackUninstall$ to install Service Pack 3. Setup requires a minimum of 4 additional megabytes of free space or if you also want to archive the files for uninstallation, Setup requires 4 additional megabytes of free space. Free additional space on your hard disk and then try again."
    There's 288 gb of space on my hard drive.
    I don't know if any of these are related but I also get a 0KB showing for the download for this update.
    I'd call Apple Help on this but I'll end up arguing with them about why I feel like I got the bait and switch when I bought my MacPro with 16 GB of ram space to run XP.
    Many thanks,
    Jonathan

    Hi Jonathan,
    with OSX Leopard you should get the full amount of RAM that is installed in your Mac Pro.
    If not it could either be that the modules are not properly seated or are defect.
    Try moving the modules around in the slots and also use the Apple Hardware Test (the extended tests) that is on the OSX Leopard DVD that came with your MP.
    Insert the OSX DVD in your MP and restart while holding down the 'D'-key.
    32-bit Windows (XP and Vista) can only see/use 2GB of RAM. That is common with the Mac Pro.
    Only with Vista 64-bit (or Windows 7 64-bit) you will get the full amount of RAM.
    A for the SP3 error, it's a coomon error that surfaces sometimes.
    See here for solution http://www.windowsreference.com/general/error-there-is-not-enough-disk-space-whe n-installing-sp3/
    Also you should download the SP3 stand-alone update while you are in Windows.
    And also the BCUpdate 2.1 Driver package from Apple Downloads
    Hope it helps
    Stefan

  • Problem w/ WL 5.1 and SP3

    This problem has popped up before in other posts, but I haven't yet seen
    a resolution. Apologies in advance if I missed the answer somewhere
    along the way.
    Anyway, I'm evaluating WebLogic. I'm particularly interested in the
    beta EJB 2.0 support (I realize there's a separate newsgroup for that,
    but this is an SP3 issue).
    System config: NT 4.0 SP5, Sun Java 2 SDK 1.3
    I have the server and service pack installed. To the best of my
    knowledge, I followed the directions exactly. However, when running the
    server on the command line, I get exceptions (see end of message for
    stack trace). I can start the server from the menu. I figure the
    error is caused by a difference between the environments of the command
    line and menu item. I did attempt to make the relevant changes to both
    (wlconfig output at end of message).
    This wouldn't be that big of a deal except that the weblogic.ejbc
    application throws the same exception when used, so I can't build and
    install the 2.0 sample beans. I tried making the JAVA_CLASSPATH in
    startWebLogic.cmd script match the CLASSPATH variable given by wlconfig,
    but that ended up failing immediately (i.e. the only message from the
    server is "server did not start up properly).
    Anyway, if anyone out there can help me figure out how to get this up
    and running, I'd appreciate it.
    ********************* server stack trace, command line
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    **************** wlconfig output
    WebLogic startup settings are presently:
    CLASSPATH Prefix
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
    CLASSPATH
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar;d:\tools\internet\weblogic\jre1_2\lib\tools.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\lib\weblogicaux.jar;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
    JAVA_HOME d:\tools\internet\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR d:\tools\internet\weblogic\license
    WEBLOGIC_HOME d:\tools\internet\weblogic
    system properties:
    java.security.manager
    java.security.policy==d:\tools\internet\weblogic\weblogic.policy
    weblogic.system.home=d:\tools\internet\weblogic
    java.compiler=symcjit
    weblogic.class.path=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\weblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:\tools\internet\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
    **************** classpath variables in startWebLogic.cmd
    WEBLOGIC_CLASSPATH=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\weblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:\tools\internet\weblogic\lib\weblogicaux.jar
    JAVA_CLASSPATH=d:\tools\internet\weblogic\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar

    I don't have the solution and I am having the same problem. Furthermore, I
    get an exception saying "javai.dll" cannot be found, though the server boots
    up fine after I click ok. Is this normal? There is no "javai.dll" anywhere
    on my system. Also, the prompt displays "JIT not found, interpreter will be
    used" or something like that. Is it because I have set JAVA_HOME to jdk1.3
    instead (instead of the default jre under the WebLogic directory)? Any
    idea? Thanks in advance.
    I am using Windows 2000 Server, WebLogic 5.1 w/ SP3, EJB 2.0 beta 1, and Sun
    JDK 1.3.
    --David
    "John Knutson" <[email protected]> wrote in message
    news:[email protected]...
    This problem has popped up before in other posts, but I haven't yet seen
    a resolution. Apologies in advance if I missed the answer somewhere
    along the way.
    Anyway, I'm evaluating WebLogic. I'm particularly interested in the
    beta EJB 2.0 support (I realize there's a separate newsgroup for that,
    but this is an SP3 issue).
    System config: NT 4.0 SP5, Sun Java 2 SDK 1.3
    I have the server and service pack installed. To the best of my
    knowledge, I followed the directions exactly. However, when running the
    server on the command line, I get exceptions (see end of message for
    stack trace). I can start the server from the menu. I figure the
    error is caused by a difference between the environments of the command
    line and menu item. I did attempt to make the relevant changes to both
    (wlconfig output at end of message).
    This wouldn't be that big of a deal except that the weblogic.ejbc
    application throws the same exception when used, so I can't build and
    install the 2.0 sample beans. I tried making the JAVA_CLASSPATH in
    startWebLogic.cmd script match the CLASSPATH variable given by wlconfig,
    but that ended up failing immediately (i.e. the only message from the
    server is "server did not start up properly).
    Anyway, if anyone out there can help me figure out how to get this up
    and running, I'd appreciate it.
    ********************* server stack trace, command line
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    >
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    >
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    >
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    >
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    >
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    >
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:141)
    >
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    >
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    >
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    >
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    >
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    >
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    >
    at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    **************** wlconfig output
    WebLogic startup settings are presently:
    CLASSPATH Prefix
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
    ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
    jar
    >
    CLASSPATH
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
    ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
    jar;d:\tools\internet\weblogic\jre1_2\lib\tools.jar;d:\tools\internet\weblog
    ic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;
    d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes\boot;d
    :\tools\internet\weblogic\classes;d:\tools\internet\weblogic\lib\weblogicaux
    .jar;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
    >
    JAVA_HOME d:\tools\internet\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR d:\tools\internet\weblogic\license
    WEBLOGIC_HOME d:\tools\internet\weblogic
    system properties:
    java.security.manager
    java.security.policy==d:\tools\internet\weblogic\weblogic.policy
    weblogic.system.home=d:\tools\internet\weblogic
    java.compiler=symcjit
    weblogic.class.path=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\w
    eblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\i
    nternet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d
    :\tools\internet\weblogic\lib\weblogicaux.jar
    >
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
    ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
    jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblo
    gic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\classes\boot;d:\tools
    \internet\weblogic\eval\cloudscape\lib\cloudscape.jar
    >
    >
    >
    >
    **************** classpath variables in startWebLogic.cmd
    WEBLOGIC_CLASSPATH=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\we
    blogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\in
    ternet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:
    \tools\internet\weblogic\lib\weblogicaux.jar
    >
    >
    JAVA_CLASSPATH=d:\tools\internet\weblogic\weblogic510sp3boot.jar;d:\tools\in
    ternet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\
    cloudscape.jar
    >
    >
    >
    >

  • Difference between WLS6.1 SP2 and SP3

    I have recently tested my application in WLS 6.1 SP3 (who work normally in WLS 6.1 SP2) , I have problem with my jsp page for merging a jsp in another
    What need I do to correct it ?

    wliu wrote:
    When i deploy the database pool,it throw the following exception:could find
    ocicore9.dll
    and my config.xml is:
    <JDBCConnectionPool DriverName="oracle.jdbc.OracleDriver"
    InitialCapacity="20" MaxCapacity="20" Name="oracleOciPool"
    Password="{3DES}IHsomrZ2hLxZiBrV9VXTlQ=="
    PreparedStatementCacheSize="100"
    Properties="user=db9i;password=password;server=db9i"
    RefreshMinutes="5" Targets="MyCluster,server2,server1"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:oci:@"/>
    I am running at w2k and wls6.1 sp2
    oracle runnint at Tru64 unix
    and classpath has contained classes12.zip which is the lastest version, path
    has contain %BEA_HOME%\bin\oci901_8 directoryOcicore.dll may be an Oracle OCI library. Your path (the path list that Tru64 Unix
    uses to search for native libraries) must also contain all the standard Oracle client
    libraries.
    Joe

  • WinRM and HTTPS - Does using WinRM on a domain negate the need for SSL

    I know that WinRM can work over HTTP SSL - however, if you are using WinRM in a domain - is there really any advantage to going to the trouble of using SSL?  I'm assuming the data between devices using NTLM and Kerberos is encrypted?  If that is
    the case, what would be the benefit of certificates on every device to use WinRM to copy event logs to a Windows Event Collector over SSL?
    I apologize if it is a foolish question - I've set up WEC in the past, but, never using HTTPS. There is a desire at work to use HTTPS for event collection but I think it might be overkill - appreciate any feedback.
    thanks

    Hi,
    You should implement SSL when connecting to computers in untrusted zones (e.g. DMZ) or when publishing an endpoint on the internet. In these circumstances you can probably not authenticate
    with Kerberos or NTLM and have to use basic authentication or CredSSP. Basic authentication of course sends the username and password in clear text over the wire.
    The following blog actually shows off that the remoting session gets encrypted by Kerberos in a domain environment.
    http://blogs.technet.com/b/ilvancri/archive/2010/03/31/techdays-follow-up-remote-powershell-what-s-encrypted.aspx
    So I guess, if you are really paranoid, you should enable SSL everywhere. If you are not, you just should be wise where you go for the extra hassles.
    BTW, when you have an Enterprise Issuing CA in your environment you can automate the entire process of enabling SSL everywhere.
    HTH, Ben

  • MBSA and Office 2007 SP3

    I have seen similar problems descriped on this forum. (http://social.technet.microsoft.com/Forums/security/en-US/f842e040-c04a-4819-bb63-8e0dff7759ab/mbsa-and-windows-update-discrepancy)
    I have several Windows XP machines which is to connected to my full updated WSUS server.
    Office 2007 SP3 is installed on the clients and all needed patches is confirmed installed/updated by the WSUS server including the Office 2007 SP3.
    When I run MSBA 2.2 against one of the clients, MBSA state that Office 2007 SP3 is missing.
    From the file info of WinWord.exe and from the Help GUI in Word on the client, I can confirm that SP3 is installed: 12.0.6668.5000
    If I download the SP3 to Office 2007 and SP3 to Office 2007 Language pack that MBSA offers and tries to install them, it says
    that the ServicePack is already installed on the system.
    Any suggestions for why MBSA detects that ServicePack is needed even if it is already installed on the client  ?
    (Compatibility pack for Office 2007 is not installed on the client)
    Best Regards
    Peter

    Hi Peter,
    Seems I fell into the issue.
    Actually, if I run a Microsoft Update, it tells me that there's a "MS Office 2007 Service Pack 3 (SP3)" rolloout that I should install. I asked to download it, saw it was 21MB big (rather small), installed it, and the problem was solved.
    Now, I would like to know what was actually installed, in order to add it to a Task Sequence I'm building a new image with. The problem is that I can't find any evidence (KB reference or whatever) of what has been run. The History logs only refers to "MS
    Office 2007 SP3"...
    Any ideas ?
    Thanks!
    Jean-Michel from Southern France

  • Difference between SP3 and SP2 ?

    Hi,
    Did anybody encountered any difference/problem in deploying the same EAR
    with supporting jar files in SP2 and SP3 ?
    I have an EAR (with 2 EJB jars and a WAR) that encloses additional
    supporting jar libraries, referenced by the EJB and WAR using Class-Path in
    the manifest file. But this seems to work in SP2 and NOT to work in SP3,
    where I get ClassNotFoundError in the EJB/WAR, sign that it cannot find the
    supporting jars.
    I appreciate all the help you can provide ! Thanks !
    Eugen

    Hi sunny46,
    Microsoft has published an overview http://www.microsoft.com/downloads/details.aspx?FamilyID=68c48dad-bc34-40be-8d85 -6bb4f56f5110&DisplayLang=en and Wikipedia has also some infos http://en.wikipedia.org/wiki/Windows_XP
    XP Home is only avaiable as a 32-bit version, the only avaiable 64-bit Windows XP is a XP Pro.
    But don't try it since 64-bit XP is not supported by Apple.
    Using XP SP2 or SP3 is fine with BootCamp.
    However there are some reports to be found here, that there are difficulties when you have installed an XP SP3 and want to use the BootCamp Driver Update 2.1.
    Personally I would get a XP SP2 and use the standalone SP3 update package.
    Later on you can use the XP SP2 CD and the SP3 updater to make a slipstreamed XP SP3 installation CD yourself.
    Hope it helps
    Stefan

Maybe you are looking for