WLS 10.3.5 on Win7 and Forms11g

Hi,
I installed WLS 10.3.5 on Win7/32 and can create a simple BasicDomain,
these work fine.
But when I try to configure the Forms 11g R2 11.1.2.0.0 the process stops on
creating the ASINstance:
Creating Instance Service..
AdminServer port is 7001
trying to connect to wstwin7 7001
Successful
getDomainRuntimeMBeanServerConnection ...
Connecting to Domain runtime ...
trying to connect to wstwin7 7001
Successfully connected to the Domain Runtime ...
trying to connect to wstwin7 7001
Successful
MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1b21b91
wstwin7 7001
weblogic.Deployer invoked with options: -adminurl wstwin7:7001 -username weblogic -name NonJ2EEManagement -source D:\orafrm11gr2\Oracle_FRHome1\opmn\applications\NonJ2EEManagement.ear -nostage -deploy -upload -noexit
+<28.11.2011 19:54 Uhr MEZ> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, NonJ2EEManagement [archive: D:\orafrm11gr2\Oracle_FRHome1\opmn\applications\NonJ2EEManagement.ear], to configured targets.>+
java.lang.Exception: oracle.as.provisioning.exception.ASProvisioningException
++ at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:222)++
++ at oracle.as.install.classic.ca.standard.StandaloneTool.execute(StandaloneTool.java:50)++
++ at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)++
++ at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)++
++ at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:339)++
++ at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)++
++ at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)++
++ at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)++
++ at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)++
++ at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)++
++ at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)++
++ at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)++
++ at java.lang.Thread.run(Thread.java:662)++
Caused by: oracle.as.provisioning.exception.ASProvisioningException
++ at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)++
++ at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:218)++
++ ... 12 more++
Caused by: oracle.as.provisioning.engine.CfgWorkflowException
++ at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)++
++ at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)++
++ at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)++
++ at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)++
++ at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)++
++ at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)++
++ ... 13 more++
Caused by: oracle.as.provisioning.util.ConfigException:
Fehler beim Erstellen der AS-Instanz asinst_1.
Cause:
Ein interner Vorgang war nicht erfolgreich: Unable to validate NonJ2EEManagement Application deployment on admin server.
Action:
Weitere Informationen finden Sie in den Logs.
++ at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)++
++ at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)++
++ at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)++
++ ... 17 more++
Caused by: oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
++ at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:703)++
++ at oracle.as.config.impl.RuntimeServiceConnection.deployIfNecessary(RuntimeServiceConnection.java:199)++
++ at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:92)++
++ at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)++
++ ... 18 more++
Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed.
++ at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:97)++
++ at oracle.as.config.utl.Deployer.deploy(Deployer.java:52)++
++ at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:226)++
++ at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:695)++
++ ... 21 more++
Caused by: java.lang.reflect.InvocationTargetException
++ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)++
++ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)++
++ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)++
++ at java.lang.reflect.Method.invoke(Method.java:597)++
++ at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:95)++
++ ... 24 more++
+Caused by: weblogic.management.ManagementException: [Deployer:149003]Unable to access application source information in '<!DOCTYPE HTML PUBLIC "-\W3C\DTD HTML 4.0 Draft\EN">\app\NonJ2EEManagement.ear' for application 'NonJ2EEManagement'. The specific error is: No application files exist.+
++ at weblogic.deploy.internal.adminserver.operations.OperationHelper.validateSource(OperationHelper.java:354)++
++ at weblogic.deploy.internal.adminserver.operations.OperationHelper.getArchiveVersionIdFromSource(OperationHelper.java:164)++
++ at weblogic.deploy.internal.adminserver.operations.OperationHelper.getAndValidateVersionIdWithSrc(OperationHelper.java:202)++
++ at weblogic.deploy.internal.adminserver.operations.ActivateOperation.updateConfiguration(ActivateOperation.java:48)++
++ at weblogic.deploy.internal.adminserver.operations.DeployOperation.updateConfiguration(DeployOperation.java:35)++
++ at weblogic.deploy.internal.adminserver.operations.AbstractOperation.updateConfigurationAndInitializeDeployment(AbstractOperation.java:386)++
++ at weblogic.deploy.internal.adminserver.operations.AbstractOperation.execute(AbstractOperation.java:227)++
++ at weblogic.management.deploy.internal.DeployerRuntimeImpl$2.run(DeployerRuntimeImpl.java:837)++
++ at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)++
++ at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)++
++ at weblogic.management.deploy.internal.DeployerRuntimeImpl.performDeployerActions(DeployerRuntimeImpl.java:846)++
++ at weblogic.management.deploy.internal.DeployerRuntimeImpl.deploy(DeployerRuntimeImpl.java:410)++
++ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)++
++ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)++
++ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)++
++ at java.lang.reflect.Method.invoke(Method.java:597)++
++ at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)++
++ at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)++
++ at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)++
++ at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)++
++ at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)++
++ at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)++
++ at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)++
++ at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)++
++ at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)++
++ at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)++
++ at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)++
++ at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)++
++ at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)++
++ at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)++
++ at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)++
++ at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)++
++ at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)++
++ at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)++
++ at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)++
++ at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:523)++
++ at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)++
++ at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)++
++ at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)++
++ at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)++
++ at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)++
++ at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)++
Executing Task: Starting OPMN
GJS: About to call startOpmn
GJS: Entered startOpmn
Has anyone an idea for solving this problem?
Many thanks.

