Mapviewer OC4J problem

I installed OC4J, Mapviewer and the mapviewer demo
Now some Mapviewer demos and examles work, I can connect to the database, but I cannot start any OC4J-jsp or Mapviewer-jsp demo.
Selecting a jsp demo (i.e. •     jview.jsp A simple no hassle spatial data viewer) in the internet explorer I get the message:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
The OC4J process reports the following error:
04/09/22 11:50:46 IOException in compile: CreateProcess: javac.exe -J-Xmx1024m -
classpath oc4j.jar;D:\oc4j\j2ee\home\lib/ejb.jar;D:\oc4j\j2ee\home\lib/servlet.j
ar;D:\oc4j\j2ee\home\lib/ojsp.jar;D:\oc4j\j2ee\home\lib/jndi.jar;D:\oc4j\j2ee\ho
me\lib/jdbc.jar;D:\oc4j\j2ee\home\iiop.jar;D:\oc4j\j2ee\home\iiop_gen_bin.jar;D:
\oc4j\j2ee\home\lib/jms.jar;D:\oc4j\j2ee\home\lib/jta.jar;D:\oc4j\j2ee\home\lib/
jmxri.jar;D:\oc4j\j2ee\home\lib/javax77.jar;D:\oc4j\j2ee\home\lib/javax88.jar;D:
\oc4j\j2ee\home\../../opmn/lib/ons.jar;D:\oc4j\j2ee\home\../../opmn/lib/optic.ja
r;D:\oc4j\j2ee\home\../../lib/dms.jar;D:\oc4j\j2ee\home\../../dms/lib/dms.jar;D:
\oc4j\j2ee\home\lib/connector.jar;D:\oc4j\j2ee\home\lib/cos.jar;D:\oc4j\j2ee\hom
e\lib/jsse.jar;D:\oc4j\j2ee\home\../../oracle/lib/jsse.jar;D:\oc4j\j2ee\home\lib
/jnet.jar;D:\oc4j\j2ee\home\lib/jcert.jar;D:\oc4j\j2ee\home\lib/activation.jar;D
:\oc4j\j2ee\home\lib/mail.jar;D:\oc4j\j2ee\home\../../javavm/lib/jasper.zip;D:\o
c4j\j2ee\home\../../lib/xmlparserv2.jar;D:\oc4j\j2ee\home\../../oracle/lib/xmlpa
rserv2.jar;D:\oc4j\j2ee\ho?
Has anybody an idea what is wrong?
The operating system is Windows 2000, German version.
The OC4J is the latest version (dowloaded last week),
the database is Oracle 10g, 10.1.0.2 enterprise edition.

this is definately caused by using the wrong java program. Please check the following:
1. Are you using Java 1.4 or higher? to check, do 'java -version' from command line.
2. Are you using the java executable located directly under a J2SDK's bin folder? If you are using any jre (Java Runtime Environment) java executable, OC4J wont be able to run the JSP pages.
Also dont use the java that comes with your oracle database, as that is also a JRE only program. Instead, download the full j2sdk 1.4.2 from Sun.
LJ

