Unable to start AdminServer ( Unable to make AdminServer to running mode)

Hi All,
Can someone help me out with this issue ?
Because of this , i'm not able to move further :(
My Issue : Unable to start the AdminServer
WL_HOME="/home/weblogic/Oracle/Middleware/wlserver_10.3
Let me know if need any additional information.
Thanks.
[weblogic@kiran bin]$ ./startWebLogic.sh &
[1] 3765
[weblogic@kiran bin]$ .
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
WLS Start Mode=Development
CLASSPATH=/home/weblogic/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/weblogic/Oracle/Middleware/jdk160_14_R27.6.5-32/lib/tools.jar:/home/weblogic/Oracle/Middleware/utils/config/10.3/config-launch.jar:/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/home/weblogic/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar:/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/home/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/home/weblogic/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/home/weblogic/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
PATH=/home/weblogic/Oracle/Middleware/wlserver_10.3/server/bin:/home/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.0/bin:/home/weblogic/Oracle/Middleware/jdk160_14_R27.6.5-32/jre/bin:/home/weblogic/Oracle/Middleware/jdk160_14_R27.6.5-32/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/java/jre1.7.0_07/bin:/home/weblogic/.local/bin:/home/weblogic/bin
* 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.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
Starting WLS with line:
/home/weblogic/Oracle/Middleware/jdk160_14_R27.6.5-32/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/home/weblogic/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/weblogic/Oracle/Middleware/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
<Oct 22, 2012 12:35:50 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 14.0-b16 from Sun Microsystems Inc.>
<Oct 22, 2012 12:35:50 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
<Oct 22, 2012 12:35:51 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Oct 22, 2012 12:35:51 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Oct 22, 2012 12:35:52 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file /home/weblogic/Oracle/Middleware/user_projects/domains/domain-1/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
*<Oct 22, 2012 12:35:53 PM IST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError.*
weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError
     at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
     at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
     Truncated. see log file for complete stacktrace
*Caused By: java.lang.ExceptionInInitializerError*
     at com.octetstring.vde.util.guid.GuidGenerator.nextGuidInBytes(GuidGenerator.java:125)
     at com.octetstring.vde.util.guid.Guid.<init>(Guid.java:84)
     at com.octetstring.vde.backend.standard.BackendStandard.add(BackendStandard.java:379)
     at com.octetstring.vde.backend.BackendHandler.add(BackendHandler.java:460)
     at com.octetstring.vde.util.LDIF.importLDIF(LDIF.java:279)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
     at java.lang.System.arraycopy(Native Method)
     at com.octetstring.vde.util.guid.GuidParamGenerator.generateNodeID(GuidParamGenerator.java:47)
     at com.octetstring.vde.util.guid.GuidStateManager.initializeGUIDParameters(GuidStateManager.java:59)
     at com.octetstring.vde.util.guid.GuidStateManager.<init>(GuidStateManager.java:30)
     at com.octetstring.vde.util.guid.GuidStateManager.<clinit>(GuidStateManager.java:23)
     Truncated. see log file for complete stacktrace
>
<Oct 22, 2012 12:35:53 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Oct 22, 2012 12:35:53 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
*weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable*
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
     at weblogic.security.SecurityService.start(SecurityService.java:141)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
<Oct 22, 2012 12:35:53 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 22, 2012 12:35:53 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 22, 2012 12:35:53 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
Thanks
Kiran

Hi All,
I'm happy to announce that I've successfully resolved my issue.
Able to start the WebLogic AdminServer , and make it to RUNNING mode.
Let me give some background about the issue and resolution:-
I came across 2 types of errors while starting the AdminServer immediately after creating domain
a) myrealm failed to be loaded weblogic.security.service.securityserviceexception
b)+<WebLogic Server> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine+.
Note : First i encountered with the issue (a) , and then later after re-installed again.. and created fresh weblogic domain.. came up with the issue (b)
I tried couple of ways like
1. Editing config.xml file by adding/editing <listen-address>********</listen-address> field
2. Deleting data folder under /ldap folder
3. Clearing /tmp and /cache folders
4. Commenting ADMIN_URL in setDomainEnv
And last I'm able to resolve it by observing , and updating the following :
[root@kiran ~]# hostname
kiran
[root@kiran ~]# more /etc/hosts
127.0.0.1          localhost.localdomain localhost
::1          localhost6.localdomain6 localhost6
*127.0.0.1     kiran* --> Add this line , and this did all magic to fix my issue.
That's it , I'm able to start the AdminServer without any issue.
Thank You so much for all who looked into my issue here , and helped me.
Thanks once again.
Thanks
kiran

