ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3

Hi,
I am migrating an application from JDev 10.1.3.5 to 11.1.1.3 in order to deploy it to a java 1.6 JVM which is only certified with JDev 11.1.1.3
No matter what I do the DataBindings.cpx file content is emptied by the IDE, the migration was successful => no errors displayed.
I tried to solve the problem by doing the following but the file stays empty:
1) the removing the project from the application and adding it again, migration is done again => FILE EMPTY
2) adding manually the content in the source file then running XML validation => no errors, I close the file, reopen it and EMPTY AGAIN!
Your is needed and will be appreciated!
Thanks
Fred
Content of file DataBindings.cpx:
<?xml version='1.0' encoding='UTF-8' ?>
<Application xmlns="http://xmlns.oracle.com/adfm/application" id="DataBindings"
Package="" version="10.1.2.18.73" SeparateXMLFiles="false"
ClientType="JClient">
<pageMap/>
<pageDefinitionUsages>
<page id="PanelWeventEditParamVO1UIModel"
path="com.xxx.view.web.PanelWeventEditParamVO1UIModel"/>
<page id="TogglePanelPrintSizeDpiUIModel"
path="com.xxx.view.lab.TogglePanelPrintSizeDpiUIModel"/>
<page id="PanelPhotographerLabROfPhotolabVO1UIModel"
path="com.xxx.view.web.PanelPhotographerLabROfPhotolabVO1UIModel"/>
<page id="PanelWeventEditStatusVO1UIModel"
path="com.xxx.view.web.PanelWeventEditStatusVO1UIModel"/>
<page id="MDDPhotographerGalleryWelcomeUIModel"
path="com.xxx.view.web.MDDPhotographerGalleryWelcomeUIModel"/>
<page id="PanelTranslationCountryRegionLangTableVO1UIModel"
path="com.xxx.view.system.PanelTranslationCountryRegionLangTableVO1UIModel"/>
<page id="PanelDestGroupDestRTableVO1UIModel"
path="com.xxx.view.system.PanelDestGroupDestRTableVO1UIModel"/>
<page id="PanelWeventEditPackageVO1UIModel"
path="com.xxx.view.web.PanelWeventEditPackageVO1UIModel"/>
<page id="PanelSiteTariffPaymentTableVO1UIModel"
path="com.xxx.view.system.PanelSiteTariffPaymentTableVO1UIModel"/>
<page id="PanelPhotolabClobFreePage1L1VO1UIModel"
path="com.xxx.view.web.PanelPhotolabClobFreePage1L1VO1UIModel"/>
<page id="PhotoWebshopDesktopUIModel"
path="com.xxx.view.start.PhotoWebshopDesktopUIModel"/>
<page id="PanelItemGiftKitItemGiftTableVO1UIModel"
path="com.xxx.view.lab.PanelItemGiftKitItemGiftTableVO1UIModel"/>
<page id="TabbedFormUIModel"
path="com.xxx.view.system.TabbedFormUIModel"/>
<page id="PanelEntityPhotolabVO1UIModel"
path="com.xxx.view.system.PanelEntityPhotolabVO1UIModel"/>
<page id="PanelAddressVO1UIModel"
path="com.xxx.view.web.PanelAddressVO1UIModel"/>
<page id="SiteEventTypesAndTariffsFormUIModel"
path="com.xxx.view.start.SiteEventTypesAndTariffsFormUIModel"/>
<page id="PanelSiteVO1UIModel"
path="com.xxx.view.system.PanelSiteVO1UIModel"/>
<page id="PanelSiteBonusTypeVO1UIModel"
path="com.xxx.view.system.PanelSiteBonusTypeVO1UIModel"/>
<page id="PanelWeventAccountFileUploaderUIModel"
path="com.xxx.view.web.PanelWeventAccountFileUploaderUIModel"/>
<page id="PanelLabelWhereVO1UIModel"
path="com.xxx.view.system.PanelLabelWhereVO1UIModel"/>
<page id="PanelLabelWhatVO1UIModel"
path="com.xxx.view.system.PanelLabelWhatVO1UIModel"/>
<page id="PanelLabelWhoVO1UIModel"
path="com.xxx.view.system.PanelLabelWhoVO1UIModel"/>
</pageDefinitionUsages>
<dataControlUsages>
<BC4JDataControl Configuration="BaseTablesAMLocal"
Package="com.xxx.model.system"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="BaseTablesAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="Configuration" value="BaseTablesAMLocal"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Package" value="com.xxx.model.system"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Name" value="BaseTablesAMDataControl"/>
<Parameter name="id" value="BaseTablesAMDataControl"/>
</Parameters>
</BC4JDataControl>
<BC4JDataControl Configuration="SiteTablesAMLocal"
Package="com.xxx.model.system"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="SiteTablesAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="Configuration" value="SiteTablesAMLocal"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Package" value="com.xxx.model.system"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Name" value="SiteTablesAMDataControl"/>
<Parameter name="id" value="SiteTablesAMDataControl"/>
</Parameters>
</BC4JDataControl>
<BC4JDataControl Configuration="SystemViewAMLocal"
Package="com.xxx.model.system"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="SystemViewAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="Configuration" value="SystemViewAMLocal"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Package" value="com.xxx.model.system"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Name" value="SystemViewAMDataControl"/>
<Parameter name="id" value="SystemViewAMDataControl"/>
</Parameters>
</BC4JDataControl>
<BC4JDataControl Configuration="PhotolabSetupAMLocal"
Package="com.xxx.model.lab"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="PhotolabSetupAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="Configuration" value="PhotolabSetupAMLocal"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Name" value="PhotolabSetupAMDataControl"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Package" value="com.xxx.model.lab"/>
<Parameter name="id" value="PhotolabSetupAMDataControl"/>
</Parameters>
</BC4JDataControl>
<BC4JDataControl Configuration="PhotolabWebAMLocal"
Package="com.xxx.model.web"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="PhotolabWebAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="Configuration" value="PhotolabWebAMLocal"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Name" value="PhotolabWebAMDataControl"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Package" value="com.xxx.model.web"/>
<Parameter name="id" value="PhotolabWebAMDataControl"/>
</Parameters>
</BC4JDataControl>
</dataControlUsages>
</Application>

