RC1 and MetaDataMappingFactory

I'm trying to migrate from 2.5.3 to 3.0RC1.
To use only the old 2.5.3 package.jdo file including mapping information
instead of additionally my newly generated .mapping file, I've set
'metadata' as MappingFactory.
Compiling my queries, I get
kodo.jdbc.meta.MappingInfoNotFoundException: No mapping information was
found for "class thisIsMyClass".
     at
kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:43)
     at
kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:342)
     at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:297)
     at
kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:272)
     at
kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:256)
     at kodo.query.QueryImpl.internalCompile(QueryImpl.java:559)
     at kodo.query.QueryImpl.compile(QueryImpl.java:523)
If I add a .mapping file with the default FileMappingFactory everything
works fine. The new mapping file was generated with kodo2migrator.
Did I misunderstand the documentation or is this an RC1-error?

Did you use the mappingtool to import the .mapping file created with
kodo2migrator into .jdo metadata extensions?I've mapped the mapping information back to the .jdo-files, removed the
mapping files and tried to start again with "kodo.jdbc.MappingFactory:
metadata". Unfortunately it did not work.
I'm using Oracle 9.2.0.1.0.
The only properties set next to metadata are:
javax.jdo.option.NontransactionalRead=true
javax.jdo.option.RetainValues=true
javax.jdo.option.Optimistic=true
javax.jdo.PersistenceManagerFactoryClass=kodo.jdbc.runtime.JDBCPersistenceManagerFactory
If I add the property
kodo.jdbc.SchemaFactory=dynamic
to prevent schema synchronization everything next to a bug I'll report
later works fine. I can read + (partially) write to the database.
Here's the stack trace, the .jdo-files come below:
kodo.MetaData :INFO: Parsing metadata resource
"jar:file:/myjar.jar!/firstpackage/package.jdo".
kodo.MetaData :INFO: Parsing metadata resource
"jar:file:/myjar.jar!/secondpackage/package.jdo".
kodo.jdbc.Schema :INFO: Generating tables for schema name "null", table
name "APPLICATION".
kodo.jdbc.Schema :INFO: Generating column information for table
"GAMBLE.APPLICATION".
kodo.jdbc.Schema :INFO: Generating tables for schema name "null", table
name "ZSYS_INTERCEPTOR".
kodo.jdbc.Schema :INFO: Generating column information for table
"GAMBLE.ZSYS_INTERCEPTOR".
kodo.jdbc.meta.MappingInfoNotFoundException: The mapping for field
"secondpackage.InterceptorDefImpl.application" is missing information on
how to link the field to the related class table, or the given information
is invalid.
     at kodo.jdbc.meta.Mappings.invalidMapping(Mappings.java:89)
     at kodo.jdbc.meta.Mappings.invalidMapping(Mappings.java:75)
     at
kodo.jdbc.meta.OneToOneFieldMapping.fromMappingInfo(OneToOneFieldMapping.java:98)
     at
kodo.jdbc.meta.RuntimeMappingProvider.getFieldMapping(RuntimeMappingProvider.java:156)
     at
kodo.jdbc.meta.MappingRepository.getFieldMapping(MappingRepository.java:410)
     at kodo.jdbc.meta.ClassMapping.getFieldMapping(ClassMapping.java:1048)
     at kodo.jdbc.meta.ClassMapping.getMappings(ClassMapping.java:1018)
     at
kodo.jdbc.meta.ClassMapping.getDeclaredFieldMappings(ClassMapping.java:781)
     at kodo.jdbc.meta.ClassMapping.resolve(ClassMapping.java:936)
     at kodo.jdbc.meta.BaseClassMapping.resolve(BaseClassMapping.java:302)
     at kodo.jdbc.meta.MappingRepository.resolve(MappingRepository.java:381)
     at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:298)
     at
kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:272)
     at
kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:256)
     at kodo.query.QueryImpl.internalCompile(QueryImpl.java:559)
     at kodo.query.QueryImpl.compile(QueryImpl.java:523)
