Loading of Trusted CA failed

i am using weblogic 8.1 sp3.
i am calling a webservice which is exposed via https. So loaded the provided self signed root CA into my local keystore (cacerts).
While running my client i am getting the following exception.
Do anyone faced this kind problem. Is this the problem with my set-up or keystore corrupted or root CA corrupted or weblogic bug or something else?
Appreciate your help
<09-Jun-2006 10:59:57 o'clock SGT> <Debug> <TLS> <000000> <Filtering JSSE SSLSoc
ket>
String index out of range: 15java.lang.StringIndexOutOfBoundsException: String i
ndex out of range: 15
at java.lang.String.charAt(String.java:444)
at weblogic.security.ASN1.ASN1Utils.parseDateInt(ASN1Utils.java:315)
at weblogic.security.ASN1.ASN1Utils.inputASN1Date(ASN1Utils.java:307)
at weblogic.security.X509.input(X509.java:144)
at weblogic.security.X509.initialize(X509.java:84)
at weblogic.security.Certificate.<init>(Certificate.java:60)
at weblogic.security.X509.<init>(X509.java:59)
at weblogic.security.utils.SSLCertUtility.toX509(SSLCertUtility.java:140
at weblogic.security.utils.SSLIOContext.reset(SSLIOContext.java:53)
at weblogic.security.utils.SSLIOContext.<init>(SSLIOContext.java:36)
at javax.net.ssl.impl.SSLLayeredSocket.<init>(Unknown Source)
at javax.net.ssl.impl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.
java:127)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:332)
at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:198)
at weblogic.net.http.HttpClient.New(HttpClient.java:214)
at weblogic.net.http.HttpsURLConnection.getHttpClient(HttpsURLConnection
.java:246)
at weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:
217)
at test.webservices.client.SSLClient.tryConnection(SSLClient.java:105)
at test.webservices.client.SSLClient.wlsURLConnect(SSLClient.java:212)
at test.webservices.client.SSLClient.main(SSLClient.java:56)
thanks

What's in your IE Java Console? (Try to load the applet, then from the Internet Explorer menu: Tools > Sun Java Console)
Have you tried to reinstall JRE 1.6.0_11?

