Problem in mapping existing schema in SunOne8

I am trying to deploy an CMP application in Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) and facing the following issues:
1. I am generating an existing oracle schema file using deploy tool. I am able to choose the schema file, but the tables are not getting populated from the schema file. (I even tried creating the jdbc datasource, but no luck).
2. I tried mapping the existing schema manually. After mapping the cmp entites to corresponding table, RED mark is shown in the Physical Tables.
When i try to deploy the Jar, deployer is throwing the below error.
Deploy action running...
Deployment failed on target localhost:4848_server : Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- Caught java.lang.IllegalArgumentException while processing CMP beans for application [TestCMP]; module [D:\servers\Sun\AppServer\domains\domain1\applications\j2ee-modules\test]: null. See log for details.
!! Operation Failed !!!
Any help..... very urgent.
thanks,
Bobby.

Bobby,
The tables do not get populated from the schema file.
Basically, the captured schema is used to provide
e the persistence engine with information about the
structure of the database. I'm not exactly sure
what the IllegalArgumentException stems from, but did
you define a cmp-resource in deploytool as well. Is
there more information in the server.log than what is
provided.Thanks for your reply.
If the tables are not displayed, how can we map the tables to corresponding entity beans. As a result, the sun-cmp-mapping file is empty.
Another problem, if i manually provide the mapping file and the schema file, the tables / fields are getting displayed correctly, but "RED coloured icon is getting displayed in the Physical Tables" dropdown box in deploy Tool.
No idea what is the problem.
I have defined the cmp-resource in deployment tool, still i am getting the same error message.
sun-ejb-jar.xml
<cmp-resource>
<jndi-name>jdbc/testdb</jndi-name>
     <default-resource-principal>
     <name>cmpuser</name>
<password>smppassword</password>
</default-resource-principal>
<create-tables-at-deploy>false</create-tables-at-deploy>
<drop-tables-at-undeploy>false</drop-tables-at-undeploy>
<database-vendor-name>ORACLE</database-vendor-name>
<schema-generator-properties>
<property>
<name>use-unique-table-names</name>
<value>false</value>
</property>
<property>
<name>java-to-database</name>
<value>true</value>
</property>
</schema-generator-properties>
</cmp-resource>
Server Log message during deployment:
#|2004-12-02T03:57:08.720-0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=13;|Caught java.lang.IllegalArgumentException while processing CMP beans for application [corp]; module [D:\servers\Sun\AppServer\domains\domain1\applications\j2ee-modules\test]: null. See log for details.
java.lang.IllegalArgumentException
     at com.sun.jdo.spi.persistence.generator.database.MappingPolicy.getJdbcTypeName(MappingPolicy.java:885)
     at com.sun.jdo.spi.persistence.generator.database.MappingPolicy.getSQLTypeName(MappingPolicy.java:712)
     at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.getColumnDef(DDLGenerator.java:433)
     at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.createCreateTableDDL(DDLGenerator.java:292)
     at com.sun.jdo.spi.persistence.generator.database.DDLGenerator.generateDDL(DDLGenerator.java:113)
     at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.createDDLs(JDOCodeGenerator.java:575)
     at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.loadOrCreateMappingClasses(JDOCodeGenerator.java:503)
     at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGenerator.java:145)
     at com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGenerator.java:118)
     at com.sun.ejb.codegen.CmpCompiler.compile(CmpCompiler.java:143)
     at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:617)
     at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:565)
     at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployModule(EJBCompiler.java:476)
     at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:212)
     at com.sun.enterprise.deployment.backend.ModuleDeployer.runEJBC(ModuleDeployer.java:1192)
     at com.sun.enterprise.deployment.backend.EjbModuleDeployer.deploy(EjbModuleDeployer.java:172)
     at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:139)
     at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:124)
     at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:74)
     at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:233)
     at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:150)
     at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:275)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:287)
     at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:280)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:221)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:228)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:823)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:792)
     at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
     at $Proxy1.invoke(Unknown Source)
     at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:105)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:35)
     at com.sun.enterprise.tools.admingui.handlers.DeploymentHandler.deploy(DeploymentHandler.java:98)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:785)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:731)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:250)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.execute(DescriptorViewBeanBase.java:187)
     at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
     at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:822)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:760)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:780)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:590)
     at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:951)
     at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:622)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
     at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:480)
     a