Similar Messages

  • Mapviewer performance problem using image format FORMAT_RAW_COMPRESSED

    I am using the MapViewer.FORMAT_RAW_COMPRESSED map image in my (java) map application because some features must be clickable and as far as I can work out, this is the only way to achieve this in a Java client. On my local system, running the map server in an oc4j container, this works about as fast as using FORMAT_GIF_URL and loading the image from this url. There also doesn't seem to be much difference in memory and cpu usage.
    When I direct the request to a map server running on a remote Application Server the rendering time grows exponentially. The same maprequest using FORMAT_GIF_URL runs as fast as it does in my local OC4J container. The problem seems to be in "packing time" in RealWorker:
    Remote AS:
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 99ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 5560ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 142605ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 148264ms
    Local OC4J:
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 540ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 2490ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 120ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 3150
    The test server is smaller than my local system and more applications are running on the AS, generating the map takes all the available memory and cpu, but the difference between the time it takes generating a GIF image and generating a Java image of almost a factor 50 is puzzling.
    What could cause this enormous difference? Any idea's about how we can analyze or solve this? What could RealWorker be doing in this packing time? Any hints would be greatly appreciated.
    Many thanks,
    Ida

    Thanks for the replies!
    1. Which AS version are you using? -> 10.1.2
    2. Just as a test, if you restart AS (if possible) do you still get the same values? -> yes, we restarted the AS and the results are the same.
    The server is indeed running low in memory. It is a 512MB machine, just big enough to run the AS. The production server will have some more, but not very much. Could I estimate how much extra memory it will need to keep a good performance when generating maps with live features? And maybe I'm wrong, but shouldn't the extra load for the java image only be on the client, since that's where the image is made? On the server it's just the image data, isn't it?
    I tried removing the basemap, but that reduces the loading time just with a few seconds. The live themes are jdbc themes and result in only some 20 to 30 geofeatures. Removing them from the request so only an empty image with a title is retrieved still takes about 117 seconds. Reducing the device size does reduce the loading time, so it does seem to have something to do with the amount of pixels in the image space, not with the data. Could it be that in the "packing" of the image something happens that takes a lot of memory, related to the amount of pixels?
    In my situation it would be handy if the live features were also returned when the image format is not set to FORMAT_RAW_COMPRESSED, it is also possible to draw shapes onto an existing image and this would bypass the memory problems.
    Thanks for any further help.
    Ida

  • Mapviewer Admin Problem

    I am attempting to have two mapviewer applications deployed inside two different oc4j instances on a server for development and testing. I am having trouble administering the second mapviewer instance as the all the pages have the "mapviewer" application name hard coded in them. Does any one know if there is a version of the mapviewer.ear without this problem?

    While you can have as many mapviewer applications deployed on as many oc4j instances as you like, you only need one mapviewer instance itself. Your application should just need the url to the mapviewer server. It does not need to (and should not) be deployed inside the mapviewer ear directory.

  • Mapviewer demo Problem

    I have seen a number of posts regarding this issue, but none seem to have solved it. I have installed OC4J, I have installed and imported the mapviewer demo data. I get all of the demos to come up but all I get is a blue screen with the words "Oracle Map viewer Demo" I installed the data with the mvdemo user not as scott/tiger Does that matter? Not sure what else it could be as I am getting no errors anywhere.
    Thanks in advance!
    -Scott

    Good Morning LJ,
    I have run that, results are below. I get the same problem, just a blus screen then when I click on the screen I get 500 Internal Server Errors.
    JServer Release 9.2.0.1.0 - Production
    SQL> @mvdemo.sql
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    1 row created.
    Commit complete.
    counties a, terr_counties b
    ERROR at line 6:
    ORA-00942: table or view does not exist
    1 row created.
    Commit complete.
    insert into user_sdo_styles select * from styles
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into user_sdo_themes select * from themes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into user_sdo_maps select * from maps
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Commit complete.
    create index STATES_SDX on STATES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index COUNTIES_SDX on COUNTIES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index INTERSTATES_SDX on INTERSTATES(GEOM)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index CITIES_SDX on CITIES(LOCATION)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    create index TERRITORIES_SDX on TERRITORIES(GEOMETRY)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>
    500 Internal Server Error
    java.lang.NullPointerException     at oracle.lbs.mapclient.MapViewer.pan(MapViewer.java:3726)     at demo.jview._jspService(_jview.java:152)     [SRC:/demo/jview.jsp:322]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)     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.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)

  • MapViewer setBox() problem.

    I can generate a map without setting the extents but if I include a call to mv.setBox() I get a blank blue image. In MapBuilder I can zoom in without any problems. No error messages are generated. The same thing happens if I use setCenterAndSize(). It's just all or nothing.
    I'm using predefined Themes against MaterializedViews instead of plain tables. However, if I use dynamic Themes against the original tables then it works, but I'm trying to avoid that due to performance problems.
    I'm using :
    OC4J 10.1.3.0.0
    MapViewer Ver11_B060227 (EA 1)
    MapBuilder Release 10.1.3.1
    Any ideas?
    Regards,
    Lewis.

    Problem resolved.
    The logs said that I had an SRID mismatch which didn't seem to make much sense so I decided to put my Themes and Materialized Views in the same db schema and hey presto, problem solved.
    Regards,
    Lew.

  • MapViewer metadata problem - accessing spatial data in a different schema.

    I have a MapViewer application that uses data from three different schemas.
    1. Dynamic Themes come from schema A.
    2. Static Themes come from schema B.
    3. A newly added static theme in B whose data comes from schema C.
    The mapviewer datasource points to schema B where the static themes, data and metadata are defined while the dynamic themes have their own datasource specified as part of addJDBCTheme(...).
    To get the newly added map to work I've had to add a view in schema B that points to C instead of referencing directly the table and I've had to add the metadata twice, once for schema B and once for schema C.
    If I put the metadata in just one of the two schemas I get the following errors.
    08/11/21 13:58:57 ERROR [oracle.sdovis.ThemeTable] cannot find entry in ALL_SDO_GEOM_METADATA table for theme: AMBITOS_REST
    08/11/21 13:58:57 ERROR [oracle.sdovis.ThemeTable] java.sql.SQLException: Invalid column index
    OR
    08/11/21 13:53:39 ERROR [oracle.sdovis.theme.pgtp] java.sql.SQLException: ORA-29902: error in executing ODCIIndexStart() routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    It's not a big deal but I'd like to know if anyone else has has similar problems.
    Saludos,
    Lew.
    Edited by: Lew2 on Nov 21, 2008 6:42 AM

    Hi Lew,
    if you are using a recent version (10.1.3.1 or later) there is no need to use a view and to create the metadata in both schemas.
    You need to grant selection on tables between the schemas.
    You can try the following. Assume you have the MVDEMO schema (from MapViewer kit) and SCOTT schema.
    1) grant select on MVDEMO Counties table to SCOTT
    SQL> grant select on counties to scott;
    2) Now you are ready to create a predefined theme in schema SCOTT using the MVDEMO Counties table.
    - Open MapBuilder and loads the SCOTT schema.
    - On the Data navigator (bottom left tree), go to Geometry tables and you should see the MVDEMO node and the COUNTIES node inside it.
    - Start a wizard to create a geometry theme based on this Counties table.
    - At the end you should see that the base table name is MVDEMO.COUNTIES. Therefore MapViewer will use the metadata in MVDEMO schema and there is no need to replicate it in SCOTT schema.
    Joao

  • Clustered Oracle 9i AS and OC4J Problem

    Hi,
    I am working with two Oracle 9i AS (9.0.2.0.1), serverA and serverB, in a clustered environment. I have published a servlet to the cluster under the URL of /MyApp and the main servlet is MyServlet. I have noticed that when I go to either URL:
    http://serverA/MyApp/MyServlet
    or
    http://serverB/MyApp/MyServlet
    my servlet will show up fine but sometimes when going to serverA it will actually use the servlet running on serverB, and vice versa. I am able to verify this by looking at the log files. At first I wasn't sure why it would do this but it makes sense that in a clustered environment it would pick either of the servers to load balance the application. After reading some Oracle documentation it re-enforced the way the AS works.
    Recently I have noticed some problems with the cluster though but can't seem to pin-point the problem. When I go to either URL it will sometimes bring up the servlet web page but other times it will give an error of:
    No Response from Application Web Server
    Upon further investigation I noticed that the page would come up fine any time it tried to use the servlet on serverA but it seems that when it tries to use the servlet on serverB it returns the error. The problem is I am having a hard time verifying that serverB is causing problems or if it is something with the communication between the two servers. As far as I can tell in the Oracle EM it shows both OC4J containers running fine and all the other standard containers are running as well. Some testing that I have done is turning off the OC4J container on serverB. When I do this I stop getting any errors. Checking the opmn log for the containers doesn't give any information on the errors.
    Has anyone had similar problems? Might someone know how to properly test / troubleshoot the problem to see where things are messing up? Anyone have a solution?
    Thanks

    This is the way it works in 903 as well.
    There is a more general forum for 9iAS questions on this site, where other product managers who look after other areas of the product answer questions. It might be worth your while to post your question there and one of the PMs from the management team might be able to shed some light on the issue with respect to a future release.
    -steve-

  • OC4J problem and End of TNS data channel

    We are using Oralce 9iAS with OC4J to host our java application. Recently, we kept having problem with the application. The problem is when user enters username and password to login, the application doesn't do anything until we restart OC4J instance. After tracking down all the error log files, it looks like problem happened whenever the application get "SQL Exception: End of TNS data channel" error. I don't know why are we getting this "End of TNS data channel" error. I don't think it is the application's problem.
    1)Does anybody have any idea why?
    2)Does OC4J server need to be restarted every once a while.
    Thanks in advance.

    Hi Liya -
    "End of TNS data channel" is usually a message sent by the database when something erroneous is occuring.
    What version of the database, JDBC, and JDK are you using?
    Are you getting any dump files from the database?
    Can you describe a little more about what the application code is doing?
    There is some good information on this error message at the following URL
    http://forum.java.sun.com/thread.jsp?thread=280338&forum=48&message=1090056
    -steve-

  • Jdeveloper + OC4J Problem

    Hi all,
    I have an application that runs fine on tomcat and any other app server. When I try to run it from within Jdeveloper, for some reason I get all sort of class-loader or xml parsing problems.
    So it turns out that embedded oc4j tries to use its own xml parser, its own struts jar and this causes a lot of problems and it throws errors and I can't run this app.
    Please how do I turn off jdeveloper/embedded OC4J from using its own jars and rather just run the app, since the app has all needed libraries ?
    Here's a sample error -
    SEVERE: MessageResourcesFactory.createFactory
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: org.apache.struts.util.PropertyMessageResourcesFactory
         Dependent class: org.apache.struts.util.RequestUtils
         Loader: current-workspace-app.web.zeims-c:0.0.0
         Code-Source: /C:/devtools/java/jdeveloper/jdev/mywork/zeims/customer/lib/struts.jar
         Configuration: <classpath> in C:\devtools\java\jdeveloper\jdev\mywork\zeims\customer\public_html
    This load was initiated at current-workspace-app.root:0.0.0 using the loadClass() method.
    Pls help !!!

    I think that i they works is lucky, because your two modules get managed through the same class loader in your standalone oc4j
    Correct if I'm wrong, but you should not trust using local references if they aren't implemented in the same instance of the classloader, which you can control

  • OC4J - PROBLEM 10g ( 9.0.4 ) - exception: ORA-01002

    I have application perfectly running in the version 9ias (OC4J 9.0.3) when I migrated for 10g (OC4J 9.0.4) I obtained the following mistake stopping my application.
    exception: ORA-01002: fetch out of sequence
    Data of the application:
         EJB CMP
         Version Database: Oracle 9.02
         Operating system: Solaris 64 bits
    I already made several researches and I verified the following problem:
    The table TB_CARDS have a lock-mode = "Pessimistic" in the file orion-ejb.xml. In the 9.0.4 we Monitored the access in the database and have syntax : select * from tb_carts for update ("select for update"), but in the version OC4J 9.0.3 it doesn't have the syntax "for update"
         Some people talk to me to put the autocommit equal false, however where i put this option because I´m using using CMP?
         Am I following the correct manageable ?
    I await suggestions
    Respectfully

    opps "originator" was suposed to read "workingDirectory"

  • Mapviewer identify problem

    Hallo,
    We have just shifted to 9i. In 8.1.7 I was able to use identify method and show data of the houseno selected by using the method
    info = mv.identify(dataSrc, "HOUSENO", colsToSelect, "GEOLOC", 8220, x + 5,y + 5 , x-5, y-5, true);
    In 9i, after I change the pre9i parameter of the identify method to false,
    I am getting the following error. Any idea if I have to change any setting or give rights to any package or something..
    [oracle.sdovis.DBMapMaker, INFO] **** time spent on loading features: 0ms.
    [oracle.sdovis.DBMapMaker, INFO] **** time spent on rendering: 16ms
    [oracle.lbs.mapserver.core.InfoWorker, ERROR] java.sql.SQLException: ORA-29902:
    Fehler bei der Ausf³hrung von Routine ODCIIndexStart()
    ORA-01476: Divisor ist Null
    ORA-06512: in "MDSYS.SDO_CS", Zeile 222
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:187)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:241)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1477)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:
    677)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.jav
    a:2346)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
    nt.java:2635)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:
    753)
    at oracle.lbs.mapserver.core.InfoWorker.processDirectInfoRequest(InfoWor
    ker.java:188)
    at oracle.lbs.mapserver.core.InfoWorker.process(InfoWorker.java:124)
    at oracle.lbs.mapserver.oms.processInfoRequest(oms.java:1366)
    at oracle.lbs.mapserver.oms.doPost(oms.java:267)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:803)
    at java.lang.Thread.run(Unknown Source)

    This seems like it is a coordinate system problem.
    Are you specifying the query window in a different coordinate system then the layer?
    It might be helpful to turn tracing on through mapviewer to see what query is being sent to the database (or turn on tracing in the database, using sql_trace=true).

  • Mapviewer 11ea Problem

    Hi
    I have developed application to display map [stored in oracle spatial] on web using Mapviewer 10.0.2 and Jdeveloper 9.0.5.2 and is working fine. Now i am trying same application using Mapviewer 11ea but it gives the following error. Can anbody solve this
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDeveloper9\jdev\system9.0.5.2.1618\oc4j-config>
    C:\JDeveloper9\jdk\bin\javaw.exe -ojvm -classpath C:\JDeveloper9\j2ee\home\oc4j.jar;C:\JDeveloper9\jdev\lib\jdev-oc4j.jar -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\JDeveloper9\jdev\system9.0.5.2.1618\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 15719 ms.
    06/07/19 12:42:20 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    Target URL -- http://dev1:8988/webris-ViewController-context-root/webris
    Jul 19, 2006 12:42:29 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jul 19, 2006 12:42:29 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jul 19, 2006 12:42:30 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    06/07/19 12:42:30 INFO [oracle.lbs.mapserver.oms] oms root path: E:\Projects\webris\ViewController\public_html\
    06/07/19 12:42:30 INFO [oracle.lbs.mapserver.core.MapperConfig] MapViewer server version: Ver11_B060227
    06/07/19 12:42:30 INFO [oracle.lbs.mapserver.core.MapperConfig] using default config file: E:\Projects\webris\ViewController\public_html\WEB-INF\conf\mapViewerConfig.xml
    06/07/19 12:42:30 mbean domain: current-workspace-app
    06/07/19 12:42:30 INFO [oracle.lbs.mapserver.oms] OMSConfig mbean regisred.
    06/07/19 12:42:30 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL mapmaker instances.
    06/07/19 12:42:30 sessiontrue
    06/07/19 12:42:34 java.lang.NoSuchMethodError: void oracle.jdbc.pool.OracleDataSource.setConnectionCachingEnabled(boolean)
    06/07/19 12:42:34      at oracle.sdovis.ds.NativeOracleDataSource.<init>(NativeOracleDataSource.java:115)
    06/07/19 12:42:34      at oracle.sdovis.ds.DSManager.registerOracleJdbcDS(DSManager.java:110)
    06/07/19 12:42:34      at oracle.lbs.mapserver.core.MapperConfig.createMappers(MapperConfig.java:683)
    06/07/19 12:42:34      at oracle.lbs.mapserver.core.MapperConfig.loadMapViewerConfig(MapperConfig.java:1229)
    06/07/19 12:42:34      at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:502)
    06/07/19 12:42:34      at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:279)
    06/07/19 12:42:34      at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:123)
    06/07/19 12:42:34      at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:107)
    06/07/19 12:42:34      at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:205)06/07/19 12:42:35      at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Sujnan

    Hi Sujnan,
    You receive this error, because you are trying to use MapViewer 11ea with Oracle Application Server Containers for J2EE 10g (9.0.4.0.0). As I know, MapViewer 11ea is tested only with Oracle Application Server Containers for J2EE 10g (10.1.3).
    Regards,
    Andrejus

  • Mapviewer language problem

    Hi,all
    I'm a chinese mapviewer user. I used to deploy my mapviewer application on simplified chinese windows platform. This time,I must deloy my application to hp-ux platform with oracle ias10g(9.0.4) installed. The problem I encountered
    was that the lable which should be chinese word is substituted by some small squares. I tried to modify locale to zh_CN.hp15CN and restart ias ,but doesnt work.
    Sorry for my poor english. could someone give me some suggestion?

    How did you verify those logical fonts (serif, dialog) are mapped to physical fonts that contain chinese characters? Even if they are setup properly for the X11, Java JVM may not be picking up the same mapping.
    What you can try is find an actual physical font that is installed and accessible by Java, and then use that physical font name in the Text style of MapViewer.

  • Wms mapviewer oc4j - control timeout

    how can I control timeout for WMS as a server
    oc4j
    oracle 11gr1p7
    I provide WMS

    You should install (i.e., unzip) the MapViewer quick start into a separate directory and start its OC4J from that directory. Do not unzip it into your DB's (or any other product's) OC4J directory, as that will most certainly mess up both OC4J instances.
    It's perfectly fine to run two OC4J instances on the same host. There should be no conflicts, except maybe network listener ports which you can easily fix from MapViewer's OC4J (as I assume you don't want to change the DB's OC4J settings). Just try it and let us know.
    LJ

  • Deploy standalone OC4J problem

    I'm pretty new Jdeveloper So Please help me.
    I'm very strange about my deploy.
    I downloaded OC4J in c:/Oc4J, and I did ADF Runtime Installer for Standalone OC4J.
    I can deploy my local host sucessfully.
    So now I tyied to deploy to our compuany server.
    I created application server, I put company's hostname at hostname when I created application server.
    And I tried to deploy my application to the application server.
    I got error.
    This is very strange for me.
    I downloaded OC4J at C:\OC4J_home, and I put OC4J_HOME for Oc4J root directory.
    But this is working with D drive like below whenere I try to deploy my application.
    What should I do?
    Can I change this directory?
    ---- Deployment started. ---- Dec 11, 2006 11:43:08 AM
    Target platform is Standalone OC4J 10g 10.1.3 (dev).
    Running dependency analysis...
    Wrote JAR file to C:\Documents and Settings\train2.SDC\Desktop\jdevstudio10131\jdev\mywork\customerMain1204\Model\deploy\ModelArchive.jar
    Wrote WAR file to C:\Documents and Settings\train2.SDC\Desktop\jdevstudio10131\jdev\mywork\customerMain1204\ViewController\deploy\CustomerMaintenance.war
    Wrote EAR file to C:\Documents and Settings\train2.SDC\Desktop\jdevstudio10131\jdev\mywork\customerMain1204\ViewController\deploy\CustomerMaintenance.ear
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Uploading file CustomerMaintenance.ear ...
    Application Deployer for CustomerMaintenance STARTS.
    Copy the archive to D:\oc4j\j2ee\home\applications\CustomerMaintenance.ear
    Initialize D:\oc4j\j2ee\home\applications\CustomerMaintenance.ear begins...
    Unpacking CustomerMaintenance.ear
    Done unpacking CustomerMaintenance.ear
    Unpacking CustomerMaintenance.war
    Done unpacking CustomerMaintenance.war
    Initialize D:\oc4j\j2ee\home\applications\CustomerMaintenance.ear ends...
    Starting application : CustomerMaintenance
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Initializing EJB sessions
    Committing ClassLoader(s)
    Initialize CustomerMaintenance begins...
    Initialize CustomerMaintenance ends...
    Started application : CustomerMaintenance
    Binding web application(s) to site default-web-site begins...
    Binding CustomerMaintenance web-module for application CustomerMaintenance to site default-web-site under context root customerMain
    Exception: NoClassDefFoundError: oracle/jbo/JboException
    Operation failed with error:
    oracle/jbo/JboException
    Deployment failed
    Elapsed time for deployment: 1 minute, 18 seconds
    #### Deployment incomplete. #### Dec 11, 2006 11:44:24 AM

    S,
    Yes, causes a bit of a problem, the fact that all Oracle products tend to rely on the ORACLE_HOME environment variable.
    In any case, this issue has been discussed previously in this forum. I suggest you search the forum archives for "ORACLE_HOME".
    Good Luck,
    Avi.

Maybe you are looking for

  • How to handle RunTime Faults which doesn't list under System Faults?

    Hi, I have a doubt regarding runtime faults in BPEL 1.1.In BPEL 1.1 some of the run time faults are categorised as system faults.So we can handle those run time faults using the faultname or namespace(http://schemas.oracle.com/bpel/extension) of syst

  • Billing Doc can't cancelled--Urgent

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. > Pls help on this issue. When i cancelled the billing doc through VF11 Fi docume

  • Replaced display even WORSE !!!

    *I am so frustrated with Apple and its policy to repair and replace their defective products.* Ok, my iMac G5 is almost three years, I bought AppleCare, which is about to expire... that's my main concern as my iMac display started to go bad these las

  • Looking for an AIR Native Extension for iOS that will allow / disable access to certain apps

    I am looking to find and or create an ANE that will allow access and or disable access to certain apps such as internet, text, games, vine etc.  This url represents the closest app to what I am trying to achieve:  https://itunes.apple.com/us/app/pare

  • Problem showing the selected node element in Adobe Forms

    Hi, I have a Webdynpro Application with a 0..n cardinality node. The requirement is when the user selects one element of the node in my WD app, the data of the selected node element has to be shown in my Adobe Form. Now the form is showing the first