Trouble with Application Link

Hi xperts,
I am developing an custom application wherein i am suppose to send an email to selected userid by user . Its kind of confirmation email ..say like your purchase order is created ,with the details of PO# and link to edit the that PO #.
I am making sure that the user this email is sent to exist in Oracle apps with valid account.
For now , we are not plannin to use Workflow way of doin things . So for now i am using simple JavaMail to send the email . The content in the email is all picked up from the FndLookup table , except for the URL.
However , when user clicks the link in the email , it doesnt come up with the application . My understanding was that even if user is not logged in Oracle Apps(UI) , this link should bring up the login screen and when user logs in the link will take him to my self-service web application page.
Below is the link mentioned in email
http://maxhold.icorp.com:8004/OA_HTML/OA.jsp?OAPage=/oracle/apps/xxi/pps/webui/HomePG&retainAM=Y&resp_id=50771&resp_appl_id=20003&security_group_id=0&lang_code=US
Below is the error which i get when i use this link individually in browser window.
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_CODE. Tokens: REGION = null; REGIONAPPLID = -1; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:98)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_CODE. Tokens: REGION = null; REGIONAPPLID = -1; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeData(OAWebBeanFactoryImpl.java:3526)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3478)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:98)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_CODE. Tokens: REGION = null; REGIONAPPLID = -1; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeData(OAWebBeanFactoryImpl.java:3526)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3478)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:98)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
any help is appreciated . This has been pain point from quite some time
thanks

verify using jdr_utils.LISTDOCUMENTS(/oracle/apps/xxi/pps/webui/HomePG,true) if this xml is available in the mds rep or not.
Thanks
Tapash