Ok it seems I have resolved my problem see end of thread
Still have following relevant question for an Oracle team member:
Why is my <pageMap/> empty in my migrated application cpx file?
=> when I create a new ADF Swing application this tag is not empty:
in new file:
<pageMap>
<page path="view.PanelPhotolabVO1" usageId="view_PanelPhotolabVO1PageDef"/>
</pageMap>
<pageDefinitionUsages>
<page id="view_PanelPhotolabVO1PageDef"
path="view.pageDefs.PanelPhotolabVO1PageDef"/>
in migrated file:
<pageMap/>
<pageDefinitionUsages>
<page id="PanelWeventEditParamVO1UIModel"
path="com.photoswing.view.web.PanelWeventEditParamVO1UIModel"/>
Solution to empty migrated cpx file:
It seems the migration utility couldn't cope with the BC4JDataControl definitions, so I edited them manually.
Example of 10.1.3... syntax:
<dataControlUsages>
<BC4JDataControl Configuration="BaseTablesAMLocal"
Package="com.xxx.model.system"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"
id="BaseTablesAMDataControl"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
syncMode="Immediate">
<Parameters>
<Parameter name="FactoryClass"
value="oracle.adf.model.bc4j.DataControlFactoryImpl"/>
<Parameter name="SupportsFindMode" value="true"/>
<Parameter name="Configuration" value="BaseTablesAMLocal"/>
<Parameter name="SupportsTransactions" value="true"/>
<Parameter name="Package" value="com.photoswing.model.system"/>
<Parameter name="SubType" value="DCBC4J"/>
<Parameter name="Name" value="BaseTablesAMDataControl"/>
<Parameter name="id" value="BaseTablesAMDataControl"/>
</Parameters>
</BC4JDataControl>
New syntax:
<BC4JDataControl id="BaseTablesAMDataControl"
Package="com.xxx.model.system"
FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
SupportsTransactions="true" SupportsFindMode="true"
SupportsRangesize="true" SupportsResetState="true"
SupportsSortCollection="true"
Configuration="BaseTablesAMLocal" syncMode="Immediate"
ExceptionMode="Immediate"
xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
Tip:
Do this editing outside JDev with ide closed to avoid crashing it.
Regards
Fred