It could be related to the size of the kerberos ticket (not sure here, just a guess).
When a user belongs to many groups, it affects the size of the ticket, some tips are provided here: http://support.microsoft.com/kb/327825
(not related to JRockit, but to the MaxTokenSize in the Windows registry).
Could also run into trouble when using a front-end such as Apache HTTP Server (and WebCache)
- http://httpd.apache.org/docs/2.2/mod/core.html (set the LimitRequestFieldSize http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestfieldsize appropriately)
- WebCache: WXE-11355 Single request header length exceeds configured maximum. A forbidden error response is returned to the client. Client IP: %s error
- Cause: One of the headers in the request exceeded the configured maximum.
- Action: Adjust the maximum individual header size limit in the Security page of OracleAS Web Cache Manager. If the problem persists, contact Oracle Support Services.

Similar Messages

  • For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. This is a brand new computer (Win7) and FF just loaded about 3 hours ago.

    # Question
    For some reason, I can not delete bookmarks. I did one at a time, then tried 5 or 6 and it worked once then no more. I then tried 1 at a time and it worked once the no more. Why is this happening? This is a brand new computer (Win7) and FF just loaded about 3 hours ago. Do not know how the bookmarks even got in there. Some were ok, but no order and some that were never bookmarks. Looks like FF tried to import some BM's from the Virtual XP installed, but did not get it any where near right. I need to completely delete all of them and install from a saved .html file.

    Well, I did not see the exact problem that I was having listed in the articles, BUT the problem is solved for now.
    I opened FF and the Bookmarks to Organize again. I deleted all of the folders and entries, ONE AT A TIME, AND IT WORKED. Evidently, for what ever reason, FF did not like "Batch" deletes of ANY amount greater than 1 and the HANG UP would occur.
    Deleting one at a time then importing the good .html from a good file, loaded the wanted Bookmarks. Yea

  • Unable to sync my replacement 7th generation Ipod Nano. Previous nano had no issue. Both Win7 and Win8 Pc's fail sync. I am an admin on both machines.

    I don't know why my new 7th Generation Ipod fails sync diags on both Win7 and Win8 computers. I am an admin on both machines. The computer sees the device, but ITunes does not, but yet I can eject the ipod.

    Hello Dee Nano.
    It sounds like your iPod nano is recognized by your PCs, but it isn’t recognized by iTunes. Try the suggestions in the article linked below, they will resolve most issues like this.
    iPod: Appears in Windows but not in iTunes
    Cheers!
    -Jason

  • HT1386 I have Mac itunes and a touch 2G.  My wife has Win7 and touch 4G (both iOS 4.2.1). She got a new iphone, I now have her touch 4G, and am trying to sync it to my Mac itunes.  The music and videos sync, but apps & podcast will not. All checked to syn

    I have Mac itunes and a touch 2G.  My wife has Win7 and touch 4G (both iOS 4.2.1). She got a new iphone, I now have her touch 4G, and am trying to sync it to my Mac itunes.  The music and videos sync to the 4G, but apps & podcast will not. All are checked to sync.  During sync, it gets to "determining apps to sync"  then immediately goes to "finished syncing".   No apps or podcasts from my Mac itunes are on the touch 4G.

    You can only sync to one iTunes library but you can manage music and videos among different computer/libraries.
    It appears that you are trying to sync with a different library.
    - If you want to make the Mac you syncing computer:
    --- Connect the iPod to the computer and make a backup by:
    iOS: How to back up
    --- Restore the iPod from that backup. Note that synced media like apps and music are not in included in the backup.

  • I had a computer crash and completed a Fresh install of Win7 and  restore of all files from Carbonite.  I have managed to get LR 5 running in LR.  However, I am not sure I have all of my previous catalogs. How can I find my catalogs to assure that I have

    I had a computer crash and completed a Fresh install of Win7 and  restore of all files from Carbonite.  I have managed to get LR 5 running in LR.  However, I am not sure I have all of my previous catalogs. How can I find my catalogs to assure that I have a complete inventory of all my catalogs.

    <moved from Downloading, Installing, Setting Up to Photoshop Lightroom>

  • I just upgraded to FF 4.0 on Win7 and I noticed that "Open in new tab" does not work

    I just upgraded to FF 4.0 on Win7 and I noticed that when you click a link and select 'open in new tab' it copies over the correct link to the address bar but doesn't open it.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Acrobat XI unstable on Win7 and Win8

    Anyone else having trouble with creating/appending a webpage from browser to a PDF.
    Typical problems:
    firefox crashes during creation
    Creation popup window keeps running with no progress
    Error popups "DDE unable to communicate with Acrobat"
    In ability to capture Web pages that have JavaScript
    ( The most frequent language on the web;  Acrobat has JS built in )
    When this happens, I stop having the browser append the page,
    and instead request the page be appended from Acrobat.
    Serious Flaw:  If the page I'm viewing was arrived at by Single Sign On
    to the site, Acrobat will only collect the signon redirection page.
    That is why appending the page from a logged in browser is important.
    Most annoying:  Acrobat does not remember the name of the last PDF used.
    It always truncates the name into something unusable.
    I have to ALWAYS find the last PDF I was writing to for a new "Append" request
    Acrobat becomes non-responsive when DDE connections fail.
    It means I cannot launch Acrobat at all ... even for different pdf files.
    Solution:  Task Mugger and kill the running Acrobat processes.
    I have several Acrobat dmp files ... I opt-in to "make Acrobat better" ... is Adobe
    getting these crash failures?  Something more I have to do at my end?
    As far as I can tell by dates, the crashes had nothing to do with Task Manager kills.
    I see the same problems in both Win7 and Win8.
    Acrobat X worked much better ... but the plugin was only available for Internet Explorer,
    so I upgraded to XI.
    Super annoying:  Adobe does not appear to ever have tested appending from a
    browser to a PDF that was just created.   It always presents a corrupted filename
    for selection.
    My Solution:
    Create an entirely new directory
    Place the pdf I want to create there as the only file
    When Acrobat "forgets" the filename, it does still remember the directory
    and I don't have to search for the PDF I want to append to.
    It still is an additional keystroke to select the file ... which really slows me down.
    Please fix these things.  Or do I have to wait for XII version to get any fixes?
    I am using Acrobat XI Pro Version 11.0.06

    Perfect example of failures.  Viewing this page from firefox, "convert to PDF"
    http://forums.adobe.com/message/5140738#5140738
    It hangs and two windows are open:
    Apparently can't copy/paste images.  Here they are:
    And the firefox crash when I attempted to Append to a pdf:

  • Hi.at first sorry for my bad english language.i have mac book pro with two os(win7 and mac10.9.3)when i want to restore my iPad air in mac os iTunes error 17 but in win7 easily restore!why?

    hi.at first sorry for my bad english language.i have mac book pro with two os(win7 and mac10.9.3)when i want to restore my iPad air in mac os iTunes error 17 but in win7 easily restore!why?

    Hi there saharalirezaie,
    You may find the troubleshooting steps in the article below helpful.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/ts3694
    Resolve communication issues
    Related errors: 17, 1004, 1013, 1638, 3014, 3194, 3000, 3002, 3004, 3013, 3014, 3015, 3194, or 3200. These alerts refer to gs.apple.com, say "There was a problem downloading the software," or say the "device isn't eligible for the requested build."
    Check the hosts file or TCP/IP filtering, which might cause communication issues between iTunes, ports, and servers.
    -Griff W. 

  • Enterprise Hotfix Rollup for Win7 and Server 2008 R2 via WSUS

    I stumbled across the fact that Microsoft released a hotfix rollup for Win7 and Server 2008 R2 that contains 90 hotfixes
    http://support.microsoft.com/kb/2775511/en-us
    The articled I linked above talks about after installing 2775511 (the big hotfix rollup containing 90 hotfixes) it is also necessary to install three more hotfixes:
    After this update is installed, you must install update 2732673 to fix a regression issue in the Rdbss.sys file
    After this update is installed, you must install update 2728738 to fix a regression issue in the Profsvc.dll file
    After this update is installed, you must install update 2878378 re-released on November 11, 2013 to fix a regression issue in the Advapi32.dll file
    I have imported all four of these hotfixes into my WSUS server. Do I need to install 277551 first and then install the other three or can all four be approved and go out at once? I guess I am hung up on the language of "After this update is installed
    .... ". I want to put all 4 of these on our Win7 machines as well as my 40+ WinServer 2008 R2 machines

    I read somewhere that over half of the updates included in Win7 SP1 and WinServer 2008 R2 SP1 were originally released as hotfixes. This means Microsoft made the decision that a large number of hotfixes would benefit every user of these two OSs
    I think your conclusion is flawed. The only thing that you can draw from the presented statistic, is that Microsoft determined that a significant percentage of updates originally released as hotfixes warranted the additional investment in regression testing
    to subsequently release those hotfixes as updates.
    The fact that they bundled these 90 hotfixes together leads me to the same conclusion.
    In fact, exactly the opposite conclusion applies: What you have in this package is all the rest of the stuff that didn't make that cut. What you have in this package are still NOT-regression tested hotfixes, they've just been bundled up for easy deployment
    (and note that three of them got further broken in the process of bundling), causing yet three more hotfixes to have to be released.
    In fact I read the MS Team Blog about this big hotfix release and they say the same thing, all users of these OSs would benefit from the installation of this hotfix rollup, not just a subset of users.
    I suspect there are a notable number of patch administrators and systems administrators who would disagree with that self-serving promotion. If, in fact, it's true that "all users" would benefit, then the product team should have invested the effort in properly
    regression testing those hotfixes, and releasing them as REAL updates. They did not; ergo the *actual* value is less than claimed.
    Of course the bugaboo here is the fact that three other individual hotfixes need to be installed after the big hotfix rollup is installed.
    Exactly! (And those are just the attempted fixes that broke something. Who knows how many other "fixes" may still result in newly discovered "broken stuff" that was never broken in the first place.)
    The second part of this question should revolve around an itemized review of the hotfixes contained in this rollup with one simple question asked for each:
    Have we actually *experienced* the issue addressed by this hotfix.
    Where hotfixes are concerned one very simple but important rule applies:
    If it ain't broken, don't try to fix it!
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • I have dial-up, ipod touch, a wi-fi dongle, win7, and patience, can I get net access on my pod?

    I have dial-up, ipod touch, a wi-fi dongle, win7, and patience, can I get net access on my pod?

    Yes but it might be too slow for some purposes.  Google for the instructions for setting upu your win 7 comnputer as a wifi hotspot.  I Googled for:
    windows 7 as wifi hotspot
    and go many hits that look good.

  • I can not find mozilla firefox folder in Start All Programs how can i open firefox in safe mode i am using win7 and firefox 4.ob10 ?

    i can not find mozilla firefox folder in Start>All Programs> how can i open firefox in safe mode i am using win7 and firefox 4.ob10 ?

    A quick workaround - Go to Start > Run, and paste this in the box: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -safe-mode

  • I have installed LR 6 for windows (win7) and LR will not start but hangs up

    I have installed LR 6 for windows (win7) and LR will not start but hangs up. I have uninstalled the software and re-installed it, Tried to open it as Administrator and it still hangs up with the Adobe banner (the picture) being displayed. Nothing happens. When I click on anything I get the message that Lightroom is not responding. I have asked to have a new catalog created for Lightroom 6............Please help.
    Thank you. Leo

    hbereth,,
    It is Ideal to install Creative Cloud app , if you are using Adobe apps.
    Creative Cloud is nothing but an updated version of Adobe Application manager. Adobe Application Manager is required for different purposes like Activation, Update.process and installation processes.etc
    Adobe application manager must be up to date , that brings to Creative Cloud application which is the updated version .
    No need to Sign in and all , just keep it install, if you are not okay with installing Creative Cloud app. it's okay , you can still have Adobe Application Manager only.

  • Security Issues with Win7 and CS4

    In CS4, When I try to save a file to which I have made a change, I get the message:
    "Could not save N.....(title) because the file is locked. Use the Properties command in Windows Explorer to unlock the file"
    Really? I have 10's of thousands of files which, if I want to add a layer and save, I have to go back to Bridge, locate in Explorer, click Properties and change "All Users" to full control.
    That's obscene!
    When I get there, "Everyone" is highlighted and given only read and read/execute permissions, on the Security tab. The file isn't locked AFAIK The "Read" box is blank. I can change permissions, but it's good for only this one file, and when looking at Security settings globally, "Everyone" isn't listed.
    I need to find a global way around this, and I cannot find it. I am logged on as Admin, and I know there is another layer of Admin. Can that be invoked globally, and how? Is this the right way or is there another? Is it a Photoshop problem or OS problem?
    Thanks!

    That's where I looked, but that's not the right place.
    Nothing like noodling a paradox like the Russell "Set of All Sets" to get you going!
    I went back to XP to see what happens there. No problem. BUT, I did see a commonality (the paradox breaker looms!) Both the "Edit" folder and "N" drive are shared on the network.
    I broke the connection and now it works fine.
    If you go to a particular folder or drive in Win7 and click "Share", the first line in the menu that opens says "Nobody"!!
    Need I say more?
    Thanks, Charlie. You did help.

  • I have Win7 and Mac OS versions of LR 4.x  I use both regularly.  Can I reconcile the DB?

    I have Win7 and Mac OS versions of LR 4.x  I use both regularly. 
    I'd like to periodically reconcile the images and databases so that at least one of the applications has a complete collection of images and DB information.
    Is there a recommended way to do this?
    The Mac is a laptop that is frequently on the road.  The Win7 Machine is at home, connected to NAS for backup.  The Mac is intermittently backed-up to the NAS via wifi.
    Thanks in advance -
    Perry

    I do the following after returning home with new images on my laptop:
    network the computers
    export all new images as a catalog including previews and negatives (=your actual RAWs or JPEGs)
    copy the entire folder with catalog, previews and images across the network onto the desktop computer
    from the desktop's LR perform an import from catalog moving the files to your preferred location
    after successful import optionally delete the images from the laptop
    That makes the desktop's LR installation the master catalog. It's possible to maintain the exact same catalog with images on both computers, but it's not very practical. You tend to run out of storage space on the laptop sooner and would need to resort to external drives, which I find rather inconvenient.

  • Policy in domai server2008 for remove tick Validate Server Certificate in win7 and xp

    hi
    i have a domain server 2008
    i need create a policy to remove tick Validate Server Certificate in win7 and xp
    please help me

    > i need create a policy to remove tick Validate Server Certificate in
    > win7 and xp
    Deploy your WLAN settings through Group Policy - this will allow you to
    create a WIFI for Vista and above, and another one for XP. Both offer
    you to untick this check box.
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

