Microsoft hosted network virtual adaptor - setting ip is impossible - need help

I am able to create hostednetwork and access internet when I have public or private wifi
when I try to do the same with my reliance data card and share the internet to other device, it failed
problem Is the ip address in hosted network client is disappearing as soon as exit the window.
by default it should be 192.168.137.1,  255.255.255.0 but I am unable to set it manually.
need help
I am waiting for the solution for more than six months

reliance data card?
which means.. its a broadband USB modem(CDMA type)
but now i have reinstalled the os. i got the solution for sharing internet from such a cdma type USB modem to hostednetwork.
the sol is
Creating a new connection( set up a new connection or network) in network and sharing centre .
assing the dial up code, user name , password in that setup.
dial the new conncetion
now your system is connceted to the internet (just like the process done by the software given in that usb modem to get connected to the internet)
now we can share this internet to the hostednetwork client.
so click on the new conncetion -> setting> sharing>share to other dev
fornew  hostednetwork
cmd window as admin
type the following cmd in cmd window
     netsh wlan set hostednetwork mode=allow ssid=funonly key=12345678
      netsh wlan start hostednetwork

Similar Messages

  • I can't connect to wifi network and bluetooth on iPhone 4S.  Need help.  Have already rebooted everything and reset network setting

    I can't connect to wifi network and bluetooth on iPhone 4S.  Need help.  Have already rebooted everything and reset network setting

    I have the same problem; tried a phone restore, both restoring data and setting up as new phone with factory settings, reset all settings, re-boot, remove apostrophe, put in fridge, you name it!
    I think there's quite a few iphone 4s users with the same problem!
    I called Apple they said it's a hardware problem, but it has worked for nearly two years; they say go to the Apple store and they can provide a replacement phone for approx. £150!
    I've been into the O2 shop where I bought it and they knew the problem exactly; said they had sent a few phones off for repair and had them back awith a report they cannot fix it because it's a software problem!
    An assistant in the shop had the same issues; logic says it's a software problem and hopefully Apple will fix it with a patch but at the moment they seem to be avoiding everyones comments!
    If anyone else has any ideas these would be appreciated?

  • FRS Virtual Unit is down.. Need Help

    Hi all,
    FRS virtual unit is down.  Need help to get this back to normal. 
    I tried to reset, repair, changed the mode and role, still its going down.
    Yesterday in one of our server, disk space was went to zero, by that time onwards it stopped working and not writing any logs in log folder.
    Need some help to resolve this issue asap.
    Thanks
    Sathish.

    This seems more to be related with BW stuff. This does not seem to be the right community. Please update this right community.
    As you mentioned about space issue, you have already found the cause.

  • Solaris HotSpot Virtual Machine Error, Unexpected Signal 11 NEED HELP

    Hi all
    We are running a thin jsp application for video streaming live event running
    on a BEA WebLogic Personalization Server 3.2 on Solaris (streaming servers
    are separate and do not affect the server). After putting it in production
    we have experienced serious memory problems with our environment. When the
    servers are running under heavy load, they eat all available memory until
    they finally crash, please see log message below. We can see that the
    garbage collection is running but it doesn't seem to keep up with the memory
    consumption. The problem is described in a bug report at SUN, but it is
    marked as a "no fix" with the reasoning that programming resources are now
    allocated to jdk1.4?
    Log message:
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: scavenge
    # Error ID: 4F533F534F4C415249530E435050079A 01
    # Problematic Thread: prio=5 tid=0xdbea8 nid=0x4 runnable
    When this occured we ran JDK 1.3.0 with HotSpot Server VM on Solaris 8. WLS
    5.1, SP 9 and WLPS 3.2.
    WLS is started with the following parameters.
    #----------- Start WebLogic with the above parameters -----------
    $JDK_HOME/bin/java -server -ms512m -mx512m -Duser.timezone=ECT -classpath
    $JAVA_CLASSPATH -Dweblogic.system.bindAddr=10.122.114.4 -Dweblogic.cluster.m
    ulticastAddress=224.0.0.100 -Dweblogic.cluster.enable=true -Dweblogic.cluste
    r.name=iccluster -Dweblogic.class.path=$WEBLOGIC_CLASSPATH -Dweblogic.system
    .name=$SYSTEM_NAME
    weblogic.system.home=$SYSTEM_HOME -Dweblogic.home=$WEBLOGIC_HOME -Djava.secu
    rity.manager -Djava.security.policy=$WEBLOGIC_HOME/weblogic.policy -Dcommerc
    e.properties=$WL_COMMERCE_HOME/weblogiccommerce.properties -Dweblogic.proper
    ties=$WL_COMMERCE_HOME/weblogic.properties -Dpipeline.properties=$WL_COMMERC
    E_HOME/pipeline.properties -Dwebflow.properties=$WL_COMMERCE_HOME/webflow.pr
    operties -Dwlcs.home=$WL_COMMERCE_HOME weblogic.Server &
    We have now upgraded to jdk1.3.1_02 B02 but still have a problem with memory
    leaks. We have so far been able to restart the server before memory is
    exhausted and has hence not seen the same error message after the upgrade.
    The memory is not freed when Weblogic aborts, the SUN server has to be
    rebooted to free the memory. We now have to restart our 3 servers aprox.
    every 6 hours. The servers are equiped with 2G physical memory each. We have
    also tried setting hotspot to -client and setting -XX:MaxPerm.
    The HW configuration is as follows:
    1 Foundry Server Iron load balancer (with one hot stand by).
    3 Sun E420R, 2 x 440MHz CPU, 2GB RAM. Running in a cluster with one apache
    and one WLPS instance on each
    The SW configuration is as follows:
    JDK 1.3.1_02 B02 with HotSpot Server VM
    Solaris 8.
    WLS 5.1, SP 9
    WLPS 3.2.
    Oracle server 8.1.7
    Oracle client 8.1.6?
    This bug is described in
    http://developer.java.sun.com/developer/bugParade/bugs/4408730.html.
    It is also described as a known problem in
    http://www.weblogic.com/platforms/sun/index.html.
    It has also been described by SUN as a problem arising from multiple nested
    try/catch blocks appearing in generated java code from servlets, especially
    on WebLogic and Apache.
    As SUN has said that they will not fix this bug we are trying to find a
    workaround, but have yet found one. We have been looking into changing the
    heap size and setting GC options on the JVM, but haven't found the optimal
    solution. We would be very interested in experiences with tuning gc
    parameters, documentation on solaris patches for JVMs, JVM tuning, WebLogic
    tuning, HotSpot tuning.
    Has anyone experienced similar problems and found a workaround. We would be
    very happy to hear any suggestions as soon as possible,
    thanks
    Kris

    Perhaps the -noTryBlocks option to jspc might help you. See here:
    http://e-docs.bea.com/wls/docs61/////jsp/reference.html
    simon.

  • My printer is hpphotosmart 5515 not wierless but is set at wireless.m\need help

    I have a hp photosmart 5515 printer. It is set for wireless,and cant change that.it is not wireless

    Hi @eleymay 
    What operating system, and version do you have? Mac or Windows?
    If you are not using the wireless feature, you can certainly turn it off.  Simply touch the arrow on the right hand side, then touch the wireless icon. In the Wireless Menu, go to Wireless and select off.
    If you are using a USB cable and are having difficulties, try unplugging it and reconnecting it. If you have a Windows computer and you are still having troubles, running the Print and Scan Doctor might help. The HP Print and Scan Doctor is a free utility (tool) that helps to quickly resolve common printing, scanning and connectivity issues including but not limited to:
    Connectivity:
    USB: Verifies that the USB connection from your computer to the HP product is working correctly.
    Network: Verifies that the network connection between your computer and your network is working correctly.
    Device Status Test: Checks for device errors such as out of paper, paper jams, carriage stalls, and paper feed issues, and then provides instructions for fixing the error.
    Driver Check: Checks for missing or corrupt driver files.
    Device Manager: Checks for problems in Device Manager that would prevent printing.
    Device Online: Checks if the product has been paused or set to offline, and then sets the status back to online if necessary.
    Print Queue: Checks for and clears pending print jobs in the print queue (a log of print jobs waiting to print).
    Port Match: Checks the port settings for the HP product.
    Device Conflicts: Checks for conflicts with other drivers, such as other printer brands.
    Ink Issues: Checks the cartridges and ink levels for issues that affect print quality.
    Print Settings: Checks and adjusts the print quality settings.
    Test Print: Prints a test page for print quality evaluation, and provides options for cleaning and aligning the printhead if necessary.
    Scan Tests: Checks the scan mechanism, drivers, and registry entries.
    Source:Try the HP Print and Scan Doctor for Windows
    Click here to download and run the Print and Scan Doctor> www.hp.com/go/tools
    If that does not resolve the issue, post back and let me know if there are any symbols other than green check marks and what they are next to of course. The wrench is not always easy to spot as the wrench and the check mart are in the green circle.
    If you see only green check marks (), the tool did not find any problems.
    If you see green wrenches (), the utility identified an issue and corrected it automatically.
    If you see yellow exclamation points (), the test failed and required user action, but the step was skipped.
    If you see a red X (), follow the on-screen instructions to resolve the issue.
    I look forward to hearing back from you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • HotSpot Virtual Machine Error : 11 Application Crashes - Need Help

    I am getting the following Error in my Web based application which is hosted on Weblogic 7.0. The application uses Hibernate as persistence framework and mvc framework. JDK version used is - jdk1.3.1.
    The line in the application where it throws this error is -
    Unexpected Signal : 11 occurred at PC=0x403C79D7
    Function name=compute_compiled_exc_handler__FP7nmethodPUcG6Handlel
    Library=/usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    Current Java thread:
         at java.text.DecimalFormat.format(DecimalFormat.java:502)
         at java.text.NumberFormat.format(NumberFormat.java:236)
         at java.text.SimpleDateFormat.zeroPaddingNumber(SimpleDateFormat.java:598)
         at java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:576)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:405)
         at java.text.DateFormat.format(DateFormat.java:300)
         at org.apache.log4j.helpers.PatternParser$DatePatternConverter.convert(PatternParser.java:436)
         at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:56)
         at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
         at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
         at org.apache.log4j.DailyRollingFileAppender.subAppend(DailyRollingFileAppender.java:349)
         at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
         at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
         at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57)
         at org.apache.log4j.Category.callAppenders(Category.java:187)
         at org.apache.log4j.Category.forcedLog(Category.java:372)
         at org.apache.log4j.Category.debug(Category.java:241)
         at com.tis.waf.common.WAFLogger.log(WAFLogger.java:31)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:74)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 09:02 8323770 /usr/jdk1.3.1_18/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 09:02 8323770 /usr/jdk1.3.1_18/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 09:02 4884419 /lib/ld-2.3.2.so
    40016000-40017000 rw-p 00015000 09:02 4884419 /lib/ld-2.3.2.so
    4001c000-40028000 r-xp 00000000 09:02 4884440 /lib/tls/libpthread-0.60.so
    40028000-40029000 rw-p 0000c000 09:02 4884440 /lib/tls/libpthread-0.60.so
    4002b000-40034000 r-xp 00000000 09:02 8307212 /usr/jdk1.3.1_18/jre/lib/i386/native_threads/libhpi.so
    40034000-40035000 rw-p 00008000 09:02 8307212 /usr/jdk1.3.1_18/jre/lib/i386/native_threads/libhpi.so
    40035000-403e8000 r-xp 00000000 09:02 8307217 /usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    403e8000-40562000 rw-p 003b2000 09:02 8307217 /usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    4057a000-4057c000 r-xp 00000000 09:02 4884446 /lib/tls/libdl-2.3.2.so
    4057c000-4057d000 rw-p 00002000 09:02 4884446 /lib/tls/libdl-2.3.2.so
    4057d000-406a7000 r-xp 00000000 09:02 4884444 /lib/tls/libc-2.3.2.so
    406a7000-406b0000 rw-p 00129000 09:02 4884444 /lib/tls/libc-2.3.2.so
    406b2000-406c3000 r-xp 00000000 09:02 4884449 /lib/tls/libnsl-2.3.2.so
    406c3000-406c4000 rw-p 00011000 09:02 4884449 /lib/tls/libnsl-2.3.2.so
    406c7000-406e8000 r-xp 00000000 09:02 4884447 /lib/tls/libm-2.3.2.so
    406e8000-406e9000 rw-p 00020000 09:02 4884447 /lib/tls/libm-2.3.2.so
    406e9000-4071f000 r-xp 00000000 09:02 8274577 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    4071f000-40730000 rw-p 00036000 09:02 8274577 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    40733000-40745000 r-xp 00000000 09:02 8307220 /usr/jdk1.3.1_18/jre/lib/i386/libverify.so
    40745000-40746000 rw-p 00011000 09:02 8307220 /usr/jdk1.3.1_18/jre/lib/i386/libverify.so
    40746000-40767000 r-xp 00000000 09:02 8307221 /usr/jdk1.3.1_18/jre/lib/i386/libjava.so
    40767000-40769000 rw-p 00020000 09:02 8307221 /usr/jdk1.3.1_18/jre/lib/i386/libjava.so
    4076b000-40780000 r-xp 00000000 09:02 8307222 /usr/jdk1.3.1_18/jre/lib/i386/libzip.so
    40780000-40782000 rw-p 00014000 09:02 8307222 /usr/jdk1.3.1_18/jre/lib/i386/libzip.so
    40782000-414c4000 r--s 00000000 09:02 8307251 /usr/jdk1.3.1_18/jre/lib/rt.jar
    414f1000-41806000 r--s 00000000 09:02 8307252 /usr/jdk1.3.1_18/jre/lib/i18n.jar
    41806000-4181c000 r--s 00000000 09:02 8307239 /usr/jdk1.3.1_18/jre/lib/sunrsasign.jar
    438c4000-438c8000 r-xp 00000000 09:02 8307233 /usr/jdk1.3.1_18/jre/lib/i386/libioser12.so
    438c8000-438c9000 rw-p 00003000 09:02 8307233 /usr/jdk1.3.1_18/jre/lib/i386/libioser12.so
    438c9000-438cc000 r--s 00000000 09:03 24445042 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/wl_management_internal1_wl_management_internal1_5491759/jarfiles/cls38278.jar
    438cc000-438cf000 r--s 00000000 09:03 30097415 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/wl_management_internal1.war
    69346000-69347000 r-xp 00000000 09:03 32407610 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libfilelock.so
    69347000-69348000 rw-p 00000000 09:03 32407610 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libfilelock.so
    69349000-69350000 r-xp 00000000 09:02 4884450 /lib/tls/libnss_compat-2.3.2.so
    69350000-69351000 rw-p 00006000 09:02 4884450 /lib/tls/libnss_compat-2.3.2.so
    69351000-69359000 r-xp 00000000 09:02 4884454 /lib/tls/libnss_nis-2.3.2.so
    69359000-6935a000 rw-p 00007000 09:02 4884454 /lib/tls/libnss_nis-2.3.2.so
    6935a000-69363000 r-xp 00000000 09:02 4884452 /lib/tls/libnss_files-2.3.2.so
    69363000-69364000 rw-p 00008000 09:02 4884452 /lib/tls/libnss_files-2.3.2.so
    69b64000-69ba2000 r--s 00000000 09:03 32719109 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlSecurityProviders.jar
    69ba2000-69ba7000 r--s 00000000 09:03 24445046 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/uddiexplorer_uddiexplorer_1903904/jarfiles/cls38279.jar
    69ba7000-69bb2000 r--s 00000000 09:03 24445026 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/account.jar
    69bb2000-69bba000 r--s 00000000 09:03 24445027 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/classes.jar
    69bbd000-69bc0000 r-xp 00000000 09:02 4884451 /lib/tls/libnss_dns-2.3.2.so
    69bc0000-69bc1000 rw-p 00003000 09:02 4884451 /lib/tls/libnss_dns-2.3.2.so
    69bc4000-69bfe000 r--s 00000000 09:03 32719108 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlManagement.jar
    69d00000-69d09000 r--s 00000000 09:03 32719110 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlai-mbean.jar
    69d09000-69d21000 r--s 00000000 09:03 30097414 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/uddiexplorer.war
    69d21000-69d2e000 r--s 00000000 09:03 24445028 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/lesson.jar
    69d2e000-69d4b000 r--s 00000000 09:03 24445029 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/mail.jar
    69d4b000-69d52000 r--s 00000000 09:03 24445030 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/report.jar
    69d52000-69d5a000 r--s 00000000 09:03 24445031 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/settings.jar
    69d5a000-69d60000 r--s 00000000 09:03 30359723 /web/sites/mhln.com/weblogic700/server/bin/pskd/stage/_appsdir_certificate_war/certificate.war
    69d60000-69d63000 r-xp 00000000 09:03 32407611 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libmuxer.so
    69d63000-69d64000 rw-p 00002000 09:03 32407611 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libmuxer.so
    6bd64000-6c1e6000 r--s 00000000 09:02 8323737 /usr/jdk1.3.1_18/lib/tools.jar
    6c1e6000-6e5d5000 r--s 00000000 09:03 32211042 /web/sites/mhln.com/weblogic700/server/lib/weblogic.jar
    6e653000-6e7a0000 r--s 00000000 09:03 32211047 /web/sites/mhln.com/weblogic700/server/lib/webservices.jar
    6e7a0000-6e7b4000 r--s 00000000 09:03 32211051 /web/sites/mhln.com/weblogic700/server/lib/xmlx.jar
    6e7b4000-6e8db000 r--s 00000000 09:03 31932817 /web/sites/mhln.com/weblogic700/server/lib/classes12.zip
    6e8db000-6e9ba000 r--s 00000000 09:03 32211022 /web/sites/mhln.com/weblogic700/server/lib/jconn2.jar
    6e9ba000-6ea75000 r--s 00000000 09:03 32211021 /web/sites/mhln.com/weblogic700/server/lib/jConnect.jar
    6ea75000-6eadb000 r--s 00000000 09:03 32293005 /web/sites/mhln.com/weblogic700/server/lib/ant/ant.jar
    6eadb000-6eb4e000 r--s 00000000 09:03 32293006 /web/sites/mhln.com/weblogic700/server/lib/ant/jakarta-ant-1.4-optional.jar
    6eb4e000-6eb61000 r--s 00000000 09:03 32293007 /web/sites/mhln.com/weblogic700/server/lib/ant/jakarta-oro-2.0.1.jar
    6eb61000-6eb6a000 r-xp 00000000 09:02 8307225 /usr/jdk1.3.1_18/jre/lib/i386/libnet.so
    6eb6a000-6eb6b000 rw-p 00008000 09:02 8307225 /usr/jdk1.3.1_18/jre/lib/i386/libnet.so
    6eb6b000-6ebec000 r--s 00000000 09:03 24445050 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/uddi_uddi_900843/jarfiles/cls38280.jar
    6ebec000-6ebf2000 r--s 00000000 09:03 24445054 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/wl_management_internal2_wl_management_internal2_1866748/jarfiles/cls38281.jar
    6ebf3000-6ebfa000 r--s 00000000 09:03 30097416 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/wl_management_internal2.war
    6ef00000-6ef8b000 r--s 00000000 09:03 30097413 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/uddi.war
    6ef8b000-6f215000 r--s 00000000 09:03 24445033 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/lib/loader.jar
    6f215000-6f21b000 r--s 00000000 09:03 24445161 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/common-web38283.jar
    6f21b000-6f221000 r--s 00000000 09:03 24445162 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/commons-fileupload-1.038284.jar
    6f221000-6f298000 r--s 00000000 09:03 24445163 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/jxl38285.jar
    6f298000-6f2a0000 r--s 00000000 09:03 24445164 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/waf38286.jar
    6f2a0000-6f2a6000 r--s 00000000 09:03 24445173 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/common-web38287.jar
    6f2a6000-6f2ac000 r--s 00000000 09:03 24445174 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/commons-fileupload-1.038288.jar
    6f2ac000-6f2b4000 r--s 00000000 09:03 24445175 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/waf38289.jar
    6f2b4000-6f2c3000 r-xp 00000000 09:02 4884457 /lib/tls/libresolv-2.3.2.so
    6f2c3000-6f2c4000 rw-p 0000f000 09:02 4884457 /lib/tls/libresolv-2.3.2.so
    8c4fa000-8cf04000 r--s 00000000 09:03 30097412 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/console.war
    Local Time = Wed Nov 8 10:52:48 2006
    Elapsed Time = 193
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_18-b01 mixed mode)
    # An error report file has been saved as hs_err_pid30627.log.
    # Please refer to the file for further information.
    Message was edited by:
    Ash@sun

    I am getting the following Error in my Web based application which is hosted on Weblogic 7.0. The application uses Hibernate as persistence framework and mvc framework. JDK version used is - jdk1.3.1.
    The line in the application where it throws this error is -
    Unexpected Signal : 11 occurred at PC=0x403C79D7
    Function name=compute_compiled_exc_handler__FP7nmethodPUcG6Handlel
    Library=/usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    Current Java thread:
         at java.text.DecimalFormat.format(DecimalFormat.java:502)
         at java.text.NumberFormat.format(NumberFormat.java:236)
         at java.text.SimpleDateFormat.zeroPaddingNumber(SimpleDateFormat.java:598)
         at java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:576)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:405)
         at java.text.DateFormat.format(DateFormat.java:300)
         at org.apache.log4j.helpers.PatternParser$DatePatternConverter.convert(PatternParser.java:436)
         at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:56)
         at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
         at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
         at org.apache.log4j.DailyRollingFileAppender.subAppend(DailyRollingFileAppender.java:349)
         at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
         at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
         at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57)
         at org.apache.log4j.Category.callAppenders(Category.java:187)
         at org.apache.log4j.Category.forcedLog(Category.java:372)
         at org.apache.log4j.Category.debug(Category.java:241)
         at com.tis.waf.common.WAFLogger.log(WAFLogger.java:31)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:74)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.TailFilter.doFilter(TailFilter.java:20)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.TimeLogger.doFilter(TimeLogger.java:50)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.mgh.passkey.servlet.Login.doFilter(Login.java:143)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.tis.waf.filter.RequestProcessor.doFilter(RequestProcessor.java:148)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:344)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.tis.waf.controller.Controller.processRequest(Controller.java:100)
         at com.tis.waf.controller.Controller.doGet(Controller.java:36)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 09:02 8323770 /usr/jdk1.3.1_18/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 09:02 8323770 /usr/jdk1.3.1_18/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 09:02 4884419 /lib/ld-2.3.2.so
    40016000-40017000 rw-p 00015000 09:02 4884419 /lib/ld-2.3.2.so
    4001c000-40028000 r-xp 00000000 09:02 4884440 /lib/tls/libpthread-0.60.so
    40028000-40029000 rw-p 0000c000 09:02 4884440 /lib/tls/libpthread-0.60.so
    4002b000-40034000 r-xp 00000000 09:02 8307212 /usr/jdk1.3.1_18/jre/lib/i386/native_threads/libhpi.so
    40034000-40035000 rw-p 00008000 09:02 8307212 /usr/jdk1.3.1_18/jre/lib/i386/native_threads/libhpi.so
    40035000-403e8000 r-xp 00000000 09:02 8307217 /usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    403e8000-40562000 rw-p 003b2000 09:02 8307217 /usr/jdk1.3.1_18/jre/lib/i386/server/libjvm.so
    4057a000-4057c000 r-xp 00000000 09:02 4884446 /lib/tls/libdl-2.3.2.so
    4057c000-4057d000 rw-p 00002000 09:02 4884446 /lib/tls/libdl-2.3.2.so
    4057d000-406a7000 r-xp 00000000 09:02 4884444 /lib/tls/libc-2.3.2.so
    406a7000-406b0000 rw-p 00129000 09:02 4884444 /lib/tls/libc-2.3.2.so
    406b2000-406c3000 r-xp 00000000 09:02 4884449 /lib/tls/libnsl-2.3.2.so
    406c3000-406c4000 rw-p 00011000 09:02 4884449 /lib/tls/libnsl-2.3.2.so
    406c7000-406e8000 r-xp 00000000 09:02 4884447 /lib/tls/libm-2.3.2.so
    406e8000-406e9000 rw-p 00020000 09:02 4884447 /lib/tls/libm-2.3.2.so
    406e9000-4071f000 r-xp 00000000 09:02 8274577 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    4071f000-40730000 rw-p 00036000 09:02 8274577 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    40733000-40745000 r-xp 00000000 09:02 8307220 /usr/jdk1.3.1_18/jre/lib/i386/libverify.so
    40745000-40746000 rw-p 00011000 09:02 8307220 /usr/jdk1.3.1_18/jre/lib/i386/libverify.so
    40746000-40767000 r-xp 00000000 09:02 8307221 /usr/jdk1.3.1_18/jre/lib/i386/libjava.so
    40767000-40769000 rw-p 00020000 09:02 8307221 /usr/jdk1.3.1_18/jre/lib/i386/libjava.so
    4076b000-40780000 r-xp 00000000 09:02 8307222 /usr/jdk1.3.1_18/jre/lib/i386/libzip.so
    40780000-40782000 rw-p 00014000 09:02 8307222 /usr/jdk1.3.1_18/jre/lib/i386/libzip.so
    40782000-414c4000 r--s 00000000 09:02 8307251 /usr/jdk1.3.1_18/jre/lib/rt.jar
    414f1000-41806000 r--s 00000000 09:02 8307252 /usr/jdk1.3.1_18/jre/lib/i18n.jar
    41806000-4181c000 r--s 00000000 09:02 8307239 /usr/jdk1.3.1_18/jre/lib/sunrsasign.jar
    438c4000-438c8000 r-xp 00000000 09:02 8307233 /usr/jdk1.3.1_18/jre/lib/i386/libioser12.so
    438c8000-438c9000 rw-p 00003000 09:02 8307233 /usr/jdk1.3.1_18/jre/lib/i386/libioser12.so
    438c9000-438cc000 r--s 00000000 09:03 24445042 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/wl_management_internal1_wl_management_internal1_5491759/jarfiles/cls38278.jar
    438cc000-438cf000 r--s 00000000 09:03 30097415 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/wl_management_internal1.war
    69346000-69347000 r-xp 00000000 09:03 32407610 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libfilelock.so
    69347000-69348000 rw-p 00000000 09:03 32407610 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libfilelock.so
    69349000-69350000 r-xp 00000000 09:02 4884450 /lib/tls/libnss_compat-2.3.2.so
    69350000-69351000 rw-p 00006000 09:02 4884450 /lib/tls/libnss_compat-2.3.2.so
    69351000-69359000 r-xp 00000000 09:02 4884454 /lib/tls/libnss_nis-2.3.2.so
    69359000-6935a000 rw-p 00007000 09:02 4884454 /lib/tls/libnss_nis-2.3.2.so
    6935a000-69363000 r-xp 00000000 09:02 4884452 /lib/tls/libnss_files-2.3.2.so
    69363000-69364000 rw-p 00008000 09:02 4884452 /lib/tls/libnss_files-2.3.2.so
    69b64000-69ba2000 r--s 00000000 09:03 32719109 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlSecurityProviders.jar
    69ba2000-69ba7000 r--s 00000000 09:03 24445046 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/uddiexplorer_uddiexplorer_1903904/jarfiles/cls38279.jar
    69ba7000-69bb2000 r--s 00000000 09:03 24445026 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/account.jar
    69bb2000-69bba000 r--s 00000000 09:03 24445027 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/classes.jar
    69bbd000-69bc0000 r-xp 00000000 09:02 4884451 /lib/tls/libnss_dns-2.3.2.so
    69bc0000-69bc1000 rw-p 00003000 09:02 4884451 /lib/tls/libnss_dns-2.3.2.so
    69bc4000-69bfe000 r--s 00000000 09:03 32719108 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlManagement.jar
    69d00000-69d09000 r--s 00000000 09:03 32719110 /web/sites/mhln.com/weblogic700/server/lib/mbeantypes/wlai-mbean.jar
    69d09000-69d21000 r--s 00000000 09:03 30097414 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/uddiexplorer.war
    69d21000-69d2e000 r--s 00000000 09:03 24445028 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/lesson.jar
    69d2e000-69d4b000 r--s 00000000 09:03 24445029 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/mail.jar
    69d4b000-69d52000 r--s 00000000 09:03 24445030 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/report.jar
    69d52000-69d5a000 r--s 00000000 09:03 24445031 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/ejb/settings.jar
    69d5a000-69d60000 r--s 00000000 09:03 30359723 /web/sites/mhln.com/weblogic700/server/bin/pskd/stage/_appsdir_certificate_war/certificate.war
    69d60000-69d63000 r-xp 00000000 09:03 32407611 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libmuxer.so
    69d63000-69d64000 rw-p 00002000 09:03 32407611 /web/sites/mhln.com/weblogic700/server/lib/linux/i686/libmuxer.so
    6bd64000-6c1e6000 r--s 00000000 09:02 8323737 /usr/jdk1.3.1_18/lib/tools.jar
    6c1e6000-6e5d5000 r--s 00000000 09:03 32211042 /web/sites/mhln.com/weblogic700/server/lib/weblogic.jar
    6e653000-6e7a0000 r--s 00000000 09:03 32211047 /web/sites/mhln.com/weblogic700/server/lib/webservices.jar
    6e7a0000-6e7b4000 r--s 00000000 09:03 32211051 /web/sites/mhln.com/weblogic700/server/lib/xmlx.jar
    6e7b4000-6e8db000 r--s 00000000 09:03 31932817 /web/sites/mhln.com/weblogic700/server/lib/classes12.zip
    6e8db000-6e9ba000 r--s 00000000 09:03 32211022 /web/sites/mhln.com/weblogic700/server/lib/jconn2.jar
    6e9ba000-6ea75000 r--s 00000000 09:03 32211021 /web/sites/mhln.com/weblogic700/server/lib/jConnect.jar
    6ea75000-6eadb000 r--s 00000000 09:03 32293005 /web/sites/mhln.com/weblogic700/server/lib/ant/ant.jar
    6eadb000-6eb4e000 r--s 00000000 09:03 32293006 /web/sites/mhln.com/weblogic700/server/lib/ant/jakarta-ant-1.4-optional.jar
    6eb4e000-6eb61000 r--s 00000000 09:03 32293007 /web/sites/mhln.com/weblogic700/server/lib/ant/jakarta-oro-2.0.1.jar
    6eb61000-6eb6a000 r-xp 00000000 09:02 8307225 /usr/jdk1.3.1_18/jre/lib/i386/libnet.so
    6eb6a000-6eb6b000 rw-p 00008000 09:02 8307225 /usr/jdk1.3.1_18/jre/lib/i386/libnet.so
    6eb6b000-6ebec000 r--s 00000000 09:03 24445050 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/uddi_uddi_900843/jarfiles/cls38280.jar
    6ebec000-6ebf2000 r--s 00000000 09:03 24445054 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/wl_management_internal2_wl_management_internal2_1866748/jarfiles/cls38281.jar
    6ebf3000-6ebfa000 r--s 00000000 09:03 30097416 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/wl_management_internal2.war
    6ef00000-6ef8b000 r--s 00000000 09:03 30097413 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/uddi.war
    6ef8b000-6f215000 r--s 00000000 09:03 24445033 /web/sites/mhln.com/weblogic700/server/bin/passkey.ear/lib/loader.jar
    6f215000-6f21b000 r--s 00000000 09:03 24445161 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/common-web38283.jar
    6f21b000-6f221000 r--s 00000000 09:03 24445162 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/commons-fileupload-1.038284.jar
    6f221000-6f298000 r--s 00000000 09:03 24445163 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/jxl38285.jar
    6f298000-6f2a0000 r--s 00000000 09:03 24445164 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyWebApp_1418605/jarfiles/WEB-INF/lib/waf38286.jar
    6f2a0000-6f2a6000 r--s 00000000 09:03 24445173 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/common-web38287.jar
    6f2a6000-6f2ac000 r--s 00000000 09:03 24445174 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/commons-fileupload-1.038288.jar
    6f2ac000-6f2b4000 r--s 00000000 09:03 24445175 /web/sites/mhln.com/weblogic700/server/bin/pskd/.wlnotdelete/passkey_PskyAdminWebApp_5456834/jarfiles/WEB-INF/lib/waf38289.jar
    6f2b4000-6f2c3000 r-xp 00000000 09:02 4884457 /lib/tls/libresolv-2.3.2.so
    6f2c3000-6f2c4000 rw-p 0000f000 09:02 4884457 /lib/tls/libresolv-2.3.2.so
    8c4fa000-8cf04000 r--s 00000000 09:03 30097412 /web/sites/mhln.com/weblogic700/server/bin/pskd/.internal/console.war
    Local Time = Wed Nov 8 10:52:48 2006
    Elapsed Time = 193
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_18-b01 mixed mode)
    # An error report file has been saved as hs_err_pid30627.log.
    # Please refer to the file for further information.
    Message was edited by:
    Ash@sun

  • Security setting problem!! need help

    i m a designer ,once i done i need to email  the pdf file to cilent .But i wanted to make the file with security !! i just want my cilent just have a view but cant print and save on that file beacuse i scare the cilent use my design as a copyright .
    so anyone here can teach me how to set the security mode to cant pirnt and save?can teach me step by step? i using adobe reader X and normally i using powerpoint to covert to PDF...please help

    Adobe Reader can't set any security.

  • No internet access through hosted network in Windows 8.1

    I am asking this question with a lot of expectation that I will get a solution for this issue. I have got seen a lot of questions being asked about this but there is no proper answer.
    I use a USB modem in Windows 8.1 laptop. I want to share the internet to other devices by creating a hostednetwork. I used the netsh commands to create and start the hostednetwork. The wifi 
    hotspot got created as 'Local area network connection *14’. The internet from the USB modem was shared to ‘Local area network connection *14’. Other devices are able to connect to this and are getting IP address in the range of 192.168.137.X. The issue
    is that, the devices are not able to access internet. Please help in troubleshooting this issue.
    Please don’t give the instructions to create a hostednetwork or advice to use 'Virtual router plus'. I have already done all sorts of basic troubleshooting. Everything looks fine, but there is no internet connection to other devices.
    I am able to share internet using the same USB modem with same method in Windows 7. Please let me know if any more info is needed.

    What is output from
    ipconfig /all
    route print
    Rgds
    Milos
    Hi Milos
    The details are given below.
    ipconfig /all
    =================
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : XXXX-PC
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Mixed
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    PPP adapter Reliance Netconnect+:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : My Connection
       Physical Address. . . . . . . . . :
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : XXX.XXX.XX.XX(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.255
       Default Gateway . . . . . . . . . : 0.0.0.0
       DNS Servers . . . . . . . . . . . : XXX.XXX.X.XX
                                           XXX.XXX.XX.XX
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Mobile Broadband adapter Mobile broadband 3:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Wireless Ethernet Adapter FFE9 #3
       Physical Address. . . . . . . . . : 00-A0-C6-00-00-24
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Local Area Connection* 14:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Hosted Network Virtual Adapter
       Physical Address. . . . . . . . . : 5E-85-DE-8B-77-0D
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::b0c8:44e8:1706:8f7e%13(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.137.1(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 241075678
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-33-18-B9-DC-85-DE-8B-77-0D
       DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                           fec0:0:0:ffff::2%1
                                           fec0:0:0:ffff::3%1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Wireless LAN adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
       Physical Address. . . . . . . . . : 1E-85-DE-8B-77-0D
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Wi-Fi:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : mshome.net
       Description . . . . . . . . . . . : Qualcomm Atheros AR9485WB-EG Wireless Network Adapter
       Physical Address. . . . . . . . . : DC-85-DE-8B-77-0D
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter 6TO4 Adapter:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft 6to4 Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2002:73f1:a3e::73f1:a3e(Preferred)
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 184549376
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-33-18-B9-DC-85-DE-8B-77-0D
       DNS Servers . . . . . . . . . . . : 220.226.6.104
                                           220.226.100.40
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter Local Area Connection* 17:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6abd:10fd:35c3:8c0e:f5c1(Preferred)
       Link-local IPv6 Address . . . . . : fe80::10fd:35c3:8c0e:f5c1%11(Preferred)
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 201326592
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-33-18-B9-DC-85-DE-8B-77-0D
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter isatap.{9B6DCE6D-CA03-414F-B9CF-9ADB7F37CEE7}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter isatap.{45B50EE1-6A47-4BC2-994C-A7F5901B6141}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    =====================================================================
    route print
    ========
    ===========================================================================
    Interface List
     47...........................My Connection
     39...00 a0 c6 00 00 24 ......Wireless Ethernet Adapter FFE9 #3
     13...5e 85 de 8b 77 0d ......Microsoft Hosted Network Virtual Adapter
     12...1e 85 de 8b 77 0d ......Microsoft Wi-Fi Direct Virtual Adapter
      3...dc 85 de 8b 77 0d ......Qualcomm Atheros AR9485WB-EG Wireless Network Adapter
      1...........................Software Loopback Interface 1
     10...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
     11...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
      8...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
      9...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #4
    ===========================================================================
    IPv4 Route Table
    ===========================================================================
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0         On-link     XXX.XXX.XX.XX     41
        XXX.XXX.XX.XX  255.255.255.255         On-link     XXX.XXX.XX.XX    296
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
        192.168.137.0    255.255.255.0         On-link     192.168.137.1   4506
        192.168.137.1  255.255.255.255         On-link     192.168.137.1   4506
      192.168.137.255  255.255.255.255         On-link     192.168.137.1   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.137.1   4506
            224.0.0.0        240.0.0.0         On-link     XXX.XXX.XX.XX     41
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.137.1   4506
      255.255.255.255  255.255.255.255         On-link     XXX.XXX.XX.XX    296
    ===========================================================================
    Persistent Routes:
      None
    IPv6 Route Table
    ===========================================================================
    Active Routes:
     If Metric Network Destination      Gateway
      1    306 ::1/128                  On-link
     11    306 2001::/32                On-link
     11    306 2001:0:9d38:6abd:10fd:35c3:8c0e:f5c1/128
                                        On-link
     10   1040 2002::/16                On-link
     10    296 2002:73f1:a3e::73f1:a3e/128
                                        On-link
     13    281 fe80::/64                On-link
     11    306 fe80::/64                On-link
     11    306 fe80::10fd:35c3:8c0e:f5c1/128
                                        On-link
     13    281 fe80::b0c8:44e8:1706:8f7e/128
                                        On-link
      1    306 ff00::/8                 On-link
     13    281 ff00::/8                 On-link
     11    306 ff00::/8                 On-link
    ===========================================================================
    Persistent Routes:
      None
    ===========================================================================
    The ip address is removed as this is a public forum. Please let me know if any more details are needed. Thanks.

  • How to install microsoft hosted virtual network adapter

    I have a HP 20- A225IN windows 8.1 All in one PC
    I accidentally uninstall the Microsoft hosted virtual network adapter from Network Adapters under Device Manager.
    please tell me how to install this adapter again?

    I have a video that covers the steps to install the Microsoft Loopback Adapter in Windows 7.  Hope this helps...
    http://www.youtube.com/watch?v=R9674zGHxrE
    Guides and tutorials, visit
    ITGeared.com.

  • Using NIC Teaming and a virtual switch for Windows Server 2012 host networking and Hyper-V.

    Using NIC Teaming and a virtual switch for Windows Server 2012 host networking!
    http://www.youtube.com/watch?v=8mOuoIWzmdE
    Hi thanks for reading. Now I may well have my terminology incorrect here so I will try to explain  as best I can and apologies from the start.
    It’s a bit of both Hyper-v and Server 2012R2. 
    I am setting up a lab with Server 2012 R2. I have several physical network cards that I have teamed called “HostSwitchTeam” from those I have made several Virtual Network Adaptors such as below
    examples.
    New-VMSwitch "MgmtSwitch" -MinimumBandwidthMode weight -NetAdaptername "HostSwitchTeam" -AllowManagement $false
    Add-VMNetworkAdapter -ManagementOS -Name "Vswitch" -SwitchName "MgmtSwitch"
    Add-VMNetworkAdapter -ManagementOS -Name "Cluster" -SwitchName "MgmtSwitch"
    When I install Hyper-V and it comes to adding a virtual switch during installation it only shows the individual physical network cards and the
    HostSwitchTeam for selection.  When installed it shows the Microsoft Network Multiplexor Driver as the only option. 
    Is this correct or how does one use the Vswitch made above and incorporate into the Hyper-V so a weight can be put against it.
    Still trying to get my head around Vswitches,VMNetworkadapters etc so somewhat confused as to the way forward at this time so I may have missed the plot altogether!
    Any help would be much appreciated.
    Paul
    Paul Edwards

    Hi P.J.E,
    >>I have teams so a bit confused as to the adapter bindings and if the teams need to be added or just the vEthernet Nics?.
    Nic 1,2 
    HostVMSwitchTeam
    Nic 3,4,5
             HostMgmtSwitchTeam
    >>The adapter Binding settings are:
    HostMgmtSwitchTeam
    V-Curric
    Nic 3
    Nic 4
    Nic 5
    V-Livemigration
    HostVMSwitch
    Nic 1
    Nic 2
    V-iSCSI
    V-HeartBeat
    Based on my understanding of the description , "HostMgmtSwitchTeam and
    HostVMSwitch " are teamed NIC .
    You can think of them as two physical NICs (do not use NIC 1,2,3,4,5 any more , there are just two NICs "HostMgmtSwitchTeam and
    HostVMSwitch").
    V-Curric,
    V-Livemigration , V-iSCSI ,
    V-HeartBeat are just VNICs of host  (you can change their name then check if the virtual switch name will be changed )
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When Will Microsoft Fix The Problem With Hosted Networking on a Surface Pro 3?

    Surface Pro 3 512GB
    Windows 8.1 with all patches.
    The following is from this thread:
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-networking/netsh-wlan-start-hostednetwork-not-working-on/f414cea9-c110-483c-a3a2-840a4ce317e2?rtAction=1423330004507
    A Microsoft member said it would be better to raise it in technet.
    netsh wlan set hostednetwork mode=allow ssid=test key=12345678
    The hosted network mode has been set to allow.
    The SSID of the hosted network has been successfully changed.
    The user key passphrase of the hosted network has been successfully changed.
    netsh wlan start hostednetwork
    The hosted network couldn't be started.
    A device attached to the system is not functioning
    One of the comments in the thread said:
    "I have the same issue on a Surface pro 3.
    It is related to the fact that they removed VAP support from the wifi driver."
    Now a new wifi driver was included with the latest firmware update (01/15/2015) but it did not fix the problem.
    I
    Please note this is a Surface Pro 3 problem as it works on a Surface Pro 2 running Windows 8.1.
    This problem has been reported to Microsoft by me and I was told "the developers are working on it."  That was six months ago.  I see posts going back a year saying the problem was reported to Microsoft Support.
    When will this be fixed?

    On Sat, 7 Feb 2015 18:06:38 +0000, saberman_Plus_1 wrote:
    >This problem has been reported to Microsoft by me and I was told "the developers are working on it."  That was six months ago.  I see posts going back a year saying the problem was reported to Microsoft Support.
    Do you have a case number? From
    http://answers.microsoft.com/en-us/surface/forum/surfpro2-surfnetwork/how-do-i-get-the-wireless-hosted-network-feature/03657fe5-b8c1-48c5-940a-ae3e13ffe25f
    you've had a couple of contacts with support.
    If you provide case numbers, it would be helpful in escalating further. And more
    specifically, it might help someone from Microsoft determine IF the issue has
    been escalated. While Microsoft has been doing work on the wifi driver for
    nearly the entire time since the SP3 was released, there is no information
    anywhere as to whether this bug is known or not.
    As you also know, I sent it in to the"right" people inside Microsoft and as you
    also know, I did not get a response. (I'm an end user just like you even though
    I'm a Community Moderator on the Surface Forum in Communities).
    -- Barb Bowman

  • VDI 3.0 with Patch2 - Virtual Box 2.0.10 - Host Networking

    Hi Guys,
    I have got following setup at a customer site:
    Solaris 10 U7 : Sun VDI 3 Server
    NIC0 - 192.168.100.xx network - sun vdi3.0 All-in-one configuration is installed here
    NIC1 - 192.168.34.xx network - windows xp template is bound to this NIC (bridged)
    NIC2 - 10.10.11.xx network - windows 7 template is bound to this NIC (bridged)
    When I boot those template on VBox manually - I do get correct ip from correct NIC.
    I have checked the .xml config files for xp and template which does point to NIC1 & NIC2 respectively.
    However, when I upload them to VDI and start cloning..the clones come out on 192.168.100.xx network.
    Logically - they should have come out on the same network as their respective templates - which is not happening.
    I know this feature is there with VDI 3.1 EA - however, this is a production system so cannot really use it !!
    Is it even possible with VDI 3.0 to have different pools on different network? Virtual Box 2.0.10 limitation?
    Regards,
    Hardik

    Hi Hardik,
    Wai is correct, VDI 3.0 allows you to specify a single NIC for each VirtualBox host in a Desktop Provider, navigate to:
    Desktop Providers -> YourVBoxDesktopProvider -> Host -> Host Details (Click VirtualBox host hyperlink)
    This page provides a drop-down with each plumbed NIC on this particular host. By default the first NIC is selected. Navigate to each VirtualBox host in your Desktop Provider and ensure you have selected the correct NIC and click [Save].
    Now enable Host Networking in your Pool -> Settings.
    All desktops registered/started from this point forward will use the specified NICs. Any Desktops already registered/running on a VirtualBox host will need to be either Shutdown or Powered-Off via the VDI UI and restarted.
    Can you confirm that you have followed these steps? I have a similar setup working with various NICs for Host Networking.
    If these steps still don't work, what does 'ifconfig -a' executed on your VirtulaBox host show? When you launch the VirtualBox UI and navigate to the networking section of a virtual machines settings, what Host Interfaces are listed there?
    -Christian

  • Unable to set the ip address for hosted network client after creating WIFI hotspot

    Original Title: INTERNET CONNECTIVITY PROBLEM WITH MY LAPTOP WIFI HOTSPOT
    HI all
    I am able to use internet connection from my lap hotspot, when the internet source is Public or private wifi.
    so I know the cmd window commands for hotspot and settings of client(sharing to hosted network client, assigning IP address etc.,)
    but the problem I am facing is slight different
    I am using my cdma wireless broadband datacard as my source internet connection(Reliance netconnect +)
    when I try to create hotspot for this, as usual I am able to create the hotspot and able to share the internet to hostednework client.
    but I am unable to set the ip address for hosted network client, if I try to set ip 192.169.137.1 and 255.255.255.0
    as soon as I close the window, the ip address also disappears
    when connect my android phone to that hotspot, it is able to connect but there is no internet connectivity.
    when I check the hostednetwork client for packet transmission, both sent and received packet is happening., I mean transmitting
    so what cause the failure in internet connectivity but success in hotspot connectivity?
    check the screen shots...
    can u help me..
    its little complicated

    Hi,
    Please make sure the Ad hoc connection IP adress is at the same range with your local connection. In addition, how about recreate the ad hoc connection for test, please have a try.
    If problem persists, please use Network troubleshooter in Action Center to fix this problem for test.
    Roger Lu
    TechNet Community Support

  • Microsoft Network Access Proctection setting

    Hi all,
                 I been working on this project for nearly a moth now, but I still can't get it work. I am trying to use EAP/TLS, PEAP integration with Cisco 1100 Series AP using ACS Release 4.2(0) Build 124 Patch 5. And of course, I am integrate that with AD 2008. My ACS server is a member server. Have issued and signed for the ACS and the clients. I have configured EAP/TLS and PEAP in the ACS side and the suppliants. However, I am still getting EAP/TLS-PEAP fail during SSL handshake.
    One doc that I have read says that i need to enable Microsoft Network Access Proctection setting, but this feature is not the list under advance settings.
    Clients and AP are able to authenticate with another ACS server which has ACS Release 4.2(0) Build 124 Patch 10. This second ACS does not have Microsoft Network Access Proctection setting either. Beside different patches, both servers have been configured the same way.
    I am so lost now, I don't even know what to try anymore as i always changed all the settings.
    If you guys need more info in order to help get to the bottom of this, please let me know.
    Many thanks,
    Paul

    Obtaining NAC/NAP
    This initial NAC/NAP release is a limited offering from Cisco and Microsoft.
    If your organization has an immediate need to evaluate or deploy the NAC/NAP solution in your environment, contact your Cisco sales representative.
    Release Notes for NAC/NAP Interoperability Architecture 1.0
    http://www.cisco.com/en/US/docs/security/nac-nap/1.0/release/notes/NACNAPRN.html#wp1161060

  • The vm and host networking components failed to negotiate protocol version '4.0'

    Hi,
    I have the problem that when I start a VM with windows server 2012 on a hyper-v v2 host, it takes very long till the VM get bind the static or dynamic ip adress. I tried both, static and dynamic. In every case I see at the event viewer the following error:
    the vm and host networking components failed to negotiate protocol version '4.0'
    After a few minutes the VM gets bind the IP an everything works fine. But at the next time I reboot the machine the same failure appear.
    Trying to use legacy network adapter results in the same problem. After this I tried to export the vm to a hyper-v v3 host. At first boot time
    the problem didn't appear and the vm get's bind the ip adress without problems. Then after upgrading the integration services to hyper-v v3
    version the same problem appears but without register it in the event viewer.
    Does anybody know how I can fix this problem?
    Kind Regards,
    Marcus

    Hi,
    A MS KB records an issue when you run Windows 8 or Windows Server 2012 based Virtual machine in Windows Server 2008 or in Windows Server 2008R2:
    http://support.microsoft.com/kb/2744129
    There is a Microsoft update in this KB, you may install this KB in your Windows Server 2008 R2 and check the result.
    While about this issue after you migrate the guest VM to Windows Server 2012 host, will it still has such error message after you remove all network adapters of the guest VM?
    Install Windows update for the Hyper-V host, after that upgrade Integration service for the guest VM again to check the result.
    For more information please refer to following MS articles:
    "Unsupported configuration" warning when you run a Windows 8-based or Windows Server 2012-based virtual machine in Windows Server 2008 R2
    http://support.microsoft.com/kb/2737297
    Hyper-V Overview
    http://technet.microsoft.com/en-us/library/hh831531.aspx
    Lawrence
    TechNet Community Support

Maybe you are looking for

  • How to view pdf by developer

    Hi all I wondered if there is a method to view some page from a pdf file by developer 6i or converting a page from a pdf file into an image then view that image by developer if some one has an idea or a link that contains that idea please post it If

  • How can I get a photo album together in Dreamweaver?

    I was just wondering if anyone would be able to tell me how I can get a photo album set up and running on my web pages?  I have Dreamweaver CS3 on my MAC Thank you in advance.

  • Creative Console doesn't show DD or DTS ic

    When I open my Creative Console in Entertainment Mode, I don't see any icons for Dolby Digital Controls or DTS. I have an X-Fi Elite Pro. I'm unable to hear my xbox audio, which I've plugged into the optical-in using an optical cable from the xbox to

  • The column name "PERNR" has two meanings. ABAP/4 Open SQL statement.

    Hi All, Could anyone advise on what are the error I encountered at below code. I get the error in " The column name "PERNR" has two meanings. ABAP/4 Open SQL statement." . This errors happen to all the key fields I have selected in below code (eg: pe

  • Disabling default function keys

    Hey everyone, Long time mac user, just got a new Imac. Can't figure this one out. On my new slim keyboard, F12 turns my audio all the way up. How can I bypass this? In Dreamweaver F12 is the "preview in browser" shortcut and that is a bigger priority