Blueprints Map Viewer in portlet

I can make Map Viewer work in a web app, but when I try and create a portlet I get javascript error that tells me that bpui cannot be found... has anyone been successful at building a map viewer in portlet?

AJAX components are not supported for portlets in the Creator 2 release and VWP does not support portlets yet. However, they might be supported in some future release.
Lark

Similar Messages

  • Blueprints Ajax Map Viewer Error - NoClassDefFoundError

    I am at a loss to understand why I get the error below when using the blueprints ajax Map Viewer component.
    At one time I had this working, but somethng must have changed.
    Everything compiles, so all the components are being found, but when I navigate to the page, I get
    a NoClassDefFoundError that appears to point to something within blueprints.
    I have located the portion of my java code that appears to be the source of the problem.
    It is creating a new instance of the MapComponent() class.
    Can anyone suggest what I can look for to resolve this problem?
    -------------- Portion of exception page --------------------
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.lang.NoClassDefFoundError
    com/sun/rave/designtime/faces/FacetDescriptor
    Possible Source of Error:
    Class Name: com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo
    File Name: AbstractBeanInfo.java
    Method Name: initFacetDescriptors
    Line Number: 366
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.initFacetDescriptors(AbstractBeanInfo.java:366)
    com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.initBeanDescriptor(AbstractBeanInfo.java:341)
    com.sun.j2ee.blueprints.ui.mapviewer.MapComponentBeanInfo.initBeanDescriptor(MapComponentBeanInfo.java:44)
    com.sun.j2ee.blueprints.ui.design.AbstractBeanInfo.(AbstractBeanInfo.java:57)
    com.sun.j2ee.blueprints.ui.mapviewer.MapComponentBeanInfo.(MapComponentBeanInfo.java:32)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    java.lang.Class.newInstance0(Class.java:350)
    java.lang.Class.newInstance(Class.java:303)
    java.beans.Introspector.instantiate(Introspector.java:1432)
    java.beans.Introspector.findExplicitBeanInfo(Introspector.java:410)
    java.beans.Introspector.(Introspector.java:359)
    java.beans.Introspector.getBeanInfo(Introspector.java:159)
    javax.faces.component.UIComponentBase.getPropertyDescriptors(UIComponentBase.java:130)
    javax.faces.component.UIComponentBase.(UIComponentBase.java:92)
    com.sun.j2ee.blueprints.ui.mapviewer.MapComponent.(MapComponent.java:26)
    pcproject.EnrollMain.(EnrollMain.java:1658)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    ----------- Code section ---------------
    private MapComponent mapViewer1 = new MapComponent(); // This is the offending line
    public MapComponent getMapViewer1() { return mapViewer1; }
    public void setMapViewer1(MapComponent mc) { this.mapViewer1 = mc; }

    Hi,
    Any chance on the geocoder component also supporting proxy user and password ? Preferably like creator itselves, since it seems to work fine with windows domain level users and passwords..
    Thanks,
    Leo

  • Trying to view a map in a portlet

    Hi
    i'm new to BEA Weblogic and i'm trying to view a map viewer (from ESRI's ArcGIS Server 9.2) in a portlet.
    I'm using ArcGIS Server 9.2 and Weblogic Portal 9.2. If i want to view the portlet on my localhost i get following message:
    javax.faces.FacesException: javax.servlet.ServletException
         at com.bea.portlet.adapter.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:110)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at org.apache.beehive.netui.pageflow.faces.internal.PageFlowViewHandler.renderView(PageFlowViewHandler.java:200)
         at com.bea.portlet.adapter.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:80)
         at org.apache.beehive.netui.pageflow.faces.internal.PageFlowViewHandler.renderView(PageFlowViewHandler.java:200)
         at com.bea.portlet.adapter.faces.lifecycle.LifecycleImpl$RenderResponsePhase.execute(LifecycleImpl.java:582)
         at com.bea.portlet.adapter.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:275)
         at com.bea.portlet.adapter.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:219)
         at com.bea.portlet.adapter.faces.FacesContentStubImpl.render(FacesContentStubImpl.java:224)
         at com.bea.netuix.servlets.controls.content.FacesContent.beginRender(FacesContent.java:312)
         at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:486)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:530)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:249)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:330)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:304)
         at com.bea.netuix.nf.UIControl.render(UIControl.java:597)
         at com.bea.netuix.servlets.controls.window.Content.beginRender(Content.java:306)
         at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:486)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:530)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:249)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:186)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:140)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:370)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:229)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:195)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:180)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:221)
         at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:594)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:251)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: javax.servlet.ServletException
         at org.apache.beehive.netui.util.internal.ServletUtils.throwServletException(ServletUtils.java:164)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:374)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:251)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:497)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:427)
         at com.bea.portlet.adapter.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:106)
         ... 56 more
    Caused by: java.lang.NullPointerException
         at com.esri.adf.web.faces.taglib.ContextTag.setProperties(Unknown Source)
         at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1017)
         at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
         at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
         at jsp_servlet.__mapviewer._jsp__tag1(__mapviewer.java:232)
         at jsp_servlet.__mapviewer._jsp__tag0(__mapviewer.java:198)
         at jsp_servlet.__mapviewer._jspService(__mapviewer.java:163)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:347)
         ... 61 more
    Can annyone help me? Do you need the log file or something else?
    Thank you
    Maarten

    i also get another message when i want to see a HTML/JSP portlet:
    An error occurred while processing your request.
    Your session has been terminated.
    Root cause:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    Root cause details:
    javax.servlet.jsp.JspException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:405)
         at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
         at org.apache.jsp.mapviewer_jsp._jspx_meth_f_view_0(mapviewer_jsp.java:135)
         at org.apache.jsp.mapviewer_jsp._jspService(mapviewer_jsp.java:111)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)

  • Dvt:map, JSR-168 portlets, and WebCenter Spaces

    Please click here [http://fusion.appshosting.com:8788/coxcustomportlets/faces/callcenterportlet.jspx]
    When I attempt to view this portlet in WebCenter Spaces, the map will not render.
    The rest of the portlet renders fine.
    The connections.xml file is included in the portlet ear.
    I am supposing I have to upload connections.xml to the Spaces server as well.. but where do I upload to, and how to I "register" it??
    Can anyone help? Thank you very kindly.
    Josh

    Hello,
    JSR168 is a fairly simplistic standard, but there are ways of doing most things.
    For example, to get the portlet's ID (I'm assuming you want a unique portlet instance ID, and not an ID for that "type" of portlet), you can use the PortletRequest.getWindowID() to return an ID for the portlet unique to the user's session.
    For storing URLs that need to be re-configured depending on deployment, that is usually done with portlet preferences in JSR168 portlets-- the portlet can read its preference value, which can be set by a developer or an administrator (or the portlet itself, if you wish). Java property files deployed with the portlets can also contain this configuration information.
    Kevin

  • Map viewer inside portal

    hi all,i need to display maps generated by oracle map viewer inside oracle portal.How can i do that?Is there any ready made portlet for that or do i have to create my own portlet?.any help is appreciated.Thanks

    Hi!,
    mapviewer is a middle tier component; you can compose your website as you want to.
    specify your ideas a bit.
    regards,
    Andreas

  • Google Map Integration with Map Viewer is not working

    Hi Team,
    My MapViewer Version: Ver11_1_1_7_B130111
    I have created a Google Map (with Type of Map Source as "Google Maps") in Oracle Map Viewer and i could see google map in Oracle Map Viewer(using "show Map").
    I wanted to show a village map theme over the above google map in a web page and i am using Jdeveloper to integrate map viewer with Village data. I could see the google maps inside Jdeveloper however when i run the Jdeveloper code google map is not shown inside the web page.
    I tried with Oracle Maps, Bing Maps as the "map source" in map viewer and tried integrating inside Jdeveloper and got same result (blank screen). However when i tried a different mapviewer ( Base Map ELOCATION.WORLD_MAP from OracleFMW MapViewer Home ) i could see the map in the web page.
    I could get all other base maps (created with "internal" as the map source") in the web page, so there is some thing that i am missing with Google Maps, Bing Maps, Oracle Maps. Could you please help me what is that i am missing or point to a help resource?
    Thanks
    Nag

    Hi Jayanth,
    Issue is solved after creating the web page using latest JDeveloper (11.1.2.4). Thanks a lot for your help
    With Regards
    Nag

  • Crystal report viewer from portlet

    Hi,
    I have a problem with opening Crystal report viewer from portlet. I am using Spring portletMVC but this doesnt matter in this case. After clicking some button a controller process form in method where is access to ActionRequest, ActionResponse. But how can I "redirect" with some parameters to plain JSP page where I can write something like this:
    CrystalReportViewer viewer = new CrystalReportViewer();
         viewer.setReportSource(rcd.getReportSource());
         viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), out);
         viewer.dispose();
    Oh, perharps is understandable, sorry for my English and thanks for helping. Any code of link would be wonderful.

    I haven't worked with Crystal Reports in quite awhile, but in the past I've written code to launch Crystal Reports using OLE. If I recall correctly, there existed an ActiveX control that could be embedded into VB forms, and the like. I'm unsure, however, whether they continue to support this mechanism. Given that your requirements do not allow CLIENT_HOST or DDE, however, I am guessing that OLE automation would also be unacceptable.
    Have you looked at WEB.SHOW_DOCUMENT?
    Eric Adamson
    Lansing, Michigan

  • Error while Refreshing provider when tried to view the portlet on portalpag

    Hi All,
    We have developed an oracle PDK portlet in jdeveloper 10g. The name of the application is ChngPasswd. This
    application is deployed on OAS 10.1.3.1.0. The deployment was successful. Now,
    I tried to register the web provider which was deployed on OAS 10.1.3.1.0 in
    OracleAS portal. The registration was successful and I was able to view the
    portlet.
    These portlets can be protected in oracle portal by granting access to particular users, which also works fine.
    But, the application that is deployed on 10.1.3.1.0 can be accessed by anyone. This should not happen. So, I
    tried to protect the application deployed on 10.1.3.1.0 using the following
    syntax applied in mod_osso.conf file:
    <Location /ChngPasswd>
    require valid-user
    AuthType Basic
    </Location>
    With this whenever I tried to access the application page directly, the SSO login page appeared. After I
    provide my credentials it goes to portlet test page.
    But, with this configuration, when I go and refresh the provider or try to view the portlet on
    the portal page, it gives an error. The error is as follows:
    Error
    Internal error (WWC-00006)
    An error occurred while trying to refresh the provider. (WWC-43190)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    With this I am able to protect the application but the portlets doesnt work.
    Now, I tried to remove the location tag from mod_osso.conf file of OAS 10.1.3.1.0 and tried
    refreshing the provider. This works fine.
    I hope this gives you a clear understanding of the problem.
    pls Suggest what needs to be done.
    Thanks and Regards,
    Syed.

    Hi Syed,
    There could be multiple reasons for it.
    1. First run the utlrp.sql utility and then try your system. Sometimes, even the presence of invalid objects cause a similar error stack in a similar system too.
    - Login to SQLPlus as the sys user.
    - sql>@db_oracle_home/rdbms/admin/utlrp.sql
    2. You might also wanna see the following notes on Metalink. The issue seems similar as well as the error stack. The OAS is different but then in my experience, the cause of the problem often stays the same or gives a better clue to attack it. Also, you wont find as much stuff for any recent release as you would get for an older one.
    Doc ID:      415856.1
    Doc ID:      330855.1
    Doc ID:      266320.1
    Doc ID:      307379.1
    hope that helps!
    AMN

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • OBIEE 11g  Map View - Issue with Label Translation

    Hi All,
    I have a strange translation issue with the Maps in 11g.
    Created in English language to plot the Revenue for each of the Postal Codes.
    I selected Postal Code and Revenue Amount in the Criteria and created a new Map View. It had the text 'Postal Code' in the Map Legend and then the scale for revenue amount.
    Now I logged on with Chinese Language , it still appears as 'Postal Code' in English where in it was actually supposed to show it in Chinese.
    We have a translation pack to get all the column names translated. If I try creating a new table view, it shows the translated text instead of 'Postal Code', but some how this doesn't work with Maps.
    Has anyone faced similar issues ? Is there a workaround for this ?
    Thanks for any pointers.

    Hi,
    I also encounter the same issue. When I view combined layout, I get the No Results message. But when I edit the table layout, I see that there are records returned. Does anyone had any luck in resolving this issue?
    Thanks!

  • How do I add a VM that has too many dependencies to be shown as "Map View " ?

    When in Table View there is no option to add/remove a VM to an App or to create/delete an App.
    f.eks. I added three VM's and created an App called "Convergion"
    Two of those VM's can only be shown in "Table View" because of too many outgoing dependencies.
    I accidentally removed the Third VM (the one that could be shown in "Map View") and now I have no way of:
    1) Adding the third VM back to the App
    2) Removing the App or
    3) Remove the two remaining VM's from the App
    So, to create the App again I have to call it "Convergion~1" or something similarilly stupid.
    But two of the VM's now still belong to "Convergion" (the now "Zombied" App) as well as "Convergion~1"
    Any ideas ?
    P.S. I should be able to create an App and manually add the VM's needed from the vCenter Inventory (Search box or similar) without having to have a "Visual" contact in the Map View.
    Some maps get huge and it's not very practical.
    Consider this a feature request.

    Hi,
    I'm Galit from the QE team of VIN.
    All the things that you've described are correct.
    It is actually an edge case where the only VM, that the manual App can be managed from its Map view, was removed from the App.
    The Manual App management is as designed, and may be changed in the future.
    There are 2 ways to overcome this situation:
    1.You can, as you stated, create another Manual App with similar name and remain with the "Zombie App".
    2. To run a specific command that will remove the Zombie App from the DB.
    Please note that option no. 2 involves using an API that we do not publish.
    If you would like to use option no. 2 contact me in private and we will see about supplying the relevant commands to run in order to delete the "zombie" application.
    Thanks,
    Galit Gutman

  • Projection problem in OracleAS Map Viewer

    Hi,
    I am using OracleAS Map Viewer 11 EA1and I try to display a map with an image (srid=1002000) and a vector (srid=8192) on the top. If I understand the documentation correctly, the vector might be reprojected into the map srid which is 1002000. But when the map is created, the vector is not correctly reprojected (I see some roads in the ocean!). I am wandering if it is a bug in map viewer; or maybe I didn't use it corectly!
    My query looks like:
    <map_request
    title=""
    datasource="all_images"
    width="1229"
    height="840"
    srid="1002000"
    antialiase="false"
    format="PNG_URL">
    <center size="7865.9766">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>
    1230462.1 , -582145.4
    </coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name="mosaic_pan'"
    min_scale="5000000.0"
    max_scale="0.0">
    <jdbc_georaster_query
    jdbc_srid="1002000"
    datasource="all_images"
    georaster_table="mosaic.mosaic_pan"
    georaster_column="georaster"
    asis="false">
         select georaster from mosaic.mosaic_pan where rowid='AAANn1AAKAAAAAKAAA'
              </jdbc_georaster_query>
    </theme>
    <theme name="road_l" min_scale="10000.0" max_scale="0.0">
    <jdbc_query
    datasource="all_images"
              jdbc_srid="8192"
    render_style="MDSYS:L.MAJOR STREET"
    spatial_column="shape1"
    >select shape1 from can51.road_l</jdbc_query>
    </theme>
    </themes>
    </map_request>
    Thanks in advance,
    Ganael

    your map request seems correct, and yes mapviewer will automatically reproject your vector theme if it's srid (8192) is different from the request srid (1002000). What's more likely is that your georaster is not being displayed correctly? Have you tried displaying the vector road data against a know vector boundary data set like country/state, in the 1002000 projection and see if everything is working fine? then add the georaster layer back on and go from there....

  • Map View in Photoshop Elements 6

    I am a new user of Photoshop Elements 6. I got some pictures which include GPS Information. Now I want to locate these pictures in the map view.
    http://help.adobe.com/en_US/PhotoshopElements/6.0/help.html?content=WS7E96CCE9-EA88-4f7a-B 212-2C37C9CEEF1B.html
    Unfortunately I am not able to find this feature in my program!
    Any idea?

    Johnny,
    PSEs Map View is a toy feature that is buggy and not engineered to handle more than a couple thousand photos with map (GPS) locations. So I suggest staying away from it. See these messages:
    John Rolfe Ellis, "Orgnanizer Map Problem" #2, 21 Jun 2008 8:54 am
    John Rolfe Ellis, "Orgnanizer Map Problem" #13, 24 Jun 2008 3:33 pm

  • Internal server error when I try to view my portlet jsp page

    Hi,
    I am a newbie on Oracle portal and extremely frustrated. Does this technology actually work?? I followed every single step in portlet developer guide and tried several times Java portlet/Oracle PDK portlet but this thing just doesnt work. Lately I have been getting this error when I get to the file on the http server:
    500 Internal Server Error
    java.lang.NullPointerException
         at htdocs.thirdportlet._ThirdPortletShowPage._jspService(_ThirdPortletShowPage.java:56)
         [SRC:/htdocs/thirdportlet/ThirdPortletShowPage.jsp:15]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Any help would be appreciated.
    Thanks
    SK

    How does one view a portlet? Registring a provider doesnt work as the portal doesn't pick up a deployed portlet. None of the the tutorials worked for me -- i.e., adding a parameter or an event.
    Please please help!
    SK

  • Error while mapping Views

    When running the OMWB, the process will hang while trying to map the views. I have let it run overnight and it will still not move. Upon further examination of the error files, I got this error:
    java.lang.NoSuchMethodError
         at oracle.mtg.sqlserver2k.parser.Sp72.querySpec(Sp72.java:10959)
         at oracle.mtg.sqlserver2k.parser.Sp72.queryTerm(Sp72.java:10736)
         at oracle.mtg.sqlserver2k.parser.Sp72.queryExp(Sp72.java:10679)
         at oracle.mtg.sqlserver2k.parser.Sp72.procedureStmt(Sp72.java:3369)
         at oracle.mtg.sqlserver2k.parser.Sp72.beginProcedure(Sp72.java:2611)
         at oracle.mtg.sqlserver2k.parser.Sp72.Start(Sp72.java:2575)
         at oracle.mtg.sqlserver2k.parser.Sp72.parse(Sp72.java:270)
         at oracle.mtg.sqlserver2k.parser.Sp72.parseView(Sp72.java:201)
         at oracle.mtg.sqlserver2k.parser.SQLServer2KParser.parseViewText(SQLServer2KParser.java:109)
         at oracle.mtg.sqlserver2k.server.SQLServer2KSourceModelMap.mapViews(SQLServer2KSourceModelMap.java:1489)
         at oracle.mtg.sqlserver2k.server.SQLServer2KSourceModelMap.mapSourceModel(SQLServer2KSourceModelMap.java:389)
         at oracle.mtg.sqlserver2k.ui.SQLServer2KCaptureWizard.map(SQLServer2KCaptureWizard.java:531)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:457)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:95)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:268)
    Has anyone encountered this or something similar before? Any help is greatly appreciated
    J

    There is information on reporting bugs with reproducible testcases in the link below.
    http://www.oracle.com/technology/support/tech/migration/workbench/index.html
    In the case of mapping views, the source view text or a cut down smaller testcase that reproduces the error, and the workbench version, are usually sufficient.
    Regards,
    Turloch
    Oracle Migration Workbench Team.