Similar Messages

  • I have trouble with website links not working but they work fine on I.E. it's a problem on quite a few sites .

    The problem I'm having is the links are just unclickable . I have checked all the settings and everything seems ok , but the links are not working . Everything is fine in I.E. and I am not having any problems , it appears to only be when using mozilla . On this site http://compare100.com it's the links at the bottom of the page , is any body else having the same issue ?

    After a bit more troubleshooting... This appears to be a CSS float clearing issue. In a page with both left and right floated containers, if the float is not cleared in one of various ways, Firefox may render the page properly, but the hyperlinks do not function. By clearing the float in the application of the page footer division, I am able to correct the problem in my web page structure such that all browsers render correctly with working links. When you experience this problem, you won't be able to do anything to Firefox to correct it, the page owner will have to resolve their stylesheets, unless a patch or something comes out to address whatever causes Firefox to behave this way.

  • Trouble with PDF links

    A little background: I work for an agency and have a peripheral responsibility for updating our website, so I am learning everything on Dreamweaver from square 1 basically. So bear with me as I muddle through this. A couple years ago a former employee installed version CS3 on the PC I use, and is the version I am working with to this day.
    I need to post a .pdf link of a meeting agenda to a page on the site and have it show up when it's clicked. Links to previous meeting agendas on the page work fine, but the most recent one I added 404's, even though I follow the exact code as previous .pdf links.
    My suspicion is that I trouble lies in the fact I have an old and unsupported version of the software, or some sort of conflict between HTML/HTML 5 (if something like that exists), or a combination of the two.
    Thoughts and suggestions? Thank you.

    My suspicion is that I trouble lies in the fact I have an old and unsupported version of the software, or some sort of conflict between HTML/HTML 5 (if something like that exists), or a combination of the two.
    I think it's very unlikely that either of these would be involved. No doubt the issue is either with your code for the link, with your path to the linked file, or with remembering to upload the linked file. Can we see the code on the page (best way is to post a link to the live page)?
    A little background: I work for an agency and have a peripheral responsibility for updating our website, so I am learning everything on Dreamweaver from square 1 basically. So bear with me as I muddle through this.
    The more you know about HTML (and CSS) the easier this will be. It might be a good idea to spend some time on http://www.html.net, or http://www.w3school.com

  • Trouble with Pagemaker Links

    How can I embed graphics in pagemaker 7.0.  I have a 40 page document that I have printed before and converted to a pdf.  Now my links are not embedding.  I went back and re-linked everything from a clip art disc.  As soon as I eject the disc the links disapper.  I can't understand why things aren't linking or embedding.  Any help would be so appreciated. You can email me at [email protected]
    thanks
    Linda

    From the old PM Forum FAQs:
    ONLY use File>Place to bring graphics into PageMaker
    When placing images in a PageMaker file, the following message appears:“The graphic in the linked file would occupy xxxxxxx bytes in the publication. Include the complete copy in the publication anyway?”The correct answer to this question is always "NO".
    (You can permanently avoid this popup in future docs by unchecking "store copy in publication" under Element -> Link Options with no publication open. You can do the same to avoid further prompts in pre-existing documents.)
    l
    Do NOT use Insert Object or Paste Special
    Object Linking and Embedding is highly problematic in the Postscript environment (e.g. creating PDFs), severely restricts portability (other applications have to be present) and is really only present in PageMaker to gain Microsoft approval as a Windows application. It has been dispensed with in newer applications, e.g. InDesign.
    l
    Do not Place graphics from a floppy, Zip disk, CD, or network drive. Copy the graphic file to your local hard drive, then Place.
    l
    Use only TIF or EPS graphics (plus PSD and AI with PM7)
    l
    Do NOT use JPEG, GIF, WMF, CGM, DXF, or any graphics format other than TIF or EPS (Click here for the Adobe Knowledgebase article about the Limitations of Metafiles.)
    l
    You can place PDFs as graphics - they are essentially handled as EPS by PageMaker
    l
    Do NOT copy/paste graphics from other applications. The Windows clipboard will lose information required by PageMaker for high quality output.
    l
    Do not embed your graphics in PageMaker documents. Link only. (See the first bullet point)
    l
    Save Illustrator or CorelDraw graphics as EPS for placing in PageMaker
    l
    For best results with Illustrator EPS, convert all type to outlines, and save back to version 7.
    l
    Save Photoshop graphics as TIF (the exception is duotones - save as EPS)
    l
    Size your Photoshop graphics in Photoshop - do not scale in PageMaker, or if you must, do NOT scale UP (e.g. stretch a TIF to make it larger) in PageMaker.
    l
    Photoshop's preferences should be set to NOT embed profiles in grayscale images - they can cause problems in PageMaker
    l
    PageMaker supports transparency in vector EPS or TIFs with clipping paths ONLY. GIFs will not retain transparency and shouldn't be used in PageMaker anyway. See the other FAQs in section 3 for more details on transparency.
    l
    PageMaker does not support progressive JPGs nor 16bits/channels TIFFs. Use Photoshop and re-save as 8bits/channel TIFFs.
    Iechyd da! John
    19:01 24/06/2009 BST

  • Trouble with Application.GetSaveAsFilename

    I'm using VBA in Word 2010 to automate the population of project details (job #, client details, etc.) into a master report template.  I've got the most important parts working just fine (albeit SLOW!), but would like for the user to be prompted to
    save modified document into a different folder (so that the master file isn't overwritten every time) before the substitutions are made  This isn't my first program (having started with FORTRAN in 1977 or so) nor my first foray into VBA.  But the
    file manipulation has me thoroughly befuddled.
    Here's the code in question (it isn't complete yet - with unrelated code snipped out for brevity):
    Sub myReplaceText()
        Dim NewText(29), IntialName, saveAsName As String
        Dim fileSaveName, myDialogBoxTitle As Variant
    'SNIP lots of code
    'NewText values are pulled from an Excel spreadsheet in other code
        NewText(1)="14-19298"
        NewText(2)="Grand Hyatt Hotel"
        InitialName = NewText(1) & " " & NewText(2) & " Final Report"
        saveAsName = InitialName & ".docx"
        myDialogBoxTitle = "Where do you want to save the file?"
    'The following statement is my problem
        fileSaveName = Application.GetSaveAsFilename(saveAsName, "*.doc*", myDialogBoxTitle)
        If fileSaveName <> False Then
            MsgBox "Save as " & fileSaveName
        End If
    End Sub
    I'm getting an error before any of the code executes:
    Compile error:
    Method or data member not found
    And Application.GetSaveAsFilename is highlighted.  I'm baffled.  I have the following references selected/activated:
    Visual Basic for Applications
    Microsoft Word 15.0 Object Library
    OLE Automation
    Normal
    Microsoft Office 15.0 Object Library
    Excel PlugInShell 1.0 Type Library
    Microsoft Excel 15.0 Object Library
    Microsoft DAO 3.6 Object Library
    Microsoft ADO Ext. 6.0 for DDL and Security
    What am I missing?

    <sigh>
    The answer is actually very simple: there is no  Application.GetSaveAsFilename
    in Word's VBA.  Go figure.  The following code works:
    <snip>
    'Now save the Word file to a new name and location BEFORE it is changed
        Dim IntialName, saveAsName, mySaveAsFilePath As String
        Dim fileSaveName, myDialogBoxTitle As Variant
        Dim dlgSaveAs As FileDialog
        InitialName = NewText(1) & " " & NewText(2) & " Final Report"
        saveAsName = InitialName & ".docx"
        mySaveAsFilePath = "G:\Projects\"
    Set dlgSaveAs = Application.FileDialog(FileDialogType:=msoFileDialogSaveAs)
    'dlgSaveAs.Show
    With Dialogs(wdDialogFileSaveAs)
        .name = mySaveAsFilePath & saveAsName
        .Show
    End With
    ' perform the replacements
    <snip>
    My code is now working; hope this helps someone else.

  • Troubles with D-Link DIR 600 and AirPort Extreme

    Hi guys
    The question might has already been raised but I couldn't find anything in any other threads helping me.
    I've got a new router (came along with my new ISP) D-Link DIR600 which I tried to connect to my AirPort Extreme to have a secondary WiFi available. My devices are connected in this way:
    Internet Modem ---> AirPort Extreme (cable) ---> D-Link 600 (cable).
                                            |                                   |
                                            |                                   |
                                       WiFi(1)                          WiFi (2)
    While my APE is just working perfect the D-Link doesn't. I can connect to my DLink Router though but the "Internet" somehow won't get passed through.
    Any help
    Thanks a lot

    The dlink probably does not have a bridge mode.. so you have to use WAN bypass.
    See this post for details.
    http://forums.whirlpool.net.au/forum-replies.cfm?t=933517
    Or flash your DIR600 over to dd-wrt so you can use it in WAP mode.

  • Trouble with D-Link Router

    I have been having all kinds of issues with a D-Link WIFI router in my house. I am having to reset it on a regular basis. But the funny thing is that my mom who uses Leopard is not having a problem in the world with it. The problems I am having is that I am unable to get a connection after a period of time (sometimes a day or two of usage).
    The funny thing about all this is that at home in my house I use a D-Link router (another type) and have used the Apple airport base station and have had no problems at all. Why I am having problems with this router is beyond me. Our WiFI network is insecure (its okay as we live in the sticks). I am clueless. My only guess is a incompatibility between Snow Leopard and this particular D-Link router.
    John

    John Wolf wrote:
    Its my mothers router and she claims to not have any problems at all. She is running Leopard. At my house I have a Netgear router and am fine.
    Then I obviously misunderstood your first post:
    +I have been having all kinds of issues with a D-Link WIFI router in my house. I am having to reset it on a regular basis. But the funny thing is that my mom who uses Leopard is not having a problem in the world with it. The problems I am having is that I am unable to get a connection after a period of time (sometimes a day or two of usage).+
    +The funny thing about all this is that at home in my house I use a D-Link router (another type) and have used the Apple airport base station and have had no problems at all.+
    So, at this point, I'm confused as to whether you have a problem (or not); if so, you'd need to share some info about the model and whether it is "g" or "n" rated. If you're not having a problem, I don't understand your post.

  • Trouble with application graphics in Lion

    Hey all,
    Since I've upgraded to Lion I've had some issues with graphics in everyday apps like iPhoto and Safari, along with some Adobe CS4 applications. When I open apps, such as Safari, the window will be... how can I explain this... darker? Like someone took the exposure slider on a photo editor and pushed it all the way down. The top of the window is a nasty dark gray, and all the content is screwed up as well. Not sure where exactly the problem is. I've used disk utility multiple times and I haven't found a permissions error or a disk error yet. Any help?
    Thanks.

    Start with the aspect ratio and dpi in PS?
    Are they 720x480 at 72 dpi in PS?

  • Trouble with Application Server connection/deployment

    This is the output I get when testing the remote connection I set up:
    C:\Program Files\JDeveloper\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Program Files\JDeveloper\jdev\lib\oc4j_remote_deploy.jar http://costanza:1810/Oc4jDcmServletAPI/ ias_admin handmodel1 listApplications F:\ora9ias
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command listApplications F:\ora9ias UNDEFINED UNDEFINED UNDEFINED
    Command = LISTAPPLICATIONS
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = b3e9da25826746e393a2ab6e17c30b9b
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=b3e9da25826746e393a2ab6e17c30b9b
    Checking command status
    HTTP response code = 500, HTTP response msg = Internal Server Error
    #### HTTP response is NOT ok
    Waiting for 30 seconds and trying again...
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=b3e9da25826746e393a2ab6e17c30b9b
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    Command output:
    BC4J
    Closing connection to Oc4jDcmServlet
    DCM command completed successfully.
    Output:
    BC4J
    Does this look normal? When I try to then use this connection for deployment of War file I get this output:
    ---- Deployment started. ---- Oct 30, 2002 11:27:05 AM
    Wrote WAR file to C:\Program Files\JDeveloper\jdev\mywork\Workspace1\Project1\deploy\webapp1.war
    Wrote EAR file to C:\Program Files\JDeveloper\jdev\mywork\Workspace1\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\Program Files\JDeveloper\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Program Files\JDeveloper\jdev\lib\oc4j_remote_deploy.jar http://costanza:1810/Oc4jDcmServletAPI/ ias_admin **** redeploy F:\ora9ias C:\Program Files\JDeveloper\jdev\mywork\Workspace1\Project1\deploy\webapp1.ear webapp1 Oc4j_home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy F:\ora9ias C:\Program Files\JDeveloper\jdev\mywork\Workspace1\Project1\deploy\webapp1.ear webapp1 Oc4j_home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy F:\ora9ias C:\Program Files\JDeveloper\jdev\mywork\Workspace1\Project1\deploy\webapp1.ear webapp1 Oc4j_home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 5 seconds
    #### Deployment incomplete. #### Oct 30, 2002 11:27:09 AM
    Anybody know why this thing doesn't work.

    Hi. I dont know obout CS on UNIX, on windows  CS uses port 1090 and HTTP script ContentServer/ContentServer.dll
    The web page is
    http://server:1090/ContentServer/ContentServer.dll?serverInfo.
    It's on Windows....
    Also read this Note 586895. -->
          New access paths and compatibility with Windows systems
                  The "/ContentServer/ContentServer. dll" and "/Cache/CSProxyCache.dll" paths have since been established as fixed default values for the Content Server/Cache Servers for Windows.
                  The module access in the Apache Web server is not restricted to actual paths for program files. Using <location> tags, you can determine any (sub)paths that are to be used to access a module. These tags are entered in the "httpd.conf" file within the relevant module configurations. You can also define the clients allowed to access this "location" within a <location> tag with an Allow/Deny clause.
                  To be able to continue using the Windows paths proposed in the SAP system, these Windows paths are installed as compatibility tags.
                  In addition to this, you can use the new, essentially shorter paths "/sapcs" and /sapcsc" to access the SAP Content Server and the SAP Cache Server.
                  The "Modifications to httpd. conf" attachment to the installation manual contains a list of all of the access paths delivered.
    Regards.. Award if helpful.
    Edited by: Sergo Beradze on Mar 11, 2008 4:37 PM

  • Trouble with D-Link DI-524 wireless router

    i have connected successfully to the internet with this router, but then when i turn my computer off, my airport card turns off and i cannot turn it back on , it is grayed out in the system preferences. i connect through verizon dsl. sometimes when i turn my computer on, the airport icon is on, sometimes it is off. i can't figure out how to turn it on consistently. any suggestions would be greatly appreciated.

    Phish, I must first declare I do not have that router. However, I've checked the on line specs of that router, and can tell you that you won't have any problem using it with your iBook.
    Now, to get more specific, this router claims to be 802.11g standard compliant, the same standard the iBook uses. It is WEP and WPA compliant, both of wich work well with the iBook, however, the WPA is way more secure than WEP, and also is simpler to set (you don't need to guess any hexadecimal code, choose between several passphrases nor enter any special $ign before the password) on Macs.
    Now, do not be fooled on thinking that you must install the ".exe" setup program on your ibook to make it work with your router. You mentioned you are already using the router, so you should only need to open the iBook, and, if your network is open (which I DO NOT RECOMMEND) your precious little white laptop will ask you if you want to connect to your network, that simple!
    If you have WEP/WPA and the SSID broadcast on, then you'll need to enter the password, if you are not broadcasting the SSID (an even more secure setting), you'll need to enter the name of the network and the password. Unless you are filtering the MAC numbers to connect the network, you won't need to change ANYTHING to let your iBook to surf wirelessly.
    There is also a way to configure the wireless network with your ibook, (with any browser) but I pressume you won't need it, as you already have the network installed.
    Good luck and congratulations on your new acquisition!

  • Trouble with dynamic link manager in starting a cs6 product

    i just re-installed cs6 on a new hard drive.  Now, I get an error message when I try to load Photoshop 64-bit.  Dynamic Link Manager has stopped working.
    I applied the DLM update, applied all the updated to all the programs in cs6, and still getting the DLM error message.
    HELP!
    Michele Johnson
    423-619-9886

    Tech support was finally able to correct the problem.  He went into the appdata folder and renamed the dynamic link manager file.  Then he restarted Photoshop,  which then automatically recreated the file.  Such a simple solution.

  • Trouble with singly linked method

    i have this mothod in my program and im not sure how to go about it....
    here is what it is.. if anyone can help me get started that would be great
          * Compares this list to the parameter IntList for equality.
          * The two lists are equal iff they are the same size and
          * for each index 0 <= i < size, the ith elements of the two
          * lists are equal.
          * @param otherList - the right operand of the equality test
          * @return true if the two lists are equal, false otherwise
         public boolean equals(IntList otherList);

    Following your previous posts this might help:public class LinkedIntList implements IntList {
        protected class Node {
            protected int data;
            protected Node next;
        protected Node head;
        protected int size;
        public boolean equals(IntList otherList) {
            // *** verify that otherList is a LinkedIntList type
            // *** then assign it to a LinkedIntList local variable (eg. otherLinkedList)
            // *** verify equality of size between this and otherLinkedList
            // *** loop from this head till null found
            // *** in each iteration verify equality of data between current node from this
            // *** and current node from otherLinkedList
    }

  • I am having trouble with some of my links having images. For example, Foxfire has a picture that looks like a small world. The links in question are blank.

    I am having trouble with my links/websites having images attached to them. The place where the image should be is blank. For example, AARP has an A for its image. My storage website has a blank broken box where the image should be. I forgot I had trouble and had to reset Foxfire, this problem occurred after that reset.

    cor-el,
    Mixed content normally gives the world globe image, unless you are using a theme that uses a broken padlock instead. Maybe the gray triangle means invalid? I came across that in a few themes (what is invalid was not made clear), but those were not using triangle shapes to indicate that.
    I came across that mention in one of the pages you posted:
    * https://support.mozilla.org/kb/Site+Identity+Button
    I cannot attach a screenshot because I have not seen a triangle of any kind in my address bar.

  • Start-mdbs-with-application does not work

    Hi,
    We have a cluster with two managed servers and a JMS server on a migratable target on WLS 10.3.2. We have some MDBs within an EAR module deployed on the cluster. When the managed servers are restarted, WLS produces the following warning:
    <The Message-Driven EJB: LogReceiver is unable to connect to the JMS destination: jms/loggingQueue. The Error was:
    javax.naming.NameNotFoundException: Unable to resolve 'jms.loggingQueue'. Resolved 'jms'; remaining name 'loggingQueue'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at weblogic.jms.common.CDS$2.run(CDS.java:222)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:216)
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1295)
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1092)
    at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1324)
    at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:480)
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:415)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:75)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:67)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We have configured a System module with a ConnectionFactory on a default targetting and a Queue deployed on the JMS Server. The jndi names for the ConnectionFactory and the Queue have been properly configured.
    Apparently, the container tries to bind the MDBs with their relative destination, but is unable to proceed due to the cluster jndi not having been loaded yet. According to the documentation, we could manage to avoid this early binding by specifying
    <wls:start-mdbs-with-application>true</wls:start-mdbs-with-application>
    in weblogic-application.xml. I tried (also using false, because the documentation is not that clear in this aspect), but without any result. Is there a reason why we cannot manage to have the mdbs connecting later with their destination?
    Also, we got a warning message in the deployment page, claming that the MDBs in the server that is not hosting the JMS server are not connected to their destination. They stuck on state "initializing". While, if we manually resume the connection, via console, the state turns to "Connected". Are these issues correlated somehow?
    Any help will be very much appreciated.
    Thanks in advance,
    - Francesco.

    Hi Francesco,
    From the link below (i.e. Oracle link for WLS-11g) it states that
    “Set to false to defer message processing until after WebLogic Server opens its listen port.”
    Search for: start-mdbs-with-application
    Link-1 http://download.oracle.com/docs/cd/E15523_01/web.1111/e15493/summary.htm
    *# Conclusion:*
    This means that “false” should have resolved your issue but it is not so this might be a bug. Similar bug was seen in WLS-9.2 version which was fixed in WLS-9.2 Mp-1 version check out the link below.
    Search for: CR293982 or CR299012
    Link-2 http://download.oracle.com/docs/cd/E13222_01/wls/docs92/issues/known_resolved.html
    However if it was fixed in WLS 9.2 Mp-1 then the same issue is most probably taken care in WLS 10.x.x version also.
    *# Suggestion:*
    - Try to set “start-mdbs-with-application” as “true” and check if that works for you.
    This is because if you read the “Link-1″ carefully it states that “With default setting of true”, however when you check the “Default” column it shows “false”. Hence cant say which one is default. It might be document bug as well. However you have tried it so you can skip this suggestion.
    *# How to solve this issue:*
    1) Create a simple test case to prove that “start-mdbs-with-application” when set as “false” does not work.
    2) Open a ticket with Oracle and provide all the details with the test case and let them do their job.
    Hope this information helps.
    Regards,
    Ravish Mody

  • My Macbook with 10.6.8 is having trouble with certain applications- Word will not open, and text edit or pdf will not print.

    My Macbook (13 inch 2008) running OS 10.6.8 is having trouble with some applications.  Word will not even open.  I cannot print from text edit or Preview or Adobe.  Excel sometimes opens but very slow.  What could be wrong?  I have repaired permissions, used an antivirus program, deleted some old MS fonts, and still no change.  I have 1 G RAM and there seems to be plenty available and I have 50 G of hard drive space empty.

    Well, first 1gb of Ram is not plenty. It's the absolute bare minimum just to run OS X 10.6.8. The MS Office applications are ram hogs also. I would recommend three things.
    1. Get more ram.
    2. Reinstall and update your MS Office applications.
    3. Reinstall Snow Leopard.
    If you're not familiar with Activity Monitor you might have a look at this link and you'll be able to judge your ram situation a little better.
    http://support.apple.com/kb/PH5149

Maybe you are looking for