Maybe you are looking for

  • CS5 Can't See Filters

    I just had to reinstall Photoshop CS5. Now I can't load (old) Kodak filters. CS5 sees the Kodak folder, but the filters don't show up in the list. The filters are: 1. DIGITAL GEM Airbrush Professional Plug-In 2.1 2. DIGITAL ROC Professional Plug-In 2

  • Sliced Images are Broken after Converting HTML into a PDF

    I am trying to create a PDF of a webpage and after Acrobat converts it, the page is broken apart in multiple pieces. I noticed that this is happening to images that are sliced. Does anyone know how to prevent this from happening? Thanks!

  • PE-CE OSPF problem

    CE1-CE2-PE1-P-P-PE2-CE3-CE3 For OSPF superbackbone: From CE2 perspective, PE1 is a ABR From provider network perspective, PE1 and PE2 is a ASBR. But for Provider network, how they see CE2? and Do CE1(in other area) still see PE1 as a ABR?

  • How to Repeat Slideshow WITH Soundtrack?

    I've made a 3-minute slideshow, accompanied by a music soundtrack over most of it. The iMac will be used to present the slideshow automatically over an 8-hour day. I'd like to either loop it or have it restart after an idle minute. I've found that if

  • Spry Horizontal Menus - strage background in non-submenu button

    Hi All, The page I am refering to is posted to: http://visionbyamit.com/avital/index2.html As you will see, there are two typs of buttons in this horizontal menu bar; ones with a dropdown submenu and ones without. The problem here is: that the button