Demo doesn't work

I tried the requisition demo but got a failure
3122: Duplicate item 'WFDEMO/1' could not be created. Error Stack:
Wf_Engine.CreateProcess(WFDEMO, 1)
WF_REQDEMO.StartProcess(1, 1900, CDOUGLAS, BLEWIS)
wf_reqdemo.Submit_Req(1, test, 1900, CDOUGLAS, BLEWIS)
perhaps somthing is wrong with my installation or I forgot somthing pls help
reagards

The "Duplicate item" message usually means that an instance of this process with this item key already exists. Try specifying a different item key when you submit the requisition and see if that may help.

Similar Messages

  • RC Components Hosted Demo doesn't work

    Hi,
    Question to Oracle people - why ADF Faces Rich Client Components Hosted Demo doesn't work ?
    Kuba

    Hello KUBA,
    It also happened in the Past
    Its still not up, if you need to use adf demo locally on your machine, please follow this thread
    you can find it here. JDev ADF Demo Site Not Working
    Thank you

  • Gallery Demo doesn't work in IE

    I know i'm re-posting this but i can't belive this is so. So
    i'm hoping people just didn't see my second message rather than
    simply ignoring the fact that the gallery demo by Adobe doesn't
    work right in IE (at least in mine with SP2).
    If you notice when the main image changes there's a flicker
    where it shows the previous image and only then the chosen image.
    In the thumbnails the thumbnail that's being hovered over doesn't
    stay on top of both images on either side.
    Now my question is, does this problem have a solution or does
    it simply not work in IE and that's fine by all?!!
    Best,
    Sofia

    Hi Sofia,
    I answered your original post of this question
    here.
    Lets move the conversation back to that thread so we can have
    it all in one place.
    Thanks,
    --== Kin ==--

  • File Upload Demo Doesn't Work

    Applet loads & I can select the file to upload. However, once I have selected the file to upload there is a message that says "Encoding...." for just a split second and then the applet hangs. The "Encoding..." message window has a yellow banner across the bottom warning about using an applet window. I looked at the output in the Java console and the last 10 or 15 lines describe an "AppletSecurityException: checkread".
    Yes, I did register the certificate supplied with the demo. As far as I can tell, my classpath, path, & forms60_path are correct. At least I get no errors indicating that this is the problem.
    Could it be that Jinitiator is looking in the wrong certificate registry for the certificate?
    Please help! I'm about to give up on the upload bean and start looking for alternative solutions. If anyone out there was actually able to get the filr upload demo to work, please respond and help me trouble-shoot this.
    Thanks for any help you can give.

    Still having problems....
    I downloaded the Forms 9i demos. I copied the latest 9i UploadClient.jar and UploadServer.jar files into my \orant\forms60\java folder. I unjarred, rejarred, and signed them. I am running Jinitiator 1.3.1.9 on the client. When I first ran the form I got the "Duke" message asking if I should trust the signer (Myself) and I responded "always trust". However, the form didn't show display and it appeared to hang. So I copied the 9i classes into my \orant\forms60\java\oracle\demos\uploadclient & uploadserver folders (respectively). Now the form will display, but my Java console displays the following error and the form appears to hang immediately after loading.
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.misc)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPackageAccess(Unknown Source)
         at sun.applet.AppletSecurity.checkPackageAccess(Unknown Source)
         at java.lang.ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivilege[i]Long postings are being truncated to ~1 kB at this time.

  • [SOLVED] adf faces demo doesn't work with jdev 10.3.1.2

    Has anybody tried to run the ‘Introduction to adf faces/trinidad using jdev’ demo at
    http://www.oracle.com/technology/obe/obe1013jdev/10131/trinidad/adf_faces_trinidad.htm
    with jdev 10.1.3.2 studio?
    I am trying it and I am getting this error
    500 Internal Server Error
    java.lang.NoSuchMethodError: oracle.adf.view.faces.context.AdfFacesContextFactory.createContext(Loracle/adf/view/faces/webapp/wrapper/ContextWrapper;Loracle/adf/view/faces/webapp/wrapper/RequestWrapper;)Loracle/adf/view/faces/context/AdfFacesContext;
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterHelperImpl.startFilter(AdfFacesFilterHelperImpl.java:112)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:111)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:105)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    mauro avon

    We don't automatically migrate the adf-faces-api.jar since in a 10.1.3.x ADF Faces application this JAR is not part of your project's WEB-INF/lib directory.
    The issue must be specific to migrating this Apache Trinidad example.

  • The http demo doesn't work on my 6600 even..

    though it asks permission to send or receive data and then hangs and I get a connection time out. (-33)
    Should it ask me to choose a gprs access point (i.e. same one that succesfully downloaded the app).?
    Any halp greatly appreciated. Also it seems pictures and lots of other behaviour is not exactly as seen in the emulator.

    I am having a similar problem. I am unable to do HTTP connection using midlet over my NOKIA 6600
    I guess my Acess points are defined currectly as i can use internet over it. Please help.
    Following is the code i m trying
    class Submit extends Thread //implements Runnable
    int score ;
    Display dsp ;
    String PhoneNumber ;
    public Submit ( int zScore, Display zDsp, String zPhoneNumber )
    this.score = zScore ;
    this.dsp = zDsp ;
    this.PhoneNumber = zPhoneNumber ;
    public void run()
    HttpConnection con = null ;
    InputStream in = null ;
    StringBuffer buff = new StringBuffer ( ) ;
    try
    String SubmitQuery = new String ( "http://127.0.0.1/test.asp?i1="+this.score+"&i2="+this.PhoneNumber ) ;
    System.out.println ( "Trying to open connection throgh HttpConnection quey is\n" + SubmitQuery ) ;
    con = ( HttpConnection ) Connector.open ( SubmitQuery ) ;
    System.out.println ( "Connected through HttpConnection" ) ;
    con.setRequestMethod ( HttpConnection.GET ) ;
    in = con.openInputStream ( ) ;
    int ch ;
    while ( (ch = in.read ( ) ) != -1 )
    if ( ch != '\n' )
    buff.append ( (char) ch ) ;
    else
    String lin = new String ( buff.toString ( ) ) ;
    System.out.println ( lin ) ;
    buff = new StringBuffer ( ) ;
    String lin = new String ( buff.toString ( ) ) ;
    //System.out.println ( lin ) ;
    Alert al = new Alert ( "Score Updated", "Your score has been submitted", null, null ) ;
    //al.setTimeout ( Alert.FOREVER ) ;
    al.setTimeout ( 1000 ) ;
    al.setType ( AlertType.CONFIRMATION ) ;
    dsp.setCurrent ( al ) ;
    catch ( IOException err )
    Alert al = new Alert ( "Error", "Errors occured while submitting score\nScore could not be submitted", null, null ) ;
    al.setTimeout ( Alert.FOREVER ) ;
    al.setType ( AlertType.ERROR ) ;
    dsp.setCurrent ( al ) ;

  • Demo servlet IsItWorking doesn't work after fresh install

    Hello,
    We did a fresh install of Oracle 9iAS 1.0.2.2 on Hp-ux 11i
    The installation completed succesfully, but
    when trying to run the demo servlet IsItWorking, we get error 'The page cannot
    be displayed'
    The apache error_log file contains following lines:
    [Thu Apr 18 17:12:03 2002] [notice] FastCGI: process manager initialized (pid
    9809)
    [Thu Apr 18 17:12:03 2002] [warn] OPM: ADM: process 9810 created server process
    9811 (group group1, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:03 2002] [emerg] OPM: Watcher starts with an id=9810
    [Thu Apr 18 17:12:03 2002] [warn] OPM: ADM: process 9810 created server process
    9812 (group group2, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:04 2002] [notice] Oracle HTTP Server Powered by Apache/1.3.19
    (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0 configured -- resuming
    normal operations
    [Thu Apr 18 17:12:18 2002] [warn] OPM: EW process rp5400:0 (pid:9811) died,
    restarting.
    [Thu Apr 18 17:12:18 2002] [warn] OPM: ADM: process 9810 created server process
    9819 (group group1, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:18 2002] [warn] OPM: EW process rp5400:0 (pid:9812) died,
    restarting.
    [Thu Apr 18 17:12:18 2002] [warn] OPM: ADM: process 9810 created server process
    9820 (group group2, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:21 2002] [warn] OPM: EW process rp5400:0 (pid:9819) died,
    restarting.
    [Thu Apr 18 17:12:21 2002] [warn] OPM: ADM: process 9810 created server process
    9821 (group group1, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:21 2002] [warn] OPM: EW process rp5400:0 (pid:9820) died,
    restarting.
    [Thu Apr 18 17:12:21 2002] [warn] OPM: ADM: process 9810 created server process
    9822 (group group2, module JServ), and inserted in proctable as entry 0
    [Thu Apr 18 17:12:23 2002] [error] OPM:Can not find one alive process
    [Thu Apr 18 17:12:23 2002] [error] OPM:Can not find one alive process
    [Thu Apr 18 17:12:24 2002] [warn] OPM: EW process rp5400:0 (pid:9821) died,
    restarting.
    [Thu Apr 18 17:12:24 2002] [warn] OPM: ADM: process 9810 created server process
    9824 (group group1, module JServ), and inserted in proctable as entry 0
    Any idea?
    Thanks

    Hi -
    I was wondering if you solved this problem. I had the exact same issue on Win2K after I installed the Java Portlet Development Kit. Now my Apache JServ does not work.
    This is a sample of my error_log:
    [Fri Jun 07 10:48:01 2002] [notice] FastCGI: process manager initialized
    [Fri Jun 07 10:48:08 2002] [error] OPM:Can not find one alive process
    [Fri Jun 07 10:48:08 2002] [error] [client 127.0.0.1] File does not exist: /servlet/IsItWorking
    [Fri Jun 07 10:51:22 2002] [warn] OPM: ADM: Process 380 terminated using SIGTERM successfully
    I have re-checked my jserv.properties, jserv.conf, zone.properties several times and I can't see the problem. I tried to manually remove the entire PDK and go back to my original state (I saved a copy of all my config files) but it still doesn't work.
    Did you find a way to fix this?
    Thanks!!!
    Heather

  • RD Web access SSO - remote desktop doesn't work

    Hi,
    This is my first post in here, and I hope you gays can help me out.
    I am currently experiencing some issues with RD Web SSO not working as I would like it to work.  I have found countless articles and guides describing how to get it to work, but no guide have yet helped me.
    The problem is that when I log in on the web access and open a published application everything works fine I wait 5 sec and the application pups up, but when I try to open "Remote Desktop" then I get a new log in box where I must enter my log in credentials
    again (after entering my credentials everything work great.)
    The problems I am currently facing is produced in a demo environment configured as follows:
    1x DC server (DC01) also the lic server
    2x RDS server (RDS01/02)
    1x RDS Connection broker (RDCM01)   I have created a farm named "farm01.mydomain.com"
    1x RDS Web access server (RDWA01)
    1x RDS Gateway (RDSGW01)
    (All the Servers are installed with Windows server 2008 (R2) SP1, and have the latest update.)
    I am publishing my demo environment on the internet, i have created a domain name for my gateway and my web access and they are both accessible from the web (rdwa.mydomain.com and rdsgw.mydomaim,com). I also have secured everything with an SSL wildcard certificate
    ( my external and intern domain names are the same so I am using one SSl certificate) that is trusted on the web.
    when I  log in on the web access server trough (IE9 or IE8 ) from another network(wan) and I open a published application (calculator), it pop ups in just a few seconds. But when I try to open my Remote desktop I get a login box where I must enter my
    username and password one more time.. after that remote desktop opens and everything works great.
    My laptop is a Windows 7 professional with RDP 7 and IE 9, and is not member of a domain (just a workstation), I have tested it from multiple workstations and networks(Also win 7 and RDP7) but even there I have the same problem.
    Thinks that I have tried tell now:
    I have created a kerberos account as mentioned on
    MSDN
    I have checked my group permissions as mentioned
    here
    And many more blogs and forums
    I have tried multiple settings on RDCM, RDWA, RDSGW and RDS server
    Right now I am out of ideas, and I hope you gays can help me out..
    thanks in advance,
    Pouyan

    Thnx for you advise,
    Did you go into your RemoteApp Deployment settings and change the server name to the farm name "farm01.mydomain.com?"
    Yes
    Also in the Session Broker's RemoteApp and Desktop Connection Properties window change the Connection ID to the farm name as well.
    actually I couldn't find out what to put on the connection ID so I had left it just default, but after changing it to the farm name it still doesn't work
    Did you sign you apps with the cert used on your RDS servers?
    yes, I am using a wildcard ssl certificate to sign all the servers/apps with.
    there is
    something that
    strikes me, when I log on the web access and click on a published application (that is hosted from the same RDS servers) then I get a information box. when I click on the "details" button I see on the bottom "use the following credentials to connect" and my
    domain and username are published there. But when I click on the "Remote desktop" icon and do the same I can't see this information!!
    Also I don't think that its an SSL problem, because after log in again it works perfect without any warning.

  • How do you close a dragged applet, as Stage.close() doesn't work?

    I'm trying to implement a close button in a draggable applet, but Stage.close() doesn't work, and there's an odd little "X" icon which is causing me problems...
    My starting point and example is the simple draggable applet from the API documentation. It's the code listed under "User-Specified Close Example":
    http://java.sun.com/javafx/1.2/docs/api/javafx.stage/javafx.stage.AppletStageExtension.html
    import javafx.scene.*;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.paint.*;
    import javafx.scene.shape.*;
    import javafx.scene.text.*;
    import javafx.stage.*;
    var textContent = "Click the box to return to the browser";
    var outside: Boolean = false;
    var s: Stage = Stage {
        title: "AppDeploy Demo"
        width : 300 height : 200
        style: StageStyle.TRANSPARENT
        opacity: 0.5
        scene : Scene {
                content: [
                    Text { content: bind textContent 
                           x: 25 y:35 fill: Color.BLACK
                           font: Font{size: 24}
                    Rectangle { x: 100 y: 100 width: 100 height: 100 fill: Color.RED
                                onMouseClicked: function(e: MouseEvent): Void {
                                    s.close();
        extensions: [
            AppletStageExtension {
                shouldDragStart: function(e: MouseEvent): Boolean {
                    return e.shiftDown and e.primaryButtonDown;
                useDefaultClose: false
    }However, the Stage.close() function in the user code doesn't seem to close the applet once it's dragged. It seems this can only be achieved by a mysterious little "X" in a box top right, acting as a close button.
    Here's a demonstration of the problem once you've compiled that code:
    1. Open browser with applet (I'm using IE8 on Windows XP)
    2. Shift-drag the applet out of the browser. Notice the little X in a box appears when you drop the applet on the desktop.
    3. Click the red rectangle to invoke the Stage.close() function in the user code.
    4. Applet disappears from screen and does not reappear in the browser.
    5. But minimising all the icons on the desktop shows the little X in a box is still there sitting on your desktop (actually I find the X has gone, but the box is still there). This suggests the applet is still running.
    6. Close the browser. The little X's box is still on the desktop.
    7. After a short pause a Java dialog box appears: "Desktop integration warning. The application would like to create shortcuts. Do you want to continue? OK/Skip" The applet wasn't closed, it is still running!
    8. Click Skip. Dialog box disappears. But the little X's box is still on the desktop. Is the applet still running?
    9. Try to recompile app again into a deployable Jar (I'm using Eclipse for this).
    10. The compiler stops with "ERROR: Jar file C:\[...].jar could not be deleted. The Jar is probably locked by running application, Web browser, emulator or antivirus. Please check that all windows related to the application have been closed." Yes, the applet Jar is still being used.
    11. Minimise all the windows. The little X's box is still on the desktop.
    12. Click the little X's box.
    13. After a few seconds the box disappears. Does this mean the applet is no longer in use...?
    14. Recompile the app again into a deployable Jar. It works!
    By the way, you get the same experience with another Sun sample: the DraggableMP3Player at
    http://javafx.com/samples/DraggableMP3Player/index.html
    That, too, thinks it's implementing it's own close button, and again the same problem occurs.
    So it seems Stage.close() doesn't properly close the applet, and only the the little X in a box will do this.
    I'd like to be able to really close the applet from my own code. How can I do this?
    Many thanks
    Nik
    Edited by: nik.silver on Aug 6, 2009 12:48 PM

    After double tap home button, swipe up on the app card that appears above the icon.

  • OSB doesn't work with DMZ zone

    Hello all,
    I have a configured DMZ zone at our network infra. But after our web service doesn't work.
    We have a two ip address, which are public (x.x.x.x) and osb (y.y.y.y).
    This is my hosts config:
    127.0.0.1 localhost.localdomain localhost
    y.y.y.y     osb-domain    osb-domain.mnOur web service endpoint url is:
    <WL5G3N0:service name="demoSOAPQSService">
    <WL5G3N0:port binding="WL5G3N1:demoSOAP" name="demoSOAPQSPort">
    <WL5G3N2:address location="http://osb-domain:7001/OSB_Project/demo/ProxyService/demo"/>
    </WL5G3N0:port>
    </WL5G3N0:service>I'm getting following error:
    Exception in thread "main" com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection refused: connect
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:138)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:187)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:124)
         at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:121)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
         at com.sun.xml.ws.client.Stub.process(Stub.java:272)
         at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:153)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:115)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
         at $Proxy29.hello(Unknown Source)
         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.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
         at $Proxy30.hello(Unknown Source)
         at a.RegisterUsersWSPortClient.main(RegisterUsersWSPortClient.java:13)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
         at sun.net.www.http.HttpClient.New(HttpClient.java:306)
         at sun.net.www.http.HttpClient.New(HttpClient.java:323)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:970)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:836)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1014)
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:126)
         ... 20 moreIt works with web service test of OSB Console. But it's not working from client application (x.x.x.x ip).
    It was working before DMZ configuration.
    Are there any other configurations required?
    BR,
    Eba

    Hi Eba,
    It's not clear from where you are trying to access OSB. I believe from outside the DMZ.
    First step, make sure that Weblogic is listening to your y.y.y.y address, and not only 127.0.0.1
    1) Run netstat -na | grep 7001
    You should see which IP addresses weblogic bound on port 7001
    Hopefully you will se y.y.y.y
    Try to connect using telnet from the OSB server itself: telnet y.y.y.y 7001
    If that doesn't work, make sure that in the weblogic server config, the listen address is either empty, or it has y.y.y.y (better to leave it empty).
    2) If you can connect from the local server to port 7001 using y.y.y.y address, then try to connect from your remote server
    If it fails, probably is config issue in the router/firewall
    Regards,
    Fabio

  • Lightroom 5.6 Edit in Photoshop CC 2014 doesn't work

    I have already referred to the solution posted by Adobe and the 2 solutions don't work for me: Edit In doesn't work in Lightroom 5.5 from Photoshop CC 2014.
    When in Lightroom and I click on Edit in Photoshop,  Photoshop opens, but the file never appears. I'm on a fresh new 2013 27" iMac. Last week I installed Lightroom and Photoshop CC, and I'm frustrated that even with a fresh install of everything I can't get it to work. Actually I have never been able to get my Lightroom and Photoshop to work properly, in the seamless manner that the Adobe video demos show. I say that because I have this same issue on my older iMac stations, but it wasn't a major problem as the workaround was to run on an older version of Camera Raw, so that Lightroom would pop up with a prompt and create the file for the catalog first and then open in PS. But now that I'm on a fresh install and everything is up to date, I can't figure out any other means.
    Can anyone help and provide suggestions?

    None of my "Edit In" worked with the pictures in Lightroom for a particular folder. I expanded the 2014 folder and found that two subfolders had a "?" in front of the 2014-07-04" and another. In other words, the folder was missing. After I found the missing folders using the Lightroom "Find Missing Folder" option, I was able to use the "Edit In" menu item. The 2014 folders weren't expanded at first, so I didn't see the ? marks in front of them. With the missing folders, Lightroom's "Edit In" option was basically telling me there was no picture to "Edit In." Howerver, I have Previews and Smart Previews made when I import picture files into Lightroom. So, the "pictures" showed in the slide strip on the bottom, and also in the display in "expand," but it was actually only showing the previews I had built, not the actual missing pictures in the missing folders. I had accidentally moved some directories using Windows Explorer, and I didn't realize my "happy fingers" moved them outside of Lightroom. Of course, Lightroom has no way of knowing I moved them, and just shows the "?" before the missing folder name. After expanding the root folder, then knew what to do. Fixed it easily. It was frustrating, and took about 20 minutes to see the problem. And that fixed the greyed-out "Edit In" Photoshop CC 2014, and all the other plug-ins were greyed out too.
    Hope this fixes your problem.
    Mike

  • Flash doesn't work?

    It seems flash player doesn't work in the browser.. I guess it works some of the time as I was able to load and run a tiny .swf demo/game.
    But when I go to YouTube for example it doesn't load the video in the web page. (As an example; I know stand-alone Youtube clients are available)
    Phone is an E51 by the way.

    This is because the E51 only has flashlite 2.0 and the youtube site (and many others) needs flashlite 3.0 to work.
    The only way to get flashlite 3.0 on your phone is if nokia adds support for it in a future firmware update. When and if this will happen is anybodys guess. So far the only phone to see this feature in an update is the N95 8GB.

  • Email Button Doesn't Work in SWF File

    In InDesign CS5.5, I have created a hyperlink that goes to email, and then a button that references the email hyperlink to start the process.  This button works fine in preview mode, but doesn't work in the exported swf file.
    Please help.
    Thanks,
    Heath

    It may be a Flash Security issue... upload SWF to server, open it to browser from there and try your links again...
    Here´s one SWF exported from indesign (links to email at page 3):
    http://www.edocker.com/_demo/edocker-online-demo/index.html

  • Pages doesn't work after upgrading to Mountain Lion

    I'm not able to launch Pages 09 (neither Numbers nor Keynote) after having installed Mountain Lion. I've tried to reinstall it twice from the original install disc, but still doesn't work.
    Thanks for the help

    If you migrated iWork from another computer, or dragged it over, or had a demo version or previous version on the System, there can be missing or wrong files in your System.
    Do the Complete reinstall:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=105&mforum=iworktips ntrick
    …and see if that fixes it.
    Peter

  • "Email me" doesn't work in Windows

    Has anyone found that the "Email me" button doesn't work on Windows machines? I have just been told by one or two visitors to my website (www.aroundthebusch.com) who use Windows that the buttons didn't work.

    It may be a Flash Security issue... upload SWF to server, open it to browser from there and try your links again...
    Here´s one SWF exported from indesign (links to email at page 3):
    http://www.edocker.com/_demo/edocker-online-demo/index.html

Maybe you are looking for