Similar Messages

  • Mapping workspaces to existing schema

    I have recently installed apex and am trying to map a workspace to an existing schema. The only schemas that show up in the drop down list are BI, IX and any new schemas I have created. I would like to map the workspace to SCOTT, OE, HR etc... How do I get these schemas to show up in the drop down list.... The only related posting I could find suggested grant select on at least one of the tables to the application schema. In this case, what is the application schema? I haven't created any applications yet...
    Ken Rubesh

    I found a table called flows_020200.wwv_flow_restricted_schemas. I deleted the record for schema OE and now it appears in the drop down. Is there a safer way to un-restrict schemas in apex??

  • Problem in mapping while using Do not Use SOAP Envelope

    Hi All,
    This is wrt my thread 'Removing and adding SOAP Envelope'
    I am currently working on SOAP-XI-Proxy Scenario.
    For some un avoiadable reason, I had to use the option 'DO not use SOAP Envelope' .So the SOAP Envelope came withen the payload and in the pipeline, I can see the payload prefixed by '<?xml version="1.0" ?>' .
    Now my payload looks like
    <?xml version="1.0" ?> ( no more the encoding="utf-8" notation is there)
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
       xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <soapenv:Body>
      <Complaint_Request xmlns="urn:******createserviceticket">
      <CaseNo>12345</CaseNo>
      <CustomerNo>12345</CustomerNo>
      </Complaint_Request>
      </soapenv:Body>
      </soapenv:Envelope>
    To accomodate the change, I also changed my request structure as
      <Complaint_Request> (My new message Type)
        <Envelope>
         <Body>
           <Complaint_Request> (My previous message Type)
            <caseNo>
            <CustomerNo>
    But I am facing problem in mapping the values to the target structure (which is a flat structure),
    as the payload doesnot start with ' ns1: ' notation any more . Even XSLT mapping is not working.
    When I am pasting the payload in the Testing Mapping Editor, the Source Node are correctly
    formed, but all come in RED . But as the root node , ie 'ns0' is not there, the value
    from child nodes are not getting mapped to the target fields.
    Regards,
    Subhendu

    Hi Joel,
    SAP says, when we use the option 'DO Not Use SOAP Envelope', the payload also contains the SOAP
    Envelope. So it is obvious that the payload wont start with 'ns0' notation.
    So I am searching for a solution, when we use that option.
    Regards,
    Subhendu

  • User application-id and existing schema: Enhancer doesn't work properly

    I want to use JDO, but I have an existing schema and I need to use my own
    primary keys.
    Unfortunately the documentation and examples show only one thing at a
    time.
    Either it describes how to use an existing schema or it shows how to use
    application-controlled keys.
    Below I pasted a simplified example which shows my problem.
    Is there something obviously wrong in my setup? Do I forget something
    maybe quite simple?
    Thanks for any help - I am pretty much stuck here,
    Claudia
    Error:
    ======
    Enhancing first seems to have worked fine.
    But when using the enhanced classes in my business code (before
    actually creating or querying) I get an error message which shows
    that during the enhancement process something went wrong:
    java.lang.VerifyError:
    (class: DBEntry, method: jdoCopyKeyFieldsToObjectId signature:
    (Ljavax/jdo/PersistenceCapable$ObjectIdFieldManager;Ljava/lang/Object;)V)
    Bad type in putfield/putstatic
    My package.jdo:
    ================
    <?xml version="1.0"?>
    <jdo>
    <package name="de.erv.be.biz.conf.jdo">
    <class name="DBEntry" identity-type="application"
    objectid-class="MyObjectId">
    <extension vendor-name="kodo" key="table" value="DB_TABLE"/>
    <extension vendor-name="kodo" key="pk-column" value="ID"/>
    <extension vendor-name="kodo" key="lock-column" value="none"/>
    <extension vendor-name="kodo" key="class-column" value="none"/>
    <field name="id" primary-key="true">
    <extension vendor-name="kodo" key="id-data-column" value="ID"/>
    </field>
    <field name="data">
    <extension vendor-name="kodo" key="data-column" value="DATA"/>
    </field>
    </class>
    </package>
    </jdo>
    My class DBEntry which matches a table in the database:
    =======================================================
    package jdoTest;
    import javax.jdo.*;
    public class DBEntry{
    private Long id;
    private String data;
    public void setId(Long p_id){
    id = p_id;
    public void setData(String p_data){
    data = p_data;
    public Long getId(){
    return id;
    public String getData(){
    return data;
    My class MyObjectId:
    ====================
    public class MyObjectId{
    public Long id;
    public boolean equals(Object other){
              if (other == this)
                   return true;
              if (!(other instanceof ObjectId))
                   return false;
              ObjectId obj = (ObjectId) other;
              return this.id == obj.id;
    public int hashCode(){
    return id.hashCode();

    The problem here is actually a bug in the 0.95 spec, which Kodo 2.2.x
    implements. It has been resolved in the 1.0 spec. Keep an eye on this
    newsgroup for an announcement of our 1.0-compliant beta sometime tomorrow.
    To temporarily resolve the problem at hand, see
    https://bugzilla.solarmetric.com/show_bug.cgi?id=123.
    -Patrick
    On 6/4/02 10:37 AM, "Claudia Bach" <[email protected]> wrote:
    I want to use JDO, but I have an existing schema and I need to use my own
    primary keys.
    Unfortunately the documentation and examples show only one thing at a
    time.
    Either it describes how to use an existing schema or it shows how to use
    application-controlled keys.
    Below I pasted a simplified example which shows my problem.
    Is there something obviously wrong in my setup? Do I forget something
    maybe quite simple?
    Thanks for any help - I am pretty much stuck here,
    Claudia
    Error:
    ======
    Enhancing first seems to have worked fine.
    But when using the enhanced classes in my business code (before
    actually creating or querying) I get an error message which shows
    that during the enhancement process something went wrong:
    java.lang.VerifyError:
    (class: DBEntry, method: jdoCopyKeyFieldsToObjectId signature:
    (Ljavax/jdo/PersistenceCapable$ObjectIdFieldManager;Ljava/lang/Object;)V)
    Bad type in putfield/putstatic
    My package.jdo:
    ================
    <?xml version="1.0"?>
    <jdo>
    <package name="de.erv.be.biz.conf.jdo">
    <class name="DBEntry" identity-type="application"
    objectid-class="MyObjectId">
    <extension vendor-name="kodo" key="table" value="DB_TABLE"/>
    <extension vendor-name="kodo" key="pk-column" value="ID"/>
    <extension vendor-name="kodo" key="lock-column" value="none"/>
    <extension vendor-name="kodo" key="class-column" value="none"/>
    <field name="id" primary-key="true">
    <extension vendor-name="kodo" key="id-data-column" value="ID"/>
    </field>
    <field name="data">
    <extension vendor-name="kodo" key="data-column" value="DATA"/>
    </field>
    </class>
    </package>
    </jdo>
    My class DBEntry which matches a table in the database:
    =======================================================
    package jdoTest;
    import javax.jdo.*;
    public class DBEntry{
    private Long id;
    private String data;
    public void setId(Long p_id){
    id = p_id;
    public void setData(String p_data){
    data = p_data;
    public Long getId(){
    return id;
    public String getData(){
    return data;
    My class MyObjectId:
    ====================
    public class MyObjectId{
    public Long id;
    public boolean equals(Object other){
    if (other == this)
    return true;
    if (!(other instanceof ObjectId))
    return false;
    ObjectId obj = (ObjectId) other;
    return this.id == obj.id;
    public int hashCode(){
    return id.hashCode();
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • No mapping exists from object type Telerik.Web.UI.RadMaskedTextBox to a known

    hi for all i got this problem when i try to update record in a database actually it's first
    time happining with me
    No mapping exists from object type Telerik.Web.UI.RadMaskedTextBox to a known
    managed provider native type
    and this is my code
    SqlCommand cmd = new SqlCommand("update RealEstate set DestinationEntity=@speechDirect,FULLName=@name,Individual_Iqama_NR=@egamhNo,Individual_Passport_NR_ID=@passport,Individual_Gender=@six,Individual_Sociall_Status=@martialstate,Individual_Passport_Issue_Date=@passportdate,Individual_Nationality_ID=@nationality,IqamaIssued_From=@egamhsource,Total_Staying_Time_KSA=@stayduration,Individual_Work_Address=@workdisc,Possess_Type=@omntype,Apartment_No=@estateno,Apartment_Floor_No=@storyno,Possess_City_ID=@city,QuarterID=@area,Deed_No=@InstrumentNo,Deed_Date_HijriAfter=@Instrumentdate,Deed_Issue_City_ID=@Instrumentsource,Request_Status=@orderstate,Real_Estate_Area=@estatespace,[notes]=@notes,Incomming_No=@waredno,Incomming_Date_HijriAfter=@wareddate,Qaied_No=@ghaidno,Qaied_Date_HijriAfter=@ghaiddate,ExportNumber=@jihtsdor, ExportDateHijriAfter=@job where Possess_ID=@id", _con);
    cmd.CommandType = CommandType.Text;
    _con.Open();
    cmd.Parameters.AddWithValue("@id", int.Parse(Request.QueryString["Serial"].ToString()));
    cmd.Parameters.AddWithValue("@speechDirect", RadComboBox1.SelectedValue);
    cmd.Parameters.AddWithValue("@name", txtname.Text);
    cmd.Parameters.AddWithValue("@egamhNo",txtegamhno.Text);
    cmd.Parameters.AddWithValue("@passport", txtpassportno.Text);
    cmd.Parameters.AddWithValue("@six",RDSix.SelectedValue);
    cmd.Parameters.AddWithValue("@martialstate", Rdstatus.SelectedValue);
    cmd.Parameters.AddWithValue("@passportdate", DateTime.Now);
    cmd.Parameters.AddWithValue("@nationality", RdNationality.SelectedValue);
    cmd.Parameters.AddWithValue("@egamhsource", txtegamhsou.Text);
    cmd.Parameters.AddWithValue("@stayduration", txtstayduration.Text);
    cmd.Parameters.AddWithValue("@workdisc", txtjobdirec.Text);
    cmd.Parameters.AddWithValue("@omntype", RdownType.SelectedValue);
    cmd.Parameters.AddWithValue("@estateno",txtflatNo.Text);
    cmd.Parameters.AddWithValue("@storyno", txtstoryNo.Text);
    cmd.Parameters.AddWithValue("@city", RDcity.SelectedValue);
    cmd.Parameters.AddWithValue("@area", RadComboBox2.SelectedValue);
    cmd.Parameters.AddWithValue("@InstrumentNo",txtskno.Text);
    cmd.Parameters.AddWithValue("@Instrumentdate", txtskdate.Text);
    cmd.Parameters.AddWithValue("@Instrumentsource", Rdsksource.SelectedValue);
    cmd.Parameters.AddWithValue("@orderstate", Rdordercase.SelectedValue);
    cmd.Parameters.AddWithValue("@estatespace",txtspace.Text);
    cmd.Parameters.AddWithValue("@notes", txtcomments.Text);
    cmd.Parameters.AddWithValue("@waredno",txtwaredno.Text);
    cmd.Parameters.AddWithValue("@wareddate", txtkitabno.Text);
    cmd.Parameters.AddWithValue("@ghaidno", txtgaidno.Text);
    cmd.Parameters.AddWithValue("@ghaiddate",txtghaiddate.Text);
    cmd.Parameters.AddWithValue("@jihtsdor",Rdsksource.SelectedValue);
    cmd.Parameters.AddWithValue("@job", txtsaderdate);
    int x =cmd.ExecuteNonQuery();
    any one could provide suggestion to solve this problem
    thanks

    Hello,
    I would like suggest you posting it to:
    http://www.telerik.com/support
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with mapping the Entity beans onto database tables

    Hi,
    I got a problem with mapping the Entity beans onto database tables. Here are what I did:
    First Step:
    asant capture-schema
    Second Step:
    capture-schema -driver com.pointbase.jdbc.jdbcUniversalDriver -dburl jdbc:pointbase:server://localhost/sun-appserv-samples -username pbPublic -password pbpublic -table APPLICANT -table APPLICANTSKILL -table CUSTOMER -table LOCATION -table job -table JOBSKILL -table SKILL -out build/agency.dbschema
    The first step was fine. But, in the second step, I got the error message as follow:
    using dburl:jdbc:pointbase:server://localhost/sun-appserv-samples
    using username:pbPublic
    using password:pbpublic
    using driver:com.pointbase.jdbc.jdbcUniversalDriver
    using schemaname:null
    using output file:build/agency.dbschema
    JDO71100: Failed to find a class. Verify that the class is available on your CLASSPATH
    java.lang.ClassNotFoundException: com.pointbase.jdbc.jdbcUniversalDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(Co
    nnectionProvider.java:38)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:130)
    at com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper.mai
    n(CaptureSchemaWrapper.java:29)
    Thanks for your help!

    You need to add the pbclient.jar or some similar name like that, in the CalssPath.

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • HTMLDB workspace not recognising existing schema - help!

    Hi,
    This thread is a spinoff from this thread (Hosting an Oracle XE db on the web?
    I am trying to use HTMLDB Workspace to upload my Oracle database and its web pages onto the internet for my university project. However, when I get to the schema name I give my username for an existing schema, and the schema is not recognised. Why is this?
    How can this be fixed and what is the cause?
    BTW I am using Oracle XE if this matters.
    Thanks
    Message was edited by:
    user469406

    << so what is the process of packaging the db to host it elsewhere on a server (ie I need to save and send the db and its HTML pages to someone I know through the net for hosting). >>
    It appears you first need to better understand how HTMLDB works because what you're asking for is simply impossible (unless your target host has an Oracle database with HTMLDB installed already)...
    The pages you create in HTMLDB (which make up your application) are not static, but they get created dynamically through PL/SQL inside the database engine. So it's impossible to just upload them to any kind of web server, as it is impossible to just just "send the db" - Oracle is nothing like Access ;-)
    As Robert already mentioned, you may be stuck because your schema GA_Airways does not exist on htmldb.oracle.com (which is logically if you think about it, or better say unless anybody else had already created a schema with that name...).
    However - it's not that complicated after all:In order to bring your application online there, you need to
    a) successfully request a workspace - make sure you do not choose "existing schema" but rather "new" and it should work without problems. You don't need to worry about the schema name that will be provided, it really doesn't matter.
    b) create the tables you need for your app inside your new workspace
    c) if needed, upload your data to the tables
    d) import your application (which you exported before on your local installation)
    HTH,
    Holger

  • Problem with maps on e72

    Hi everyone
    I've got a problem with maps on my E72.
    I've seen advert that Nokia is going to let everyone use maps for free on selected models.
    I was going to buy Sat Nav for whole Europe as I travel a lot and I was going to change my old N95. I thought I could do both in one new phone. Checked all the available models and chose E72. It said it;s got GPS and you don't need to use your network and spend fortune on internet connection. Got it from eBay for £270.
    I installed Ovi Maps from internet and the first thing that surprised me was it had 'only' 7-8MB.
    I thought that something was wrong, maps for 72 countries couldn't be 8MB big.
    After some time I managed to set my e72 up. Put my Maps on and...
    It takes loads of time to find GPS connection, but the worst thing is if I type lets say Paris it doesn't find anything. Map has wholes, like suddenly the roads end and there's nothing there.
    My question is what am I doing wrong? Do I need to download something more? I didn't have any maps on my phone when I bought it. Where can I find them?
    If someone could help I'd appreciate it.
    Thanks a lot.

    I forgot to mention that when I choose a destination it keeps saying Calculating route all the time. I waited about 15 minutesand it didn't calculate anything.

  • Problem with maps in Mavericks on iMac

    I have a problem with my Maps on Mavericks.
    I can open it just fine, no crash or whatever but the map itself just won't load, whatever mode it is on. Here is the screenshot of my Maps:
    As you can see, it just stays blank all the time.
    I'm  also running Parallels 9 and don't know if that has something to do with problem.

    Spent days trying various fixes, but this is the one that did it for me. Thanks!
    livetowin
    Re: Problem with maps in Mavericks on iMac 
    Dec 8, 2013 7:14 PM (in response to robin1943)
    Try this
    Since my date and time were incorrect and imessage was not working as well, I tried this
    1. Go to system preferences and click date and time
    2. Select date and time tab
    3. Uncheck "set date and time automatically" and manually enter the correct time
    4. Go to time zone tab and uncheck the box there too
    5. Go back to date and time tab and now check the box "set date and time automatically"
    6. Then check the box in time zone as well
    Now open maps and see if it works!

  • TS1925 iPad IOS 7.0.2 and Mountain Lion 10.8.5 Calendar colors do not match between computer and device.  Problem did not exist until updated IOS arrived.  Colours change of their own free will despite being corrected on both iPAD and MacBook Pro.  Any an

    iPad IOS 7.0.2 and Mountain Lion 10.8.5 Calendar colors do not match between computer and device.  Problem did not exist until updated IOS arrived.  Colours change of their own free will despite being corrected on both iPAD and MacBook Pro.  Any answers?

    Please do not post the entire messages log as it takes up unnecessarily a lot of space.  It seems that there is a corrupt/nonfunctional file called
    [email protected]nt.plist
    Go to your hard drive, enter library, go into users, and go into launch agents and delete the thing above.  Empty the trash and restart.

  • Creating a new schema or adding some more tables in existing schema ??

    Hi All,
    We have a new requirement from the client asking us to include a few new functionalities(pages--- all together a new application has to be embedded into our application) in our application. By adding these new functionalities, the number of hits to our application can be doubled.
    As per the above requirement, I would like to know that whether to create a new schema or to create some new tables in the existing database for the new functionalities.
    By what way, can I handle the number of requests in a better way? by creating the new schema or by creating the new tables for the new functionalities.
    Also I would like like to know what kind of factors will differ between creating a new schema or creating new tables for the new functionalities in the existing schema.
    FYI... We are using Cold Fusion as front-end and Oracle 9i for back-end

    This the forum for Oracle's SQL Developer tool. You will get better answers in the Database - General forum.
    The short answer is that from a performance point of view there will be no difference. The issues are more to do with maintenance.

  • Which is better a new schema or adding tables in the existing schema

    Hi All,
    We have a new requirement from the client asking us to include a few new functionalities(pages--- all together a new application has to be embedded into our application) in our application. By adding these new functionalities, the number of hits to our application can be doubled.
    As per the above requirement, I would like to know that whether to create a new schema or to create some new tables in the existing database for the new functionalities.
    By what way, can I handle the number of requests in a better way? by creating the new schema or by creating the new tables for the new functionalities.
    Also I would like like to know what kind of factors will differ between creating a new schema or creating new tables for the new functionalities in the existing schema.
    FYI... We are using Cold Fusion as front-end and Oracle 9i for back-end

    I agree with VD in that it all depends on how closely the new features ties into your existing application structure.
    The second major factor to consider is since you mention "for client" is if your application has more than one client and if you will be rolliong this feature into the application for all clients. If you have multiple clients but only this one gets this feature then it may make more sense to use a second schema, but it really depends on how easy to identify and separate this feature's objects for the purpose of maintaining it through future upgrades is going to be.
    HTH -- Mark D Powell --

  • Problem in mapping remoteobject on server side

    Hello all
    I am trying to use remoteobjects in Flex and PHP via Zend_AMF.  I am having problem in mapping the data object in flex with the one in PHP.
    Here's my code....
    private function getAuthors(event:Event):void
         serviceRO = new RemoteObject();
         serviceRO.endpoint = "http://localhost/sampleproj/public/";
         serviceRO.destination = "zend";
         serviceRO.source = "MyService";
         serviceRO.addEventListener(FaultEvent.FAULT, faultListener);
         serviceRO.getData.addEventListener(ResultEvent.RESULT, resultListener);
    Now, here's the server side directory structure that works for me....
    webroot
    + sampleproj
    ++ public
    +++ index.php (index file for the webapp)
    +++ MyService.php (this is the service class)
    +++ VOAuthor.php (this is the Value Object class)
    Since the index file, and the service file and value object are all in same directory, it works.
    This is what DOESN'T work....
    webroot
    + sampleproj
    ++ services
    +++ MyService.php (this is the service class)
    ++ vos
    +++ VOAuthor.php (this is the Value Object class)
    ++ public
    +++ index.php (index file for the webapp)
    The error that I get is:
    Channel.Connect.Failed error
    Here's little of something that's going on in index.php
    <?php
    require_once ('C:/webtools/zendframework/zf/library/Zend/Amf/Server.php');
    require_once ( realpath(dirname(__FILE__) . '/../services/MyService.php') );
    $server = new Zend_Amf_Server();
    $server->setClass("MyService"); // adding the class to AMF server
    $server->setClassMap("VOAuthor", "VOAuthor"); // mapping the ActionScript VO to PHP VO
    echo($server->handle());
    ?>
    My guess is that in ActionScript code I have to do something with RemoteObject's endpoint.
    Can anybody please help me out with this?
    Thanks and Regards
    ShiVik

    The problem turned out to be in the php code.
    Here's how I changed it
    <?php
    require_once ('C:/webtools/zendframework/zf/library/Zend/Amf/Server.php');
    $server = new Zend_Amf_Server();
    // the following methods provide the lazy loading of services and value objects
    $server->addDirectory( realpath(dirname(__FILE__) . "/../services/") );
    $server->addDirectory( realpath(dirname(__FILE__) . "/../vos/") );
    echo($server->handle());
    ?>
    Earlier I wasn't taking into account the change of directories for service and value object files.
    Thanks and Regards
    ShiVik

  • Problem in mapping with multiple values

    Hi all,
    I am facing a problem during mapping. I am explainning the problem with a example.
    Suppose i have a source table named Employee which has two columns emp no and account no. I have a target table Emp_account which has also the same columns.
    One employee may have more than one accounts. In source table this account nos are stored in account no column in one row corresponding to emp no. The multiple values in account no are separated by comma for one record in source table.
    But in the target table Emp_account a single record will be inserted for each employee's separate account. There should not be multiple values separated by comma in account no column of target table.
    So if any employee has two accounts this will be stored as one row in source table but in target table it will divided into two different rows for each account.
    EMPLOYEE(Source)
    emp no account no
    10 101, 102
    EMP_ACCOUNT(Target)
    emp no account no
    10 101
    10 102
    Think I explained the requirement.. How can i made this in OWB mapping editor..Is it possible?...Can any operator perform this task...If any of u know about this plzz give some solution..It's very important ..
    Thanks & Regards,
    Sumanta Das

    Hi,
    With reference to your question.
    Can any operator perform this task..I don't think any single operator will help you.
    I suggest using an intermediate (staging) table by using a PL SQL procedure with output port to store the values of account number provided the number of accounts are limited. Else use an array variable for account of an employee.
    In short no simple solution because of the bad source design else the pivot/unpivot operator would have helped you.
    Cheers
    - Mohammed

Maybe you are looking for

  • Urgent : help on gui_download

    hi guys, i am using gui_download to download file to a excel i have given field seperator as " "  empty. and the file type as asc. iwhen i download the file i am getting all the field clubbed into the excel in the first field only .also the output is

  • Processing Schema Validation error in BPM?

    Hi all, We have a file to IDOC scenario where if the schema validation fails on the file adapter sender agreement, we want to pull the filename and send it in an error email. So, we are talking about the adapter specific message attribute "Filename".

  • Signatures for Exchange and Me

    How do I setup separate signatures for my Exchange mail and Me on the iPhone?

  • Illustrator CC will Not Open

    I need this fixed, i have tried everything in the posts, deleting fonts, reinstalling......this is rediculous.

  • Icons turn into folders

    I've got a Powermac G4 500mhz. I found a cool PM G4 Icon I wanted to used in place of the regular HD icon. I downloaded it on my MacBook and transfered it over to the PM with a jump drive. Problem is when I open up the jump drive the icon images turn