Similar Messages

  • NullPointerException in ADF Swing bassed application

    Hello, i have an ADF Swing based application. In close window events of JFrames it executes the next code:
    frameInstance.panelBinding.releaseDataControl(); //1
    frameInstance.dispose(); //2
    frameInstance = null; //3
    Where frameInstance is a static reference to the current JFrame object and panelBinding is the reference to the JUPanelBinding autogenerated by the framework.
    When line number 2 is executed it throws a NullPointerException:
    Exception occurred during event dispatching:
    java.lang.NullPointerException
         at oracle.jbo.uicli.binding.JUCtrlAttrsBinding$mySetEnabledThread.run(JUCtrlAttrsBinding.java:48)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
         at java.awt.Dialog$1.run(Dialog.java:540)
         at java.awt.Dialog.show(Dialog.java:561)
         at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:840)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:642)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:613)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:584)
         at s.arcadeconsultores.impl.errors.AcErrorHandler.reportException(AcErrorHandler.java:164)
         at es.arcadeconsultores.arcges.view.FrmEscaladosPedidoCliente.visualizar(FrmEscaladosPedidoCliente.java:597)
    ...Somebody knows what is the problem?
    Thanks.

    Thanks for your help Frank. I've changed and invoque methods this way:
    getPanelBinding().releaseDataControl();
    dispose();
    Now, its works but when executes the _popupTransactionDialog() method (caused trying to exit whitout save changes, and then appears the "Commit Rollback Window") the Exception appears again. I've commented the panelBinding.releaseDataControl() line and the NullPointerException dissapear...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ADF Libary Issue - Application Module disappear from data control

    Hi All,
    I am facing an issue while adding an Application module to an ADF project as an ADF libray.
    I have two applications - ADF Application1 with Model1 project having an Application module AM1, ADF Application2 with Model2 project having an Application Module AM2
    I have created an ADF library jar file of Model1 project.
    When I add it to Model2 project, the Application Module AM2 of Model2 disappears and Application Module AM1 from the library appears in data control.
    Please suggest what could be wrong.
    Regards,
    Rekha

    Hi,
    verify that both application modules don't share the same ID in their databindings.cpx file. Which release version of JDeveloper 11g are you on ?
    Frank

  • Migration problem from 3.2 to 3.5

    hi,
    I had some problem with migration of an existing application from weblogic personalization
    server 3.2 to weblogic personalization server 3.5.I am not able to migrate the
    ruleset from 3.2 to 3.5.I have followed all the instructions in the migration
    document.So if any of you had encountered the following problem, maybe you could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness ( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu

    sorry i am posting it again.
    I had created the directory e:\rules32.I had set the environment using the set-environment.bat
    file before running this command.
    I tried running this command directly too.However I am still having the same problem.
    "Daniel Selman" <[email protected]> wrote:
    Subu,
    1. Did you create the e:\rules32 directory first?
    2. Did you try running:
    java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness
    migrate32to35 e:\rules32
    directly?
    If yes, please post the ruleset that is causing the error.
    Thanks,
    Daniel Selman
    "Subramaniam" <[email protected]> wrote in message
    news:3b17e7ce$[email protected]..
    hi,
    I had some problem with migration of an existing application from weblogicpersonalization
    server 3.2 to weblogic personalization server 3.5.I am not able tomigrate
    the
    ruleset from 3.2 to 3.5.I have followed all the instructions in themigration
    document.So if any of you had encountered the following problem, maybeyou
    could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu
    [problem.txt]

  • CMR migration problem from 9.0.4 to 10.1.2.0.2

    Hi,
    we have a J2EE 1.3 system developed and working on a production enviroment in which OAS 9.0.4 platform is installed.
    This system uses EJB 2.0 CMP Entity Bean with CMR.
    We deployed the same system (.ear) in a 10.1.2.0 platform but we detected that CMR is not working correctly. Entity beans in the association targets are not being retrieved correctly. We're using http://download-uk.oracle.com/docs/cd/B14099_18/web.1012/b15505/ormap.htm#sthref640, could it be the problem??
    Is there any tool that could be used for migrating ejb-jar.xml and orion-ejb-jar.xml files from 9.0.4 to 10.1.2.0.2.
    Is there any special issue or process to be taken into account for migrating from 9.0.4 to 10.1.2.0.2?
    We can provide further details under request.

    Hi,
    we took a look at the provided reference but no code-oriented tool was found (just Oracle infrastructure's components).
    We found that the problem we were having had to do with OAS 10.1.2.0.2 bug no. 4450233.
    We requested the patch through Metalink, then we applied it and now tha application seems to be working correctly.
    Anyway, thank you very much for your answer.

  • Migration Problem from Developer11g(Preview 1) to Jdeveloper11g-FullVersion

    Hi,
    We have build our application in J-Developer Preview-1 using ADF and JPA technologies. And now when we are trying to migrate our Application form Preview-1 to J-Developer full version we are unable to run our application which is running fine in Preview-1. While we are trying to run in full version we are getting the errors like "unable to deploy application".
    Can any one help me on this Issue.
    Thanks and Regards,
    K.Satish Kumar.

    Hi,
    I copied the web.xml file from the empty web application. Still could not run the application. I am getting the following error.
    weblogic.application.ModuleException: Failed to load webapp: 'Elearn_Products_Module-ProductsDataModel01-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Oct 13, 2008 8:08:21 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Elearn_Products_Module'.>
    <Oct 13, 2008 8:08:21 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'Elearn_Products_Module-ProductsDataModel01-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.ResourceServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Elearn_Products_Module on DefaultServer.: Failed to load webapp: 'Elearn_Products_Module-ProductsDataModel01-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'Elearn_Products_Module-ProductsDataModel01-context-root'
    #### Deployment incomplete. #### Oct 13, 2008 8:08:22 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application Elearn_Products_Module due to error deploying to DefaultServer.
    [Application Elearn_Products_Module stopped and undeployed from Server Instance DefaultServer]
    Please help me.
    Thanking you,
    Satish Kumar

  • Migration problem from JDev2.0 to 3.0

    Hi,
    I have created a default master-detail form between dept and emp table in 2.0 (infobus form using wizard). When I tried to open this
    form in 3.0, it upgraded the business components to 3.0's bc and the form runs. Then I added sessionInfo.revokeSession() to the File->Exit and processWindowEvent code.
    (which is available in the default form created using 3.0's infobus form wizard).
    Now, when I call this form from another frame
    through a button, the form runs. But when I close the form it throws a long exception list. (This does'nt happen with default form
    created with 3.0)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at oracle.jbo.server.PackageDefImpl.removeChild(Compiled Code)
    at oracle.jbo.server.PackageDefImpl.removeChild(Compiled Code)
    at oracle.jbo.server.ViewLinkDefImpl.unsetDefForComponent(Compiled Code)
    at oracle.jbo.server.ComponentObjectImpl.setDef(Compiled Code)
    at oracle.jbo.server.ViewLinkImpl.setDef(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.removeChild(Compiled Code)
    at oracle.jbo.server.ComponentObjectImpl.remove(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.removeViewLinks(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.resetState(Compiled Code)
    at oracle.jbo.server.ApplicationModuleImpl.txnRemoved(Compiled Code)
    at oracle.jbo.server.DBTransactionImpl.disconnect(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.close(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.revokeSession(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.revokeSession(Compiled Code)
    at package7.Frame1.processWindowEvent(Compiled Code)
    at java.awt.Window.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:79)
    I am unable to make out the reason for this.
    The only difference I can see is that, the xml files are separate in 3.0's default form.
    Where as in 2.0 everything is in the same file.
    This happens only when I try to call the form
    from another frame (When a button is pressed or a menu is invoked).
    Can anyone throw some light in to this problem, and suggest a workaround?
    TIA,
    Gopal
    null

    sorry i am posting it again.
    I had created the directory e:\rules32.I had set the environment using the set-environment.bat
    file before running this command.
    I tried running this command directly too.However I am still having the same problem.
    "Daniel Selman" <[email protected]> wrote:
    Subu,
    1. Did you create the e:\rules32 directory first?
    2. Did you try running:
    java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness
    migrate32to35 e:\rules32
    directly?
    If yes, please post the ruleset that is causing the error.
    Thanks,
    Daniel Selman
    "Subramaniam" <[email protected]> wrote in message
    news:3b17e7ce$[email protected]..
    hi,
    I had some problem with migration of an existing application from weblogicpersonalization
    server 3.2 to weblogic personalization server 3.5.I am not able tomigrate
    the
    ruleset from 3.2 to 3.5.I have followed all the instructions in themigration
    document.So if any of you had encountered the following problem, maybeyou
    could
    help me.
    E:\bea\WebLogicCommerce3.5\bin\win32>dumprules32.bat e:\rules32
    Dumping existing rule sets to e:\rules32
    Processor specific args not satisfied
    Args must be as follows for mode migrate32to35
    <output directory>
    http://apache.org/xml/features/nonvalidating/load-external-dtd
    Usage: java com.bea.commerce.platform.rules.tools.RuleSetProcessorHarness( migrate32to35
    | dump35 ) [<optional mode args>]
    Any help would be highly appreciated.
    Thanx in advance,
    Subu
    [problem.txt]

  • Migration problems from Oracle 10gAS R1-R2.

    We moved from Oracle 10gAS R1 to 10gAS R2. So i had to re-compile my code in Oracle forms to deploy them. I was successful in moving all files except for one.WHenever i try to run this file (after compilation in R2) i am receiving the foll error.
    I checked the whole code in that file, it has no refernce to the old servers..everything was updated. I am sure this error is due to the file and nothing related to my configuration files in the AS. This is because other forms (using webutil) works fine except for this form. How do i get around this, the logs and error messages dont really help.
    6/05/25 16:29:12 formsweb: Forms session <103> aborted: unable to communicate with runtime process.
    06/05/25 16:29:12 formsweb: Forms session <103> exception stack trace:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
    at java.io.DataInputStream.readLine(DataInputStream.java:562)
    at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi,
    I have a similiar problem here while migrating from jboss 3.04 to oc4j 9.0.4. I get the same error message: invalid column identifier.
    What do I have?
    A small web application with jsp and struts, some session beans, some entity beans with relations, some finder methods (EJB-QL), separate FK-classes, CMP and CMR.
    I checked all my identifiers and they are correct. Now I tracked down the problem to the following:
    When I deploy the ear file to oc4j, then the container takes my orion-ejb-jar.xml and generates its own one for runtime. In this generated new file you can see the queries (select statements) which the container will use. Unfortunately, some of these selects use a WRONG identifier...
    Let's say a field is named "homeStation_implName". Then you find two occurences of this field name in a select: one is correct with "homeStation_implName", but the other one is WRONG with "homeStation_".
    And that's what causes the "invalid column identifier" error message.
    As a workaround, I tried to modify the generated orion-ejb-jar.xml to use consistently the field name "homeStation_". But after restarting the server, my modificatons are gone again...
    Do you have any idea, what problem this could be?
    Any workaround I could use?
    Thanks,
    Torsten

  • Enterprise application conversion problem from WLS 10.3.0 to WLS 10.3.2

    Hi all,
    I'm posting this just to document a problem I had when converting an Enterprise Application from WLS 10.3.0 across to WLS 10.3.2 environment.
    Upon deployment of the application I was getting this error:
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.ApplicationParamBeanImpl@b720894d(/ApplicationParams[webapp.encoding.default])"
         at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:227)
         at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setApplicationParams(WeblogicApplicationBeanImpl.java:560)
         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:597)
         at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
         at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:536)
         at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollection(AttributeRuntimeBindingType.java:381)
         at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
         at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
         at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:150)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
         at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:329)
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:88)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:66)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:314)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    It turns out this was an issue with the META-INF/weblogic-application.xml having duplicate entries for the "webapp.encoding.default" parameter.
    This obviously got duplicated when my app was re-imported into the Eclipse OPEP environment for WLS 10.3.2
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-application xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.0/weblogic-application.xsd">
    <!-- server-version: 10.3 -->
    <!--weblogic-version:10.3.2-->
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    </wls:weblogic-application>
    Removing the duplicate entry resolved this problem.
    I hope this helps anyone else that experiences this issue.
    Regards,
    Paul

    Below link might be helpful.
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1049509&tstart=0
    Regards,
    Anandraj
    http://weblogic-wonders.com/

  • Migration problem from NW 04s to NW 7.1 CE

    Hi,
    Our project (based on Java Webdynpro tech.) has to be migrated from NW 04s to NW 7.1 CE. We have a new track and everything that is needed.
    The problem is that is seems to be that 7.1 is compatible backward to 04s according to the documentation should be. But in our real case of XI it does not work properly because we are not able to deploy our DC-s to our new 7.1 track.
    We faced several problems:
    - Some packages are not permitted to public use in NW (XI Proxy and ID Generators) anymore, which were available in 7.0. We have to request these usage from NW   
      Structure Governance Board.
    - The generated XI Java Classes (which are processing the communications with XI) are only partly deployable on the 7.1 engine.
    - The service marketplace does not contain MS-SQL Version of the 7.1 CE Engine (The link in MS-SQL Page in Service Marketplace pointed to MaxDB version download)
    - The license of the NW 7.1 CE and release needs more clarifications, because SAP does not release NW 7.1 as platform.
    Has anybody done a migration regarding XI content or the below mentioned migration issues?
    Thank you in advance,
    Tamas

    i never worked on this before but i guess because of JDK version change from j2ee to jee5 in CE7.1 your problem came
    Samrat

  • Migration problems from Jdk 1.3 to Jdk 1.4.2_05

    ?Hi,
    We have migrated our code from Jdk 1.3 to Jdk 1.4.2_05 and we are facing the following issue:
    We have a table which displays results retrieved from DB,
    When we migrated the table headers were not displayed properly due to some width parameters, so when we hardcoded the width to increase by 10, the headers are seen properly. But there is a gap between each header names.It is not set to the whole column width.
    We are getting the width of the comp as follows:
    Component comp = renderer.getTableCellRendererComponent(table,
    col.getHeaderValue(),false,
    false, 0, 0);
    return comp.getPreferredSize().width + 10;
    And we are setting the column width as below:
    We are checking whether the cellcontent width or the header width is greater and we are passing the max width.
    col.setPreferredWidth(width);
    Kindly help me in this regard,
    Thanks in advance,
    Kala

    You may get a better response posting this question in a more appropriate forum such as the Java Swing forum or the AWT forum. See forums below:
    http://forum.java.sun.com/forum.jsp?forum=57
    http://forum.java.sun.com/forum.jsp?forum=5

  • Application Migration Problem

    Hi
    Well, we use to migrate application by using LCM. It works fine but right now we are doing the same but having lots of errors while importing different forms. LCM migration status report ends in error and stating that some of the forms are unable to import. The Hyperion version is 11.1.2. Please advice.
    Thanks in advance
    SNK

    Thanks for reply John
    I tried with one form and following errors found in the migration log
    [2010-10-14T15:29:29.843+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11001] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: f:/Oracle/Middleware/user_projects/epmsystem1/import_export/msr/PKG_178.xml] Executing package file - f:/Oracle/Middleware/user_projects/epmsystem1/import_export/msr/PKG_178.xml
    [2010-10-14T15:29:31.406+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11003] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] HSS URL - Reading from registry.
    [2010-10-14T15:29:33.000+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11134] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: http://hyptest:28080/interop] HSS URL from Registry is http://hyptest:28080/interop
    [2010-10-14T15:29:35.125+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11139] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: http://hyptest:8300/HyperionPlanning/servlet/HspLCMServlet] LCM callback URL is : http://hyptest:8300/HyperionPlanning/servlet/HspLCMServlet
    [2010-10-14T15:29:35.125+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11141] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: HP-11.1.2.0] No product context properties are present for the product HP-11.1.2.0
    [2010-10-14T15:29:35.125+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11127] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: HP-11.1.2.0] Retriving product resource infromation for product HP-11.1.2.0 from product cache.
    [2010-10-14T15:29:35.343+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11123] [oracle.EPMLCM] [tid: 13] [ecid: 0000IieIQVjF^6WFLzaQOA1Chhi9000003,0] [arg: /Backup_HYPDIM_14Oct1.1] [arg: Foundation/HYPCAPEX] REPORTING ARTIFACTS THAT CAN BE MIGRATED FROM /Backup_HYPDIM_14Oct1.1 To Foundation/HYPCAPEX
    [2010-10-14T15:29:35.437+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11097] [oracle.EPMLCM] [tid: 13] [ecid: 0000IieIQVjF^6WFLzaQOA1Chhi9000003,0] [arg: HP] Selecting parser to support dependencies. No configuration found for the product - HP
    [2010-10-14T15:29:37.515+05:00] [EPMLCM] [ERROR] [EPMLCM-31055] [oracle.EPMLCM] [tid: 14] [ecid: 0000IieIQziF^6WFLzaQOA1Chhi9000004,0] [SRC_CLASS: com.hyperion.lcm.handler.ContextManager] [SRC_METHOD: addStatusMessages:?] [arg: error /Plan Type/Plan1/Data Forms/Planning/Purchase/6.1 Store Purchases - The data form failed to import.  Please see log for details.] Error message from product is: error /Plan Type/Plan1/Data Forms/Planning/Purchase/6.1 Store Purchases - The data form failed to import. Please see log for details.
    [2010-10-14T15:29:37.609+05:00] [EPMLCM] [NOTIFICATION] [EPMLCM-11000] [oracle.EPMLCM] [tid: 10] [ecid: 0000IieIPBHF^6WFLzaQOA1Chhi9000000,0] [arg: Completed with failures.] Migration Status - Completed with failures.

  • Migration problem from albpm 6.5 to 10.3.3

    Hi,
    We are in the process of migrating our project from Albpm 6.5 to 10.3.3. We imported the project file into the new studio and its deployed sucessfully but the problem we are facing is when we are trying to start the engine and run the workspace the workspace is comming up and after inputting the username its just keeps on loading for ages there is nothing displayed. the error we are getting in the bpm studio log is as follows
    1.Java heap space
    java.lang.OutOfMemoryError: Java heap space
    2.The directory event notifier will terminate.
    Thread [fuego.directory.provider.notifiers.DirectoryNotifier$NotifierScheduler@83aa6e] (8628846), in charge of directory events notifying, has thrown an unexpected error and will terminate.
    possible ways we tried are
    change these parameters in the eclipse.ini file. It is located in the X:\bea\albpm6.0\studio\eclipse.
    The following is my eclipse.ini:
    -vmargs
    -Xms256m
    -Xmx512m
    -Dfuego.fstudio=true
    -DprodMode=preProduction
    -Dbea.home=C:\bea\albpm6.0\studio\..
    -Djava.endorsed.dirs=""
    -XX:PermSize=256M
    -XX:MaxNewSize=256M
    -XX:MaxPermSize=1024M
    Can anyone please help on this
    Thanks

    It definitely works. I have used MA at least 100 times in the past. I’m not sure what’s happening here. What is the exact error message? Is the old Mac updated to 10.5.8 with all updates installed? Is your son using FWTDM successfully so that the new Mac recognizes the old one? Is there enough free space on the target Mac?
    Björn

  • Catalog Migration Problem from 10g to 11g

    Hi,
    When i am trying to migrate catalog of 10g to 11g. They have some problems
    1. In obiee 10g (under root folder) it shows only around 5 dashboards. But actually when i am seeing in the I catalog manager of obiee 10g it shows 12 dashboards and pages.
    Can some please help me on this how to see the other dashboards and page in obiee 10g ( under root folder ).
    2. When i am trying to migrate the catalog folder in obiee 11g it also shows around 5 dashboards. And other dashboards are not seeing after migration.
    Can someone please help me on this how to see the other dashboards and pages in obiee 11g as well.

    Hi,
    In Webcat, there can be some contents that are inconsistent/invalid. And such contents have 0 byte size. Please check if dashboards files that are not visible and their corresponding .atr files have 0 byte size.
    Other possibility can be dashboards are hidden for the user-id you are using for login.
    Please mark as helpful/correct if this reply helps.
    Thanks,
    Vijay
    Edited by: user5814724 on Apr 8, 2013 4:58 AM

  • Migration problem from Struts 1.2.7 to 1.3.8:java.lang.ClassNotFoundExcepti

    Hi, my current configuration is tomcat 6.0.18 and jdk 1.5. Here are the steps I followed for the migration.
    1. Replaced struts.jar with struts-core-1.3.8.jar
    2. Updated taglib .tld files which were under /WEB-INF and also kept the corresponding struts-taglib-1.3.8.jar files in lib directory.
    3. Kept the external mappings in web.xml for the tld files though.
    4. Updated struts-config.xml with
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
    "http://struts.apache.org/dtds/struts-config_1_3.dtd">
    5. As not using any cancel buttons hence did not use the cancellable attribute.
    6. Updated validation.xml with specified doctype in strutsupgrade docs.
    7. Replaced older jar files with newer versions.
    After compiling the files and deploying in Tomcat I get the following error while trying to run.
    exception
    javax.servlet.ServletException: Wrapper cannot find servlet class jsp.login_jsp or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Thread.java:595)
    root cause
    java.lang.ClassNotFoundException: jsp.login_jsp
    org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
    org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    java.lang.Thread.run(Thread.java:595)
    What am I missing out on?
    Thankx in advance.

    hanks for the reply.
    All class files are created during build.
    I even deleted all the existing ones in tomcat/work folder.
    So the classes are up to date.
    Any other pointers?
    Furthermore do I need to change the jsp header
    <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
    to
    <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
    and so forth?(I did that, and its compiling but during accessing i get the same error.)
    The java deprecations shows Resources.getLocale as deprecated. Is that a problem,
    and if it is how to replace it?