Maybe you are looking for

  • Help! Capturing DVCPro 50 tapes into FCP7 on a Macbook Pro (FW800 only)

    Help guys! I have 54 (yes, fifty-four) DVCPro 50 tapes shot on the Panasonic SDX900 that I need to capture on my Macbook Pro. What's the most economical way to do this that won't cost me a fortune in rentals? My MBP has FW800 only. Do I absolutely ne

  • Srvctl and Oracle 11g

    Hi, I see that Oracle 11g srvctl utility no longer takes the '-c' option to specify the connect string as it used to work in 10g and 9i. What is the replacement for this then? How can I login as a non Oracle OS user and use the srvctl command? How do

  • UWL Administration - Customise  the look of main page

    EP7 SP 10 Navigation Node Configuration view which allows you to customise the look of UWL main page  where You can add tabs to or remove them from the view or, by selecting checkboxes in the table, you can add entries to or remove them from the drop

  • FCE4 - Capture window goes red when Safari open on my second screen

    I have a Mac Pro 2008 Model with an nvidia 8800 graphics card and two 20' screens. When I capture any video into FCE4, if I have Safari open on my other monitor, FCE capture window goes red and I am unable to view footage being imported. Exit out of

  • Restoring master database from management studio

    How to restore master database from SSMS? is it possible? if yes, what is the procedure. I knew that how to restore from sqlcmd.