Issue with server startup - no errors, the logging just stops

Hello, we are seeing the following logs in our second node instance of Weblogic. I have Wily and can see that the second instance (jvm) never comes up. Below is the log in it's entirety and as you can see, there is nothing after the line: <Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>
Is there any debugging or other server settings we can make to see what's happening? It can take restarting the box a few times for this to come up correctly.
LOG output:
<Dec 17, 2009 12:27:26 AM> <Info> <NodeManager> <Starting WebLogic server with command line: E:\bea\user_projects\domains\omnimanager\bin\startWebLogic.cmd >
<Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: ADMIN_URL=http://10.64.205.28:7001>
<Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: SERVER_NAME=AdminWeb-Server-2>
<Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: JAVA_OPTIONS=-Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile>
<Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Working directory is "E:\bea\user_projects\domains\omnimanager">
<Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Server output log file is "E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\logs\AdminWeb-Server-2.out">
JAVA Memory arguments: -Xms1g -Xmx2g
WLS Start Mode=Development
CLASSPATH=E:\AdminWeb\conf;E:\bea\weblogic92\server\lib\xalan-2.5.1.jar;E:\bea\weblogic92\server\lib\xercesImpl-2.7.1.jar;E:\wily\WebAppSupport.jar;E:\bea\patch_weblogic922\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\bea\JROCKI~1\lib\tools.jar;E:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;E:\bea\WEBLOG~1\server\lib\weblogic.jar;E:\bea\WEBLOG~1\server\lib\webservices.jar;;E:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;E:\bea\WEBLOG~1\server\lib\xqrl.jar;;;
PATH=E:\bea\patch_weblogic922\profiles\default\native;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32\oci920_8;C:\Program Files\EMC\PowerPath\;C:\Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files\Windows Imaging\;E:\bea\WEBLOG~1\server\native\win\32\oci920_8
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\hostname:port\console *
starting weblogic with Java version:
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
BEA JRockit(R) (build R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32, compiled mode)
Starting WLS with line:
E:\bea\JROCKI~1\bin\java -jrockit -Xms1g -Xmx2g -Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile -Xverify:none -da -Dplatform.home=E:\bea\WEBLOG~1 -Dwls.home=E:\bea\WEBLOG~1\server -Dwli.home=E:\bea\WEBLOG~1\integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://10.64.205.28:7001 -DOMNI_INI_DIR=E:\AdminWeb\omniconnect\ -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\bea\patch_weblogic922\profiles\default\sysext_manifest_classpath -Xrs -Dweblogic.Name=AdminWeb-Server-2 -Djava.security.policy=E:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
<Dec 17, 2009 12:27:32 AM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
E:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;E:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
<Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>

You'll have to talk to the Xpress Connect people, perhaps it requires a update.
Mac's connect automatically to encrypted networks if it's stored in the keychain, provided they are not hidden and not WEP Encrypted networks since that's worthless standard now.

