Redeploying EAR in OC4J

Hi, I have an installation of Oracle's Business Intelligence Analytics ( formerly Siebel Analytics ) and I am following an oracle note to patch the application the redeploy it through OC4J. OC4J standalone comes bundled with the BI analytics.
The application is currently deployed as an EAR file ( analytics.ear ) in $OBIEE_HOME/oc4j_bi/j2ee/home/applications and indeed within OC4J you can see that the analytics application is pointing to this EAR file.
Another directory $OBIEE_HOME/web holds an identical copy of this EAR file and it is this source directory that the patch changes. You are then asked to recreate the EAR file using
jar –cf analytics.ear –C app .
The copy the EAR file into $OBIEE_HOME/oc4j_bi/j2ee/home/applications for redeploying
Q1. Since the EAR filename will not have changed from the original, do I actually need to go through the process of redeploying within OC4J or will it automatically do this when the OC4J is stopped / started ?
When I do actually try a redeploy, the Web Module name and the Context root are different from the original ( the port number is the same )
i.e. the Module name comes up as analytics.ear.war when it was previously analytics, the Context root comes up as /analytics.ear when it previously was simply /analytics
During the re-deploy the Web Module Name is not editable.
Q2. Where is this module name set - can it be changed ?
When redeploying, OC4J shows the application as up and running, however when I try the original url ( http://inibidev:9704/analytics/saw.dll?Answers ) to access the application I simply get Web Page cannot be found
Q3. Is this due to the differences in my Web Module Name and Context root ?
any help appreciated,
Jim

Ans1: Yes you have to redploy this EAR file again.
Ans2: Now you have to use new context URL and module name
Ans3: Yes

Similar Messages

  • How to Redeploy application in OC4J using war file

    Hi
    Am new in area of 9ias and OC4J.
    I have deployed and application in OC4J of 9ias 902. using enterprise manager web interface.
    now i have change the contents of current jsp and added more jsp files.
    do i have to recreate war file and redeploy it in oc4j? or just copy the new version of current jsp and copy new jsp in application forlder.
    in case of redeploying , exterprise manager web interface asks for .ear file.
    can anyone give some hint to me... it will great help
    thanks
    samir
    [email protected]

    Yes you have to rebuild the WAR file. You can deploy WAR from EMWebsite by using the deploy WAR link. If you are in development and your WAR/EAR file is constantly changing you can use standalone OC4J.
    regards
    Debu

  • PDK Java Portlet looses edit default values everytime I redeploy EAR

    Hello All,
    I have a PDK Java portlet (Portal - Oracle 10g). It works as expected perfectly till I redeploy my EAR. As soon as I redeploy EAR, it looses the settings that user had set using edit defaults link. Is there anyway to prevent this? Application runs on OC4J server.
    I urgently need solution to this problem and any help would be greatly appreciated.
    Thanks,
    Kinnaree

    Just to be sure, you are registering the PDK producer with a WebCenter portal?
    Or are you just using the PDK provider in an oracle portal environment and you don't use webcenter?
    If you are using webcenter, can you also test this behavior in Oracle portal? Do you also loose the values in oracle portal or is it just in webcenter? This way we can see if it's a webcenter or portlet issue.
    If you loose the values on both the oracle portal and webcenter side, than it has something to do with the portlet. If they are working correctly in oracle portal, than it might be a bug in the PDK bridge in Webcenter.
    Edited by: Yannick Ongena on Jun 23, 2011 11:14 AM

  • Error when deploying EAR in OC4J 10.1.3.0.0 with a deployment plan

    Hello!
    I try to deploy an ear file specifying a deployment plan generated from web interface using command line utilities. I try to use both admin_client.jar and oracle ant task and still get the same error. When i remove deployment plan argument, the application is successfully deployed.... Any Idea?
    My server:
    OC4J 10.1.3.0.0 on an AIX server
    The error raised during deployment:
    [MyServer] 08/04/07 12:46:56 Notification ==>Application Deployer for MyApp STARTS.
    [MyServer] 08/04/07 12:46:56 Notification ==>Copy the archive to /oracle/product/j2ee/home/applications/MyApp.ear
    [MyServer] 08/04/07 12:46:56 Notification ==>Initialize /oracle/product/j2ee/home/applications/MyApp.ear begins...
    [MyServer] 08/04/07 12:46:56 Notification ==>Unpacking MyApp.ear
    [MyServer] 08/04/07 12:46:57 Notification ==>Done unpacking MyApp.ear
    [MyServer] 08/04/07 12:46:57 Notification ==>Unpacking ic.war
    [MyServer] 08/04/07 12:46:59 Notification ==>Done unpacking ic.war
    [MyServer] 08/04/07 12:46:59 Notification ==>Initialize /oracle/product/j2ee/home/applications/MyApp.ear end
    s...
    [MyServer] 08/04/07 12:46:59 Notification ==>Starting application : MyApp
    [MyServer] 08/04/07 12:46:59 Notification ==>Initializing ClassLoader(s)
    [MyServer] 08/04/07 12:46:59 Notification ==>Initializing EJB container
    [MyServer] 08/04/07 12:46:59 Notification ==>Loading connector(s)
    [MyServer] 08/04/07 12:47:00 Notification ==>Starting up resource adapters
    [MyServer] 08/04/07 12:47:00 Notification ==>Initializing EJB sessions
    [MyServer] 08/04/07 12:47:00 Notification ==>Committing ClassLoader(s)
    [MyServer] 08/04/07 12:47:00 Notification ==>Initialize ic begins...
    [MyServer] 08/04/07 12:47:00 Notification ==>Initialize ic ends...
    [MyServer] 08/04/07 12:47:00 Notification ==>Started application : MyApp
    [MyServer] 08/04/07 12:47:00 Notification ==>Binding web application(s) to site default-web-site begins...
    [MyServer] 08/04/07 12:47:00 Notification ==>Binding ic web-module for application MyApp to site default-web-site under context root ic
    [MyServer] 70/01/01 00:00:00 Notification ==>Error deserializing return-value: unexpected reset; nested exception is:
    java.io.StreamCorruptedException: unexpected reset
    [Summary] There are total 1 instances in the operation.
    [Summary] Operation failed on MyServer
    [Summary] Operation on cluster FAILED since 1 instanced failed!
    Here my deployment plan generated by the Application Server Control Console
    moduleType=ear
    applicationID=MyApp
    bindWebApp=default-web-site
    parent=default
    moduleID=.
    doctype=orion-application
    <?xml version="1.0" encoding="UTF-8"?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/sch
    ema/orion-application-10_0.xsd">
    </orion-application>
    moduleID=myapp.war
    doctype=orion-web-app
    <?xml version="1.0" encoding="UTF-8"?>
    <orion-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/
    orion-web-10_0.xsd" context-root="myapp">
    <resource-ref-mapping name="jdbc/ds" location="jdbc/myapp/ds">
    </resource-ref-mapping>
    <web-app-class-loader>
    </web-app-class-loader>
    </orion-web-app>
    My Command line to deploy the application
    java -jar admin_client.jar deployer:cluster:opmn://MyServer/home oc4jadmin XXXXX -deploy -file ~/MyApp.ear -deploymentName MyApp -deploymentPlan ~/myapp_plan.dat
    Ant file used to deploy
    <project name="Deploy EAR in OC4J" default="deploy-ear" basedir="." xmlns:oracle="antlib:oracle">
    <property name="server.host" value="MyServer"/>
    <property name="server.user" value="oc4jadmin"/>
    <property name="server.password" value="XXXXXX"/>
    <property name="deploy.filepath" value="/home/myhome/MyApp.ear"/>
    <property name="deploy.deployname" value="MyApp"/>
    <property name="deploy.logpath" value="${basedir}/deploy-ear.log"/>
    <property name="deploy.planpath" value="/home/myhome/myapp_plan.dat"/>
    <property name="deploy.uri" value="deployer:cluster:opmn://${server.host}/home"/>
    <target name="deploy-ear">
    <oracle:deploy
    deployerUri="${deploy.uri}"
    userId="${server.user}"
    password="${server.password}"
    file="${deploy.filepath}"
    deploymentName="${deploy.deployname}"
    bindAllWebApps="default-web-site"
    deploymentPlan="${deploy.planpath}"
    logFile="${deploy.logpath}"/>
    </target>
    </project>
    Thanks
    Message was edited by:
    Olivier MARTIN

    If you're using OC4J standalone, use the latest available OC4J, 10.1.3.3.
    If you're using a manage OC4J, ie. Application Server, upgrade to the latest available version and upgrade your JDK. The provided JDK might be outdated.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Porting existing ear to oc4j

    Can anyone guide me to porting existing ear to oc4j, the deal is, I have enterprise application with EJB 2, and it works on jboss, weblogic... I need this application to make work on oc4j. I tried to import it on JDeveloper but there is 4 projects and its little difficult.

    The easiest way is to pay me two days and I'll do it for you ;-) Just joking.
    As I am careful about using wizards too much, I'd do it manually...
    You should expand/explode the EAR and all of its subcomponents to get a project like structure. If there are no special things configured in the platform specific deployment descriptors you're done. But I expect that the CMP will be handled in the platform specific deployment descriptor. JDev can migrate the BEA specific ejb deployment descriptor but it must be in the META-INF directory of the ejb jar.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Deploying j2ee sun .ear with OC4J

    Debu Panda wrote:
    Looks like deployment of an EJB is causing this problem. Can you please paste the deployment descriptor of the EJB causing this problem.
    What version of OC4J are you using ?
    regards
    Debu Panda
    Oracle
    Thank you Debu!
    I'm using OC4J version 1.0.2.2.1.
    I don't know wich EJB can cause the problem.
    This is the ejb-jar.xml contained in the jar file.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <display-name>EJBContainer</display-name>
    <enterprise-beans>
    <entity>
    <display-name>SPMSessionFactoryEJB</display-name>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <home>spm.infrastruttura.session.SPMSessionFactoryHome</home>
    <remote>spm.infrastruttura.session.SPMSessionFactory</remote>
    <ejb-class>spm.infrastruttura.session.SPMSessionFactoryEJB</ejb-class>
    <persistence-type>Bean</persistence-type>
    <prim-key-class>java.lang.Object</prim-key-class>
    <reentrant>False</reentrant>
    <ejb-ref>
    <ejb-ref-name>SPMSessionEJB</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>SPMSessionHome</home>
    <remote></remote>
    </ejb-ref>
    <security-identity>
    <description></description>
    <use-caller-identity></use-caller-identity>
    </security-identity>
    <resource-ref>
    <res-ref-name>DBORA</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    </entity>
    <session>
    <display-name>SPMSessionEJB</display-name>
    <ejb-name>SPMSessionEJB</ejb-name>
    <home>spm.infrastruttura.session.SPMSessionHome</home>
    <remote>spm.infrastruttura.session.SPMSession</remote>
    <ejb-class>spm.infrastruttura.session.SPMSessionEJB</ejb-class>
    <session-type>Stateful</session-type>
    <transaction-type>Bean</transaction-type>
    <security-identity>
    <description></description>
    <use-caller-identity></use-caller-identity>
    </security-identity>
    <resource-ref>
    <res-ref-name>DBORA</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <method-permission>
    <unchecked />
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getSessionList</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getHandle</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>remove</method-name>
    <method-params>
    <method-param>javax.ejb.Handle</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>getHomeHandle</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getSession</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>create</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>findByPrimaryKey</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>getEJBMetaData</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>isIdentical</method-name>
    <method-params>
    <method-param>javax.ejb.EJBObject</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getEJBHome</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>removeSession</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>remove</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getPrimaryKey</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getSession</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionFactoryEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>remove</method-name>
    <method-params>
    <method-param>java.lang.Object</method-param>
    </method-params>
    </method>
    </method-permission>
    <method-permission>
    <unchecked />
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getLastAccessTime</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>refreshSession</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>SessionScaduta</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>maketree</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getLingua</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getEmailAddr</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getRs</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getLastName</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>Validate</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getPrimaryKey</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setLastName</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>create</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getUserName</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>addEjb</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getEJBHome</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>removeEjb</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>close</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setUserName</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getFirstName</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>remove</method-name>
    <method-params>
    <method-param>java.lang.Object</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setProfilo</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getHandle</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>getHomeHandle</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>remove</method-name>
    <method-params>
    <method-param>javax.ejb.Handle</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getSubSystem</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setEmailAddr</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getCodeCliente</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>isIdentical</method-name>
    <method-params>
    <method-param>javax.ejb.EJBObject</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Home</method-intf>
    <method-name>getEJBMetaData</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getEjb</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getId</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getPassword</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setPassword</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getIpClient</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>getSessionEspireTime</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setFirstName</method-name>
    <method-params>
    <method-param>java.lang.String</method-param>
    </method-params>
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>remove</method-name>
    <method-params />
    </method>
    <method>
    <ejb-name>SPMSessionEJB</ejb-name>
    <method-intf>Remote</method-intf>
    <method-name>setSubSystem</method-name>
    <method-params>
    <method-param>spm.infrastruttura.SubSystem</method-param>
    </method-params>
    </method>
    </method-permission>
    </assembly-descriptor>
    </ejb-jar>
    Stefano wrote:
    I'm trying to deploy under OC4Jan ear file packed with j2ee.
    I've the following problems:
    Command line:
    C:\OC4J\j2ee\home>java -jar admin.jar ormi://localhost/ admin spm -deploy -file
    ./applications/myApp/myApp.ear -deploymentName myApp
    Result:
    Auto-unpacking C:\OC4J\j2ee\home\applications\myApp.ear... done.
    Auto-unpacking C:\OC4J\j2ee\home\applications\myApp\war-ic.war... done.
    Auto-deploying myApp (New server version detected)...
    java.lang.InstantiationException: Illegal use-caller-identity value, legal value
    s are True and False.
    at com.evermind.server.deployment.SecurityIdentity.<init>(SecurityIdenti
    ty.java:52)
    at com.evermind.server.ejb.deployment.BeanDescriptor.parseAssemblyNode(B
    eanDescriptor.java:704)
    at com.evermind.server.ejb.deployment.EntityBeanDescriptor.<init>(Entity
    BeanDescriptor.java:107)
    at com.evermind.server.ejb.deployment.EJBPackage.parseEnterpriseBeans(EJ
    BPackage.java:475)
    at com.evermind.server.ejb.deployment.EJBPackage.parseMainNode(EJBPackag
    e.java:369)
    at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:256)
    at com.evermind.xml.XMLConfig.init(XMLConfig.java:142)
    at com.evermind.server.ServerComponent.init(ServerComponent.java:178)
    at com.evermind.server.ejb.EJBPackageDeployment.getPackage(EJBPackageDep
    loyment.java:534)
    at com.evermind.server.administration.ServerApplicationInstallation.fini
    sh(ServerApplicationInstallation.java:397)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:66)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    What can i do?
    Tahnks.

    Stefano,
    Can you please the following line in the ejb-jar.xml from
    <use-caller-identity></use-caller-identity>
    <use-caller-identity>true</use-caller-identity>
    and redeploy the application ?
    regards
    Debu

  • Error loading servlet: 'EbuController' java.lang.NoClassDefFoundError after redeploy EAR in weblogic 6.1

              Hi, there:
              we have deployed our application in EAR format in \config\mydomain\applications.
              This EAR contains one ejb.jar and one web.war. I can access a servlet after I
              deployed the EAR file into weblogic 6.1 sp1. However, if I redeploy this EAR file
              from within weblogic console. I got the following error when I revisit that servlet
              again.
              <Jan 17, 2002 9:30:41 PM PST> <Error> <HTTP> <[WebAppServletContext(1485918,plat
              form,/platform)] Error loading servlet: 'EbuController'
              java.lang.NoClassDefFoundError
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Class.java:237)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              pl.java:665)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              Impl.java:643)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:588)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:2456)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2039)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              <Jan 17, 2002 9:30:41 PM PST> <Error> <HTTP> <[WebAppServletContext(1485918,plat
              form,/platform)] Error loading servlet: "EbuController"
              java.lang.NoClassDefFoundError
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Class.java:237)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              pl.java:665)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              Impl.java:643)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:588)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:2456)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2039)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Your help is highly appreciated!
              Jerry
              

              Hi, there:
              we have deployed our application in EAR format in \config\mydomain\applications.
              This EAR contains one ejb.jar and one web.war. I can access a servlet after I
              deployed the EAR file into weblogic 6.1 sp1. However, if I redeploy this EAR file
              from within weblogic console. I got the following error when I revisit that servlet
              again.
              <Jan 17, 2002 9:30:41 PM PST> <Error> <HTTP> <[WebAppServletContext(1485918,plat
              form,/platform)] Error loading servlet: 'EbuController'
              java.lang.NoClassDefFoundError
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Class.java:237)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              pl.java:665)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              Impl.java:643)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:588)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:2456)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2039)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              <Jan 17, 2002 9:30:41 PM PST> <Error> <HTTP> <[WebAppServletContext(1485918,plat
              form,/platform)] Error loading servlet: "EbuController"
              java.lang.NoClassDefFoundError
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Class.java:237)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              pl.java:665)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              Impl.java:643)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:588)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:2456)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2039)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Your help is highly appreciated!
              Jerry
              

  • Unable to deploy .ear in OC4J. Getting following Error

    2012-07-03 18:22:12.875 NOTIFICATION Application Deployer for FCRJBatch STARTS.
    2012-07-03 18:22:12.890 NOTIFICATION Copy the archive to D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:14.812 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear begins...
    2012-07-03 18:22:14.812 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear...
    2012-07-03 18:22:14.828 NOTIFICATION Unpacking FCRJBatch.ear
    2012-07-03 18:22:14.828 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch
    2012-07-03 18:22:16.765 NOTIFICATION Done unpacking FCRJBatch.ear
    2012-07-03 18:22:16.765 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:16.796 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar...
    2012-07-03 18:22:16.796 NOTIFICATION Unpacking MQBatchConnector.rar
    2012-07-03 18:22:16.796 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector
    2012-07-03 18:22:17.265 NOTIFICATION Done unpacking MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear ends...
    2012-07-03 18:22:17.265 NOTIFICATION Starting application : FCRJBatch
    2012-07-03 18:22:17.265 NOTIFICATION Initializing ClassLoader(s)
    2012-07-03 18:22:17.375 NOTIFICATION application : FCRJBatch is in failed state
    12/07/03 18:22:17 WARNING: Application.setConfig Application: FCRJBatch is in failed state as initialization failed.
    java.lang.NullPointerException
    12/07/03 18:22:17 oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:779)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    12/07/03 18:22:17 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    12/07/03 18:22:17 at java.lang.Thread.run(Thread.java:595)
    12/07/03 18:22:17 Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:518)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:361)
    12/07/03 18:22:17 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    12/07/03 18:22:17 ... 6 more
    12/07/03 18:22:17 Caused by: java.lang.NullPointerException
    12/07/03 18:22:17 at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:460)
    12/07/03 18:22:17 ... 9 more
    2012-07-03 18:22:17.375 NOTIFICATION Application Deployer for FCRJBatch FAILED.
    2012-07-03 18:22:17.390 NOTIFICATION Application UnDeployer for FCRJBatch STARTS.
    2012-07-03 18:22:17.406 NOTIFICATION Removing all web binding(s) for application FCRJBatch from all web site(s)
    2012-07-03 18:22:17.421 NOTIFICATION Application UnDeployer for FCRJBatch COMPLETES.
    12/07/03 18:22:17 WARNING: DeployerRunnable.run java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    12/07/03 18:22:17 SEVERE: ProgressObjectImpl.reportError java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failedoracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
    at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:130)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    ... 4 more
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    Edited by: user12209814 on Jul 3, 2012 10:54 PM

    Hi Venkat,
    According to your description, you come across an error when starting Reporting Services.
    In your scenario, I would like to know if you have installed other SQL Server instance on the same machine before. Please check the SKU of installed Reporting Services in Reporting Service logs. Please refer to this article:
    How to: Detect Version Information (Reporting Services).
    The configuration error generally is caused by that the rsreportserver.config file has been modified unexpectedly or some settings are misconfigured. Please check the configuration file and compare it to other SSRS configuration file, make sure all settings
    is correct. Please refer to this article:
    FAQ: How do I solve the issue - The configuration file contains an element that is not valid.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Redeploying .ear in WLS6.0SP1 fails?

    When we redeploy an .ear file (uncheck the deployed box, copy the .ear
    file, check the deployed box - autoredeploy = off in this case ) in
    WLS6.0SP1 th EJB's are successfully redeployed, but the web-app always
    fails. It complains that the webapp xxx is already in use. (That
    figures, because we redeploy.).
    Another - related? - issue is when automatic redeploy is enabled under
    WinNT and you have a learge .ear file, it starts unjarring the file
    before it's completely copies thus throwing a zipfile in use error.

    When we redeploy an .ear file (uncheck the deployed box, copy the .ear
    file, check the deployed box - autoredeploy = off in this case ) in
    WLS6.0SP1 th EJB's are successfully redeployed, but the web-app always
    fails. It complains that the webapp xxx is already in use. (That
    figures, because we redeploy.).
    Another - related? - issue is when automatic redeploy is enabled under
    WinNT and you have a learge .ear file, it starts unjarring the file
    before it's completely copies thus throwing a zipfile in use error.

  • OC4J redeploy problem

    I redeploy EAR application from within JDeveloper (9.0.3.2) to OAS9i. Everything is OK, except that some classes are not redeployed and are kept from the earlier version. Specifically, old versions of MsgBundles from the BC4J project are not redeployed. The only solution is to restart the server.
    This happens with standalone OC4J, as well as with embedded OC4J (run JSP, modify MsgBundle and run JSP again without shutting down the server). Even if I manually undeploy application trhough IAS Admin and deploy the EAR file again, result is same.
    Can anybody help?
    Thanks, Viliam

    The version of JDev is 9.0.3.2, but I remember this problem with older versions too. I'm sure I have new classes packaged in the EAR, because when I restart the OC4J instance, new classes are used without redeploy. I've prepared an EAR with which you can reproduce this. As I found out, this problem happens only with UIX JSP & BC4J, not with just JSP & BC4J, maybe UIX caches something it should not, I should look there. Give me an e-mail address if you want to see the EAR.

  • Oracle BI Publisher Deployment in OC4J Error

    Please advise what is happening to my Server.
    I have BIpublisher deployed in OC4J 10.1.3.1 on Linux Red Hat Environment. Publisher is integrated into our OBIEE sitting on the Same Server.
    After redeploying the xmlpServer.ear onto OC4J, I am not able to connect to Publisher from Presentation Servers (10.1.3.4.0).
    Below is the Error Message:
    Exception java.lang.Exception: /app/OracleBI/server/Bin/libperfjni.so: /app/OracleBI/server/Bin/libperfjni.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    java.lang.Exception: /app/OracleBI/server/Bin/libperfjni.so: /app/OracleBI/server/Bin/libperfjni.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at oracle.bi.analytics.management.monitoring.PerfDllJNI.<init>(PerfDllJNI.java:117)
    at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:87)
    at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
    at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
    at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
    at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
    at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
    at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
    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:585)
    at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
    at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
    at java.lang.Thread.run(Thread.java:595)
    09/09/29 08:31:12 java.lang.Exception: Exception in constructing PerfDllJNI for PERF configuration file: /app/OracleBI/systemsmanagement/resources/performance/perf_OracleBIServer.xml
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:97)
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
    09/09/29 08:31:12 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09/09/29 08:31:12 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09/09/29 08:31:12 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09/09/29 08:31:12 at java.lang.reflect.Method.invoke(Method.java:585)
    09/09/29 08:31:12 at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
    09/09/29 08:31:12 at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
    09/09/29 08:31:12 at java.lang.Thread.run(Thread.java:595)
    2009-09-29 08:31:12.092 ERROR Could not load/parse file: /app/OracleBI/systemsmanagement/resources/performance/perf_OracleBIServer.xml
    09/09/29 08:31:12 Could not initialize the Performance MBeans
    09/09/29 08:31:14 xdo.server.config.dir = null
    09/09/29 08:31:14 BI Beans Graph version [9.9.9.40.4350]
    09/09/29 08:31:15 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    If I try to login to BI Publisher by typing in the xmlpserver URL directly, I get the following error:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Any help to Solve this problem will do. This all happened after redeploying the .EAR file.
    More Details below:
    extract from application.log under application deployments:
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:00.403 xmlpserver: Error initializing servlet
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource class
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388)
    at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
    at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
    at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
    at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)
    at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)
    at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)
    at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)
    at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)
    at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)
    at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)
    at org.apache.axis.transport.http.AxisServlet.init(AxisServlet.java:156)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2957)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:00.404 xmlpserver: Servlet error
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource class
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388)
    at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
    at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
    at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
    at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)
    at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)
    at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)
    at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)
    at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)
    at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)
    at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)
    at org.apache.axis.transport.http.AxisServlet.init(AxisServlet.java:156)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2957)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:09.867 xmlpserver: Servlet error
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/ErrorHandler class
    at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
    at oracle.cabo.share.config.ApplicationConfigurationParser.createInstance(Unknown Source)
    at oracle.cabo.share.config.ApplicationConfiguration.getInstance(Unknown Source)
    at oracle.cabo.share.config.Configuration.getConfiguration(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext.__getConfiguration(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext.getConfiguration(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext._getLookAndFeelManager(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext.getLookAndFeel(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext._getContentType(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext.prepareResponse(Unknown Source)
    at oracle.apps.xdo.servlet.ui.UIUtils.renderError(UIUtils.java:1142)
    at login.jspService(_login.java:368)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    sorry, I think I'm mistaken. That error is what it says, but it's not going to stop publisher working (it's when systemsmanagement is initialising, so perfmon may not be available).
    The error related to Publisher I'd look at is from application.log:
    09/10/05 11:31:00.403 xmlpserver: Error initializing servlet
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource classUnfortunately I have no idea what this means.
    Maybe try redeploying xmlpublisher, or using the latest version (10.1.3.4.1)?
    Does Presentation Services work, i.e. can you log in to Dashboards and Answers?

  • Oc4j to Weblogic: JAAS login module in enterprise web application

    Hi Experts,
    I have a LoginModule defined in my existing EAR application.
    oc4j doc referece: http://download.oracle.com/docs/cd/B31017_01/web.1013/b28957/loginmod.htm#BABECDDC
    I already followed Developing Custom Security Provider : http://download.oracle.com/docs/cd/E12890_01/ales/docs32/dvspisec/progrmng.html
    How can I integrate LoginModule same way in weblogic..(10.3.4) thank you all in advance. Already know the process of MBean jar and configuring it in weblogic console.
    But Standalong MBean JAR can't find my Custom LoginModule defined in EAR which I am pointing from my CustomSecurityProvider thru
    getLoginModuleConfiguration()Thanks for reading my post.. hoping to get some response..

    is this even possible, is it a bug? anybody from weblogic team??

  • Error while deploying webservice on oc4j 10.1.3.4

    (posting in OC4J - Web Services )
    Hi
    When i deployed ear file on the oc4j 10.1.3.0. it get deployed properly and webservice is running fine
    When i tried to deployed same ear on OC4j to 10.1.3.4. It is giving the error
    Mar 4, 2009 1:02:08 PM Binding web application(s) to site default-web-site begins...
    Mar 4, 2009 1:02:08 PM Binding MY_WS web-module for application MY_WS to site default-web-site under context root MY_WS-context-root
    Mar 4, 2009 2:14:48 PM Operation failed with error: Error compiling :D:\jdevstudiobase10134\j2ee\home\applications\MY_WS\MY_WS: compilation error occurred
    Deployment process is also taking long time
    Please help me to resolve this error

    (posting in OC4J - Web Services )
    Hi
    When i deployed ear file on the oc4j 10.1.3.0. it get deployed properly and webservice is running fine
    When i tried to deployed same ear on OC4j to 10.1.3.4. It is giving the error
    Mar 4, 2009 1:02:08 PM Binding web application(s) to site default-web-site begins...
    Mar 4, 2009 1:02:08 PM Binding MY_WS web-module for application MY_WS to site default-web-site under context root MY_WS-context-root
    Mar 4, 2009 2:14:48 PM Operation failed with error: Error compiling :D:\jdevstudiobase10134\j2ee\home\applications\MY_WS\MY_WS: compilation error occurred
    Deployment process is also taking long time
    Please help me to resolve this error

  • Error in deploying EJB to oc4j 10g standalone

    Trying to deploy a simple EJB created with JDeveloper (version - 9.0.5.0.0 Build 1375 ) wizard for Dept table ( just two columns). When I try to deploy it to stand alone OC4J ( 10g ) version - Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview (build 030829.1701)
    I get following error: Any thoughts?
    ---- Deployment started. ---- Oct 8, 2003 2:38:05 PM
    Target platform is Standalone OC4J (AppServerConnection1).
    Wrote EJB JAR file to D:\JDev10g\jdev\mywork\Application2\Model\deploy\ejb2.jar
    Wrote EAR file to D:\JDev10g\jdev\mywork\Application2\Model\deploy\ejb2.ear
    Invoking OC4J admin tool...
    D:\JDev10g\jdk\jre\bin\javaw.exe -jar D:\JDev10g\j2ee\home\admin.jar ormi://localhost/ admin **** -deploy -file D:\JDev10g\jdev\mywork\Application2\Model\deploy\ejb2.ear -deploymentName ejb2
    Notification ==> Application Deployer for ejb2 STARTS [ 2003-10-08T14:38:07.383EDT ]
    Notification ==> Undeploy previous deployment
    Notification ==> Copy the archive to D:\oc4j10g\j2ee\home\applications\ejb2.ear
    Notification ==> Unpacking ejb2.ear
    Notification ==> Done unpacking ejb2.ear
    Notification ==> Initialize ejb2.ear begins...
    Notification ==> Initialize ejb2.ear ends...
    Notification ==> Processing EJB module ejb2.jar
    Notification ==> Compiling EJB generated code
    Notification ==> ERROR
    com.evermind.compiler.CompilationException: Syntax error in source
         at com.evermind.compiler.FileLinkedCompilation.loadObjects(FileLinkedCompilation.java:201)
         at com.evermind.compiler.FileLinkedCompilation.run(FileLinkedCompilation.java:142)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.evermind.compiler.FileLinkedCompiler.compile(FileLinkedCompiler.java:63)
         at com.evermind.server.ejb.compilation.Compilation.compileClasses(Compilation.java:430)
         at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:248)
         at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
         at com.evermind.server.Application.postInit(Application.java:635)
         at com.evermind.server.Application.setConfig(Application.java:206)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
         at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:414)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:132)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:76)
         at com.evermind.server.administration.DefaultApplicationServerAdministrator.internalDeploy(DefaultApplicationServerAdministrator.java:378)
         at com.evermind.server.administration.DefaultApplicationServerAdministrator.deploy(DefaultApplicationServerAdministrator.java:278)
         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.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:140)
         at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:54)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:199)
         at java.lang.Thread.run(Thread.java:534)
    Exit status of OC4J admin tool (-deploy): 0
    Elapsed time for deployment: 5 seconds
    ---- Deployment finished. ---- Oct 8, 2003 2:38:10 PM

    This is ths stack trace on the console. It seems it is looking for Toplink CMP. I did not do any Toplink configuration unless Toplink CMP is default. Do I need to switch to native CMP. If yes how?
    thanks
    Ravi
    D:\oc4j10g\j2ee\home>java -jar oc4j.jar
    03/10/14 12:27:05 Node started with id=25939003222084
    03/10/14 12:27:08 Auto-deploying ../../home/applications/OrderManagement.jar (Class 'orderMgmt.Order
    Management' had been updated)... done.
    03/10/14 12:27:59 Auto-deploying ejb1.jar (No previous deployment found)... java.lang.RuntimeExcepti
    on: Exception [EJB - 10036]: Error during code generation: [Exception [TOPLINK-14028] (TopLink (Orac
    le OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.1654)): oracle.toplink.ejb.DeploymentExc
    eption
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:00 at oracle.toplink.internal.ejb.cmp.EJBExceptionFactory.errorDuringCodeGen(EJ
    BExceptionFactory.java:399)
    03/10/14 12:28:00 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubcla
    ss(PersistenceManagerBase.java:182)
    03/10/14 12:28:00 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanS
    ubclass(Oc4jPersistenceManager.java:119)
    03/10/14 12:28:00 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    332)
    03/10/14 12:28:00 at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:
    227)
    03/10/14 12:28:00 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    03/10/14 12:28:00 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:00 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:00 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:00 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:00 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:00 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:00 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:00 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:00 caught exception notifying PPMs operation[GENERATE_CODE]: Exception [EJB - 10036]:
    Error during code generation: [Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3)
    Developer Preview (Build 030826.1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    Dept_RemoteEntityBeanWrapper2.java:408: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    Dept_ConcreteSubClass0 object;
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:401: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    Dept_ConcreteSubClass0 object;
    ^
    Dept_RemoteEntityBeanWrapper2.java:60: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    response = ((Dept_ConcreteSubClass0)context.getBean()).getDeptno();
    ^
    Dept_RemoteEntityBeanWrapper2.java:147: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    ((Dept_ConcreteSubClass0)context.getBean()).setDeptno( argument0);
    ^
    Dept_RemoteEntityBeanWrapper2.java:218: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    response = ((Dept_ConcreteSubClass0)context.getBean()).getDname();
    ^
    Dept_RemoteEntityBeanWrapper2.java:289: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    ((Dept_ConcreteSubClass0)context.getBean()).setDname( argument0);
    ^
    Dept_RemoteEntityBeanWrapper2.java:422: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class Dept_RemoteEntityBeanWrapper2
    this.object = (Dept_ConcreteSubClass0)context.object;
    ^
    DeptHome_RemoteEntityHomeWrapper3.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptHome_RemoteEntityHomeWrapper3
    Dept_ConcreteSubClass0 bean = (Dept_ConcreteSubClass0)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper3.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptHome_RemoteEntityHomeWrapper3
    Dept_ConcreteSubClass0 bean = (Dept_ConcreteSubClass0)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper3.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptHome_RemoteEntityHomeWrapper3
    bean = (Dept_ConcreteSubClass0)context.getBean();
    ^
    DeptHome_RemoteEntityHomeWrapper3.java:434: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptHome_RemoteEntityHomeWrapper3
    return (EntityBean) new Dept_ConcreteSubClass0();
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:60: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    response = ((Dept_ConcreteSubClass0)context.getBean()).getDeptno();
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:141: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    ((Dept_ConcreteSubClass0)context.getBean()).setDeptno( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:212: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    response = ((Dept_ConcreteSubClass0)context.getBean()).getDname();
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:283: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    ((Dept_ConcreteSubClass0)context.getBean()).setDname( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper0.java:415: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocal_LocalEntityBeanWrapper0
    this.object = (Dept_ConcreteSubClass0)context.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper1.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocalHome_LocalEntityHomeWrapper1
    Dept_ConcreteSubClass0 bean = (Dept_ConcreteSubClass0)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper1.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocalHome_LocalEntityHomeWrapper1
    Dept_ConcreteSubClass0 bean = (Dept_ConcreteSubClass0)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper1.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocalHome_LocalEntityHomeWrapper1
    bean = (Dept_ConcreteSubClass0)context.getBean();
    ^
    DeptLocalHome_LocalEntityHomeWrapper1.java:370: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass0
    location: class DeptLocalHome_LocalEntityHomeWrapper1
    return (EntityBean) new Dept_ConcreteSubClass0();
    ^
    20 errors
    Error compiling D:\oc4j10g\j2ee\home\applications\ejb1/ejb1.jar: Syntax error in source
    03/10/14 12:28:04 java.lang.RuntimeException: PM generated class Dept_ConcreteSubClass0not found: De
    pt_ConcreteSubClass0
    03/10/14 12:28:04 at com.oracle.server.ejb.container.deployment.EntityDescriptorImpl.getConcre
    teBeanClass(EntityDescriptorImpl.java:131)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jDescriptorBuilder.buildDescripto
    rPostCodeGen(Oc4jDescriptorBuilder.java:64)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.api.impl.DescriptorBuilder.buildEntityDes
    criptorsPostCodeGen(DescriptorBuilder.java:115)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.initPostCod
    eGen(EntityDescriptorImpl.java:369)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.getConcrete
    BeanClass(EntityDescriptorImpl.java:148)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.EJBFactory.initializePrimaryKeyFields(EJB
    Factory.java:335)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.EJBFactory.<init>(EJBFactory.java:52)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jEJBFactory.<init>(Oc4jEJBFactory
    .java:20)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.createEJBFact
    ory(Oc4jPersistenceManager.java:666)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.preDeploy(Persiste
    nceManagerBase.java:102)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.postInit(Oc4j
    PersistenceManager.java:152)
    03/10/14 12:28:04 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    338)
    03/10/14 12:28:04 at com.evermind.server.ejb.EJBPackageDeployment.notifyPMs(EJBPackageDeployme
    nt.java:1106)
    03/10/14 12:28:04 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1758)
    03/10/14 12:28:04 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:04 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:04 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:04 caught exception notifying PPMs operation[POSTINIT]: PM generated class Dept_Concr
    eteSubClass0not found: Dept_ConcreteSubClass0
    03/10/14 12:28:04 Auto-deploying deptejb1.jar (No previous deployment found)... java.lang.RuntimeExc
    eption: Exception [EJB - 10036]: Error during code generation: [Exception [TOPLINK-14028] (TopLink (
    Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.1654)): oracle.toplink.ejb.Deploymen
    tException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.EJBExceptionFactory.errorDuringCodeGen(EJ
    BExceptionFactory.java:399)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubcla
    ss(PersistenceManagerBase.java:182)
    03/10/14 12:28:04 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanS
    ubclass(Oc4jPersistenceManager.java:119)
    03/10/14 12:28:04 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    332)
    03/10/14 12:28:04 at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:
    227)
    03/10/14 12:28:04 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    03/10/14 12:28:04 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:04 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:04 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:04 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:04 caught exception notifying PPMs operation[GENERATE_CODE]: Exception [EJB - 10036]:
    Error during code generation: [Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3)
    Developer Preview (Build 030826.1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    DeptLocal_LocalEntityBeanWrapper4.java:401: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    Dept_ConcreteSubClass1 object;
    ^
    Dept_RemoteEntityBeanWrapper6.java:408: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    Dept_ConcreteSubClass1 object;
    ^
    DeptLocal_LocalEntityBeanWrapper4.java:60: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    response = ((Dept_ConcreteSubClass1)context.getBean()).getDeptno();
    ^
    DeptLocal_LocalEntityBeanWrapper4.java:141: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    ((Dept_ConcreteSubClass1)context.getBean()).setDeptno( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper4.java:212: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    response = ((Dept_ConcreteSubClass1)context.getBean()).getDname();
    ^
    DeptLocal_LocalEntityBeanWrapper4.java:283: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    ((Dept_ConcreteSubClass1)context.getBean()).setDname( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper4.java:415: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocal_LocalEntityBeanWrapper4
    this.object = (Dept_ConcreteSubClass1)context.object;
    ^
    DeptHome_RemoteEntityHomeWrapper7.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptHome_RemoteEntityHomeWrapper7
    Dept_ConcreteSubClass1 bean = (Dept_ConcreteSubClass1)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper7.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptHome_RemoteEntityHomeWrapper7
    Dept_ConcreteSubClass1 bean = (Dept_ConcreteSubClass1)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper7.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptHome_RemoteEntityHomeWrapper7
    bean = (Dept_ConcreteSubClass1)context.getBean();
    ^
    DeptHome_RemoteEntityHomeWrapper7.java:434: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptHome_RemoteEntityHomeWrapper7
    return (EntityBean) new Dept_ConcreteSubClass1();
    ^
    DeptLocalHome_LocalEntityHomeWrapper5.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocalHome_LocalEntityHomeWrapper5
    Dept_ConcreteSubClass1 bean = (Dept_ConcreteSubClass1)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper5.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocalHome_LocalEntityHomeWrapper5
    Dept_ConcreteSubClass1 bean = (Dept_ConcreteSubClass1)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper5.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocalHome_LocalEntityHomeWrapper5
    bean = (Dept_ConcreteSubClass1)context.getBean();
    ^
    DeptLocalHome_LocalEntityHomeWrapper5.java:370: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class DeptLocalHome_LocalEntityHomeWrapper5
    return (EntityBean) new Dept_ConcreteSubClass1();
    ^
    Dept_RemoteEntityBeanWrapper6.java:60: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    response = ((Dept_ConcreteSubClass1)context.getBean()).getDeptno();
    ^
    Dept_RemoteEntityBeanWrapper6.java:147: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    ((Dept_ConcreteSubClass1)context.getBean()).setDeptno( argument0);
    ^
    Dept_RemoteEntityBeanWrapper6.java:218: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    response = ((Dept_ConcreteSubClass1)context.getBean()).getDname();
    ^
    Dept_RemoteEntityBeanWrapper6.java:289: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    ((Dept_ConcreteSubClass1)context.getBean()).setDname( argument0);
    ^
    Dept_RemoteEntityBeanWrapper6.java:422: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass1
    location: class Dept_RemoteEntityBeanWrapper6
    this.object = (Dept_ConcreteSubClass1)context.object;
    ^
    20 errors
    Error compiling D:\oc4j10g\j2ee\home\applications\deptejb1/deptejb1.jar: Syntax error in source
    03/10/14 12:28:07 java.lang.RuntimeException: PM generated class Dept_ConcreteSubClass1not found: De
    pt_ConcreteSubClass1
    03/10/14 12:28:07 at com.oracle.server.ejb.container.deployment.EntityDescriptorImpl.getConcre
    teBeanClass(EntityDescriptorImpl.java:131)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jDescriptorBuilder.buildDescripto
    rPostCodeGen(Oc4jDescriptorBuilder.java:64)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.api.impl.DescriptorBuilder.buildEntityDes
    criptorsPostCodeGen(DescriptorBuilder.java:115)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.initPostCod
    eGen(EntityDescriptorImpl.java:369)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.getConcrete
    BeanClass(EntityDescriptorImpl.java:148)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.EJBFactory.initializePrimaryKeyFields(EJB
    Factory.java:335)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.EJBFactory.<init>(EJBFactory.java:52)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jEJBFactory.<init>(Oc4jEJBFactory
    .java:20)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.createEJBFact
    ory(Oc4jPersistenceManager.java:666)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.preDeploy(Persiste
    nceManagerBase.java:102)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.postInit(Oc4j
    PersistenceManager.java:152)
    03/10/14 12:28:07 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    338)
    03/10/14 12:28:07 at com.evermind.server.ejb.EJBPackageDeployment.notifyPMs(EJBPackageDeployme
    nt.java:1106)
    03/10/14 12:28:07 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1758)
    03/10/14 12:28:07 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:07 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:07 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:07 caught exception notifying PPMs operation[POSTINIT]: PM generated class Dept_Concr
    eteSubClass1not found: Dept_ConcreteSubClass1
    03/10/14 12:28:07 Auto-deploying ejb2.jar (No previous deployment found)... java.lang.RuntimeExcepti
    on: Exception [EJB - 10036]: Error during code generation: [Exception [TOPLINK-14028] (TopLink (Orac
    le OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.1654)): oracle.toplink.ejb.DeploymentExc
    eption
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.EJBExceptionFactory.errorDuringCodeGen(EJ
    BExceptionFactory.java:399)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubcla
    ss(PersistenceManagerBase.java:182)
    03/10/14 12:28:07 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanS
    ubclass(Oc4jPersistenceManager.java:119)
    03/10/14 12:28:07 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    332)
    03/10/14 12:28:07 at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:
    227)
    03/10/14 12:28:07 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    03/10/14 12:28:07 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:07 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:07 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:07 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:07 caught exception notifying PPMs operation[GENERATE_CODE]: Exception [EJB - 10036]:
    Error during code generation: [Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3)
    Developer Preview (Build 030826.1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].]
    server stacktrace is:
    Local Exception Stack:
    Exception [TOPLINK-14028] (TopLink (Oracle OC4J CMP) - 10g (10.0.3) Developer Preview (Build 030826.
    1654)): oracle.toplink.ejb.DeploymentException
    Exception Description: The descriptor for [gov.va.med.ohrs.model.DeptBean] does not contain a corres
    ponding mapping for the container managed attribute [deptno].
    at oracle.toplink.ejb.DeploymentException.noSuchMapping(DeploymentException.java:257)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.addPersistentAttributesAndMethod
    s(Oc4jCodeGenPlatform.java:623)
    at oracle.toplink.internal.ejb.cmp.codegen.CmpCodeGenPlatform.addContainerManagedAttributesA
    ndMethods(CmpCodeGenPlatform.java:291)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jCodeGenPlatform.generateConcreteClass(Oc4jCodeGe
    nPlatform.java:745)
    at oracle.toplink.internal.ejb.cmp.codegen.ConcreteClassGenerator.generateConcreteClass(Conc
    reteClassGenerator.java:33)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.generateBeanSubclass(PersistenceMa
    nagerBase.java:176)
    at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.generateBeanSubclass(Oc4jPers
    istenceManager.java:119)
    at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2332)
    at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:227)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1668)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1654)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1621)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1594)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)
    DeptLocal_LocalEntityBeanWrapper8.java:402: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    Dept_ConcreteSubClass2 object;
    ^
    Dept_RemoteEntityBeanWrapper10.java:408: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    Dept_ConcreteSubClass2 object;
    ^
    DeptHome_RemoteEntityHomeWrapper11.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptHome_RemoteEntityHomeWrapper11
    Dept_ConcreteSubClass2 bean = (Dept_ConcreteSubClass2)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper11.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptHome_RemoteEntityHomeWrapper11
    Dept_ConcreteSubClass2 bean = (Dept_ConcreteSubClass2)ctx.object;
    ^
    DeptHome_RemoteEntityHomeWrapper11.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptHome_RemoteEntityHomeWrapper11
    bean = (Dept_ConcreteSubClass2)context.getBean();
    ^
    DeptHome_RemoteEntityHomeWrapper11.java:434: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptHome_RemoteEntityHomeWrapper11
    return (EntityBean) new Dept_ConcreteSubClass2();
    ^
    DeptLocalHome_LocalEntityHomeWrapper9.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocalHome_LocalEntityHomeWrapper9
    Dept_ConcreteSubClass2 bean = (Dept_ConcreteSubClass2)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper9.java:65: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocalHome_LocalEntityHomeWrapper9
    Dept_ConcreteSubClass2 bean = (Dept_ConcreteSubClass2)ctx.object;
    ^
    DeptLocalHome_LocalEntityHomeWrapper9.java:69: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocalHome_LocalEntityHomeWrapper9
    bean = (Dept_ConcreteSubClass2)context.getBean();
    ^
    DeptLocalHome_LocalEntityHomeWrapper9.java:370: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocalHome_LocalEntityHomeWrapper9
    return (EntityBean) new Dept_ConcreteSubClass2();
    ^
    DeptLocal_LocalEntityBeanWrapper8.java:61: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    response = ((Dept_ConcreteSubClass2)context.getBean()).getDeptno();
    ^
    DeptLocal_LocalEntityBeanWrapper8.java:142: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    ((Dept_ConcreteSubClass2)context.getBean()).setDeptno( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper8.java:213: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    response = ((Dept_ConcreteSubClass2)context.getBean()).getDname();
    ^
    DeptLocal_LocalEntityBeanWrapper8.java:284: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    ((Dept_ConcreteSubClass2)context.getBean()).setDname( argument0);
    ^
    DeptLocal_LocalEntityBeanWrapper8.java:416: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class DeptLocal_LocalEntityBeanWrapper8
    this.object = (Dept_ConcreteSubClass2)context.object;
    ^
    Dept_RemoteEntityBeanWrapper10.java:60: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    response = ((Dept_ConcreteSubClass2)context.getBean()).getDeptno();
    ^
    Dept_RemoteEntityBeanWrapper10.java:147: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    ((Dept_ConcreteSubClass2)context.getBean()).setDeptno( argument0);
    ^
    Dept_RemoteEntityBeanWrapper10.java:218: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    response = ((Dept_ConcreteSubClass2)context.getBean()).getDname();
    ^
    Dept_RemoteEntityBeanWrapper10.java:289: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    ((Dept_ConcreteSubClass2)context.getBean()).setDname( argument0);
    ^
    Dept_RemoteEntityBeanWrapper10.java:422: cannot resolve symbol
    symbol : class Dept_ConcreteSubClass2
    location: class Dept_RemoteEntityBeanWrapper10
    this.object = (Dept_ConcreteSubClass2)context.object;
    ^
    20 errors
    Error compiling D:\oc4j10g\j2ee\home\applications\ejb2/ejb2.jar: Syntax error in source
    03/10/14 12:28:10 java.lang.RuntimeException: PM generated class Dept_ConcreteSubClass2not found: De
    pt_ConcreteSubClass2
    03/10/14 12:28:10 at com.oracle.server.ejb.container.deployment.EntityDescriptorImpl.getConcre
    teBeanClass(EntityDescriptorImpl.java:131)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jDescriptorBuilder.buildDescripto
    rPostCodeGen(Oc4jDescriptorBuilder.java:64)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.api.impl.DescriptorBuilder.buildEntityDes
    criptorsPostCodeGen(DescriptorBuilder.java:115)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.initPostCod
    eGen(EntityDescriptorImpl.java:369)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.api.impl.EntityDescriptorImpl.getConcrete
    BeanClass(EntityDescriptorImpl.java:148)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.EJBFactory.initializePrimaryKeyFields(EJB
    Factory.java:335)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.EJBFactory.<init>(EJBFactory.java:52)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jEJBFactory.<init>(Oc4jEJBFactory
    .java:20)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.createEJBFact
    ory(Oc4jPersistenceManager.java:666)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.preDeploy(Persiste
    nceManagerBase.java:102)
    03/10/14 12:28:10 at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jPersistenceManager.postInit(Oc4j
    PersistenceManager.java:152)
    03/10/14 12:28:10 at com.evermind.server.ejb.deployment.EJBPackage.notifyPMs(EJBPackage.java:2
    338)
    03/10/14 12:28:10 at com.evermind.server.ejb.EJBPackageDeployment.notifyPMs(EJBPackageDeployme
    nt.java:1106)
    03/10/14 12:28:10 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1758)
    03/10/14 12:28:10 at com.evermind.server.Application.postInit(Application.java:635)
    03/10/14 12:28:10 at com.evermind.server.Application.setConfig(Application.java:206)
    03/10/14 12:28:10 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1654)
    03/10/14 12:28:10 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.ja
    va:1621)
    03/10/14 12:28:10 at com.evermind.server.ApplicationServer.initializeApplications(ApplicationS
    erver.java:1594)
    03/10/14 12:28:10 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:12
    26)
    03/10/14 12:28:10 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLaunch
    er.java:93)
    03/10/14 12:28:10 at java.lang.Thread.run(Thread.java:534)
    03/10/14 12:28:10 caught exception notifying PPMs operation[POSTINIT]: PM generated class Dept_Concr
    eteSubClass2not found: Dept_ConcreteSubClass2
    Oct 14, 2003 12:28:13 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Oct 14, 2003 12:28:13 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Oct 14, 2003 12:28:14 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.webapp.example.AlternateApplicationResources', returnN
    ull=true
    Oct 14, 2003 12:28:14 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.webapp.example.ApplicationResources', returnNull=true
    Oct 14, 2003 12:28:14 PM org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn init
    INFO: Initializing memory database plug in from '/WEB-INF/database.xml'
    Oct 14, 2003 12:28:14 PM org.apache.struts.validator.ValidatorPlugIn initResources
    INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
    Oct 14, 2003 12:28:14 PM org.apache.struts.validator.ValidatorPlugIn initResources
    INFO: Loading validation rules file from '/WEB-INF/validation.xml'
    03/10/14 12:28:14 Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview
    initialized

  • How to install and configure spatial web services (sdows.ear) of Oracle 11g R1 (Version 11.1.0.6.0) on Web Logic Server  (Version 10.3.3.0)?

    I need to deploy location based service (Directory Service and Route Service). My database is in Oracle 11gR1 (Version 11.1.0.6.0). The application is deployed on Weblogic Server (Version 10.3.3.0).
    When I try to deploy the sdows.ear file, I get the error regarding class (oracle.spatial.ws.logger) definition not found.
    The examples \ tutorials that I have found are either for deployment of sdows.ear on OC4J Application Server or they correspond to Oracle 11gR2 database based sdows.ear deployment on Weblogic
    Server. As I am new in this field and inexperienced developer, I am unable to understand the causes of such error.
    May I humbly request for the solution at the earliest.
    Thanking you in anticipation.
    regards,
    GVJ

    Hi,-
    Sorry about the late reply.
    We have patches for 11.2.0.3 and 12.1.0.1 database versions.
    Please let me know if they will work for you.
    Thanks

