InitialLdapContext fails with Java 6 and 7

I work with GSSAPI successfully with JAVA 5. With JAVA 6 and 7 of the InitialLdapContext call fails with the following stacktrace:

> > > KRBError:
sTime is Fri 14 Jun 13:40:01 CEST 2013 1371210001000
suSec is 948732
error code is 7
Error message is that server not found in the Kerberos database
Realm is DE.XXX.NET
sName is ldap/yyy.de.xxx.net
msgType is 30
KrbException: Server not found in the Kerberos database (7)
to sun.security.krb5.KrbTgsRep. < init >(Unknown Source)
at sun.security.krb5.KrbTgsReq.getReply (unknown Source)
at sun.security.krb5.KrbTgsReq.sendAndGetCreds (unknown Source)
at sun.security.krb5.internal.CredentialsUtil.serviceCreds (unknown Source)
at sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds (unknown Source)
at sun.security.krb5.Credentials.acquireServiceCreds (unknown Source)
at sun.security.jgss.krb5.Krb5Context.initSecContext (unknown Source)
at sun.security.jgss.GSSContextImpl.initSecContext (unknown Source)
at sun.security.jgss.GSSContextImpl.initSecContext (unknown Source)
at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge (unknown Source)
at com.sun.jndi.ldap.sasl.LdapSasl.saslBind (unknown Source)
at com.sun.jndi.ldap.LdapClient.authenticate (unknown Source)
at com.sun.jndi.ldap.LdapCtx.connect (unknown Source)
to com.sun.jndi.ldap.LdapCtx. < init >(Unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL (unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs (unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance (unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext (unknown Source)
at javax.naming.spi.NamingManager.getInitialContext (unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx (unknown Source)
at javax.naming.InitialContext.init (unknown Source)
to javax.naming.ldap.InitialLdapContext. < init >(Unknown Source)
in kerberos. UserRoles2.getUserRoles (UserRoles2.java:27)
in kerberos. Server$ 2.Run(Server.Java:240)
in kerberos. Server$ 2.Run(Server.Java:1)
at java.security.AccessController.doPrivileged (Native Method)
at javax.security.auth.Subject.doAs (unknown Source)
in kerberos. Server.getRoles (Server.java:233)
in kerberos. Server.main (Server.Java:95)
Caused by: KrbException: identifier does not match value expected (906)
at sun.security.krb5.internal.KDCRep.init (unknown Source)
at sun.security.krb5.internal.TGSRep.init (unknown Source)
to sun.security.krb5.internal.TGSRep. < init >(Unknown Source)
... more than 29

Problem research directory: javax.naming.AuthenticationException: GSSAPI [root exception is javax.security.sasl.SaslException: Insider GSS failed [caused by GSSException: no information provided valid identification (level mechanism: server not found in the Kerberos database (7))]]

Does anyone has an idea what is going wrong at Java 6 or 7?

The ktab file is created with the tool of a JRE version 7 ktab.

"c:\Program Files\Java\jre7\bin\ktab.exe" - a [email protected] password my.keytab - n 0 k

"c:\Program Files\Java\jre7\bin\ktab.exe" - a Service/[email protected] password my.keytab - n 0 k

Active directory in Windows server 2008

Don't forget: if I use Java 5, the call to InitialLdapContext works as expected.

Thanks in advance

Michael

The problem is resolved.

I used an alias in dns for the ldap_url property name. In Java 1.5, the dns alias name has been resolved to the real dns name. It can't even solve it in Java 1.6 and 1.7.

A real dns name change solved the problem.

Tags: Java

Similar Questions

  • createModelEntity module vCAC fail with java.lang.Double cannot be cast in java.lang.Short

    With the help of plugin vCAC (5.1) I tried to create an entity PhysicalMachine vCAC.  Couple of attributes of the entity PhysicalMachine is numeric.

    For example: to create a PhysicalMachineEntity I send you under properties map to createModelEntity

    var physicalMachineProps = {}

    PhysicalMachineID = "UUID".

    MemoryInMB = 1121,

    Processor = 2 speed,

    Name of the vendor = "Seller,"

    AssetTag = "ALEX."

    Model = "usrLbl."

    ServiceTag = "DN,"

    Location = 0

    };

    createModelEntity always fail with java.lang.Double cannot be cast as a java.lang.Short error. Rhino still get converted to java.lang.Double and its plugin failure looks like number type. How can we force type is short

    One has seen elsewhere. Appreciate any inputs on this.

    Caused by: java.lang.ClassCastException: java.lang.Double cannot be cast in java.lang.Short

    at org.odata4j.core.OSimpleObjects.create(OSimpleObjects.java:38)

    at org.odata4j.core.OProperties.simple(OProperties.java:54)

    at com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService.createSimpleProperty(ODataAccessService.java:1012)

    at com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService.populateSimpleArgument(ODataAccessService.java:934)

    at com.vmware.o11n.plugin.dynamicops.model.support.ODataAccessService.saveEntity(ODataAccessService.java:843)

    at com.vmware.o11n.plugin.dynamicops.model.EntityManager.createModelEntity(EntityManager.java:53)

    to com.vmware.o11n.plugin.dynamicops.model.EntityManager$ $FastClassByCGLIB$ $5bb4b803.invoke (< generated >)

    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)

    to org.springframework.aop.framework.Cglib2AopProxy$ CglibMethodInvocation.invokeJoinpoint (Cglib2AopProxy.java:689)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

    to com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor$ 1.call(CurrentFactoryAnnotationAdvisor.java:71)

    at com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginFactory.doInCurrent(AbstractSpringPluginFactory.java:193)

    at com.vmware.o11n.plugin.sdk.spring.impl.CurrentFactoryAnnotationAdvisor.invoke(CurrentFactoryAnnotationAdvisor.java:67)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

    to org.springframework.aop.framework.Cglib2AopProxy$ DynamicAdvisedInterceptor.intercept (Cglib2AopProxy.java:622)

    to com.vmware.o11n.plugin.dynamicops.model.EntityManager$ $EnhancerByCGLIB$ $93e675fa.createModelEntity (< generated >)

    Thank you, open a support request. For now, workaround is to remove the attribute properties Slot, then I was able to create the PhysicalMachine entity. But there may be other entities with Int16

  • Windows 7 clean install fails with ACPI.sys and error blue screen stop: 0x0000007E.

    I'm trying to do a clean install of windows 7 Professional (32-bit) on my laptop ASUS X61SL. Initially there was Vista Home Premium (32-bit) running on this laptop.

    After the start of the boot and windows 7 by loading files and starting windows comes the blue screen saying:

    STOP: 0x0000007E (0xC0000420, 0x8EB256C6, 0x8A386640; ox8A386170)
    ACPI.sys - address 8EB256C6 base at 8EAD7000, Datestamp 4CE78F21
    I tried an update of the BIOS already and a full erase of the disk which has been recommended by the ASUS support. Nothing worked, and not even the ASUS support has other ideas how to get Windows 7 to run.

    OK, how much RAM have you?

    I found this information:

    However, I remembered seeing something on the Internet about Microsoft 64-bit being unhappy with 4 GB of ram during the installation process of the systems... .then I got 2 GB of ram and the installation went OK! I will give the memory later.

    Source:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_install/a-clean-install-of-win-7-fails-with-acpisys-and/edca086c-D798-4b78-805d-301dcc8535a0

    I know - you try to install the Win7 SP1 32 bit only, but you can try it.

    LC

  • expdp fails with ORA-31693 and ORA-01555

    Hello

    I use Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0 - 64bi under hp - ux

    I export the DB as follows:

    password/expdp system.
    Full = y.
    dumpfile = backup_dir:expdp_$ ORACLE_SID.dmp.
    logfile = backup_dir:expdp_$ ORACLE_SID.log.
    exclude = statistics-
    estimate statistics =.
    flashback_time =-"TO_TIMESTAMP\ (\ ' $DATE_EXP\ ', \'YYYY-MM-DD HH24:MI:SS\'\) \" "

    It has always worked well, but this morning I received an error message:

    ORA-31693: Data Table object "DFE". "' TGV_CONTROLE ' failed to load/unload and being ignored because of the error:
    ORA-02354: Error exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 1 with the name ' _SYSSMU1$ ' too small
    ORA-00604: an error has occurred at the SQL level recursive 3
    ORA-08180: no snapshot found on the basis of time specified
    ORA-06512: at "SYS." TIMESTAMP_TO_SCN', line 1
    ORA-00604: an error has occurred at the SQL level recursive 3
    ORA-08180: no snapshot found on the basis of time specified


    no idea what that sometimes causes this error?

    Thank you

    The time that you specified is mapped to an invalid SCN, a SCN beyond the current retention policy used.
    You can try more big parameter UNDO_RETENTION or flashback for the more recent time and start again.

  • Problem with Java Update and...

    Vista HP model a6334f IE8 - need to update Java 1.6.0_01 _16 - unsuccessful for the past three days. What is the error code 1606? (could not access network location % APPDATA%\). It is the usual response. Once I got an "Error 1606 - error codes InstallShield - indicate an action failed during the process of instaltion.» Java.com no help. I downloaded the installer on the desktop then run it-"unpacking the downloaded files failed." First thing the next day and got the same answers failure + "unable to launch the Java Update Setup." I had tried installing offline with the same results. I went through my firewall security system Windows and advocate to ensure that they were not interfere because I noticed the logo of security on the icons to the trash. I don't know if there is nothing to do but I can't update my HP Web Printing either. I have messed up something along the way, thinking I knew what I was doing. I have been at this nearly two years and am usually able to understand things using various places - stop now I guess I better stop before I really mess up things.

    I have a stack of printed documents on the possible solutions to my problem of different sites. As I was going through them last night, I realized that no two of the answers don't match and I was in a spiral and most likely make things worse. I love my Vista and felt quite relieved when going through these discussions tha I had all of these problems - and then I started having them. This is ridiculous, I thought. So, I provided all the printed documents and dropped in a box (just in case) - and has a system restored 6 weeks ago. When this finshed I checked to make sure I still had internet access then close and went to bed. This morning, I started to go through the system to see what I had - to see if my Java was back. Well, not only is it back - it is updated to 1.6.0_15.

  • On Windows 7 update KB972270 fails with Code 800F0902 and KB976662 fails with the error Code 800706BE

    Former title: upgrade to Windows 7.

    I installed the Windows 7 upgrade.  I was running Windows Vista Home Premium 32 bit.  The upgrade installed without problem, but I have problems with updates.  It shows now that the downloads are 97%, but when I double click the icon to update in the center of the Action, it does not open.  My installation history that two updates failed.  They are:

    Update security for Windows 7 (KB972270)

    Update for Windows 7 (KB976662)

    Error details: Code 800706BE

    My computer is a Dell Inspiron 1525.  Any help would be greatly appreciated.

    Error details: Code 800F0902

    Hello
     

    Method 1.
    Windows provides a built-in utility that can automatically find and fix some problems with Windows Update.
    Here are the steps to run this utility for troubleshooting.
    a. open the Windows Update Troubleshooter by clicking the Start button, then Control Panel.
    (b) in the search box, type troubleshooting and then click Troubleshooting.
    c. under system and security, click Fix problems with Windows Update.

    Method 2.
    Try also download and install these updates manually and check.
    Here are links to these updates.


    An update is available for the native JSON feature in Internet Explorer 8
    http://support.Microsoft.com/kb/976662

    Method 3.
    We can try to reset the Windows Update components and check if that helps resolve the issue.
    This article helps you reset the Windows Update components. So that we can reset the Windows Update components for you, go to the "Fix it for me" section.

    To reset the Windows Update settings yourself, go to the section "Let me fix it myself".
    Please see this article for steps and additional information.
    http://support.Microsoft.com/kb/971058
     
    Problems with installing updates
    http://Windows.Microsoft.com/en-us/Windows7/troubleshoot-problems-with-installing-updates
     
    For more information and troubleshooting methods more check the items below.
    Center solutions Microsoft Update
    http://support.Microsoft.com/ph/6527#TAB0

     
     

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Windows Update KB976325 fails with error WindowsUpdate_8007371C and WindowsUpdate_dt000 code; How can I correct this failure and install the update?

    I can't install KB976325 update.

    The system is Vista Ultimate (64-bit) Service Pack 2.

    Error returned is

    "WindowsUpdate_8007371C" "WindowsUpdate_dt000"

    I did the following:

    * Reset Windows Update via KB 971058
    * Check the files with the file system Checker: no problem found
    * Downloaded KB 976325 as a stand-alone file, the update failed (no error given)
    * Ran Windows Live OneCare Safety Scanner: no problems found.
    * Ran Windows Defender quick scan: no ound problems
    * Clean the registry and temporary files with Windows Defender

    There must be a solution to this problem!

    In desperation, I tried the Windows 7 upgrade.  The upgrade failed at the last step.  Vista was reinstalled and it works OK.  However, I can't yet do the KB 976325 update!  Oh, the Windows Defender definitions file has been updated through Windows Update fine.

    Walter,
    FYI-you are in the right forum.  All Windows Update components are in the same enclosure.  It is important to publish the specifications of your system, as you did.

    OK, lets start with a few basics.  This KB976325 update is an update of security for Internet Explorer 7.
    -First question is therefore always you use IE7 or have you moved to IE8?
    -If you are looking for your update history is this show as installed KB?  It is possible that it is already installed and that it is presented again for some reason any.

    Take a look at this article.  It does not appear that you have tried these steps yet. Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • DHCP fails with two subnets and RV325 and SG300 - 28 p

    DHCP fails to issue addresses in double subnet environment.  Please see attached.

    Hello

    Mr. Ezzell, after reviewing all the screenshots and have a look at your configuration and you are not able to change the arrangement for VIRTUAL LANs, you can try this:

    As a work-around to use the router as DHCP VLAN 2 server, you can enable the DHCP server on the router for the VLAN 1, leave 2 IP addresses available, lets say 192.168.1.253 to 192.168.1.254 then go to static DHCP under network and the local network and hire two false addresses to these two IP addresses, so they will not be assigned to all devices. This way you will always be able to use your DHCP server without having to disable the DHCP server on the router

    Thank you for pointing out the firmware version very low on your switch, you actually run the firmware that came out of the unit.

    Here is a link to the firmware download page:

    https://software.Cisco.com/download/release.html?mdfid=283019669&flowid=...

    Please upgrade to the following firmware versions:

    1.2.9.44
    1.3.0.62
    1.3.5.58
    1.4.0.88

    Keep in mind that on the 1.3.5.58 version, you must also upgrade the bootcode using TFTP software.

    Once you are done with the upgrade of the connection check and see if it works.

  • ODI the Package execution fails with ODI-1228 and ORA-20000 not sufficient privileges to analyze

    Hello

    I am trying to execute the package to ODI to have this error:

    Header 1

    ODI-1228: GATHER_SCHEMA_STATS-DW_STAGE (procedure) task fails when connecting ORACLE target ORACLE_SERVER.

    Caused by: java.sql.SQLException: ORA-20000: not sufficient privileges to analyze an object in the schema

    ORA-06512: at "SYS." DBMS_STATS", line 24867

    ORA-06512: at "SYS." DBMS_STATS", line 24945

    ORA-06512: at "SYS." DBMS_STATS", line of 24899

    ORA-06512: at line 2

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)

    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)

    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)

    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:744)

    (1) DW_STAGE and DW_REPORT have "ANY ANALYSER" and "UNLIMITED TABLESPACE" privilege and roles "S/n", 'CONNECT' and 'RESOURCE '.

    (2) agents are all running

    (3) tested ORACLE_SERVER and he succeeded

    Need for emergency assistance.

    Thanks in advance-

    ADI

    OK, I solved it.

    As part of Oracle under Technologies--> Oracle in the Studio of the ODI, I gave in the uid and password for DW_STAGE and it fixed the problem!

    Thank you all for your help and suggestions!

    ADI-

  • Data Guard Broker fails with ORA-16635 and ORA-03135

    Hi all

    I configured Oracle RAC with 11.2 Dataguard on Windows 2003.
    I have already configured standby without Data Guard Broker and everything works fine, but when I try to use Data Guard Broker, it cannot synchronize the files of the Data Guard Broker.

    I tried everything, including MOS, but not found anything.

    I get this error.

    Primary
    DG 2011-02-11-09:15:41        0 2 0 NSV1: (MIV = 57) Start sending metadata file: "+DG_DATA/orcl/dgbroker/dg_config_file1.dat"
    DG 2011-02-11-09:15:41        0 2 0 NSV1: Sending block #1 (containing MIV = 57), 67 blocks
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Error sending block #1, size 67 blocks. Error is ORA-16635.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Current network link for metadata resync is broken.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: (MIV = 57) End metadata file transmission: opcode CTL_ENABLE (1.1.1825138532)
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Can't send CLOSE message to DRCX. Network error is: ORA-16635.
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Error is ORA-03135 connection lost contact 
    DG 2011-02-11-09:15:42        0 2 0 NSV1: Current network link for metadata resync is broken.
    Sleep mode
    DG 2011-02-11-08:35:39  3001000 3 1825138419       for opcode = CTL_ENABLE, phase = RESYNCH, req_id = 1.1.1825138419
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Error sending block #1, size 67 blocks. Error is ORA-16635.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Current network link for metadata resync is broken.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: (MIV = 11) End metadata file transmission: opcode CTL_ENABLE (1.1.1825138419)
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Can't send CLOSE message to DRCX. Network error is: ORA-16635.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Current network link for metadata resync is broken.
    DG 2011-02-11-08:35:39        0 2 0 NSV2: Metadata Resync failed. Status = ORA-16635
    DG 2011-02-11-08:35:39  3001000 3 1825138419 DMON: Database ORCLSTBY returned ORA-16635

    Hello

    CISCO firewalls have a configuration option 'inspect sqlnet' or 'deep packet inspection '. This setting can affect the transfer of certain data on the network and the result in malformed packets or down.

    Check if this option is enabled, if it is turn off the option "inspect sqlnet" at the firewall level.

    And try again...

    Kind regards
    Levi Pereira

  • Build process fails with the error 'and not an executable valid '.

    Hello


    I'm trying thinapp Softelec VPraster (lettering 64-bit) on Win7 (64 bit), I use ThinApp 4.1.6. All by building his error showing as ' %drive_C%\Program Files\softelec\VPraster V11\BatchExecutor.exe: not an executable valid"."» I tried to disable this executable and buiding, but gettting the same error for all executables.

    I also captured 32-bit installation of the same application, which is building very well.

    Any suggestions?

    Thank you.

    ThinApp does not currently support 64-bit applications. We support the execution of 32-bit applications on 64-bit OS. I would say that the application that you have managed to capture is not a 64 bit application.

  • Offline files Win7 "Sync failed with offline files. Interrupted offline files synchronization or just jump the incriminated files?

    I use offline files in Windows 7 on a corporate network.  Usually, it works very well, but sometimes, when someone else uses a file I get the message in sync results "Synchronization failed with offline files" and the files in question are wrong with the message "the process cannot access the file because it is being used by another process".  I want to know is was it interrupted the entire synchronization process or if it is complete and just jump the files in question?

    Hello

    That your computer is under domain, you must contact the technet forum, where we have of the support technicians who are well equipped with the knowledge on the issues of domain, do visit the link provided below.

    http://social.technet.Microsoft.com/forums/en-us/winserverfiles/threads

    Thanks and greetings

  • Yahoo Sitebuilder will not work with Java 7.

    I have been using Yahoo Sitebuilder for years without any problem.  Now that my system (Windows 7) updated for Java 7 Sitebuilder doesn't work anymore.
    I uninstalled Java 7 and re-installed Java 6.  This seems to fix the problem for a day, then Java itself once more updated Java 7 and I have the same original problem with Yahoo Sitebuilder.  BTW... it says on the site of Sitebuilders that is compatible with Java 7 and yet when you download the new version of Yahoo Sitebuilders, Java 7 is installed.   Can someone help me?  I need to update my site.
    Thank you

    Hi Mary,

    I suggest you contact the Yahoo Support for assistance on this issue.

    Using Yahoo! SiteBuilder

    Customer support

    It will be useful.

  • Downloaded and paid of Minecraft and having problems with Java, Anti Virus Scan and Windows Update - error code 800F081F

    Downloaded and paid of Minecraft and having problems with Java, Anti Virus Scan and Windows Update - error code 800F081F

    Would you advice, thank you.

    Hi Hugo,.

    1. what anti-virus software you have installed in the computer?

    2. What is the full error message/code?

    3. the issue occurred after you install Minecraft?

    4. are you able to play Minecraft without any problem?

    5. what happens with Antivirus and Java?

    Windows Update can occur if one or more of the following conditions are met:

    1. the Windows Update database is damaged.

    2. antivirus software is configured to scan the %Windir%\SoftwareDistribution folder.

    3. the service (BITS) Background Intelligent Transfer Service does not receive a content link header.

    4. a required system file is incorrectly registered.

    5. Windows Installer has encountered an error.

    6. the manifesto of component maintenance (EC) is damaged.

    7. the Windows Update service has stopped during the installation.

    8. a version of the file conflict exists with Windows Update agent files.

    Please follow the steps described in the methods to solve the problem:

    Method 1: We will try the steps from the following link and check the result:

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article:http://windows.microsoft.com/en-US/windows7/Back-up-the-registry

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058?WA=wsignin1.0

    Method 2:

    To correct the errors that occur when you use Windows Update, install, and run the system update readiness tool. The tool analyzes inconsistencies on your computer and fixes as its current installation.

    You can view the following link to download the system update readiness tool and check:

    System tool update that corrects problems of Windows Update is available for Windows 8, Windows 7, Windows Vista, Windows Server 2008 R2 and Windows Server 2008

    http://support.Microsoft.com/kb/947821

    Details of the event log to find what caused the Antivirus and Java to fail:

    What are the information contained in the logs of the event (Event Viewer)?

    http://Windows.Microsoft.com/en-us/Windows7/what-information-appears-in-event-logs-Event-Viewer

    Hope that the information provided is useful.

    For any help related to this problem or any question of Windows, you can still display in the Microsoft Community Forum!

  • problem with java and pogo games

    I use mozilla, and now with the problems with java and hackers cannot play my pogo, what can I do? I disabled my java I tried java 6 does not work or is not safe, what is a safe way to play games on pogo using java?

    Pogo.com is determined as a website SAFE to use Java with Mozilla Firefox?

Maybe you are looking for

  • MacBook Pro, early 2011 / replacement?

    I have a 15 "MacBook Pro, since early 2011. I discovered that the battery will not hold a charge. Is the solution just a new battery? Which is something I can easily do myself. I don't want to say that this is not not a value just like a certain stor

  • The lists I created will not work in TB 31.1

    I had several lists previously in TB. Never had any problems until after this last update. I click on a list and send it to my line of recipients. Then, I get a message that she won't because the syntax is incorrect. I tried this on several lists and

  • Radeon 7670 m driver for windows 8

    Hello.. I have the computer hp laptop pavilion g6-2006 tx with graphics amd radeon 7670 m... recently I upgraded to windows 8... Please help me find the driver for the graphics card... also my bluetooth does not detect all devices...

  • cannot configure the plug-in and play micro external usb,.

    I think I need to download the software, but don't know how to download the software or where to find the software I need, can any one help thank you.

  • GANYMEDE + authentication and authorization on IOS XR

    Hi all I tried to connect several devices IOS - XR on our laboratory (ASR, RSG and CRS) to our server GANYMEDE + (Cisco Secure ACS, release 4.2 (0)). The objective is that the GANYMEDE would achieve authentication authorization and control the user f