Maybe you are looking for

  • WebGate for OHS on Solaris?

    I cannot find a WebGate for OHS on Solaris. I can only find OHS2 on Solaris. Anyone know where to get it? Joost

  • Fonts-  transferring from old Mac to new Mac

    I used FontDoctor to check and collect all my fonts from my old MBP and copied them to my new MBP OSX-10.6.4. But I don't want to install duplicates or older versions of fonts over newer ones. Will FontBook refrain from adding dups, prefer newer font

  • Cannot run 64 bit Safari 4.0.3 in Snow Leopard

    I'm currently running Safari 4.0.3 (6531.9) in OS X 10.6 and have noticed that, when I use "Get Info," there's no "Open in 64 bit" like there is on my laptop running the same version of Safari and 10.6. (I've noticed this because of problems I've bee

  • Randomly, my site all of a sudden can't connect to server

    Hi there! I have been updating a site for years, and have never had any probs connecting to the server from Dreamweaver but now get this error message attached in the image. Their site is not down, I can login to control panel ok, there have been no

  • Querying iFS internal tables

    iFS 1.1.9.0.7 I'm querying the internal tables to extract the path of a file (family or document) or a folder. If I execute this query with the id of the file (99999) the result is ok, but if i use the id of a folder (99999) the result is duplicated