Maybe you are looking for

  • Why does the new Quicktime NOT play my old MOV files?

    Hi Folks. I'm using the lasted updated Yosemite on a 3-year old iMac. Back in my early iMac days (3 years ago), I imported my camcorder's AVCHD files into iMove or Final Cut Express and converted them to Quicktime MOV files. Turns out they were rende

  • How to create recovery disc in t430 laptop loaded with Windows 8

    Hi Friends, I have a T430 laptop preloaded with windows8. i want to create a recovery media, but i dont the application create recovery media to be installed and i dont find it available in the website as downloadable. kindly suggest me a procedure t

  • MacBook Pro late'08 Hinge rubbing

    Folks, I notice today soemthing really strange that on the right hand side of my laptop while the lid is open (near the power button side) in the insdie corner hinge i have something deep scratch line there and looks like when i close and open lid it

  • Integration issue in mm

    Dear sap gurus, in obyc i had assign trasaction event key bsx in this one i assigned to stock account and i create one account gr/ir this one i asigned to wrx, i created one 4% tax this one assigned to ob40. after gr/ir (migo) stock a/c dr 100 to  gr

  • Any way to search places where a style is used in RH?

    Hi I've a few questions about style management: Is there a way to search for where a style is used in a project or topic? If so, is there a way to search-and-replace, ie, find where a style is used and replace it with another style? When deleting a s