Similar Messages

  • Unable to load custom trust store in cluster

    Weblogic 9.2 cluster with three nodes. Each is configured to use custom trust store. The same jks is copied to every node.
    On node1 ssl works perfectly but on node2 and node3 certificate validation fails. Interesting is the stack that is thrown after first validation request, when Weblogic starts to load truststore:
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211972> <000000> <SSLSetup: loading trusted CA certificates>
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211984> <000000> <SSLContextManager: loading server SSL identity>
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecurityKeyStore> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211986> <000000> <MBeanKeyStoreConfiguration: constructor - using mbean trust config>
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecurityKeyStore> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211989> <000000> <PreMBeanKeyStoreConfiguration: constructor - explicitly configured=true>
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecurityKeyStore> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211992> <000000> <PreMBeanKeyStoreConfiguration: constructor - TrustKeyStore[0]=FileName=/bea/keystores/MyTrust.jks, Type=jks, PassPhraseUsed=true>
    ####<Jan 17, 2011 5:46:51 PM EET> <Debug> <SecurityKeyStore> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279211994> <000000> <MBeanKeyStoreConfiguration: constructor - TrustKeyStore[0]=FileName=/bea/keystores/MyTrust.jks, Type=jks, PassPhraseUsed=true>
    ####<Jan 17, 2011 5:46:51 PM EET> <Notice> <Security> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1295279211998> <BEA-090171> <Loading the identity certificate and private key stored under the alias beal2.srv.sise from the jks keystore file /bea/keystores/MyIdentity.jks.>
    ####<Jan 17, 2011 5:46:52 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279212009> <000000> <Failed to load server trusted CAs
    java.lang.NullPointerException
         at weblogic.security.utils.SSLContextManager.getRealmName(SSLContextManager.java:594)
         at weblogic.security.utils.SSLContextManager.getServerSSLIdentity(SSLContextManager.java:535)
         at weblogic.security.utils.SSLContextManager.createServerSSLContext(SSLContextManager.java:276)
         at weblogic.security.utils.SSLContextManager.getDefaultServerSSLContext(SSLContextManager.java:221)
         at weblogic.security.utils.SSLContextManager.getServerTrustedCAs(SSLContextManager.java:183)
         at weblogic.security.utils.SSLSetup.getTrustedCAs(SSLSetup.java:505)
         at weblogic.security.utils.SSLSetup.getSSLContext(SSLSetup.java:384)
         at weblogic.security.SSL.SSLSocketFactory.setSSLClientInfo(SSLSocketFactory.java:218)
         at weblogic.security.SSL.SSLSocketFactory.<init>(SSLSocketFactory.java:36)
         at weblogic.security.SSL.SSLSocketFactory.<init>(SSLSocketFactory.java:28)
         at weblogic.security.SSL.SSLSocketFactory.getDefault(SSLSocketFactory.java:55)
         at com.liferay.portal.security.auth.WeblogicSocketFactory.createSocket(WeblogicSocketFactory.java:21)
         at com.liferay.portal.security.auth.WeblogicSocketFactory.createSocket(WeblogicSocketFactory.java:30)
         at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
         at com.liferay.portal.servlet.filters.sso.cas.Cas20ProxyTicketValidator.retrieveResponse(Cas20ProxyTicketValidator.java:73)
         at com.liferay.portal.servlet.filters.sso.cas.Cas20ProxyTicketValidator.validate(Cas20ProxyTicketValidator.java:46)
         at com.liferay.portal.servlet.filters.sso.cas.CASFilter.processFilter(CASFilter.java:172)
         at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:91)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<Jan 17, 2011 5:46:52 PM EET> <Deb...
    during the validation I get following:
    ####<Jan 17, 2011 5:46:52 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279212020> <000000> <Cannot complete the certificate chain: No trusted cert found>
    ####<Jan 17, 2011 5:46:52 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279212020> <000000> <Validating certificate 0 in the chain: Serial number: 1283510590
    ####<Jan 17, 2011 5:46:52 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279212023> <000000> <validationCallback: validateErr = 16>
    ####<Jan 17, 2011 5:46:52 PM EET> <Debug> <SecuritySSL> <beal2.srv.sise> <bea2A> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1295279212025> <000000> <weblogic user specified trustmanager validation status 16>
    I have run out of ideas. The certificate is in trustore. I think my issues are related to that NullPointer but because it is Weblogic internal code I have no idea what's causing it. I know somehow node1 has to be different but I don't know where to look anymore.
    After decompiling SSLContextManager getRealmName looks like this:
    private final String getRealmName()
    return runtimeAccess.getDomain().getSecurity().getRealm().getName();
    What configuration am I missing?

    Maybe this helps....
    I would try to check the following steps:
    - Are node2 and node3 on the same machine as node1?
    - Is present and readable "/bea/keystores/MyTrust.jks" on each machine?
    - Who signs the trust certificate in "MyTrust.jks"? I.E.: it is needed a trust chain to validate MyTrust?
    From your decompilation it seems that one of these
    - runtimeAccess;
    - runtimeAccess.getDomain();
    - runtimeAccess.getDomain().getSecurity();
    - runtimeAccess.getDomain().getSecurity().getRealm();
    is null ...
    Bye
    Mariano

  • Managed server loading demo trust when using admin port

    I am trying to get the administration port to work in a weblogic 9.2 domain, but for some reason, the managed server is loading the demo trust store (Demotrust.jks) and java cacerts instead of the trust store configured in config.xml. Since the administration server certificate is not located in either of these trust stores, ssl handshake fails and the server tries to start in msi mode. (which also fails with weblogic.security.SecurityInitializationException because it doesn't have any users in it's ldap)
    Is this the expected behaviour when starting a managed server with administration port?
    1. Check -Dweblogic.management.server, if t3s, load demo trust.
    2. Connect to admin server.
    3. Fails? Start in msi mode, load config.xml etc, etc.
    Or does the managed server look in config.xml, even if not starting in msi mode:
    1. Check -Dweblogic.management.server, if t3s, check which trust stores is configured in config.xml. If none, load demo trust.
    2. Connect to admin server.
    3. Fails? Start in msi mode, load config.xml etc, etc.
    If #1, what is the solution? Import admin server certificate in DemoTrust? Or configure ssl for the managed server on the command line, for it to load the correct certs?
    If someone has seen this behaviour before and has a solution, it would be much appreciated.
    Regards
    Olov Pettersson

    Yeah, and it works when importing the admin server cert in cacerts, but it isn't really an option here...

  • Getting Error The trust relationship between the primary domain and the trusted domain failed in SharePoint 2010

    Hi,
    SharePoint 2010 Backup has been taken from production and restored through Semantic Tool in one of the server.The wepapplication of which the backup was taken is working fine.
    But the problem is that the SharePoint is not working correctly.We cannot create any new webapplication ,cannot navigate to the ServiceApplications.aspx page it shows error.Even the Search and UserProfile Services of the existing Web Application is not working.Checking
    the SharePoint Logs I found out the below exception
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:55.54  mssearch.exe (0x0864)                    0x2B24 SharePoint Server Search       Propagation Manager          
     fo2s Medium   [3b3-c-0 An] aborting all propagation tasks and propagation-owned transactions after waiting 300 seconds (0 indexes)  [indexpropagator.cxx:1607]  d:\office\source\search\native\ytrip\tripoli\propagation\indexpropagator.cxx 
    11/30/2011 12:14:55.99  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     The SPPersistedObject with
    Name User Profile Service Application, Id 9577a6aa-33ec-498e-b198-56651b53bf27, Parent 13e1ef7d-40c2-4bcb-906c-a080866ca9bd failed to initialize with the following error: System.SystemException: The trust relationship between the primary domain and the trusted
    domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection
    sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()    
    at Microsoft.SharePoint.Administration.SPAcl`1.Add(String princip... 
    11/30/2011 12:14:55.99* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     ...alName, String displayName, Byte[] securityIdentifier, T grantRightsMask, T denyRightsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider
    persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state) 
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     8xqx High     Exception in RefreshCache. Exception message :The trust relationship between the primary domain and the trusted domain failed.   
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable The following error occured while trying to initialize the timer: System.SystemException: The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection
    sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, Byte[] securityIdentifier, T grantRightsMask,
    T denyRightsMask)     at Microsoft.SharePoint.Administrati... 
    11/30/2011 12:14:56.00* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable ...on.SPAcl`1..ctor(String persistedAcl)     at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()    
    at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(Guid
    id, Guid parentId, Guid type, String name, SPObjectStatus status, Byte[] versionBuffer, String xml)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(SqlDataReader dr)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.RefreshCache(Int64
    currentVe...
    Please guide me on the above issue ,this will be of great help
    Thanks.

    I have same error. Verified for trust , ports , cleaned up cache.. nothing has helped. 
    The problem is caused by User profile Synch Service:
    UserProfileProperty_WCFLogging :: ProfilePropertyService.GetProfileProperties Exception: System.SystemException:
    The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids,
    Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, SPIdentifierType identifierType, Byte[]
    identifier, T grantRightsMask, T denyRigh...        
    08/23/2014 13:00:20.96*        w3wp.exe (0x2204)                      
            0x293C        SharePoint Portal Server              User Profiles                
            eh0u        Unexpected        ...tsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.Office.Server.Administration.UserProfileApplication.get_SerializedAdministratorAcl()     at Microsoft.Office.Server.Administration.UserProfileApplication.GetProperties()     at Microsoft.Office.Server.UserProfiles.ProfilePropertyService.GetProfileProperties()
    Please let me know if you any solution found for this?
    Regards,
    Kunal  

  • What can I do about "LabVIEW load error code 38: Failed to uncompress part of the VI."

    While attempting to load an executable LabVIEW application for LabVIEW 2009 SP1 on a Windows-XP machine when the following pop-up message occurs. "LabVIEW: Memory or data structure corrupt. An error occurs in loading VI 'NI_Gmath.lblib: Backward Bracket Search.VI'. LabVIEW load error code 38: Failed to uncompress part of the VI. The VI is most likely corrupt." What seems odd is that the same LabVIEW application loads fine when logged on as a privileged user account, but fails to load on a private user account.
    Attachments:
    2012-07-18 LabVIEW Load error code 38.jpg ‏1314 KB

    Here's a thought:
    So when something is decompressed, a temp folder is often used. 
    I have no idea why LabVIEW would be decompressing anything, but I suspect it is trying to put the decompressed file into a temp folder where the user does not have write permissions.
    In the .ini file for your executable, you can add a line that specified the location of the temp folder to use:
    tmpdir=C:\Temp
    On my Win7 machine, the location is:
    C:\Users\MyUserName\AppData\Local\Temp
    On WinXP, it is probably:
    C:\Documents And Settings\YourUserName\local settings\temp
     Try changing the tmpdir key in your ini file to something to C:\Temp and see if that helps.
    - john

  • Load of /sbin/launchd failed, errno 2 - CRT iMac

    Hi,
    I've been working on my parents' iMac, which was booting to Darwin. I followed the instructions in another thread and booted to single user mode, and then did the /sbin/fsck -fy. This produced a massive stream of errors to be corrected - it went for pages and pages. I didn't write it down, because I didn't expect to be locked out, but it was lots of different errors. It seemed to be correcting things, but then it got to something about a directory or header file, and it stalled on the message **Look in the lost-found something something for the missing files**. At this point it died...I gave it some time, and when it was obvious nothing was going on, I hesitantly forced a reboot.
    Now in a single-user boot I can't even get to a command prompt. I wrote down some of the last few lines displayed:
    BSD root diskOs5, major 14, minor 5
    jnl: journal start/end pointers reset (some number strings in here)
    Load of /sbin/launchd errno2, trying /sbin/mach_init
    Load of /sbin/launchd failed, errno2
    And that's where it stops every time. Is it bricked? I'm afraid I don't know what their model is, but I believe there were running the latest Mac OS compatible with a CRT iMac - I recall putting more RAM in the machine so they could upgrade the OS a year ago, maybe.
    Many thanks...

    Since it's a slot-loader iMac (600 MHz), you can use a feature called FireWire Target Disk Mode.
    http://support.apple.com/kb/HT1661
    You can then connect the iMac to your other Mac using a FireWIre cable (assuming it also has a FireWire port). Now, the iMac's hard drive will (hopefully) appear as an external FireWire drive on the other Mac's Desktop. If that works, immediately attempt to copy off all the valuable user data on the iMac's hard drive to the other Mac. Then, if the other Mac has sufficient free storage space, you may want to make a disk image of the iMac's hard drive using Disk Utility. After the image file is created and saved to the other Mac, make sure it can be mounted and accessed.
    At this point, you should try using Disk Utility on the other Mac to repair the iMac's hard drive. If the other Mac has Leopard, it has a newer version of Disk Utility so it may be able to do the fix.
    If that does not work, and you don't have third party utilities such as DiskWarrior or TechTool Pro to try, you should probably erase the iMac's internal drive using Disk Utility. After erasing completes, go to the Restore tab in Disk Utility. Make that disk image file the Source and the newly erased internal drive the Destination. Check the box for +Erase destination+, and click the Restore button.
    If that process completes successfully, use +Repair Disk+ again to make sure there are no errors on the iMac's internal drive. Then, unmount the iMac's internal drive and disconnect the iMac from the other Mac, and attempt to start it up normally.
    If it does start up and operate normally, great... If not, you may have to start up from the Mac OS X installation disk for 10.4.x and use the installation option for +Archive and Install+. This this give you a fresh system while retaining the user's account and data. Be sure to run Software Update a few times to install all the updates.
    Worst case (if +Archive and Install+ does not make the Mac bootable), you will have to use the +Erase and Install+ option and then separately restore the user's data from that disk image.
    Please post back if there are any questions about the above, or you don't get passed one of my many "if" statements.

  • A site that i need to access asks for my username and password and then either pretends to load and says "authentication failed" or acts like it will load and then make me put it in again and it still doesn't work.

    I need to access the library resources for an assignment in college. When I get to the website it asks for my user name and password and once I type that information, it seems like it will load and then it will repeat the user name and password page as if it did not load or say "authentication failed."

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also [[Cannot log in to websites]]

  • Full load from r/3 failed due to bad data and no psa option selected

    SDN Experts,
    Full load from R/3 failed loading in to ODS and in the infopackage on psa selected. how to fix it? can i rerun the infopackage again to load from R/3? May be it will fail again? is this a design defect?
    i will assign points. Thank you.
    Les

    Hi,
    There is obsolutely no prob. in re executing the package, but before that, check
    your ODS and Info Source is re active and update rules are also active if any..
    and you can check the option of target info provider selected properly along with
    the PSA option and also check whether you have any subsequent process like
    updating data from ODS to Cube and so on..
    You can also check the data availability at R/3 for the respective DS by executing
    RSA3.
    Hope this helps..
    assign points if useful..
    Cheers,
    Pattan.

  • Load from InfoSource 0EMPLOYEE  failed

    Hi all,
    My source data contains some special characters in field TRFKZ.I maintained special characters using RSKC.
    Now when I load data uptill PSA it gets uploaded.but when i try to upload it to the infoobject level,it gets failed.
    The monitor message suggests Load from InfoSource 0EMPLOYEE  failed.
    Please BI Experts,help me to understand the neccessary steps to be taken from my side.
    Thanks,
    Srijith

    Click on the long text or question mark box next to error logs. It will give you the particular record and character for which it is failing.
    Once you get the record go to PSA and check the data in PSA. Sometimes PSA doesnt show all the special chartacters , you need to go to SE11 , enter the PSA table name , go to your record and change the display settings to "SE16 Standard list" From Diaply --> User Settings.
    HAve experienced few characters which are not resolved by RSKC hence have to write a routine to fix them or ask ECC team to fix the data.
    Monika

  • Some one please answer this, every time i go into application loader it says, application failed codesign verification go into application loader and try to publish a app it says, please go into depth im a beginner, and use gamesalad

    some one please answer this, every time i go into application loader it says, application failed codesign verification , please go into depth im a beginner, and only use gamesalad please respond as soon as possible!   

    yes i did sorry for the late response LOL plus it was just a minor error! Just check to make sure u have all of ur correct distribution/developer/and creator certificates in your keychain access installed and up-to-date! Plus i have had over 900 downloads on that game!! ^^
    -CHEERS /RYAN

  • [SOLVED] Loading user-defined modules [FAIL]

    Since the linux upgrade that rolled out on Nov 9, I have encountered an error during boot that says loading user-defined modules  [FAIL].  I read a post mentioning the problem being related to the /boot dir being on a separate partition (https://bbs.archlinux.org/viewtopic.php?id=129970).  Mine is not on a separate partition, so no booting to a live disk will fix that problem for me.  Another post mentions the problem causing loss of USB support (https://bbs.archlinux.org/viewtopic.php?id=130030)  which is, as of yet, unresolved.  I For all the people upgrading to linux3.1.1 with no problems, do you know what my problem would be?
    I have tried upgrading 3 times but each time it kills my wireless support completely.  All else seems to be working fine.
    Does anyone know what is causing this? or how to fix it or work around it?  I updated my mirrorlist and ran pacman -Syyu but this problem is still there 2 weeks later.  I've been running pacman -U /var/cache/pacman/pkg/linux-3.0.7* and rebooting after every system update.
    Please help.
    Thanks.
    Last edited by jdoggsc (2011-11-22 19:39:00)

    skunktrader wrote:If you have any modules from the AUR (broadcom-wl?) you need to rebuild and reinstall the module every time the kernel is updated.
    Thanks.  I didn't realize I had to get a new driver every time.  I've gone through several kernel upgrades so far and haven't had any problems.  That fixed it, though.

  • Full load works, but delta fails - "Error in the Extractor"

    Good morning,
    We are using datasource 3FI_SL_ZZ_SI (Special Ledger line items) to load a cube, and are having trouble with the delta loads.  If I run a full load, everything runs fine.  If I run a delta load, it will initially fail with an error that simply states "Error in the Extractor" (no long text).  If I repeat the delta load, it completes successfully with 0 records returned.  If I then rerun the delta, I get the error again.
    I've run extractions using RSA3, but they work fine - as I would expect since the full loads work.  Unfortunately, I have not been able to find why the deltas aren't working.  After searching the Forums, I've tried replicating the datasource, checked the job log in R/3 (nothing), and run the program RS_TRANSTRU_ACTIVATE_ALL, all to no avail.
    Any ideas?
    Thanks
    We're running BW 3.5, R/3 4.71

    And it's just that easy....
    Yes, it appears this is what the problem was.  I'd been running the delta init without data transfer, and it was failing during the first true delta run.  Once I changed the delta init so that it transferred data, the deltas worked fine.  This was in our development system.  I took a look in our production system where deltas have been running for quite some time, and it turns out the delta initialization there was done with data transfer. 
    Thank you very much!

  • Synchronizer setup - Groupwise PO Trusted Application Failed

    Hi,
    **Every server is local on LAN**
    I am trying to setup this Datasync on SLES 11 which I just downloaded from Novell running on a naked VM. I am able to authenticate LDAP but when it comes to synchronizing the Groupwise PO it gives a fail. The groupwise server is version 8.0x only configured to send mail internally within the domain.
    I've added Datasync to trusted applications and issued a Key. I've copied that key to the Datasync server and point to it.
    I've issued a server cert to be used by my groupwise PO using gwscrgen.
    I've checked that SOAP option in the PO Agent settings
    I've double-checked the port for SOAP Internal that needs to be used by the PO.
    I have restarted the PO after making the changes.
    I am able to telnet to the IP : soap port from the datasync server
    But still the Synchronizer setup fails.
    Screenshots for reference:
    [img=http://s7.postimage.org/g4xv42auv/error_Message.jpg]
    [img=http://s7.postimage.org/jd2ch3x4n/PO_agent_settings_in_groupwise.jpg]
    [img=http://s7.postimage.org/zcl00nt6f/POsettings.jpg]
    [img=http://s7.postimage.org/sdbjf1ilz/POsettings_in_groupwise.jpg]
    [img=http://s7.postimage.org/rcbapx1mf/POsettings_in_groupwise_ssl.jpg]
    [img=http://s7.postimage.org/cue3hxabb/telnet_to_port.jpg]
    Please advice what can I do further to make this work.
    I get a GW Error code 0x892B connection refused by foreign host. What does that mean. What host is it talking about that is "foreign"?

    Originally Posted by oj43085
    Hi,
    **Every server is local on LAN**
    I am trying to setup this Datasync on SLES 11 which I just downloaded from Novell running on a naked VM. I am able to authenticate LDAP but when it comes to synchronizing the Groupwise PO it gives a fail. The groupwise server is version 8.0x only configured to send mail internally within the domain.
    I've added Datasync to trusted applications and issued a Key. I've copied that key to the Datasync server and point to it.
    I've issued a server cert to be used by my groupwise PO using gwscrgen.
    I've checked that SOAP option in the PO Agent settings
    I've double-checked the port for SOAP Internal that needs to be used by the PO.
    I have restarted the PO after making the changes.
    I am able to telnet to the IP : soap port from the datasync server
    But still the Synchronizer setup fails.
    Screenshots for reference:
    [img=http://s7.postimage.org/g4xv42auv/error_Message.jpg]
    [img=http://s7.postimage.org/jd2ch3x4n/PO_agent_settings_in_groupwise.jpg]
    [img=http://s7.postimage.org/zcl00nt6f/POsettings.jpg]
    [img=http://s7.postimage.org/sdbjf1ilz/POsettings_in_groupwise.jpg]
    [img=http://s7.postimage.org/rcbapx1mf/POsettings_in_groupwise_ssl.jpg]
    [img=http://s7.postimage.org/cue3hxabb/telnet_to_port.jpg]
    Please advice what can I do further to make this work.
    I get a GW Error code 0x892B connection refused by foreign host. What does that mean. What host is it talking about that is "foreign"?
    Or could this be it: Support | Verify of Trusted Application Failed
    Thomas

  • Load filter attributes task failed? Won't open my stock trading platform. Any ideas?

    I use CMC Markets online stock trading platform, 'Market tracker'. The log in page loads. But the platform won't open after I log in. An error message says "Load filter attributes task failed". What am I missing? IE browser loads the platform OK but I don't want to use IE.

    FWIW i get this now and then on my winblows 'puter and just chalk it up to that. I've flushed caches and queues and rebooted and all that who-ha and quite frankly when it locks up it ticks me off to no end ('cuz it SHOULDNT do that) but i have a cold one and figure they have kindergartners doing the system programming nowadays and go from there.
    Message was edited by: Stillgrass

  • Xcode 6 loadding a plug-in failed

    when i open xcode and xcode tell me "loading a plug-in failed",and then i use appcleaner to remove it and reinstall ,but question still exists ,how to fix it ?

    Have you update your python from 2.7 to 3.x , i updated my python and met this error too. When i installed python 2.7 again, it's all ok now.

Maybe you are looking for

  • Facing problem while going to  catch return result from web-services.

    Hi everybody, I am new to BPEL. I am facing problem while going to catch the attributes of resultsets returning from web-services(QAS). As far as my knowledge, two types of results it should return - XML entities and another is attributes which is co

  • Help Please I am new to programming Java1.3.1

    I am having the following problem with the appletviewer for the following code and screen print of error message. I would greatly aperciate any help i can get.Thanks Adera... my e-mail address is [email protected] Sorry the screen print will not

  • How to store long text in Rich Text Format in custom table

    Hi I have a requirement to store long text in the RTF in custom table.. Is this possible.. I am aware of a way to store them as Standard texts (SO10).. But not sure on if we can store them in tables.. Plz advise Thanks Geetha

  • [E2010][EWS] How to retrieve calendar items of a defined category?

    Hi, I'm trying with VBScript to retrieve calendar items of a mailbox for a category. I managed with EWS to retrieve ALL the calendar items of a mailbox : const TARGETURL="https://.../ews/exchange.asmx" const USERNAME="username" const PASSWORD="paswor

  • How to call server functions?

    Hello everyone, I am quite new to server programming and I was wondering how to write an independent java program that calls functions inside the server.eg. Server code: package server; public class LIS {      public static int val = 1;      public s