---------------- First mapping file
<jdo>
<package name="firstpackage">
<class name="ApplicationDefImpl">
<extension vendor-name="kodo" key="class-column" value="none"/>
<extension vendor-name="kodo" key="jdbc-class-map"
value="base">
<extension vendor-name="kodo" key="pk-column" value="ID"/>
<extension vendor-name="kodo" key="table"
value="APPLICATION"/>
</extension>
<extension vendor-name="kodo" key="jdbc-version-ind"
value="version-number">
<extension vendor-name="kodo" key="column"
value="VERSION"/>
</extension>
<extension vendor-name="kodo" key="lock-column"
value="VERSION"/>
<extension vendor-name="kodo" key="pk-column" value="ID"/>
<extension vendor-name="kodo" key="table" value="APPLICATION"/>
<field name="interceptors">
<collection
element-type="secondpackage.InterceptorDefImpl"/>
<extension vendor-name="kodo" key="inverse"
value="application"/>
<extension vendor-name="kodo" key="jdbc-field-map"
value="one-many">
<extension vendor-name="kodo" key="ref-column.ID"
value="APPLICATION_ID"/>
<extension vendor-name="kodo" key="table"
value="ZSYS_INTERCEPTOR"/>
</extension>
</field>
</class>
</package>
</jdo>
---------------- Second mapping file
<jdo>
<package name="secondpackage">
<class name="InterceptorDefImpl">
<extension vendor-name="kodo" key="class-column" value="none"/>
<extension vendor-name="kodo" key="jdbc-class-map"
value="base">
<extension vendor-name="kodo" key="pk-column" value="ID"/>
<extension vendor-name="kodo" key="table"
value="ZSYS_INTERCEPTOR"/>
</extension>
<extension vendor-name="kodo" key="lock-column" value="none"/>
<extension vendor-name="kodo" key="pk-column" value="ID"/>
<extension vendor-name="kodo" key="table"
value="ZSYS_INTERCEPTOR"/>
<field name="interceptor" persistence-modifier="none"/>
<field name="application">
<extension vendor-name="kodo" key="data-column"
value="APPLICATION_ID"/>
<extension vendor-name="kodo" key="jdbc-field-map"
value="one-one">
<extension vendor-name="kodo" key="column.JDOIDX"
value="APPLICATION_ID"/>
</extension>
</field>
</class>
</package>
</jdo>