Similar Messages

  • Issues with our SSL connection to the Web dispatcher

    HI Alle,
    I having issues with our SSL connection to the Web dispatcher with SAP Web AS. Below is the error in the log files form dev_webdisp:
    Started service 80 for protocol HTTP on host "wdpeht1"(on all adapters) (processing timeout=120, keep_alive_timeout=30)
    [Thr 368] =================================================
    [Thr 368] = SSL Initialization  on  PC with Windows NT
    [Thr 368] =   (701_REL,Jan 28 2010,mt,ascii-uc,SAP_UC/size_t/void* = 16/64/64)
    [Thr 368]   profile param "ssl/ssl_lib" = "E:\usr\sap\WDP\W00\sec\sapcrypto.dll"
               resulting Filename = "E:\usr\sap\WDP\W00\sec\sapcrypto.dll"
    [Thr 368]   profile param "ssl/server_pse" = "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
               resulting Filename = "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    [Thr 368] =   found SAPCRYPTOLIB  5.5.5C pl29  (Jan 30 2010) MT-safe
    [Thr 368] =   current UserID: WDPEHT1\SAPServiceWDP
    [Thr 368] =   found SECUDIR environment variable
    [Thr 368] =   using SECUDIR=E:\usr\sap\WDP\W00\sec
    [Thr 368] * ERROR =>   secudessl_Create_SSL_CTX():  PSE "E:\usr\sap\WDP\W00\sec\SAPSSL.pse" not found! [ssslsecu.c   1354]
    [Thr 368] secudessl_Create_SSL_CTX: SSL_CTX_set_default_pse_by_name() failed --
      secude_error 4129 (0x00001021) = "The PSE does not exist"*
    [Thr 368] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 368] ERROR in SSL_CTX_set_default_pse_by_name: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    ERROR in ssl_set_pse: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    ERROR in af_open: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    ERROR in secsw_open: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    ERROR in secsw_open_pse_or_extension: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    ERROR in sec_get_PSEtype: (4129/0x1021) The PSE does not exist : "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    [Thr 368] << -
    End of Secude-SSL Errorstack -
    [Thr 368] * ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create SERVER Credential
            for "E:\usr\sap\WDP\W00\sec\SAPSSL.pse" [ssslxxi.c    2278]*
    [Thr 368]* ERROR => Initialization of SSL library failed -- NO SSL available!
    [Thr 368] =================================================
    [Thr 368] <<- ERROR: SapSSLInit(read_profile=1)==SSSLERR_PSE_ERROR*
    [Thr 368] *** ERROR => IcmAddService: SapSSLInit (rc=-40): SSSLERR_PSE_ERROR [icxxserv.c   319]
    [Thr 2128] IcmCreateWorkerThreads: created worker thread 0
    Regards

    Hi Olivier,
    Thanks for replay,
    The PSE does exist  in my SEC "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"  .
    I did tried Again I get  this error. I think I missing som parameter
    = SSL Initialization  on  PC with Windows NT
    [Thr 2292] =   (701_REL,Jan 28 2010,mt,ascii-uc,SAP_UC/size_t/void* = 16/64/64)
    [Thr 2292]   profile param "ssl/ssl_lib" = "E:\usr\sap\WDP\W00\sec\sapcrypto.dll"
               resulting Filename = "E:\usr\sap\WDP\W00\sec\sapcrypto.dll"
    [Thr 2292]   profile param "ssl/server_pse" = "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
               resulting Filename = "E:\usr\sap\WDP\W00\sec\SAPSSL.pse"
    [Thr 2292] =   found SAPCRYPTOLIB  5.5.5C pl29  (Jan 30 2010) MT-safe
    [Thr 2292] =   current UserID: WDPEHT1\SAPServiceWDP
    [Thr 2292] =   found SECUDIR environment variable
    [Thr 2292] =   using SECUDIR=E:\usr\sap\WDP\W00\sec
    [Thr 2292] -*ERROR =>   secudessl_Create_SSL_CTX():  PSE "E:\usr\sap\WDP\W00\sec\SAPSSL.pse" not found! [ssslsecu.c   1354]
    [Thr 2292] secudessl_Create_SSL_CTX: SSL_CTX_set_default_pse_by_name() failed --
      secude_error 1281 (0x00000501) = "open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned"*-
    [Thr 2292] >> -
    Begin of Secude-SSL Errorstack -
    >>
    [Thr 2292] -*ERROR in SSL_CTX_set_default_pse_by_name: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"*-
    -*ERROR in ssl_set_pse: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    ERROR in af_open: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"*-
    ERROR in secsw_open: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    ERROR in secsw_open_pse_or_extension: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    ERROR in sec_get_PSEtype: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    ERROR in aux_read_PSEFile: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    ERROR in aux_file2OctetString: (1281/0x0501) open("E:\usr\sap\WDP\W00\sec\SAPSSL.pse") returned : "Permission denied"
    [Thr 2292] << -
    End of Secude-SSL Errorstack -
    [Thr 2292] *** ERROR => SapISSLAddCredential(): Error SSSLERR_PSE_ERROR trying to create SERVER Credential
            for "E:\usr\sap\WDP\W00\sec\SAPSSL.pse" [ssslxxi.c    2278]
    [Thr 2292] *** ERROR => Initialization of SSL library failed -- NO SSL available!
    [Thr 2292] =================================================
    [Thr 2292] <<- ERROR: SapSSLInit(read_profile=1)==SSSLERR_PSE_ERROR
    [Thr 2292] *** ERROR => IcmAddService: SapSSLInit (rc=-40): SSSLERR_PSE_ERROR [icxxserv.c   319]
    Her is my profile parameter for https.
    h6*#Https parameters for Web dispatcher  E:\usr\sap\WDP\W00\sec
    #icm/server_port_0 = PROT=HTTPS,PORT=443$$
    DIR_INSTANCE = E:\usr\sap\WDP\W00\sec
    ssl/ssl_lib = E:\usr\sap\WDP\W00\sec\sapcrypto.dll
    ssl/server_pse = E:\usr\sap\WDP\W00\sec\SAPSSL.pse
    wdisp/ssl_cred = E:\usr\sap\WDP\W00\sec\SAPSSL.pse
    ssf/ssfapi_lib = E:\usr\sap\WDP\W00\sec\sapcrypto.dll
    sec/libsapsecu = E:\usr\sap\WDP\W00\sec\sapcrypto.dll
    ssf/name = SAPSECULIB
    wdisp/ssl_encrypt = 0
    icm/server_port_1=PROT=HTTPS, PORT=8400, TIMEOUT=120
    ###icm/server_port_1=PROT=HTTPS, PORT=44302, TIMEOUT=900 (old)
    ########icm/server_port_0 = PROT=HTTP,PORT=80, TIMEOUT=120
    icm/HTTPS/verify_client=0
    wdisp/add_client_protocol_header = true
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    wdisp/ssl_auth= 0
    ms/https_port = 8400
    wdisp/HTTP/use_pool_for_new_conn=1
    wdisp/HTTPS/dest_logon_group = HTTPS
    #wdisp/server_info_protocol = https
    #wdisp/group_info_protocol = https
    #wdisp/url_map_protocol = https
    wdisp/ssl_ignore_host_mismatch = fals
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = CN = SAP CA,*
    icm/HTTPS/trust_client_with_subject = CN = sapwebdisp,*h6
    Regards

  • Issues with Server.app

    hello together,
    I have some issues with Server.app.
    I connect to a server in our local network.
    In the Users tab I see only local users of the server, not the network accounts
    When I choose "Manage Network Accounts" from the "Manage" Menu, it tells me to configure the server as a network directory, but it is already configured as such.
    When I hit "next" and enter account information for the directory admin it tells me that this server is already configured to manage network accounts.
    How can I view and mange the network accounts again?
    Thanks in advance
    macmartin  

    Just fyi, I was not able to resolve this on my migrated server. Every time when I imported the OD backup from 10.5.8 Server.app couldn't load the user or group list and issues an error message with "error 5000" or something. Check if you have that in your logs, too. If so, Server.app is no longer able to authenticate against the OD. There are several threads regarding this 5000-error, none of them worked for me. Usually this happens when the hostname, IP or something in the OD setup changes and the agreed keys no longer work for authentication. As mentioned, I never managed to get that to work again and had to use a fresh OD and create the users from a list (without pwd). Not very charming.

  • Sql server services give error the remote procedure call failed [0x800706be] in sql server 2008

    sql server services give error the remote procedure call failed [0x800706be] in sql server 2008.
    To resolve this issue, I executed the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof".
    but it does not work.
    Plz give the exact soln to solve this error.

    sql server services give error the remote procedure call failed [0x800706be] in sql server 2008.
    To resolve this issue, I executed the following mofcomp command in command prompt to re-register the *.mof files:
    mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof".
    but it does not work.
    Plz give the exact soln to solve this error.
    So when you tried starting SQL server service it gave the error right  ?  or when you click on SQL server services in SQL server configuration manager(SSCM) you get this error. Can you be more clear.  As far as I read your question it has something
    to do with permission. Close SSCM window and this time  right click on SQL server configuration manager and select run as administrator and check if you can see SQL server services
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Upon sync or backup, I receive the message, "iTunes could not back up the iPhone "iPhone name" because and error occurred. I have deleted my backup file and tried another computer, with no success.  Also, the bluetooth function stopped working.

    Upon sync or backup, I receive the message, "iTunes could not back up the iPhone "iPhone name" because and error occurred. I have deleted my backup file and tried another computer, with no success.  Also, the bluetooth function stopped working.

    Hi, EJ13. 
    I see you are having issues with backing up you iPhone and have tried a couple troubleshooting steps.  There are a couple more steps I could recommend in the article below. 
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Regards,
    Jason H. 

  • So, about a week ago my macbook pro started having lots of issues: wifi connectivity, slow performance, sound issues, spotlight wasn't working. After going through the issues with apple support, they decided the best course of action was to erase it...

    So, about a week ago my macbook pro started having lots of issues: wifi connectivity, slow performance, sound issues, spotlight wasn't working. After going through the issues with apple support, they decided the best course of action was to erase the hard drive and do a reinstall. Since I have a recent backup this seemed like a good enough option. They were kind enough to send me a copy of the snow leopard disk to do the install since we couldn't get it to complete through the disk utility. Not sure why, since it says we are fully connected, it just never completed.
    Anyway, so now that you have the background here is the new issue. The macbook pro keeps spitting out the disk I'm trying to install from. Disk utility and using the 'Startup Disk' function from the apple menu doesn't read the disk.
    Can anyone suggest a solution to this vexing problem?
    Thanks in advance.

    Jeremy.Laurin,
    have you tried agb76’s approach here?

  • Having issues with Adobe Flash player hanging the browser

    Having issues with Adobe Flash player hanging the browser.
    WIN 7 enterprise 32 bit / Firefox 19.0.2 /
    Internal company website keeps giving attached screen shot error, and hangs the browser when error pops up.
    Steps taken:
    Uninstalled Adobe Flash player with the file “uninstall_flash_player.exe”
    Deleted provided directory in instructions
    "Copy and paste the following and click OK.
    C:\Windows\system32\Macromed\Flash        
    Delete all the files in this folder."
    Rebooted PC and reinstalled the flash player directly from “http://www.adobe.com/support/flashplayer/downloads.html”
    Re launched company website and received same error.
    Repeated above steps as well as uninstalled Firefox browser.  Even went so far as to remove all profile information to start fresh from all profiles on the laptop with the same results.
    Note: The web page will work without the flash player plugin, and my page doesn’t hang the browser. Required to open page in FireFox per company policy.

    I'm sorry you're encountering this.  Could you paste a few of the most recent report ID links displayed when you go to "about:crashes" in the Firefox address bar?
    As for workarounds, the first thing I'd suggest is trying our 11.7 labs release which you can get here: http://labs.adobe.com/downloads/flashplayer.html
    If that doesn't help, please try the troubleshooting steps outlined in this FAQ:
    How do I troubleshoot Flash Player's protected mode for Firefox?
    In particular, I'd recommend temporarily disabling protected mode (for troubleshooting purposes only) to see if that addresses the issue.
    Thanks,
    Chris

  • I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    Hi RonWM,
    Thanks for visiting Apple Support Communities.
    This article lists the ports that are used by the Apple TV:
    Apple TV: TCP and UDP ports and protocols used
    http://support.apple.com/kb/HT2463
    Best Regards,
    Jeremy

  • TS1559 The wifi just stopped working outside of the house. Now it's basically a calculator that I carry around with me.

    The wifi just stopped working outside of the house. Now it's basically a calculator that I carry around with me.

    That's nice.  Hopefully you'll have some mathematical problems for which to use your calculator.
    Meantime, did you have a support issue?

  • CS3 will not install on Windows 7, 64-bit. No error message. Just stops installing.

    CS3 will not install on Windows 7, 64-bit. No error message. Just stops installing. This is a brand new machine. This is one of the first things I'm installing on it. I'm running Windows 7 Home Premium 64-bit. The disks are fine. I have the programs installed on my two XP machines. When I run the disk, I get the window pop up that says "Initializing Installation for Adobe Creative Suite 3". Then the disk stops spinning and nothing else happens. No error message. Nothing else happens. I'm baffled. I have searched several discussion boards and cannot find anybody that has had a similar install issue like this.

    Old_Timer I would recommend reviewing your install logs to determine the exact error message.  You can find details on how to locate and interpret the logs at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Okay, let's say you bought an album and there are a few songs on there where you only have half the song(the song just stops after a number of minutes/seconds). What do you do, and can you re-download these songs?

    Okay, let's say you bought an album and there are a few songs on there where you only have half the song(the song just stops after a number of minutes/seconds). What do you do, and can you re-download these songs?

    How to report an issue with Your iTunes Store purchase

  • Hi, i have an IPod Touch 4g. One of the earphones just stops working after while,no matter how many times i replace them. What do i do?

    Hi, i bought my IPod 4G about 7 months ago. After about a mont of buying them, one the earphones just stopped working which became extremely annoying..so i bought a new set of earphones and they worked well for about 5/6 months and then one of them stopped working as well. About 2 weeks ago, i bought a new set of earphones and now the right earphone of that has stopped working as well. The thing is, the earphone doesnt just stop working on my IPod, it also stops working on my laptop...and now i am very confused as to where the problem lies. I can't keep buying headphones every other week cos that is just too expensive and i dont know if the problem lies with my IPod or what! The same thing is happening to my sister's IPod as they were purchased at the same time. What do we do??

    This previous discussion discusses the same if not similar problem.
    https://discussions.apple.com/message/6750990#6750990

  • I was on facetime and the volume just stopped...the person I was talking to couldn't hear me

    I was on facetime and the volume just stopped working and the person I was on with could not hear me. I ended up turning and leaving it off and then it worked. Any insights on why this happened? Should I take it to someone to check it out? I have only had it 2 weeks.

    Try changing the volume settings on  the device.  
    Volume Key:
    Press the long volume key on the side of the phone up or down to adjust the volume while on a call.
    When you are around noisy surroundings you might want to try a noise  canceling headset or device to block out background environmental noise. By blocking background environment noise, noise canceling headsets  or devices should allow you to be hear more clearly and be heard by others more clearly.  
    Copy and paste the link below into you browsers address bar for more information.  
    http://www.verizonwireless.com/b2c/store/accessory?categoryId=12&action=refineByCategory
    http://www.verizonwireless.com/b2c/store/accessory?action=accessoryDetails&archetypeId=12462&accessoryId=46569

  • I'm trying to update my iTunes and it says that an old copy of bonjour can't be uninstalled. Then the download just stops. Any help is appreciated.

    I am trying to update my iTunes and a message comes up that an old copy of bonjour cannot be uninstalled. The download just stops. I tried to uninstall bonjour but it says I need to find an alternate route to bonjour. I'm not particularly computer technically savvy, so I'm not sure how to rectify this. Any ideas?

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the thingy on the page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Ok..so i was on my iPod 5g listening to music and the sound just stopped working. And whenever i turn up the volume it says that there are headphones in. and my iPod is brand new. please if someone can help it would be awesome!

    ok..so i was on my iPod 5g listening to music and the sound just stopped working. And whenever i turn up the volume it says that there are headphones in. and my iPod is brand new. please if someone can help it would be awesome!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          
    If within warranty (yours is since the warranty is one year) and not abused, Apple will exchange it at no cost.

Maybe you are looking for