Similar Messages

  • Cisco Jabber for Windows unable to make calls in softphone mode

    Hi,
    I am facing an issue when I make a call from jabber in softphone mode to another jabber client my call fails and using wireshark traces I see SIP2.0 503 Service Unavailable.
    I have followed the guide and was able to deploy it once before successfully. This is a lab environment and we don't have any CSS or partitions.
    If someone can please guide me :)
    Regards
    Hassan

    Hi Hassan,
    I found four calls in the trace file with the same calling/called numbers. I analyzed one of them.
    Calling party - 42001
    Called party - 42002
    00267676.002 |17:15:14.335 |AppInfo  |SIPTcp - wait_SdlReadRsp: Incoming SIP TCP message from 122.129.75.131 on port 23600 index 689 with 2610 bytes:
    [7525,NET]
    INVITE sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/TCP 192.168.1.60:54441;branch=z9hG4bK00005d94
    From: "42001" <sip:[email protected]>;tag=3c77e6734e8e00180000789e-000014f2
    To: <sip:[email protected]>
    Call-ID: [email protected]
    Max-Forwards: 70
    Date: Tue, 21 Apr 2015 11:29:56 GMT
    CSeq: 101 INVITE
    User-Agent: Cisco-CSF
    Contact: <sip:[email protected]:54441;transport=tcp>;video;bfcp
    Expires: 180
    Accept: application/sdp
    Allow: ACK,BYE,CANCEL,INVITE,NOTIFY,OPTIONS,REFER,REGISTER,UPDATE,SUBSCRIBE,INFO
    Remote-Party-ID: "42001" <sip:[email protected]>;party=calling;id-type=subscriber;privacy=off;screen=yes
    Supported: replaces,join,sdp-anat,norefersub,resource-priority,extended-refer,X-cisco-callinfo,X-cisco-serviceuri,X-cisco-escapecodes,X-cisco-service-control,X-cisco-srtp-fallback,X-cisco-monrec,X-cisco-config,X-cisco-sis-7.0.0,X-cisco-xsi-8.5.1
    Allow-Events: kpml,dialog
    Recv-Info: conference
    Recv-Info: x-cisco-conference
    Content-Length: 1469
    Content-Type: application/sdp
    Content-Disposition: session;handling=optional
    v=0
    o=Cisco-SIPUA 5552 0 IN IP4 192.168.1.60
    s=SIP Call
    b=AS:4000
    t=0 0
    m=audio 21996 RTP/AVP 9 104 105 0 8 18 101
    c=IN IP4 192.168.1.60
    a=rtpmap:9 G722/8000
    a=rtpmap:104 G7221/16000
    a=fmtp:104 bitrate=32000
    a=rtpmap:105 G7221/16000
    a=fmtp:105 bitrate=24000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=sendrecv
    m=video 25898 RTP/AVP 126 97
    c=IN IP4 192.168.1.60
    b=TIAS:4000000
    a=rtpmap:126 H264/90000
    a=fmtp:126 profile-level-id=42E01F;packetization-mode=1;level-asymmetry-allowed=1;max-fs=3601;max-rcmd-nalu-size=32000
    a=imageattr:126 recv [x=[32:1:1280],y=[18:1:720],par=1.7778,q=1.00]
    a=content:main
    a=label:11
    a=rtpmap:97 H264/90000
    a=fmtp:97 profile-level-id=42E01F;packetization-mode=0;level-asymmetry-allowed=1;max-fs=3601
    a=imageattr:97 recv [x=[32:1:1280],y=[18:1:720],par=1.7778,q=1.00]
    a=sendrecv
    m=video 32652 RTP/AVP 126 97
    c=IN IP4 192.168.1.60
    b=TIAS:4000000
    a=rtpmap:126 H264/90000
    a=fmtp:126 profile-level-id=42E01F;packetization-mode=1;level-asymmetry-allowed=1;max-fs=4099;max-rcmd-nalu-size=32000
    a=content:slides
    a=label:12
    a=rtpmap:97 H264/90000
    a=fmtp:97 profile-level-id=42E01F;packetization-mode=0;level-asymmetry-allowed=1;max-fs=4099
    a=sendrecv
    m=application 5070 UDP/BFCP *
    c=IN IP4 192.168.1.60
    a=floorctrl:c-s
    a=confid:4
    a=floorid:2 mstrm:12
    a=userid:4
    a=setup:actpass
    a=connection:new
    a=sendrecv
    00267702.007 |17:15:14.342 |AppInfo  |Digit analysis: match(pi="2", fqcn="42001", cn="42001",plv="5", pss="", TodFilteredPss="", dd="42002",dac="0")
    00267702.008 |17:15:14.342 |AppInfo  |Digit analysis: analysis results
    00267702.009 |17:15:14.342 |AppInfo  ||PretransformCallingPartyNumber=42001
    |CallingPartyNumber=42001
    |DialingPartition=
    |DialingPattern=42002
    00267709.001 |17:15:14.343 |AppInfo  |LBMIF: CI: 30582939 ASSOC    30582940
    00267709.002 |17:15:14.343 |AppInfo  |LBMIF: CI: 30582940 ASSOC'   30582939
    00267715.000 |17:15:14.343 |SdlSig   |CcSetupReq                             |restart0                       |LineControl(1,100,174,27)        |Cdcc(1,100,219,42)               |1,100,14,10382.36^122.129.75.131^CSFHASSANRAZI |[R:N-H:0,N:2,L:0,V:0,Z:0,D:0] CI=30582940 CI.branch=0  sBPL.plid=65 sBPL.l=1 sBPL.pl=5 sBPL.msd=0  FDataType=0opId=0ssType=0 SsKey=0invokeId=0resultExp=Fbpda=F pi.piid=30 pi.l=0 pi2.piid=30 pi2.l=0 pi3.piid=30 pi3.l=0 FQCGPN=ti=1nd=42001pi=0si1 preXCgpn=tn=0npi=0ti=1nd=42001pi=0si1 cgPart= cgPat=42001 cgpn=tn=0npi=0ti=1nd=42001pi=1si1 cgpnVM= unXCgpn=tn=0npi=0ti=1nd=42001pi=1si1 cName=locale: 1 Name:  UnicodeName:  pi: 1 DD=tn=0npi=1ti=1nd=42002User=42002Host=192.168.201.101Port=5060PassWord=Madder=Transport=4mDisplayName=RawUrl=sip:[email protected];user=phoneOrigPort=0pi=0si1 origDD=tn=0npi=1ti=1nd=42002User=42002Host=192.168.201.101Port=5060PassWord=Madder=Transport=4mDisplayName=RawUrl=sip:[email protected];user=phoneOrigPort=0pi=0si1 preXCdpn=tn=0npi=0ti=1nd=42002pi=0si0 preXTagsList=SUBSCRIBER preXPosMatchList=42002 cdPart= cdPat=42002 cdpn=tn=0npi=0ti=1nd=42002pi=1si1 cdpnVMbox= localPatternUsage=2 connectedPatternUsage=2 itrPart= itrPat= LRPart= LRPat=42002 LR=tn=0npi=0ti=1nd=42002pi=0si1 LRVM= LRName=locale: 1 Name:  UnicodeName:  pi: 0 FQOCpdn=ti=1nd=42002pi=0si1 fFQLRNum=ti=1nd=42002pi=0si1 oPart= oPat=42002 oCpdn=tn=0npi=0ti=1nd=42002pi=0si1 oCdpnVM= oRFR=0 oName=locale: 1 Name:  UnicodeName:  pi: 0 ts=SUBSCRIBER posMatches=42002 withTags= withValues= rdn.l=0IpAddrMode=0 ipAddrType=0 ipv4=122.129.75.131:23600 region=Default capCount=7 ctiActive=F ctiFarEndDev=1 ctiCCMId=1 cgPtyDev=CSFHASSANRAZI callInst=0 confCallInst=0 OLF=1Supp DTMF=3DTMF Cfg=1DTMF Payload=101isOffNetDev=F bc.l=4 bc.itr=8 bc.itc=8 bc.trm=6 bc.tm=16 maxForwards=69 cgpnMaskedByRedirect=F callingDP=1b1b9eb6-7803-11d3-bdf0-00108302ead1 featCallType=0 callingUserId= UnicodeName:  muteEnabled=0 associatedCallCI=0 featurePriority=1 nonTargetPolicy=0 unconsumedDigits= suppressMOH=F numPlanPkid =6807b55c-7ab5-4f8d-8fba-db383ecfaaa4 networkDomain= bitMask=0 SetupReason=0 routeClass=1 sideACmDeviceType=4 protected=1 ControlProcessType=0 tokens=0 isPresent=F transitCount=0 geolocInfo={geolocPkid=, filterPkid=, geolocVal=, devType=4} locPkid=29c5c1c4-8871-4d1e-8394-0b9181e8c54d locName=Hub_None deductBW=F fateShareId=StandAloneCluster:30582939 videoTrafficClass=Desktop oFromAnalogDvc=F bridgeParticipantID= callingUsr= remoteClusterID= isEMCCDevice=F lHPMemCEPN= cHPMemCEPN= uri=ti=1User=Host=Port=0PassWord=Madder=Transport=4mDisplayName=RawUrl=<sip:[email protected]:54441;transport=tcp>OrigPort=0pi=0si1 param=;video;bfcp M=Unknown ;rc=26624 Hdrs= CanSupportSIPTandN=true TransId=0 AllowBitMask=0x7bf UserAgentOrServer=Cisco-CSF OrigDDName=locale: 1 Name:  UnicodeName:  pi: 0 mCallerId= mCallerName=LatentCaps=null icidVal= icidGenAddr= oioi= tioi= ptParams= receivedPAID= routeHdr= routeCepn= requestURI= PCVFlag=F originallyHadISUP=F isIMSFinalRoute=F IMSMode=0 SideABibEnabled= 0 isCgpnNonPreemptable=F isCdpnNonPreemptable=F origDP=1b1b9eb6-7803-11d3-bdf0-00108302ead1 lastRedirectingDP=1b1b9eb6-7803-11d3-bdf0-00108302ead1 originalLRG= lastRedirectingLRG= nwLoc=0 rstr= FarEndDeviceName=CSFHASSANRAZI hdrMOH=0 CAL={v=ffffffff, m=ffffffff, tDev=F, res=F, devType=0}
    00267715.001 |17:15:14.343 |AppInfo  |LineControl(27) - 0 calls, 0 CiReq, busyTrigger=2, maxCall=6
    00267715.002 |17:15:14.343 |Created  |                                       |                               |LineCdpc(1,100,175,74)           |LineControl(1,100,174,27)        |                                         |NumOfCurrentInstances: 2
    00267758.001 |17:15:19.364 |AppInfo  |//SIP/Stack/Info/0x0/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 (SIP_NETWORK_MSG), for event 55 (SIPSPI_EV_SEND_FAILURE_MSG)
    00267758.002 |17:15:19.364 |AppInfo  |//SIP/Stack/Info/0x0xe5136ad8/ccsip_spi_process_event: Send Error for event(0xe5139420)
    00267758.003 |17:15:19.364 |AppInfo  |//SIP/Stack/Error/0x0/act_idle_send_msg_failure: Send Error to 192.168.1.172:54901 for transport TCP
    00267758.004 |17:15:19.364 |AppInfo  |//SIP/Stack/Info/0x0xe5136ad8/ccsip_set_cc_cause_for_spi_err: Categorized cause:38, category:186
    00267758.005 |17:15:19.364 |AppInfo  |//SIP/Stack/Info/0x0xe5136ad8/sipSPIInitiateDisconnect: Initiate call disconnect(38) for outgoing call
    00267758.006 |17:15:19.364 |AppInfo  |//SIP/SIPHandler/ccbId=4212/scbId=0/ccsip_api_call_disconnected: ccb->cc_disc_cause (38); ccb->sip_disc_cause(503)
    00267794.001 |17:15:19.367 |AppInfo  |SIPTcp - wait_SdlSPISignal: Outgoing SIP TCP message to 122.129.75.131 on port 23600 index 689
    [7527,NET]
    SIP/2.0 503 Service Unavailable
    Via: SIP/2.0/TCP 192.168.1.60:54441;branch=z9hG4bK00005d94;received=122.129.75.131
    From: "42001" <sip:[email protected]>;tag=3c77e6734e8e00180000789e-000014f2
    To: <sip:[email protected]>;tag=4211~132b515c-f941-ca80-8023-9423185ada2d-30582939
    Date: Tue, 21 Apr 2015 12:15:14 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: presence
    Server: Cisco-CUCM10.5
    Reason: Q.850; cause=41
    Content-Length: 0
    Seems like a network issue. TCP connection can't be established with the called jabber client, which as per the trace is 192.168.1.172.
    Check for firewalls blocking the connection.
    You may take a pcap on the called jabber client side or probably from the call manager, and check for TCP issues.
    You mentioned the jabber client's IP as 192.168.1.60 but I see incoming invite from 122.129.75.131. What this IP?
    HTH,
    Atul

  • Unable to make microphone to work on NVIDIA MCP55 onboard sound card

    Hello.
    Some time ago, I bought a nice HP xw9400 Workstation (with Dual Core AMD Opteron  2216) from Germany. Despite it's starting to become old by today's standards for some stuff like gaming, it's still quite okay to use and the SAS HDD makes it boot fastly. And it has one of the best cases, you can plug PCI/PCIe/PCI-X cards very easily and it's very nice to change or add HDDs. Maybe I'll upgrade the CPUs (I can upgrade the bios and it seems it can support better CPUs) if I find them on eBay or other place.
    I have less problems with Arch than the rest of distributions, but I still have weird issues. Despite my computer hardware is somewhat old, I still experience weird problems everywhere (it seems I have some kind of weird "luck").
    I have problems using my microphone under Arch with "NVIDIA Corporation MCP55 High Definition Audio (rev a2)" onboard sound card , here is the relevant info.
    http://www.alsa-project.org/db/?f=5907a … f5d2b9d88c
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Dec 12 00:00 by-id
    drwxr-xr-x 2 root root 80 Dec 12 00:00 by-path
    crw-rw----+ 1 root audio 116, 7 Dec 11 23:58 controlC0
    crw-rw----+ 1 root audio 116, 9 Dec 12 00:00 controlC1
    crw-rw----+ 1 root audio 116, 6 Dec 11 23:58 hwC0D0
    crw-rw----+ 1 root audio 116, 5 Dec 12 01:34 pcmC0D0c
    crw-rw----+ 1 root audio 116, 4 Dec 12 02:33 pcmC0D0p
    crw-rw----+ 1 root audio 116, 3 Dec 11 23:58 pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Dec 12 01:28 pcmC0D2c
    crw-rw----+ 1 root audio 116, 8 Dec 12 01:43 pcmC1D0c
    crw-rw---- 1 root audio 116, 1 Dec 11 23:58 seq
    crw-rw----+ 1 root audio 116, 33 Dec 11 23:58 timer
    % arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC262 Analog [ALC262 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 2: ALC262 Alt Analog [ALC262 Alt Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    card 1: Camera [USB Video Camera], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    % arecord --list-pcms
    null
        Discard all samples (playback) or generate zero samples (capture)
    default:CARD=NVidia
        HDA NVidia, ALC262 Analog
        Default Audio Device
    sysdefault:CARD=NVidia
        HDA NVidia, ALC262 Analog
        Default Audio Device
    front:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        Front speakers
    surround40:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    default:CARD=Camera
        USB Video Camera, USB Audio
        Default Audio Device
    sysdefault:CARD=Camera
        USB Video Camera, USB Audio
        Default Audio Device
    front:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        Front speakers
    surround40:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        IEC958 (S/PDIF) Digital Audio Output
    (I was unable to make the microphone on the usb webcam to work, but that's another issue I'll ask in a separate forum thread...)
    % head -n 1 /proc/asound/card0/codec*
    Codec: Realtek ALC262
    I found this in Gentoo forums, very similar issue and a fix that don't works (see in a bit further)
    http://forums.gentoo.org/viewtopic-t-88 … art-0.html
    And this...
    http://ubuntuforums.org/showthread.php?t=1672571
    http://ubuntuforums.org/showthread.php?t=1475588
    https://bugs.launchpad.net/ubuntu/+sour … bug/577178
    http://www.linuxforums.org/forum/ubuntu … rking.html (2007 forum post, but very similar)
    http://lists.opensuse.org/opensuse-bugs … 02583.html (2009)
    https://bugzilla.redhat.com/show_bug.cgi?id=522101 (2009, closed in 2011)
    https://bugzilla.novell.com/show_bug.cgi?id=474383
    -> http://lists.opensuse.org/opensuse-bugs … 02583.html (it seems the bug tracker works quite bad or there's some issue looking at that issue, so here's the mailing list message about it)
    I also tried create  /etc/modprobe.d/alsa-base.conf and add the following line to it...
    options snd-hda-intel model=6stack
    And no luck!  I tried it and still appear both "Rear Mic" and "Front Mic". I'll provide a screenshot later.
    I'm starting to understand this, maybe it can help me...
    http://alsa.opensrc.org/Record_from_mic
    I tested both sound hardware by using arecord and audacity, no luck at all
    % arecord -Dhw:1 --dump-hw-params
    Recording WAVE 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono
    HW Params of device "hw:1":
    ACCESS: MMAP_INTERLEAVED RW_INTERLEAVED
    FORMAT: S16_LE
    SUBFORMAT: STD
    SAMPLE_BITS: 16
    FRAME_BITS: 16
    CHANNELS: 1
    RATE: [8000 48000]
    PERIOD_TIME: [1000 32768000]
    PERIOD_SIZE: [32 262144]
    PERIOD_BYTES: [64 524288]
    PERIODS: [2 1024]
    BUFFER_TIME: (1333 65536000]
    BUFFER_SIZE: [64 524288]
    BUFFER_BYTES: [128 1048576]
    TICK_TIME: ALL
    arecord: set_params:1233: Sample format non available
    Available formats:
    - S16_LE
    % arecord -D hw:1 -f S16_LE myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -V myfile.raw
    Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -V -r48000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r48000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r44100 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r16000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    (I tried them with my user and root, same results)
    I had an Sound Blaster Audigy 4 Pro, but removed it to see if there was some problem. I'm still unable to use my Microphone even on onboard audio hardware. I'll try to use it once I have the microphone working
    Regards.
    Last edited by timofonic (2013-12-12 04:11:57)

    Sorry, that was wrong, I meant
    arecord -l
    Have you tried making a virtual loopback device like above and using
    arecord -vv -fdat out.wav
    You should see the #### fluctuate as you speak into the mic. If not, then unmute and turn up your mic in alsamixer. That loopback device will allow you to capture your sound card and hear it at the same time. Another way to do it is to use a jumper from line out to line in on your sound device. You won't be able to hear it while you record though.
    If your sound device works, then you can capture what's going through it. You'll need to determine which vitual device your mic is.
    Example
    arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 2: ALC662 rev1 Alt Analog [ALC662 rev1 Alt Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7

  • Unable to make adobe player work

    I have downloaded version 11 of player numerous times because I keep getting requests, and nothing will play on my computer.  The message says version is running, but I cannot watch any videos, as same request for latest version shows.

    It is an adobe flash player running on Vista.
    Date: Sat, 6 Apr 2013 21:59:55 -0700
    From: [email protected]
    To: [email protected]
    Subject: Unable to make adobe player work
        Re: Unable to make adobe player work
        created by Pat Willener in Adobe Reader - View the full discussion
    There is no such thing as "adobe player".  There is Adobe Flash Player, Adobe Shockwave Player, Adobe Media Player - all different products. We also need to know your operating system and web browser.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5213224#5213224
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5213224#5213224
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5213224#5213224. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Workflow mailer configuration -Unable to make a network connection

    Hi Friends,
    We are trying to configure imap server in 11i workflow notification mailer & getting the error message "Unable to make a network connection".
    system configuration:
    EBS 11i - windows 2003 server
    database - 11.1.0.7
    for imap server we are using ms exchange server 2007.
    pl help us to resolve this issue .
    *Jan 24, 2012 2:13:58 PM GST]:1327400038328:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentStateMachine.updateComponentStatus(Logger, Connection, int, String, String)]:BEGIN (Logger{mLog=[$Header: AppsLog.java 115.78 2004/12/16 16:17:13 rnix ship $ @23667197 {oracle.apps.fnd.profiles.ExtendedProfileStore@136a43c}],mUniqueId=SVC-GSM-WFMLRSVC-51286,mLevel=4}, oracle.jdbc.driver.OracleConnection@1a7508a, 10006, STOPPED_ERROR, Could not handle the control event -> oracle.apps.fnd.cp.gsc.SvcComponentContainerException: Could not start component; performing rollback -> oracle.apps.fnd.cp.gsc.SvcComponentException: Validation failed for the following parameters -> {INBOUND_SERVER=Unable to make a network connection.}. Parameters were -> {INBOUND_MAX_IGNORE_SIZE=1000, INBOUND_MAX_LOOKUP_CACHE_SIZE=100, ATTACH_IMAGES=Y, ALLOW_FORWARDED_RESPONSE=Y, INBOUND_UNSOLICITED_THRESHOLD=2, NODENAME=WFMAIL, SEND_UNSOLICITED_WARNING=Y, AUTOCLOSE_FYI=Y, PROCESSOR_READ_TIMEOUT_CLOSE=N, INBOUND_PROTOCOL=IMAP, ATTACHED_URLS=WFMAIL:ATTACHED_URLS, [email protected], PROCESSOR_OUT_THREAD_COUNT=1, EXPUNGE_ON_CLOSE=Y, ATTACH_STYLESHEET=Y, OUTBOUND_CONNECTION_TIMEOUT=120, INBOUND_MAX_RET_EMAIL_SIZE=100, MAX_INVALID_ADDR_LIST_SIZE=100, PROCESSOR_MAX_LOOP_SLEEP=60, SEND_ACCESS_KEY=N, PROCESSOR_IN_THREAD_COUNT=1, FRAMEWORK_APP=1, CLOSED=WFMAIL:CLOSED, INBOUND_FETCH_SIZE=100, SUMMARY=WFMAIL:SUMMARY, ENABLE_STYLESHEET=N, PROCESSOR_ERROR_LOOP_SLEEP=60, OPEN_MAIL_FYI=WFMAIL:OPEN_MAIL_FYI, FRAMEWORK_RESP=20420, ALTERNATE_EMAIL_PARSER=oracle.apps.fnd.wf.mailer.DirectEmailParser, INBOUND_PASSWORD=_8#6#$##88^9494^!$$89$#^666@#496^#4!$8$ `A+A9+*|!$^}^&%|#}!@%^$09|@}$#}0+, RESET_NLS=N, HTTP_USER_AGENT=Mozilla/4.76, PROCESS=PROCESS, OPEN_MAIL_DIRECT=WFMAIL:OPEN_MAIL_DIRECT, PROCESSOR_LOOP_SLEEP=5, MESSAGE_FORMATTER=oracle.apps.fnd.wf.mailer.NotificationFormatter, [email protected], FRAMEWORK_USER=0, CANCELED=WFMAIL:CANCELED, OUTBOUND_PROTOCOL=SMTP, DISCARD=DISCARD, [email protected], FROM=Workflow Mailer, PROCESSOR_DEFER_EVTDATA_READ=Y, SEND_CANCELED_EMAIL=Y, WARNING=WFMAIL:WARNING, PROCESSOR_MAX_ERROR_COUNT=10, INBOUND_CONNECTION_TIMEOUT=120, HTMLAGENT=http://qlng-s-012.qalhatlng.int:8000/pls/PROD, INBOX=INBOX, OPEN_INVALID_MORE_INFO=WFMAIL:OPEN_INVALID_MORE_INFO, OUTBOUND_SSL_ENABLED=N, INBOUND_SERVER=172.16.4.3, OPEN_MORE_INFO=WFMAIL:OPEN_MORE_INFO, MAILER_SSL_TRUSTSTORE=NONE, INLINE_ATTACHMENT=N, OPEN_INVALID=WFMAIL:OPEN_INVALID, EMAIL_PARSER=oracle.apps.fnd.wf.mailer.TemplatedEmailParser, DIRECT_RESPONSE=N, OPEN_MAIL=WFMAIL:OPEN_MAIL_OUTLOOK, HTML_DELIMITER=DEFAULT, FRAMEWORK_URL_TIMEOUT=30, COMPONENT_LOG_LEVEL=1, SUMHTML=WFMAIL:SUMHTML, PROCESSOR_READ_TIMEOUT=10, DEBUG_MAIL_SESSION=N, INBOUND_SSL_ENABLED=N, OUTBOUND_SERVER=qlng-s-003.qalhatlng.int})
    [Jan 24, 2012 2:14:38 PM GST]:1327400078003:Thread[ComponentMonitor,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [Jan 24, 2012 2:14:46 PM GST]:1327400086473:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:24-JAN-2012, priority=50, correlationId=null, sendDate=Tue Jan 24 14:14:40 GST 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10006, CONTAINER_PROCESS_ID=51286, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Jan 24, 2012 2:14:56 PM GST]:1327400096565:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database*

    Thanks for your update.
    I have checked as per the metalink doc "242941.1" . i am getting below message only for IMAP.
    *C:\prod\scripts>%AFJVAPRG% -classpath %AF_CLASSPATH% -Dprotocol=imap  -Ddbcfile=
    c:\prod\prodappl\fnd\11.5.0\secure\PROD_qlng-s-012\prod.dbc -Dserver=qlng-s-003.
    qalhatlng.int -Dport=995 -Dconnect_timeout=120 -Ddebug=Y -Daccount=oracle1@qlng
    .om -Dpassword=System123 -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.Mailer
    MLRTST : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.o
    ut until necessary parameters are retrieved for Logger to be properly started.
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.
    IMAPStore,Sun Microsystems, Inc]*
    Kindly suggest need to any setup in ms exchange server or firewall level.
    Thanks

  • Unable to make changes to your software

    Hi,
    We have an SCCM 2012 client (Vista pc) which was upgraded (SCCM 2007 => 2012 via client push).
    We deployed a task sequence with OSD Windows 7. This worked fine untill now.
    Suddenly we get the message "Unable to make changes to your software", None of the applications you tried to install began installation succesfully.
    There is no smsts.log since the tasksequence didn't even started.
    Please advise.
    J.
    Jan Hoedt

    Found the problem. On Vista as well wifi as standard nic are enabled. Although it should not happen, the wifi-address/mac is used to download content. When we added the wifi network as boundary, problem was solved.
    Jan Hoedt

  • Unable to Make a Call with Active Subscription | I...

    Hi,
    I Have an active subscription for India 2500 mins which starts on 16th of every month
    Previous month i exhausted my 2500 min on 6th may itself, so i opted for anther 800 min subscription and made call uptill yesterday 15th may (800min also over yesterday morning)
    but now the condition is like this that the payment of 2500min subscription has taken place with autorechrge on 13th may 2015 itself. but i am unable to make call to india. whenever i try it shows insufficient credit.
    while the subscription page show this:
    "Your subscription has been suspended as you have exceeded your allocated free minutes. Your free minutes will start again on May 16, 2015."
    but today is 16 may 2015, then why the call is not being connected
    Help Please

    I think this could be a prompt from the Flash Player plugin. To adjust your microphone and camera permissions for Flash, you can use the following page:
    * General setting: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html
    * Site-specific settings: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html
    Note: Macromedia was the original developer of Flash before being acquired by Adobe.
    Does that fix it?

  • Unable to make new layers

    I am unable to make any layers on any of my pictures that I open in edit or create.... It says that I cannot make the layer because the layer is locked.. How do I unlock this so I can make layers?

    Agree, Barbara
    I do it as a matter of routine for at least 3 reasons:
    1. Some functions of the program don't work on a locked layer, requiring one to rename it or duplicate it in order to overcome this hurdle.
    2. Should one want to start over again, one has at hand the original layer. Just delete the newly generated layer(s). Of course, one can arrive at the same point via the undo history palette.
    3. One may want to interpose a new, blank layer, for one reason or another, in one's workflow between the background layer and the background copy layer, so here it is all set up to go.
    If you think that this is pedagogically unsound, I shall respect that and refrain from inserting this step in subsequent advice.
    Ken

  • TS1470 My itunes is unable to make a secure connection.

    My itunes is unable to make a secure connection
    I tried the methods given in the support but they haven"t working. I have two security systems running on my computer CA (only parental controls)and Microsoft security essentials.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START>PROGRAMS>ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START>PROGRAMS>ACCESSORIES>Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US
    p.s.  Most security software parental controls are known to have caused secured connection issue.  If the above does not work, try disable or uninstall parantal controls.

  • Mailbox Move Not Complete - Unable to make admin interface connection to server.

    Hello,
    I have added a second exchange 2007 server and have moved over 20 mailboxes to the new server. I seem to have a problem that the mailbox move has not been completed properly. I'm getting errors in the event log that the search indexer cannot connect to the
    admin interface. I'm also unable to login as any one of the users who I've moved to the new server.
    Here's one of the errors I'm getting:
    Exchange Search Indexer has temporarily disabled indexing of the Mailbox Database Third Storage Group\Mailbox Database 03 (GUID = d4f3ee4d-68b0-4d21-8a76-ee96bf298f34) due to an error (Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError:
    Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:
        Lid: 10648   dwParam: 0x6D9      Msg: EEInfo: Generating component: 2
        Lid: 14744   dwParam: 0x6D9      Msg: EEInfo: Status: 1753
        Lid: 9624    dwParam: 0x6D9      Msg: EEInfo: Detection location: 501
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: EP-SW-EX04
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -1988875570
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Long val: 382312662
        Lid: 24060   StoreEc: 0x80040115
        Lid: 23746 
        Lid: 31938   StoreEc: 0x80040115
        Lid: 19650 
        Lid: 27842   StoreEc: 0x80040115
        Lid: 20866 
        Lid: 29058   StoreEc: 0x80040115
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, Int32 ec, DiagnosticContext diagCtx)
       at Microsoft.Mapi.ExRpcAdmin.Create(String server, String user, String domain, String password)
       at Microsoft.Exchange.Search.NotificationWatcher.NotificationWatcherThread()).

    Hello,
    I have been fighting today with the migration off my old SBS2003 server to a brand new SBS2008 server. I have been preparing this migration for a couple off weeks
    now (watching videos, reading migration manual from Microsoft, searching TechNet, etc.)
    After some troubles with installing the server in Migration mode if finally came to the part to move my old (legacy) mailboxes to the new SBS2008 server. At this point the drama started  @#$@$#&^%%#$@
    I followed the manual off Microsoft which descripted how to move these mailboxes.
    Exchange displayed a error message :
    MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    When I googled this error message I realized that many people encountered the same problem but no one had the right answer to this question. I have searched hours and hours to find a solution. It started to drive me crazy and to make it even more worse i discovered
    that even though i completed the first step in the migration proces (update the schema to allow a SBS2008 DC to join the domain) my replication with the other DC controllers came with a schema mismatch error???? WTF is going on !!!!!!!!
    Finally a brilliant college off me came with the answer that solved all my problems: To GET RID OFF THIS ERROR MESSAGE INSTALL: Messaging API and Collabration Data Objects 1.2.1  on the Exchange server.
    After moving about 60 mailboxes my blood pressure dropped and became stable again.
    I Have on finall question WHY Microsoft?  Was this to much trouble to put this in het migration manual off 81 pages?
    from-a-very-disappointed-microsoft-user
    PLS: send me a reply if this solved you're problem moving the mailboxes to the new server. !

  • MapiExceptionNetworkError: Unable to make admin interface connection to server

    Receiving the following error trying to move mailboxes from Exchange 2003 to 2007 after installation. Verified all NIC's are configured. All Exchange processes are running as 'Local system'. Any other suggestions?
    MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:......
        Lid: 10648   dwParam: 0x6D9      Msg: EEInfo: Generating component: 2
        Lid: 14744   dwParam: 0x6D9      Msg: EEInfo: Status: 1753
        Lid: 9624    dwParam: 0x6D9      Msg: EEInfo: Detection location: 501
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: vienna1.cvesd.org
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -1988875570
        Lid: 15000   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Pointer val: 0x0x04a4cef0 (UnknownPtag)
        Lid: 23746 
        Lid: 31938   StoreEc: 0x80040115
        Lid: 19650 
        Lid: 27842   StoreEc: 0x80040115
        Lid: 20866 
        Lid: 29058   StoreEc: 0x80040115
    Exchange Management Shell command attempted:
    'e3e40217-6649-43be-9feb-0c4e594cbcf1' | move-mailbox -BadItemLimit '10' -TargetDatabase 'CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,

    I ran into the same problem during the migration from SBS 2003 Premium with ISA Server 2004 to SBS 2011 Standard, and that is how
    I found this thread.
    I have tried ALL of the proposed solutions but unfortunately nothing worked for me…
    Even though you paid proper attention to the migration path from SBS2003 to SBS2011 manual, followed all the steps, and performed
    the suggested step:
    To configure remote procedure call (RPC) filtering
    1.
    Click
    Start, click All Programs, click Microsoft ISA Server, and then click
    ISA Server Management.
    2.
    In the ISA Server Management Console tree, expand
    Microsoft Internet Security and Acceleration Server 2004, expand
    ServerName, and then click Firewall Policy.
    3.
    In the details pane, click the
    SBS Protected Networks Access Rule.
    4.
    On the
    Taskstab, click Edit Selected Rule.
    5.
    On the
    Protocolstab (for an access rule), click Filtering, and then click
    Configure RPC protocol.
    On the
    Protocols tab, clear the Enforce strict RPC compliance check box, and then click
    Apply.
    …you will still get the notorious
    MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80040115, ec=-2147221227) error.
    Here is the solution to the Small Business Server 2003 with ISA Server 2004 migrating to the next level scenario:
    *** Disable RPC Filter ***
    To disable remote procedure call (RPC) filter
    1.
    Click
    Start, click All Programs, click Microsoft ISA Server, and then click
    ISA Server Management.
    2.
    In the ISA Server Management Console tree, expand
    Microsoft Internet Security and Acceleration Server 2004, expand
    ServerName, expand Configuration, and then click
    Add-Ins.
    3.
    In the
    Application Filters pane, click the RPC Filter.
    4.
    On the
    Tasks tab, click Disable Selected Rule.
    To save changes and update the configuration, click
    Apply.
    I also opted to restart the service when prompted after hitting the “Apply” button.
    I hope this helps someone to keep whatever is left of his or her hair and lower the blood pressure a bit :)
    This was the solution also!!
    Thanks. My heart doctor says that now, ina few weeks i will be fine. and hope my hair grows again.. :)
    Thank you very much
    mpleite

  • Unable to make or receive phone calls on iPhone 3G

    I just returned from traveling; during my trip, the phone started searching for a network, which it has never done repeatedly, like it is now. Since yesterday I have not been able to receive or make calls! Very frustrating, esp. since I was traveling into a volatile weather situation. At any rate, internet, text messaging and email are working fine. HELP!

    IABRAT wrote:
    I've had my X since Sept 2010 but over the past 48 hours or so I have been unable to make or receive phone calls. I can dial out but I hear nothing even though it shows that my call is connected-the person on the other end cannot hear me but their phone does ring and they answer but then there's nothing. My phone will ring when someone calls but when I answer it again there is nothing there for me or the caller. I can text, play games, surf the internet ect... basically everything is working fine except the ability to actually use the X as a phone......any thoughts out there before I have to go hang out in the Verizon store for a few hours to get it figured out? Thanks in advance for your thoughts.
    A soft reset may resolve the issues outlined on your post. To perform a soft reset on your phone please follow the instructions below:
    Remove battery with phone ON. Replace battery after 10 seconds. Power phone ON. Allow phone to complete the applications registration.
    Please be assured that our goal is to resolve your equipment concerns. If you are still experiencing audio issues when making/receiving calls please contact us from another phone at 1-800-922-0204 at your convenience (as indicated by Ann154, thank you!) and select option 3, please have your mobile phone fully charged and available for troubleshooting when you call us.

  • Unable to make RMI-based JMX connection with post login stored admin creden

    Hello,
    I've installed a stand-alone OC4J on a couple of servers with Red Hat Enterprise Linux Server release 5.1 (Tikanga).
    At one server I am not bale to start the OC4J properly.This server has two network adresses.
    2008-09-08 14:33:12,670 [EMUI_14_32_57_/console/postLogon] WARN app.PostLogonPageHandler testStoredCredentials.490 - unable to make RMI-based JMX connection with post login stored admin credentials
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    What could be the reason of this error? And how can I solve the problem?
    Thanks in advance,
    Regards Leon

    I don't know for sure, but perhaps the password encryption method uses something from the server to generate a key/seed for the encryption?
    Try and manually reset the credentials to see if it helps
    1. Edit the j2ee/home/config/system-jazn-data.xml file.
    2. Find the oc4jadmin user entry and modify the credentials tag to look like the following
                   <user>
                        <name>oc4jadmin</name>
                        <display-name>OC4J Administrator</display-name>
                        <guid>B23216B0102E11DDBF9DE5D93DCAFE54</guid>
                        <description>OC4J Administrator</description>
                        <credentials>!welcome1</credentials>
                   </user>3. Restart the container and see if you can then login using oc4jadmin/welcome1.
    No guarantees, but its worth a shot.
    -steve-

  • Cannot start AdminServer after adding weblogic user to OID

    Hi.
    We have two OIDs: one is used in the production env, the other in dev.
    I succeeded in configuring SOA-dev and OID-dev so that worklist users get authenticated against OID-dev.
    Moreover I added the weblogic user to OID-dev following this guide (http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklist.htm#insertedID2), so that weblogic can login and administer the worklist.
    I repeated the steps in PROD env (for SOA-prod and OID-prod) but after adding weblogic to OID-prod I cannot start AdminServer-prod:
    <Mar 10, 2011 5:31:01 PM CET> <Critical> <Security> <BEA-090404> <User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.>
    <Mar 10, 2011 5:31:01 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    weblogic.security.SecurityInitializationException: User weblogic is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1009)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Anyway, configuring SOA-prod to use OID-dev (simply switching OID ip address) makes things work.
    If I enable SSL between SOA-prod and OID-prod I can start the servers but I cannot login into the worklist. The same in DEV: enabling SSL between OID-dev and SOA-dev does not influence server boot but I cannot login into the worklist.
    I think the problem is related to SSL configurtaion in OID-prod but since it's 10g there is no orclsslinteropmode to disable (required to worklistapp).
    SOA is 11.1.1.2 and OID 10g.
    Any suggestions?
    Thanks for your precious help,
    Michael

    Hi Anuj.
    Thank you very much for you help.
    My situation is a bit different: we do not want to use two OIDs at the same time.
    In PROD the order of auth providers is
    1. OIDAuth-prod
    2. DefaultAuthenticator
    whereas in DEV it is:
    1. OIDAuth-dev
    2. DefaultAuthenticator
    Id DEV server boot and worklist login are ok.
    OIDs are v10.1.2.3 but OID-prod is updated with the latest security patches (of Oct 2010). I will raise a SR.
    Thanks again,
    Michael

  • HT1937 i am unable to make outgoing calls

    I am unable to make outgoing calls, my carrier is a MTN and i have recently bought the phone

    You are posting in a 14 month old thread.
    Parampal Singh wrote:
    I updated device after that it happend 2/3 days was good
    See the Thread YOU started where assistance is being offered for YOUR issue.
    https://discussions.apple.com/message/22414503#22414503

Maybe you are looking for