Anonymous Portal ... Problem accessing images, css, js

Hi, i'm trying to build a web site to be accesed from internet and i'm having some trouble with some specific points (i'm new with SAP).  I've seen many questions like this in the forums but none are finally answered.
I setup the anonymous portal based on SAP Instructions (help.sap), i'm using the Guest user to the anonymous users and i can access without login throught this adress http://localhost:50000/irj/portal/anonymous.
<b>First Question</b>
When i create a html using the html editor from the KM it work fine, i can see the page with the styles i used; but when i inssert an image uploaded, the page start to ask for authentication and don't show the image, if i enter a valid user and password it shows the image correctly.  I tryed assinging permissions to the Guest user over the image and it doesn't work.  As you know as i'm trying to make a Web Site to run on the Internet and it cannot ask the users of the portal to authenticate, this is my first question, how can i setup the portal to not ask authentication for this image?  if i access the image directly also ask for authentication and shows an unauthorized page, i tryed this two links: http://localhost:50000/irj/go/km/docs/documents/abc_htmlfiles/images/0186.jpg
http://localhost:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/abc_htmlfiles/images/0186.jpg
<b>Second Question</b>
Locally i create a html and i upload it through the KM, i used separate .css file (style sheet file) and .js file (javascript file) to make some effects but when i load the html to the KM Document Iview it shows only the text and doesn't recognize the files with the styles or the javascript; i have the html over the abc_htmlfiles directory (my test directory) and the css files on the css directory, look this is the directory structure on KM:
/root/documents/abc_htmlfiles/page0.html
/root/documents/abc_htmlfiles/css/styles0.css
/root/documents/abc_htmlfiles/js/script0.js
from the html i've tried to access the .css and .js  like this:
<LINK rel="stylesheet" href="css/styles0.css" type="text/css"/>
<SCRIPT src="js/script0.js" type="text/javascript"></SCRIPT>
What is the path to access this kind of resources?
<b>Third Question</b>
Now i just can create html content in the web site, but i don't know how to create a navegation menu, a menu which show me the different sections and iviews, do you have a link where i can get a step by step to create a menu like this?
I really appreciate answers to my questions and think that i can assign some points (if you explain me how) to the people who help me.

First Question
I solved my problem following the SAP Note 837898, I am using the NW04 SP16 - Enterprise Portal 6.0.
The problems as i understood is that SAP Portal uses WebDav authentication throught the default access /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/, to avoid that authentication when using anonymous you have to config the portal to allow this path to access the documents in KM /irj/go/km/docs/.  The way you config the portal is described step by step in the <b>Note 837898</b> .. I followed all the steps (including the ones who modifies the Standard User Role iviews in Portal Content) and finally i restarted the Portal.
It works for me and my SAP EP version.
Second Question
The 2nd Question was solved the way one of the posters said in this thread, but to anonymous portals after config the Note 837898 you should use the path <b>/irj/go/km/docs/</b> to avoid the authentication window which prompts for the user and password.
<LINK REL=stylesheet HREF="/irj/go/km/docs/documents/abc_htmlfiles/css/styles0.css">
<SCRIPT src="/irj/go/km/docs/documents/abc_htmlfiles/js/scripts0.js" type="text/javascript"></SCRIPT>
Third Question
The menus in SAP portal are made with Roles and assigned to the groups that are going to have access to the options of the menus .. it's quite simple following the links suggested in the answers already posted in this thread.

Similar Messages

  • Accessing ressources (css,images, scripts...) in portal archive via URL?

    Hello!
    I have created a par file with the following PAR-Archive:
    *.par
      ¦
      +---meta-inf                Automatically generated.
      ¦
      ¦                           All files and folders in the root folder are deployed as public. This usually includes resources,
      +---images                  images,
      +---css                     css,
      +---scripts                 JavaScripts etc.
    According to the documentation, you can access all folders in the archive. But in which way??? The URL looks like this:
    http://bbmag34.bbmag.aldi.com:50000/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fALDI!2fcom.aldi.extranet!2fcom.aldi.iviews!
    2fcom.aldi.extranet.iview.flex-integrator-text <- i tried to add !2fscripts!2fhallo.txt (which i copied to the scripts directory) but nothing happened.

    Hi Björn,
    maybe this will help...
    public static String getImageUrl(IPortalComponentRequest request) {
              HttpServletRequest httpRequest = request.getServletRequest();
              StringBuffer buf = new StringBuffer(1024);
                                    String prot = (httpRequest.isSecure()) ? "https://" : "http://";
                                    buf.append(prot)
                                      .append(httpRequest.getServerName())
                                      .append(":")
                                      .append(httpRequest.getServerPort())
                .append(request.getWebResourcePath())
                                      .append("/images/");
              return buf.toString();
    Regards,
    Jens

  • Problem with integrating Web Dynpro into anonymous Portal

    The problem is that we can't run the Web Dynpro application in combination with an anonymous portal.
    <b>We get the following error:</b>
    Runtime error portaal
    Fout opgetreden bij verwerking opdracht voor :
    iView : pcd:portal_content/com.spe.spe_intranet/content/sites/nullAtSPE2/Connecting/nullAtSPE/AtSPE/Random4
    Naam component : com.sap.portal.appintegrator.sap.WebDynpro
    Exception in SAP Application Integrator occured: ApplicationIntegratorException.
    Exception id: 02:31_29/10/07_0168_426375450
    See the details for the exception ID in the log file
    <b>Detail description of the situation:</b>
    At one of our companies we are using a Portal in combination with a Web Dynpro application. The portal is for internal use only so therefore we are using a language specific anonymous user (/irj/portal/anonymous?guest_user=Guest_intra_NL). The Web Dynpro application needs no authentication either. The Web Dynpro applications runs inside an appintegrator iView somewhere on the frontpage. If we set the authentication schema on 'default' instead of 'anonymous' we have to authenticate (inside the iView only). If we authenticate then the Web Dynpro application works fine. So only in combination with a anonymous user the application is not working.
    <b>We performed all these settings:</b>
    Anonymous user access to Web Dynpro
    <b>This is a small part of the trace file:</b>
    Component : pcd:portal_content/com.spe.spe_intranet/content/sites/nullAtSPE2/Connecting/nullAtSPE/AtSPE/Random4
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : Guest_intra_NL
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: ApplicationIntegratorException
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more
    #1.5 #00144F790FF0005D00000D8500000D5500043D60120F2656#1193382735975#com.sap.portal.sapapplication#sap.com/irj#com.sap.portal.sapapplication#Guest#0####c817f770839211dc850f00144f790ff0#SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Server#Java###Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.WebDynpro',
    Context Name (iView): 'pcd:portal_content/com.spe.spe_intranet/content/sites/nullAtSPE2/Connecting/nullAtSPE/AtSPE/Random4',
    Top Layer:            'WebDynpro/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'SAP_LocalSystem',
    [EXCEPTION]
    #1#com.sapportals.portal.appintegrator.ApplicationIntegratorException: ApplicationIntegratorException
         at com.sapportals.portal.appintegrator.accessor.ume.UMEAccessor.getTicket(UMEAccessor.java:96)
         at com.sapportals.portal.appintegrator.accessor.system.SAP_LocalSystemAccessor.getAuthenticationData(SAP_LocalSystemAccessor.java:83)
         at com.sapportals.portal.appintegrator.layer.authenticationmethod.AbstractAuthenticationMethod.getUserCredentials(AbstractAuthenticationMethod.java:54)
         at com.sapportals.portal.appintegrator.layer.authenticationmethod.SAPLogonTicket.computeAuthentication(SAPLogonTicket.java:31)
         at com.sapportals.portal.appintegrator.layer.SingleSignOnLayer.processLayer(SingleSignOnLayer.java:45)
         at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:159)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:68)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:54)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:396)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368)
         at com.sapportals.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:799)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:652)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.security.api.umap.NoLogonDataAvailableException: No logon ticket available.
         at com.sap.security.core.umap.imp.UserMappingDataImp.getAuthenticationTicket(UserMappingDataImp.java:1772)
         at com.sap.security.core.umap.imp.UserMappingDataImp.enrich(UserMappingDataImp.java:351)
         at com.sapportals.portal.appintegrator.accessor.ume.UMEAccessor.getTicket(UMEAccessor.java:91)
         ... 33 more
    #1.5 #00144F790FF0005D00000D8700000D5500043D60120F3B56#1193382735981#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Guest#0####c817f770839211dc850f00144f790ff0#SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Server#Java###Exception ID:09:12_26/10/07_0701_426375450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.spe.spe_intranet/content/sites/nullAtSPE2/Connecting/nullAtSPE/AtSPE/Random4
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : Guest_intra_NL
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: ApplicationIntegratorException
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    Hopefully someone has any clues. Thanks in advance. Of course will I reward points for the solution.
    Grtz, JM

    Hi Kelly,
    the point here is native SharePoint integration. If your company does not have a SharePoint strategy then I absolutely agree with you. There are plenty of ways on how you can integrate WebDynpros, iViews, and other "SAP views" in SharePoint.
    The "problem" with these integrations is always that it is not a native / low-level integration. It is just an iFrame within SharePoint that contains data coming from another system. This means that this data is isolated from any other functionality that is available in SharePoint.
    Of course this can be enough for some usecases (maybe for all of yours ), but there are lots of companies who do want to leverage all of SharePoints (collaborative) functionalities. In this case Duet Enterprise does offer a way to integrate SAP objects into SharePoint on a "low-level". All objects that are integrated into SharePoint are then available as "real" SharePoint objects. You can work with them like with any other SharePoint object. You can even offline them using standard SharePoint functionalities. You can bring them to Outlook without any major development, ...
    All this because we not only include an isolated iFrame in SharePoint, but really integrate the data.
    Like I said: there are certainly usecases where this is not required and a simple iFrame is all that you need. However, we have seen in several projects now that there is also a requirement / need for a "deeper" integration.
    Regards,
    Holger.

  • Images,css not appearing properly after accessing the reverse proxy page.

    Usecase :
    1) OHS1 with mod_osso agent deployed.
    2) OHS1 configured as reverse proxy.It points to the webserver(OHS2) of the app1.
    OHS1(mod_osso agent installed)-->OHS2(app1 webserver)
    3) httpd.conf entry in OHS1:
    ProxyRequests Off
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    ProxyPass /test/ http://tkcltkcl.padma.xxx.com:8088/test/
    ProxyPassReverse /test/ http://tkcltkcl.padma.xxx.com:8088/test/
    4) The direct url for appl1 works as per expectation. The reverse proxy redirects from the OHS1 correctly to the app1 OHS webserver accessing the app1 url.But the contents in the redirected app1 url are not aligned properly.Images,css,placement of html links are not appearing properly on the page.
    Do we need to do any other configuration in the revere proxy setup so as to avoid the misalignment on the redirected page?
    Thanks.

    Hi:
    Thanks for the reply! I have been UTTERLY scrupulous about
    keeping precisely time-matched and points-in-my-process-matched
    copies of the project folder for logical, "scientific" testing in
    RH5 and RH7, on precisely matched content.
    I have never even tried to open an RH7-processed copy of the
    project in RH5 because I was warned strongly against this action.
    It boils down to this; I cleaned up, FANATICALLY, all those
    illegitmate filenames, ran the project again in 5, still got
    impermissible missing images (and I mean MORALLY impermissible,
    because I'm doing the right thing!)
    Then, I took that project folder, copied it, and opened the
    exact same ingredients, via the .xpj file, in RH7. Same missing
    images.
    WAIT! Left out something important in first post! Dang; this
    was important! I've fixed missing images, had them appear properly
    upon compilation, then had others that HAD been right, come out
    missing. Have also had reimported, re-placed images come out upon
    compilation following repair, and then go missing again on third or
    later, subsequent compilations. Maddening.
    Am EXTREMELY reluctant to delete CPD file, because the last
    time I did that, I lost EXTENSIVE work I'd done on TOC and Index.
    Not cool at all.
    Hope this wasn't too cranky; truly grateful for help. Just
    very frustrated.
    Thanks!

  • Image url is not working for Anonymous Portal - Help!!

    Hi Friends,
    We are using a JSPDynpage portal component iView for showing material information on portal. This portal is anonymous. So, to show the image we are using the below url, where ObjectServer mdm component is used to get the image. This is exactly as it is in the MDM standard item details iview.
    Inspite of making the iview authentication scheme as anonymous, adding the anonymous group to security zone of low_safety for com.sap.pct.mdm.appl.masteriviews still i am asked for logon details.
    can any one please let me know what else we need to do to make sure that this url (image) works for anonymous users on the anonymous portal.
    http://mipd/irj/servlet/prt/portal/prtroot/com.sap.pct.mdm.appl.masteriviews.ObjectServer?catalogName=MDM_Repo_DEMO_8_OCT_Service&variant=Original&table=Images&id=5937
    Thanks,
    Raghavendra

    duplicate
    LabVIEW Champion . Do more with less code and in less time .

  • Problems while accessing images outside the web document-root folder

    Our application runs on Oracle application server on Linux. Facing problems while accessing images outside the web document-root folder. This works with changes in global-web-application.xml by including the <virtual-directory> tag. The same change does not work when done on Linux machine. It is unable to find the image. Please help in resolving this issue.
    </locale-encoding-mapping>
    </locale-encoding-mapping-list>
    </web-app>
    <virtual-directory virtual-path="/img" real-path="/home/eposuat/" />
    </orion-web-app>
    Code in the jsp:
    <img width=700 height=700 src="/img/3.tif"></img>
    <img width=700 height=700 src="/img/WB.gif"></img>

    This is one of the least satisfactory aspects of site management in Dreamweaver, and several developers, including myself, have been pressuring the Dreamweaver team for some years to improve this. Who knows? They might eventually take notice.
    The only way to do this at the moment is to create two site definitions, one nested inside the other. Set up the site definition normally based on htdocs as your site root. Then create a new site definition based on site. Dreamweaver will nag you that it can cause problems, but it won't actually stop you from doing it. The only potential problem is with site synchronization.
    The problem with using site as the only basis for your site definition is that Dreamweaver automatically puts things like the Connections, Scripts, and other folders in the site root. So, everything ends up at the wrong level of the site hierarchy. Quite frankly, the whole thing is a bit of a pain. Dynamic site development was added to Dreamweaver only in version 6 (Dreamweaver MX), and no one had really thought through the need to store files outside the site root.

  • Top level navigation problem anonymous portal

    Hi everybody,
    We have an anonymous portal with named anonymous users.
    When you log on in the portal with a normal user, the top level navigation works fine and all the content is displayed.
    When you log on in the portal with an anonymous user, all the content is displayed, the top level navigation works.
    But when you press e.g.: the second tab in the top level navigation, you can see the right content, but the tab is not highlighted. In the normal portal the tab is highlighted. The auth scheme of my top level navigation iview is set to anonymous.
    Did I forgot to set a standard sap iview to anonymous or something?
    Kind regards,
    David De Kerpel

    Hi,
    You have the following options to solve this problem as suggested by SAP:
    1. Disable the short urls feature. Go to System Administration --> Navigation --> Short URLs, set the "Use short URLs" to false, save the configuration and restart the J2EE Engine.
    2. Log in as a standard user (not anonymous) and navigate to all iViews/pages that will be viewed by anonymous. Navigating to an iView/page or a navigation node means that you can see a link to it in the TLN or DTN.
    3. Deploy the PAR file attached in the SAP Note 913367, which fixes the problem.
    Regards,
    Srinivasan T

  • Why do i have a problem with accessing images in adobe muse

    why do i have a problem with accessing images in adobe muse ??????!!!!!
    i need heeeeeelp ASAP
    pleeeeease

    I am on the begining stages with constructing the web so i do not have yet URL. The problem is i can not insert any image any way. Whether by fill a browser or by place image, i have the same issue. All the images with all image's format unable to be selected and it is turned off
    I really need help plz
    Is there any info i can supply that would help you figiring out the problem ??

  • Problems accessing both sites in safari and itunes store account

    I hope someone might be able to help me solve two really frustrating issues.
    About three weeks ago, my safari browser stopped working properly (e.g I can no longer access a number of websites - usually with a .com suffix (e.g. www.pocruises.com and msn.com and others are slow to load). I had downloaded no new third party software, but had downloaded software updates on 26 January (Java for mac update 6, security update 2010-001 and the iphoto update). When I attempt to load a site, the address just hangs. I have seen a number of similar queries on the discussion forum, but I don't fully understand the technical aspects of some of the answers. I have cleared the cache, reset safari, tried launching from applications and even repaired permissions, but nothing has worked. I downloaded firefox, but was also unable to access these sites through that browser either.
    On 7 February, I downloaded the latest version of itunes (9.0.3) and now I am unable to access my itunes store account. When I enter my apple ID and password nothing happens. This means I am unable to fully sync my iphone (i.e. for apps >10mb) and cannot download the latest version of the iphone software. On the advice of itunes support, I have completely uninstalled itunes and reinstalled, though that took 4 attempts because of the safari problem mentioned above, but this has made no difference. Incidentally, I have no problem accessing the itunes store through my iphone.
    Can anyone please help a very frustrated (and otherwise happy) mac user?
    Cameron

    Hi Bee,
    The most recent "Safari" crash log dates back to December last year - I can't remember having problems that far back, but here it is anyway. I was beginning to suspect that my safari problems were affecting itunes, though that certainly worked fine until I downloaded the most recent version - 9.0.3 and that was just a few weeks ago.
    I suppose the other question is whether an upgrade to snow leopard would solve these problems better rather than a reinstall of the current version (if that becomes necessary?)
    Cam
    Process: Safari [383]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.4 (5531.21.10)
    Build Info: WebBrowser-55312110~1
    Code Type: X86 (Native)
    Parent Process: launchd [64]
    Date/Time: 2009-12-13 23:08:58.652 +0000
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: A71E5354-94CC-48C3-ADDA-4C3D453E69CB
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000089108b10
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x1811eca2 0x17e96000 + 2657442
    1 ...romedia.Flash Player.plugin 0x1811f8fd 0x17e96000 + 2660605
    2 ...romedia.Flash Player.plugin 0x18056c33 0x17e96000 + 1838131
    3 ...romedia.Flash Player.plugin 0x1822976a Flash_EnforceLocalSecurity + 686794
    4 com.apple.CoreFoundation 0x9613f8f5 CFRunLoopRunSpecific + 4469
    5 com.apple.CoreFoundation 0x9613faa8 CFRunLoopRunInMode + 88
    6 com.apple.HIToolbox 0x955d92ac RunCurrentEventLoopInMode + 283
    7 com.apple.HIToolbox 0x955d90c5 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox 0x955d8f39 BlockUntilNextEventMatchingListInMode + 106
    9 com.apple.AppKit 0x94d096d5 _DPSNextEvent + 657
    10 com.apple.AppKit 0x94d08f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    11 com.apple.Safari 0x0000c045 0x1000 + 45125
    12 com.apple.AppKit 0x94d01f9f -[NSApplication run] + 795
    13 com.apple.AppKit 0x94ccf1d8 NSApplicationMain + 574
    14 com.apple.Safari 0x000029d2 0x1000 + 6610
    Thread 1:
    0 libSystem.B.dylib 0x9001146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9003bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x967e0842 ***::TCMalloc_PageHeap::scavengerThread() + 578
    3 com.apple.JavaScriptCore 0x967e086f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9001146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9003bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x92fa21d4 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x92f9e009 WebCore::IconDatabase::iconDatabaseSyncThread() + 185
    4 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9000a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90011a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9613ee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9613faa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9241f264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    6 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9000a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90011a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9613ee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9613faa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002591f 0x1000 + 149791
    5 com.apple.Safari 0x00025648 0x1000 + 149064
    6 com.apple.Safari 0x000255d3 0x1000 + 148947
    7 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    8 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9000a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90011a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9613ee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9613faa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x91186520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x91122dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x911229a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    8 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x900596fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    2 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9001146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9003bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x966c2841 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x00115cdb 0x1000 + 1133787
    4 com.apple.Safari 0x00115dc9 0x1000 + 1134025
    5 com.apple.Safari 0x00040a07 0x1000 + 260615
    6 com.apple.Safari 0x00040987 0x1000 + 260487
    7 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    8 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9000a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90011a7c mach_msg + 72
    2 ...romedia.Flash Player.plugin 0x1839cc04 Flash_EnforceLocalSecurity + 2207588
    3 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    4 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9000a2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9003c2c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x90081539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1817363f 0x17e96000 + 3003967
    4 ...romedia.Flash Player.plugin 0x1818cf4f Flash_EnforceLocalSecurity + 45743
    5 ...romedia.Flash Player.plugin 0x18173aef 0x17e96000 + 3005167
    6 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9000a2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9003c2c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x90081539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1817363f 0x17e96000 + 3003967
    4 ...romedia.Flash Player.plugin 0x1818cf4f Flash_EnforceLocalSecurity + 45743
    5 ...romedia.Flash Player.plugin 0x18173aef 0x17e96000 + 3005167
    6 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9000a286 machmsgtrap + 10
    1 libSystem.B.dylib 0x90011a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x9613ee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9613faa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x958e15f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x958e1480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9000a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9003c2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9003db33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x958f0bdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x958f279a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x958f0f3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x958f0c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x958e1480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    9 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9001146e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9003bdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x966c2841 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x9300a906 WebCore::LocalStorageThread::localStorageThread() + 294
    4 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    5 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9000a2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9003c2c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x90081539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1817363f 0x17e96000 + 3003967
    4 ...romedia.Flash Player.plugin 0x17f483f3 0x17e96000 + 730099
    5 ...romedia.Flash Player.plugin 0x17f4acbf 0x17e96000 + 740543
    6 ...romedia.Flash Player.plugin 0x17f4af2d 0x17e96000 + 741165
    7 ...romedia.Flash Player.plugin 0x18173aef 0x17e96000 + 3005167
    8 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    9 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x90052b96 recvfrom$NOCANCEL$UNIX2003 + 10
    1 ...romedia.Flash Player.plugin 0x181743e9 0x17e96000 + 3007465
    2 ...romedia.Flash Player.plugin 0x1818aca5 Flash_EnforceLocalSecurity + 36869
    3 ...romedia.Flash Player.plugin 0x17f4934e 0x17e96000 + 734030
    4 ...romedia.Flash Player.plugin 0x17f494a1 0x17e96000 + 734369
    5 ...romedia.Flash Player.plugin 0x18173aef 0x17e96000 + 3005167
    6 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x9000a2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9003c2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9003db33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96f59cfe TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96f59ade TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x96f8a9a8 TimerThread + 74
    6 libSystem.B.dylib 0x9003b155 pthreadstart + 321
    7 libSystem.B.dylib 0x9003b012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x17f0b848 ebx: 0x1805656a ecx: 0x2f3b8430 edx: 0x89108b08
    edi: 0x00000000 esi: 0x89108b08 ebp: 0xbfffeab8 esp: 0xbfffea80
    ss: 0x0000001f efl: 0x00010282 eip: 0x1811eca2 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x89108b10
    Binary Images:
    0x1000 - 0x278ff2 com.apple.Safari 4.0.4 (5531.21.10) <408df699beb70a81fc282fe4fb802483> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d8000 - 0x2e7ffc SyndicationUI ??? (???) <41a700c51ee0df16399861e1417fca54> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x119c6000 - 0x11bcdfef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1513e000 - 0x15143ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16983000 - 0x16983ffc com.apple.JavaPluginCocoa 12.4.0 (12.4.0) <be6a0027130daaacddce407114497d4a> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x16f18000 - 0x16f1effc com.apple.JavaVM 12.4.1 (12.4.1) <634419750ecb901d01abbdbc3fff22d8> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x1788c000 - 0x178abfed com.apple.audio.CoreAudioKit 1.5 (1.5) <585f5ec95dc8f1efe51d820be84d53a6> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x17d03000 - 0x17d06fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17e3a000 - 0x17e40fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17e96000 - 0x184cfffb +com.macromedia.Flash Player.plugin 10.0.32 (1.0.4f18472) <b19ee2363941c9582e040b99bb5e237a> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x19d6b000 - 0x19d79feb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19f74000 - 0x19f86fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x216de000 - 0x216dfff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x24690000 - 0x246bafff com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90008fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90009000 - 0x90170ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x90171000 - 0x901bafef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x901bb000 - 0x901daffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x901db000 - 0x90268ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90269000 - 0x902e3ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x902e4000 - 0x9030dfff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib
    0x90318000 - 0x9031dfff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9031e000 - 0x903e5ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x903e6000 - 0x904c7ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x904c8000 - 0x90886fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90887000 - 0x9091aff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9091b000 - 0x909d5fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x909d6000 - 0x909d7ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x909d8000 - 0x90b20ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90b3e000 - 0x90b4effc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90b4f000 - 0x90b85fef libtidy.A.dylib ??? (???) <736e56b453bb1324125d72cc3bfd3aed> /usr/lib/libtidy.A.dylib
    0x90b86000 - 0x90bc0fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90bc1000 - 0x90bccfe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90bcd000 - 0x90fddfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90fde000 - 0x90fdeff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90fdf000 - 0x91117fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91118000 - 0x91394fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91395000 - 0x913ccfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x913cd000 - 0x913ebff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <77d36e1bf2ee090f490950eba225dfb0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x913ec000 - 0x91476fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x914bc000 - 0x914d8ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x914d9000 - 0x914e0fff com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x914e1000 - 0x9161aff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x9161b000 - 0x91cbbfeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91cbc000 - 0x91cfbfef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cfc000 - 0x91cfcffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91cfd000 - 0x91d3ffef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91d40000 - 0x91d7efff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91d7f000 - 0x91d83fff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91d84000 - 0x91d92ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x91e76000 - 0x91ed0ff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91ed1000 - 0x91ef5fff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x91ef6000 - 0x91f02ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f03000 - 0x91fb3fff edu.mit.Kerberos 6.0.13 (6.0.13) <e3baa3d7b3ca7fa92082958af0b36973> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91fb4000 - 0x9203bff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x9203c000 - 0x92052fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92053000 - 0x9212ffef com.apple.WebKit 5531.21 (5531.21.8) <aac476a6fa3231d4cdce9a111143e0b7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92130000 - 0x922ecff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x922f2000 - 0x92333fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92334000 - 0x92336ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92337000 - 0x92377fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9241c000 - 0x924c3fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x924c4000 - 0x9252affb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9252b000 - 0x925a8fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x925f0000 - 0x925f0ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x925f1000 - 0x92622ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92623000 - 0x926b0ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x926b1000 - 0x926b4fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x926c9000 - 0x926cbff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92709000 - 0x92731ff7 com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92732000 - 0x92732ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x927a6000 - 0x927a6ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x927a7000 - 0x9284efeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9284f000 - 0x928a0ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x928a6000 - 0x92d77fbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92d78000 - 0x92d78ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92e43000 - 0x92f0efef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92f0f000 - 0x92f6cffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x92f6d000 - 0x92f9afeb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92f9b000 - 0x9386cfff com.apple.WebCore 5531.21 (5531.21.8) <fa100d959d8655e174d84b87fe154b31> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9386d000 - 0x93882ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9389b000 - 0x93952ff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93953000 - 0x93958fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93959000 - 0x939ecfff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x939ed000 - 0x939edffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x939ee000 - 0x93acefff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x93acf000 - 0x93ad6ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93ad7000 - 0x93c29ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93c2a000 - 0x93c75fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93c76000 - 0x93c85ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93c86000 - 0x93c8efff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93c8f000 - 0x93cb3feb libssl.0.9.7.dylib ??? (???) <1ffdb9ff23c05f6205233e3f2956f82e> /usr/lib/libssl.0.9.7.dylib
    0x94c05000 - 0x94c11ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94c12000 - 0x94c61fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94c62000 - 0x94c69ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x94c6a000 - 0x94c95fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x94c96000 - 0x94cc8fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94cc9000 - 0x954c7fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x954c8000 - 0x954e6fff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x954e7000 - 0x954edfff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x954ee000 - 0x954f0fff com.apple.securityhi 3.0 (30817) <b3517782ad664a21e4fd60242e92723e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x954f1000 - 0x954f1fff com.apple.Carbon 136 (136) <eb3c292d5544512f86e1e4e743c23f8e> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x954f2000 - 0x9554bff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9554c000 - 0x955a8ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x955a9000 - 0x958b1fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x958c4000 - 0x95941feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95994000 - 0x959a4fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95aca000 - 0x95af9fe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95afa000 - 0x95c00ff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x95e6a000 - 0x95e6affe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95ea0000 - 0x95eaafeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9600f000 - 0x96018fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96019000 - 0x960cbffb libcrypto.0.9.7.dylib ??? (???) <8ac6abef4b3bb125c8bf84634421bcee> /usr/lib/libcrypto.0.9.7.dylib
    0x960cc000 - 0x961fffe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96200000 - 0x962e8ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96486000 - 0x9649eff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9649f000 - 0x9661ffff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96620000 - 0x96620ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96621000 - 0x96621ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96622000 - 0x9665cffe com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9665d000 - 0x9666afe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x966ba000 - 0x9685afff com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9685b000 - 0x968daff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x968db000 - 0x96aacff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96aad000 - 0x96ad6fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x96ad7000 - 0x96af4ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96af5000 - 0x96b0dfff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96b0e000 - 0x96b1dfff libsasl2.2.dylib ??? (???) <5b0f9eaa4bde9c19c9288afaf7396067> /usr/lib/libsasl2.2.dylib
    0x96b8c000 - 0x96f29fef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96f30000 - 0x9720aff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9720b000 - 0x97531fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97532000 - 0x97536fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x97537000 - 0x9753efe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9753f000 - 0x975b1fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Message was edited by: camwestyorks

  • Anonymous Portal

    Hi, i have a problem with an anonymous portal and the
    iwtLoginProvider Channel, if you setup an anonymous portal with only the
    anonymous authentication and anonymous authentiication module, then i cant
    use the iwtLoginProvider, because i dont have the membership
    authentication and module, and if i configure the anonymous and membership
    authentication for this domain the first page that i have is the page in
    which you have to choose what authentication method do you prefer
    anonymous or membership, the question is how can i go to the anonymous
    portal and use the iwtLoginProvider channel whitout this first oage.
              thanx ram
    Ramses Perez Salas Sistemas QED S.a de C.V.
    Sun Microsystems Authorized Reseller Tel (52) 55-24-07-72
    Staff Support Fax (52) 55-24-72-93
    The Network is the Computer Moras 655-B Col. Del Valle.

    Hi Jack,
    first, welcome on SDN!
    About your question: Generally, this is possible. You would have to implement the persistent cookies and the whole functionality by your own, there is no standard support for this within EP, but that's just Java developing.
    And to restrict access to the content you have to logged in for, you will have to set the authentication scheme appropriate, ie not to anonymous.
    The last question you will have to decide is how the user is forced to log in. If you just offer links within DetNav with AuthScheme set to default, clicking on this will open the login screen at the place where the iView is expected. If that's OK for you - nothing to do in addition. If not, get a clear picture of what behaviour you would expect (and probably you will have to lay hands on code to achieve your aim...).
    Hope it helps
    Detlev
    PS: Pleas consider rewarding points on SDN if an answer is helpful. Thanks in advance!

  • Portal not accessable via browser as inside sapmmc - http provider is red

    Hi Experts,
    I am very new to NW admin side and currently my client is facing an issue while accessing portal via browser.
    Problem: Some times suddently when users try to access production portal it takes a lot of time to open up and in most cases it doesn' t get opened up at all. To check what' s wrong with the portal i access sapmmc and inside their i find under current status -> ... -> services -> http provider -> total requests in red status with a description as avg request - response time last reported value above threshold limit. It will be the same case under open alerts too.
    My server configuration is:
    SAP-JEE = 7.0SP14
    OS = Windows 2003 (X86) 5.2
    Server Version = 1.4.2_17-bo6
    Kernel Version = 7.00 patch level 109886.44
    Server = 32 bit
    RAM = 16.00GB
    Processor = Intel(R) Xeon(R) CPU E5450 @3.00GHZ (8CPUs)
    Heap Size: 1024 MB
    Approximate number of users = 500 - 600
    Currently to solve the issue, we give a reboot to server. But with the progress in time the frequency is getting increased drastically (approx once in 2- 3 days).
    Any pointers on how to solve this issue will be greatly appreciated.
    Thanks In Advance,
    Vipin.

    Hi all,
    Thanks for your valuable inputs!
    Now the issue seems to end up by raising an OSS notes with SAP and i have been given responsibility to prepare a doc that needs to be submited to SAP.
    I have already got the screenshots from SAPMMC on it' s status and all, but also requires log information specific to the reason behind this behaviour. Can i know where the log information specific to such issues gets logged and all the necessary information that i need to document to raise an OSS.
    Inputs with be of great help and will be highly appreciated.
    Thanks In Advance,
    Vipin.

  • EXTREMELY URGENT : KM navigation through Anonymous Portal

    Hi All,
    I have used AdminSingleFolderWoEP Selector as a LayoutSet for my KM documents.The Collection Renderer assigned is ConsumerTableCollectionRenderer.
    Now the problem is that for a folder structure say :
    Documents
       Folder1
          File1
          File2
       Folder2
          File1
    Now on click of a link say documents in my Anonymous Portal I get the view with 2 folders. On clicking back get the previous page.
    But if I select a Folder1 I get to see the display with File1 and File2. Now clicking the back button of InternetExplorer there is a warning:
    "Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    But if I navigate through BreadCrumb there is no such problem.
    Please help me out.
    Waiting for ur reply,
    Sweta.

    Hi all,
    I searched for this in the Service Market Place - SAP NOTE : 1062341
    This feature has been provided by SAP keeping security in mind.
    Thanks for all ur help.
    Sweta

  • Creating anonymous guest link to images/documents programmatically Sharepoint Online O365

    I need to be able to create an anonymous guest link to images or documents programmatically using c# SharePoint web services or something similar. Does anyone know if this can be done if so how? essentially this means creating the guest access token
    programmatically ..
    If somebody know how to do his it would be much appreciated ?
    Thanks in advance 

    Hi,
    The method you posted seems to the trick it creates to anynonymus links like I was expecting. However interesting scenario has come up when I copy and paste the link in to a normal web browser (desktop or laptop) everything works as expected, but
    I when I try the link on a mobile web browser I get the prompt asking me to log in to office 365 not sure why that would be any suggestions ??

  • Problem accessing R/3 with SSO ticket from the EP6.0

    Hi all,
    I have seen this thread: Problem accessing R/3 with SSO ticket from the EP6.0
    I know that it is possible to read SSO ticket from the Cookie in WebDynpro application.
    Now we are at the first step, we don't know how to read SSO ticket from the Cookie in WebDynpro application with java code.
    So anyone can help us?

    Hi,
    This has been discussed in a previous forum.Check this link.A code snippet is also there to read a cookie in webdynpro with this question
    How to implement SSO between Portal, Webdypro and ABAP system?
    I am not able to send the link exactly.
    Regards,
    Sowjanya.
    Message was edited by: Sowjanya Chintala

  • Problem accessing another public ip in same subnet

    Hi,
    I have searched around for a previous post regarding this but can't find an issue similar to mine (or I'm just too stupid to understand that it is )
    I have a Cisco 5505 at a small business that I help. The problem is that the ISP are providing public IPs to multiple customers in a /24 subnet. The ASA has a single public IP configured 8.8.8.8 (not really, just for the examples sake) with a subnet mask of 255.255.255.0.
    The webserver I have to access is not managed by me and is located in a different location (same town though) has 8.8.8.115, it is located in the same subnet as the ASA.
    How would I make this work? I have tried to configure a static arp entry for the web server but it just won't work. If i place a computer directly on the outside interface I have no problem accessing the web server.
    I am running ASA version 8.2, but I could upgrade if it would help me solve the problem.
    Any help with this issue is much appreciated.

    The ISP only specify one gateway in that range and that is 8.8.8.1 so any other would not let me access internet.
    Once again thank you for your time.
    : Saved
    ASA Version 8.2(1)
    hostname ciscoasa
    domain-name XXXXXXX
    enable password XXXXXXX encrypted
    passwd XXXXXXX encrypted
    names
    name 8.8.8.8 Outside_IP
    name 192.168.20.2 Server
    name 192.168.20.11 rav-dc01
    name 192.168.20.12 rav-ms01
    name 192.168.20.13 rav-rds01
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.20.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address Outside_IP 255.255.255.0
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    boot system disk0:/asa821-k8.bin
    ftp mode passive
    dns server-group DefaultDNS
    domain-name XXXXXXX
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    access-list inside_nat0_outbound extended permit ip any 192.168.25.0 255.255.255.0
    access-list RemoteVPNSplittunnel standard permit 192.168.20.0 255.255.255.0
    access-list outside_access_in extended permit tcp host 100.100.100.228 interface outside eq 3389
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit udp any interface outside eq 4125
    access-list outside_access_in extended permit tcp any interface outside eq 4125
    access-list outside_access_in extended permit tcp any interface outside eq https
    access-list outside_access_in extended permit tcp any interface outside eq pptp
    access-list outside_access_in extended permit tcp any interface outside eq 444
    access-list outside_access_in extended permit gre any interface outside
    access-list outside_access_in extended permit udp any interface outside eq 444
    access-list outside_access_in extended permit tcp any interface outside eq www
    access-list inside_access_in extended permit tcp host rav-ms01 any eq smtp
    access-list inside_access_in extended deny tcp any any eq smtp
    access-list inside_access_in extended permit ip any any
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    ip local pool RemoteVPNPool 192.168.25.100-192.168.25.200 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-621.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) udp interface 4125 Server 4125 netmask 255.255.255.255
    static (inside,outside) tcp interface 4125 Server 4125 netmask 255.255.255.255
    static (inside,outside) tcp interface https rav-ms01 https netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pptp Server pptp netmask 255.255.255.255
    static (inside,outside) tcp interface 3389 rav-rds01 3389 netmask 255.255.255.255  dns
    static (inside,outside) tcp interface smtp rav-ms01 smtp netmask 255.255.255.255
    static (inside,outside) udp interface 444 Server 444 netmask 255.255.255.255
    static (inside,outside) tcp interface 444 Server 444 netmask 255.255.255.255
    static (inside,outside) tcp interface www Server www netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 8.8.8.1 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server rav_Intern protocol radius
    aaa-server rav_Intern (inside) host rav-dc01
    key CiscoAsa5505RAV2012
    radius-common-pw CiscoAsa5505RAV2012
    http server enable 8080
    http 192.168.20.0 255.255.255.0 inside
    http 192.168.25.0 255.255.255.0 inside
    http 100.100.101.128 255.255.255.192 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection timewait
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map outside_dyn_map 20 set pfs
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    telnet 192.168.20.0 255.255.255.0 inside
    telnet timeout 5
    ssh 192.168.20.0 255.255.255.0 inside
    ssh timeout 5
    console timeout 0
    management-access inside
    dhcpd auto_config outside
    dhcpd address 192.168.20.190-192.168.20.200 inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ntp server rav-dc01 source inside
    webvpn
    group-policy RemoteVPN internal
    group-policy RemoteVPN attributes
    wins-server value 192.168.20.11
    dns-server value 192.168.20.11
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value RemoteVPNSplittunnel
    default-domain value rav.nu
    split-dns value rav.nu
    username SupportVPN password XXXXXXX encrypted privilege 0
    username SupportVPN attributes
    vpn-group-policy RemoteVPN
    tunnel-group RemoteVPN type remote-access
    tunnel-group RemoteVPN general-attributes
    address-pool RemoteVPNPool
    authentication-server-group rav_Intern
    accounting-server-group rav_Intern
    default-group-policy RemoteVPN
    tunnel-group RemoteVPN ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect pptp
      inspect icmp
      inspect icmp error
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:8481ab3aa01b23bad17bacb2aca7197a
    : end
    asdm image disk0:/asdm-621.bin
    no asdm history enable

Maybe you are looking for

  • Iphone 5s poor reception of signal

    I am facing a lot of issue with connectivity of my iphone 5s.. I still use my 4s and when both phones are placed side by side.. the 4s has complete dots(signals) where as the 5s does show only 1 or 2 dots.. I have taken 5s to apple service center and

  • Firefox keeps crashing and I cannot figure out why.

    I posted this question a few days ago and got 3 email responses, one of which asked for diagnostic codes related to the crashes. I have tried twice to reply to that email, but my mailer daemon will not let it go through because it thinks that I'm try

  • How do I reduce the width of UIPicker element

    I am using a UIPicker in my app but my app is in landscape mode and am not able to reduce the width and height of the UIPicker. Can anyone let me know the solution.

  • OWB 11.2.0.4 release date?

    Does anyone have any information regarding the release of OWB 11.2.0.4 including estimated release date, features, etc. Thanks, -Tim

  • Accepting userinput in stored procedure

    Hi I'm writing a stored procedure which will prompt the user to enter his username as saying 'Please enter your User ID' . I've written the procedure as create or replace PROCEDURE Proc_AddUser AS ACCEPT username CHAR PROMPT 'PLEASE ENTER YOUR FIRST