Similar Messages

  • More strange error jsf1.2 (jsf-1.2_04-b01-RC1) and Tomcat 6.0.9

    Hi!
    This error is not a good one. I'm note sure I underdstand it, Do I have a conflict somewhere? I have downloaded jsf-1.2_04-b01-RC1 and jstl1.2.jar. I'm using java 6 and linux.
    Anyone have any hints?
    2007-feb-23 22:46:49 org.apache.catalina.core.StandardContext listenerStart
    ALLVARLIG: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
    java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;" the class loader (instance of org/apache/catalina/loader/WebappClassLoader) of the current class, com/sun/faces/config/ConfigureListener, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature
         at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1642)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:455)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4336)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
         at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
         at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1206)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
         at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
         at java.lang.Thread.run(Thread.java:619)/Perty

    Hi.
    I had similar problem with the Tomcat 6.0.10 and JSF 1.1.
    As there is no answer to this thread I want to share the solution with others.
    In my case the problem gone after removing el-api.jar from the WEB-INF/lib directory of my webapp. Tomcat 6 already contains the el-api.jar in the lib directory.
    Also I do not know if it is the solusion for the JSF 1.2.

  • I Beta tested 4.0 RC1 and now can not upgrade to 4.0. Error message is need to reboot to complete prior instalation. Have removed all previous versions of Firefox, rebooted and still same error message.

    I Beta tested up to and including 4.0 RC1 without major problems. However I can not now upgrade to 4.0. Same error message time and again, "need to reboot to complete prior upgrade instalation". I rebooted several times, then tried first removing all previous versions of Firefox using both MS Add/Remove and then iolo System Mechanic, then again downloading 4.0. Even after rebooting same error message. I can not therefore install/use Firefox.

    Do a clean (re-)install:
    * Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0: http://www.mozilla.com/firefox/all.html
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Wine 1.0 rc1 and other versions not networking or finding any servers

    Hi guys,
    I am banging my head against the wall because i can't seem to solve my wine networking problem.
    It just won't connect from any game to outside servers and i seem to be the only one with this problem.
    I have compiled and installed Wine 1.0 rc 1, but the same problem occurs with 0.9.61 so it is NOT my wine
    install. Been to IRC #archlinux and #winehq and no one seems to have this problem nor a possible solution to it.
    I am using a static network connection and have tap/tun networking running for my virtual box install (well in a script for
    when i start vbox), been also playing with the hosts config file as per wine wiki to no avail.
    Arch Linux guru aka Wine master , if ur out there .... I really could use your help now
    Even if someone could test if they got the same issue would be helpfull... post.
    Greetz
    Caved

    Hey Procyon, thanks for your reply.
    Wine is not the issue here, i have used local wine packages i saved from the past and were KNOWN to
    network, and while wine is not perfect it is not the reason for the networking problem.
    I have installed HalfLife 2 to test wine 1.0 rc1 itself and it runs perfectly as it always did.
    Another testing is the custom kernel tailored to my system, it is an older .config of which i know to work
    with wine networking in the past and i also tested this with a saved older kernel that i used a while back.
    The fact that i can a) fully network in Arch Linux combined with b) fully networking within vbox(tun/tap),
    c) mount and use every single share in my home network including the vbox shares leads me to beliefe
    that there is absolutely nothing wrong with my networking settings nor my home network at all.
    The only things i can think of that might be wrong is:
    1) Arch Linux changed its internals for networking which may have introduced a bug that wasn't there
    in previous versions.
    2) My router downstairs is blocking the port that wine tries to use to connect to a server. (i checked the router
    logs but found nothing strange here either)
    Anyway i am still stuck with this issue /sigh
    Not sure if this helps but when i run wine from a term i get the following msg when it tries to connect to a server:
    WARNING: Trying to create a socket of type SOCK_RAW, this will fail unless you have special permissions.
    Somewhat strange since my user has every permission to network....
    Greetz
    Caved
    Last edited by caved (2008-05-15 06:51:09)

  • Vista RC1 and itunes authorizations

    Has anyone else upgraded to Vista RC1? I just did yesterday, and now whenever I try to play a song I bought on itunes, it asks me to authorize this computer. I enter in my password and it tells me that the computer has been authorized, but when I go to play the file it tells me I am not activated again. The cycle doesn't end.
    Any suggestions?

    I have the exact same problem. All Apple Support will do is suggest I unistall and re-install iTunes. I have done so three times and even taken off all my music and it still won't work.
    I am hoping some future build will resolve it. In the meantime, I am not using iTunes.
    Tom in Ohio

  • Dv8000 w/ xb2000 Expansion Base, Win 7 RC1, and No Sound

    I have a HP dv8000 CTO notebook and use a HP xb2000 Notebook Expansion Base.  With a complete new install of Windows 7 RC1 I have had significant problems getting sound to work.
    I've finally been able to get the base dv8000 sound to work, but have not been able to get the sound to work via the Exapansion Base.  When the expansion base connector is plugged in  to the notebook, it kills the notebook sound, but does not pass the sound to either the expansion base or the expansion base headphone jack.  I realy don't want to ust use the Expansion Base as a notebook holder, but don't want to not have sound.
    Does anyone have a solution or test process to diagnose the issue?
    Cap
    This question was solved.
    View Solution.

    I finally was able to solve this by installing an old service pack, HP SP33443 with Conexant drivers.  It appears to have been updated for Vista and works with and without the Expansion Base xb2000.
    Cap

  • Graphic driver doesn't respond when running Firefox 4 RC1 and battery mode.

    I unplugged AC adaptor from my laptop and started Firefox 4 RC1. Screen was freezed for some time and Windows restarted graphic driver every 2-4min. It was happened on random page (facebook, twitter, some news pages).
    Windows 7 32-bit, ATI Mobility Radeon HD2400 (driver: 11.2 (02/15/2011)), Firefox 4 RC1 (clean installation).
    It doesn't happened with Firefox 3.6 or with AC adaptor plugged in.
    How to fix it?

    Just some general comment
    Is your battery getting flat ? or have you changed any of the powersaving etc options. Some laptops will make changes when in battery mode and even slow down the CPU etc.
    Are you using different settings on firefox 3.6 and 4 ?
    * What about your FlashPlayer settings especially the hardware acceleration.
    * And what version of flash payer is in use on each computer <br /> check using http://kb2.adobe.com/cps/155/tn_15507.html that tests using the version installed in the current browser
    Presumably you have problems only on sites where you are using FlashPlayer, so it may be worth looking at [[Flash-based videos and sound do not play correctly]]. I have noticed whenever new versions of FlashPlayer are released some users will find problems, sometimes the video card drivers need updating.

  • RC1 and WSAD 5.1

    I am getting the following error when trying to generate the mapping file
    and build schema into the database.
    kodo.util.DataStoreException: java.lang.SecurityException: Package name not
    allowed -'java.sql'
    NestedThrowables
    kodo.util.FatalDataStoreException: java.lang.SecurityException: Package name
    not allowed -'java.sql'
    NestedThrowables
    java.sql.SQLException: java.lang.SecurityException: Package name not
    allowed -'java.sql'
    I cannot seem to get around it. I am not using or referring to the java.sql
    package anywhere in my application code. Prior to this error, I was getting
    an error ...ClassNotFound ...java.sql.Savepoint when trying to generate the
    mapping. So I explicitly set a reference to the JDK1.4\JRE\rt.jar in the
    plugin.xml file for the eclipse integration and dropped the rt.jar into the
    plugin directory. This solved the ClassNotFound problem, but then I ended
    up with the above.
    BTW - the exact same progam and the enhance/map/schema functions work fine
    through the JBuilder integration to the same database configuration. I am
    using WSAD 5.1 (jdk1.4) with RC1. The Kodo configuration in WSAD is
    considerably simpler than JBuilder, but I am using the sames values in each
    config where appropriate.
    Has anyone else seen this?
    Any suggestions?
    Thanks,
    -Robert

    Robert-
    My first guess is that you are using JDK 1.4 and you are including the
    jdbc2_0-stdext.jar in your CLASSPATH. If this is the case, can you
    remove it (since it contains JDBC extensions that are included by
    default with JDK 1.4), and see if it fixes the problem.
    Otherwise, can you provide us with some more details: complete stack
    trace, platform and JVM information, the setting of your CLASSPATH
    variable, and kodo.properties file.
    In article <blnevg$j86$[email protected]>, Robert Greene wrote:
    I am getting the following error when trying to generate the mapping file
    and build schema into the database.
    kodo.util.DataStoreException: java.lang.SecurityException: Package name not
    allowed -'java.sql'
    NestedThrowables
    kodo.util.FatalDataStoreException: java.lang.SecurityException: Package name
    not allowed -'java.sql'
    NestedThrowables
    java.sql.SQLException: java.lang.SecurityException: Package name not
    allowed -'java.sql'
    I cannot seem to get around it. I am not using or referring to the java.sql
    package anywhere in my application code. Prior to this error, I was getting
    an error ...ClassNotFound ...java.sql.Savepoint when trying to generate the
    mapping. So I explicitly set a reference to the JDK1.4\JRE\rt.jar in the
    plugin.xml file for the eclipse integration and dropped the rt.jar into the
    plugin directory. This solved the ClassNotFound problem, but then I ended
    up with the above.
    BTW - the exact same progam and the enhance/map/schema functions work fine
    through the JBuilder integration to the same database configuration. I am
    using WSAD 5.1 (jdk1.4) with RC1. The Kodo configuration in WSAD is
    considerably simpler than JBuilder, but I am using the sames values in each
    config where appropriate.
    Has anyone else seen this?
    Any suggestions?
    Thanks,
    -Robert
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • MapViewer 1.0 rc1 and Oracle Database 10g 10.1.0.2.0 Performace

    I have just loaded the MV Demo and was a little disappointed at the performance. Below, I posted a sample of database fetch/rendering times. I was wondering if this was typical since this was my first experience with Map Viewer. And if not, where can I get some information to improve performance?
    Terry
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 84145ms.
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 84300ms.
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:44 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 87443ms.
    06/09/15 08:01:44 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:48 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 92155ms.
    06/09/15 08:01:48 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 91921ms.
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 92186ms.
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 97024ms.
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 93618ms.
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 15ms
    06/09/15 08:01:59 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 99739ms.
    06/09/15 08:01:59 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 15ms

    Thank for the quick reply. I was just doing a basic test to determine if Map Viewer would satisfy our target architecture and rich web client functional requirements. Everything checks out except for my lack of understanding on how to determine the best performance settings. I expect the development environment to be slower than production. Our actual production environment is many load balanced map and database servers.
    Sorry about the lack of details.
    Terry
    Here are the particulars.
    Test Application: http://localhost:8888/mapviewer/faces/fsmc/oraclemaps.jspx
    Db server: Win 2003 Enterprise Edition 2 Xeon 3GHx processors with 8 GB RAM.
    App Server Win XP Pro 2 Xeon 3Ghx processors with 1 Gb Ram.
    App Server Sart Script:
    cd C:\mv_qs\oc4j\j2ee\home
    start C:\jdk1.5.0_04\bin\java -server -Xmx384M -jar oc4j.jar
    Map Cahce Config: DEMO_MAP MVDEMO DEMO_MAP 10 true 256 256 true
    Data Source Config: mvdemo mq thin:@172.19.35.10:1521:MQ 64 100
    MapViewer Config:
    <?xml version="1.0" ?>
    <!-- This is the configuration file for Oracle9iAS MapViewer. -->
    <!-- Note: All paths are resolved relative to this directory (where
    this config file is located), unless specified as an absolute
    path name.
    -->
    <MapperConfig>
    <!-- ****************************************************************** -->
    <!-- ************************ Logging Settings ************************ -->
    <!-- ****************************************************************** -->
    <!-- Uncomment the following to modify logging. Possible values are:
    log_level = "fatal"|"error"|"warn"|"info"|"debug"|"finest"
    default: info) ;
    log_thread_name = "true" | "false" ;
    log_time = "true" | "false" ;
    one or more log_output elements.
    -->
    <!--
    <logging log_level="info" log_thread_name="false"
    log_time="true">
    <log_output name="System.err" />
    <log_output name="../log/mapviewer.log" />
    </logging>
    -->
    <!-- ****************************************************************** -->
    <!-- ********************** Map Image Settings ************************ -->
    <!-- ****************************************************************** -->
    <!-- Uncomment the following only if you want generated images to
    be stored in a different directory, or if you want to customize
    the life cycle of generated image files.
    By default, all maps are generated under
    $ORACLE_HOME/lbs/mapviewer/web/images.
    Images location-related attributes:
    file_prefix: image file prefix, default value is "omsmap"
    url: the URL at which images can be accessed. It must match the 'path'
    attribute below. Its default value is "%HOST_URL%/mapviewer/images"
    path: the corresponding path in the server where the images are
    saved; default value is "%ORACLE_HOME%/lbs/mapviewer/web/images"
    Images life cycle-related attributes:
    life: the life period of generated images, specified in minutes.
    If not specified or if the value is 0, images saved on disk will
    never be deleted.
    recycle_interval: this attribute specifies how often the recycling
    of generated map images will be performed. The unit is minute.
    The default interval (when not specified or if the value is 0)
    is 8*60, or 8 hours.
    -->
    <!--
    <save_images_at file_prefix="omsmap"
    url="http://mypc.mycorp.com:8888/mapviewer/images"
    path="../web/images"
    />
    -->
    <!-- ****************************************************************** -->
    <!-- ********************* IP Monitoring Settings ********************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment the following to enable IP filtering for administrative
    requests.
    Note:
    - Use <ips> and <ip_range> to specify which IPs (and ranges) are allowed.
    Wildcard form such as 20.* is also accepted. Use a comma-delimited
    list in <ips>.
    - Use <ips_exclude> and <ip_range_exclude> for IPs and IP ranges
    prohibited from accessing eLocation.
    - If an IP falls into both "allowed" and "prohibited" categories, it is
    prohibited.
    - If you put "*" in an <ips> element, then all IPs are allowed, except
    those specified in <ips_exclude> and <ip_range_exclude>.
    On the other hand, if you put "*" in an <ips_exclude> element, no one
    will be able to access MapViewer (regardless of whether an IP is in
    <ips> or <ip_range>).
    - You can have multiple <ips>, <ip_range>, <ips_exclude>, and
    <ip_range_exclude> elements under <ip_monitor>.
    - If no <ip_monitor> element is present in the XML configuration
    file, then no IP filtering will be performed (all allowed).
    - The way MapViewer determines if an IP is allowed is:
    if(IP filtering is not enabled) then allow;
    if(IP is in exclude-list) then not allow;
    else if(IP is in allow-list) then allow;
    else not allow;
    -->
    <!--
    <ip_monitor>
    <ips> 138.1.17.9, 138.1.17.21, 138.3.*, 20.* </ips>
    <ip_range> 24.17.1.3 - 24.17.1.20 </ip_range>
    <ips_exclude> 138.3.29.* </ips_exclude>
    <ip_range_exclude>20.22.34.1 - 20.22.34.255</ip_range_exclude>
    </ip_monitor>
    -->
    <!-- ****************************************************************** -->
    <!-- ********************** Web Proxy Setting ************************ -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to specify the Web proxy setting.
    This is only needed for passing background image URLs to
    MapViewer in map requests or for setting a logo image URL, if
    such URLs cannot be accessed without the proxy.
    -->
    <!--
    <web_proxy host="www-proxy.my_corp.com" port="80" />
    -->
    <!-- ****************************************************************** -->
    <!-- *********************** Security Configuration ******************* -->
    <!-- ****************************************************************** -->
    <!-- Here you can set various security related configurations of MapViewer.
    -->
    <security_config>
    <disable_direct_info_request> false </disable_direct_info_request>
    </security_config>
    <!-- ****************************************************************** -->
    <!-- *********************** Global Map Configuration ***************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to specify systemwide parameters
    for generated maps. You can specify your copyright note, map title, and
    an image to be used as a custom logo shown on maps. The logo image must
    be accessible to this MapViewer and in either GIF or JPEG format.
    Notes:
    - To disable a global note or title, specify an empty string ("") for
    the text attribute of <note> and <title> element.
    - position specifies a relative position on the map where the
    logo, note, or title will be displayed. Possible values are
    NORTH, EAST, SOUTH, WEST, NORTH_EAST, SOUTH_EAST,
    SOUTH_WEST, NORTH_WEST, and CENTER.
    - image_path specifies a file path or a URL (starts with "http://")
    for the image.
    <rendering> element attributes:
    - Local geodetic data adjustment: If allow_local_adjustment="true",
    MapViewer automatically performs local data
    "flattening" with geodetic data if the data window is less than
    3 decimal degrees. Specifically, MapViewer performs a simple
    mathematical transformation of the coordinates using a tangential
    plane at the current map request center.
    If allow_local_adjustment="false" (default), no adjustment is
    performed.
    - Automatically applies a globular map projection (geodetic data only):
    If use_globular_projection="true", MapViewer will
    apply a globular projection on the fly to geometries being displayed.
    If use_globular_projection="false" (the default), MapViewer does no map
    projection to geodetic geometries. This option has no effect on
    non-geodetic data.
    -->
    <!--
    <global_map_config>
    <note text="Copyright 2004, Oracle Corporation"
    font="sans serif"
    position="SOUTH_EAST"/>
    <title text="MapViewer Demo"
    font="Serif"
    position="NORTH" />
    <logo image_path="C:\\images\\a.gif"
    position="SOUTH_WEST" />
    <rendering allow_local_adjustment="false"
    use_globular_projection="false" />
    </global_map_config>
    -->
    <!-- ****************************************************************** -->
    <!-- ****************** Spatial Data Cache Setting ******************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to customize the spatial data cache
    used by MapViewer. The default is 64 MB for in-memory cache.
    To disable the cache, set max_cache_size to 0.
    max_cache_size: Maximum size of in-memory spatial cache of MapViewer.
    Size must be specified in megabytes (MB).
    report_stats: If you would like to see periodic output of cache
    statistics, set this attribute to true. The default
    is false.
    -->
    <!--
    <spatial_data_cache max_cache_size="64"
    report_stats="false"
    />
    -->
    <!-- ****************************************************************** -->
    <!-- ******************** Custom Image Renderers ********************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and add as many custom image renderers as needed here,
    each in its own <custom_image_renderer> element. The "image_format"
    attribute specifies the format of images that are to be custom
    rendered using the class with full name specified in "impl_class".
    You are responsible for placing the implementation classes in the
    MapViewer's classpath.
    -->
    <!--
    <custom_image_renderer image_format="ECW"
    impl_class="com.my_corp.image.ECWRenderer" />
    -->
    <!-- ****************************************************************** -->
    <!-- ****************** Custom WMS Capabilities Info ****************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following tag if you want MapViewer to
    use the following information in its getCapabilities response.
    Note: all attributes and elements of <wms_config> are optional.
    -->
    <!--
    <wms_config host="www.my_corp.com" port="80">
    <title>
    WMS 1.1 interface for Oracle Application Server 10g MapViewer
    </title>
    <abstract>
    This WMS service is provided through Oracle MapViewer.
    </abstract>
    <keyword_list>
    <keyword>bird</keyword>
    <keyword>roadrunner</keyword>
    <keyword>ambush</keyword>
    </keyword_list>
    <sdo_epsg_mapfile>
    ../config/epsg_srids.properties
    </sdo_epsg_mapfile>
    </wms_config>
    -->
    <!-- ****************************************************************** -->
    <!-- **************** Custom Non-Spatial Data Provider **************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and add as many custom non-spatial data provider as
    needed here, each in its own <ns_data_provider> element.
    You must provide the id and full class name here. Optionally you
    can also specify any number of global parameters, which MapViewer
    will pass to the data provider implementation during initialization.
    The name and value of each parameter is interpreted only by the
    implementation.
    -->
    <!-- this is the default data provider that comes with MapViewer; please
    refer to the MapViewer User's Guide for instructions on how to use it.
    -->
    <ns_data_provider
    id="defaultNSDP"
    class="oracle.sdovis.NSDataProviderDefault"
    />
    <!-- this is a sample NS data provider with prameters:
    <ns_data_provider
    id="myProvider1" class="com.mycorp.bi.NSDataProviderImpl" >
    <parameters>
    <parameter name="myparam1" value="value1" />
    <parameter name="p2" value="v2" />
    </parameters>
    </ns_data_provider>
    -->
    <!-- ****************************************************************** -->
    <!-- ******************* Map Cache Server Setting ******************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to customize the map cache server.
    <cache_storage> specifies the default root directory under which the
    cached tile images are to be stored if the cache instance configuration
    does not specify the root directory for the cache instance. If the
    default root directory is not set or not valid, the default root
    direcotry will be set to be $MAPVIEWER_HOME/web/mapcache
    default_root_path: The default root directory under which the cached
    tile images are stored.
    <logging> specifies the logging options for map cache server.
    -->
    <!--
    <map_cache_server>
    <cache_storage default_root_path="/scratch/mapcachetest/"/>
    <logging log_level="finest" log_thread_name="false" log_time="true">
    <log_output name="System.err"/>
    <log_output name="../log/mapcacheserver.log"/>
    </logging>
    </map_cache_server>
    -->
    <!-- ****************************************************************** -->
    <!-- ******************** Predefined Data Sources ******************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to predefine one or more data
    sources.
    Note: You must precede the jdbc_password value with a '!'
    (exclamation point), so that when MapViewer starts the next
    time, it will encrypt and replace the clear text password.
    -->
    <map_data_source name="mvdemo"
    jdbc_host="172.19.35.10"
    jdbc_sid="MQ"
    jdbc_port="1521"
    jdbc_user="mq"
    jdbc_password="mq001"
    jdbc_mode="thin"
    number_of_mappers="3"
    />
    </MapperConfig>

  • VISTA64 RC1 and more than 2G RAM - finally wo

    If creative would lonly listen to people who had problems with XP64, then maybe this would not be an issue in vista....
    I have had the same issue with XP64 and an audigy2, and xfi. if you have 4G of ram, then there is no 5. sound. You only get sound through the front left and right. If you disable the ram from 2.75G to 4G then all works well. Apparently, Creative has programmers that still have no idea what a PCI memory hole is. Still. After many people complaining. After they told me they were aware of the problem after I was escaleted to tech support.
    Still not fixed.
    Well, I did a fresh install of vista rc2 and then installed the latest drivers for the XFI. Lo and behold, I finally get 5. surround sound. In the test, in media center and dolby digital novies, everywhere.
    EAX works, all of the environment modes work everything seems to work very well except CMSS 3D. That does not work at all.
    Well, this can be similated with EAX to turn stereo into a pseudo surround.
    All in all, the first time in many years that creative software seems to work so far.Message Edited by tomb8 on 0-7-2006 07:22 PM

    If you're that unhappy with their products, why buy them? Contacting the big retailers isn't going to keep them from carrying Creative's Products.
    I don't think they've just "hacked" the previous drivers as the audio is completely rewritten in Vista. I fear that Creative has taken the same approach as some other companies out there and figuring that normal consumers don't have 4Gb of ram.... Then again, normal consumers don't have x64 windows either.
    Rember whem Bill Gates said that something like 64K of ram was more than anyone would EVER need? I seem to remeber by the end of that year, 28k was "Too Much"
    I think the bottom line here is that if you aren't happy with their products, vote with your wallet -Buy something else. As far as I'm concerned, I'm happy with my Audigy 2zs's and X-Fi. I'm NOT happy with "Software" sound solutions, such as the onboard sound or Turtle Beach's cards; after all, they are only Via chips on a add-in card. Still software sound.

  • Vista rc1 and live 24bit,

    Can someone tell me if its possible to get this card working on vista rc on 64x. I have been trying for 2 days and cant submit my review till i sort this out. i really dont want to have to download the 32bit version. i have found vista stable so far but i need this driver badly.

    Short answer, no. Long answer, yes.
    Don't use the Vista x64 drivers. Install the XP Pro x64 drivers.
    IF the installer doesn't work (it crashes for me) do the following.
    Download and install a Zip program such as 7z (it's free).
    Use 7z or whatever to extract all the compress files from the XP x64 download to some folder on your desktop.
    Open Device Manager, right click on the media device (I foget the term Vista uses exactly) and click Update Driver Software.
    Choose browse my computer and click on the browse button and point to the extracted folder. Make sure you check "Include Subfolders"
    Click next and that should do it. Restart. No need for F8.
    Sounds are good. I don't have any fancy speaker setup, just standard setero.
    I'm sure there are other ways to get it to work, but that's how I did it.Message Edited by Thrawn05 on 09-08-2006 06:43 PM

  • Firefox Betas and RC1 Freezes

    I installed Firefox 4 (betas) and now RC1 and it installs OK but once I try to use it FF freezes and will do NOTHING. I have to restart my computer. I am using Windows Ultimate 64 O/S. Firefox 3.6 works fine.

    Hi H2OVixen,
    Can you please describe how you are applying the update? What is strange is that the profiles and bookmarks are still there after the update.
    If you are updating Firefox it would automatically import the profile that it has. However, if there are multiple profiles on the machine, it will pull the default profile. What may be interesting to see if is the profile manager still has all the profiles after the update, as it should ideally.[[Using Multiple Profiles]] Though you did mention that this does not happen to local libraries. I think this may be the issue you are really describing: NAS profiles are not seen after an update, is this correct?
    Is it possible to see the profile on the NAS after the update if you open the Profile Manager on launch?
    Cheers
    *[http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/]

  • I can't find the Firefox button in RC1

    I just installed Firefox 4 RC1 and noticed that the bookmarks toolbar was disabled. After going into the help, I was told to click the Firefox button then under options tick Bookmarks toolbar. After a few more searches I conclude that I do not have the Firefox button but instead the classic File, Edit, View, History, Bookmarks, Tools and Help menu strip.
    The fact that I'm using Windows XP and not Vista or 7 should not make a difference because Microsoft will support XP until 2014! I can't find any options to turn on the toolbar via the Options menu.
    Also on a side note, the bookmarks button on the right next to the home button is also missing.

    I am not sure where it is explained, but the firefox button replaces the menubar. If you
    *''' turn off the menubar by using View -> Toolbars [] menubar
    that should allow you to see the firefox button. If you want to display the menubar again it is available under FirefoxButton ->options .
    The Alt key may be used to temporarily display the menubar, if you have the firefox butoon displaying using the alt key will temporarily allow you to see the menubar and firefoxbutton at the same time.
    Options and actions that utilised the menubar will now normally be available by using the new Firefox Buton.

  • Canon 50D RAW: LR2.1 RC1 vs. ACR 4.6

    Will the RAW processing of a Canon 50D file be identical between LR2.1 RC1 and ACR 4.6?
    I ask because I want to do apples-to-apples comparison of high-ISO images from the 40D and the 50D. I'd prefer to process the images in LR, but only if LR is just as good as the latest version of ACR in processing images from the 50D.

    >Will the RAW processing of a Canon 50D file be identical between LR2.1 RC1 and ACR 4.6?
    No. It will be identical between LR 2.1 FINAL (not yet released) and ACR 4.6 FINAL (just released).

  • Windows 7 RC1 not recognising my fatal1ty headset microphone

    greetings,
    I have got a problem, I recently switched to windows 7 RC1 and now I cannot get the mic to work.
    My soundhardware:
    x-fi titanium soundcard
    fatal1ty gaming headset (not the USB one)
    sound output works normal, windows even recognises that my line-in is active BUT I am getting no input from my microphone at all.
    Anyone know what this could be? (I am running the newest beta drivers for my soundcard btw)
    thanks in advance

    Hi Vanilla,
    sorry to see that no one has replied to your problem.... I have the same issue here.
    I used to have Vista 64bit installed on my Desktop with a Vista that is supposed to be onl;y used for my Dell Laptop......Windows has noticed this and will not let me do updates anymore to my Desktop
    So I reinstalled Windows 7 64bit that I had installed a while ago and now I have no mic to use on Teamspeak. My headset (Sennheiser PC350) worked with Vista 64bit. I am just doimng the Auto update from Creative and have also downloaded the beta drivers from Creative for Windows 7. If I have any luck getting my Mic working I will let you know. I would appreciate if you could do the same to me if you get yours working.
    Good luck to both of us.....
    Cheers

Maybe you are looking for