Getting java.classNotFoundException even if the class is there

Hi all,
We've recently migrate to jdeveloper 11g production. Our fusion web application used to work perfectly with jdeveloper 11G P4 when running on OC4J. We use the whole ADF Framework on each business layer.
I'm getting java.classNotFoundException on 11G prod, and the strange thing is : class is present ! I've looked everywhere ; and made sure the missing class is just imported once (not twice or more, wich was the default case). Anyway, here's the log :
I'm willing to past xmls files if necessery, or others.
----  Deployment started.  ----    Oct 22, 2008 1:33:35 PM
Target platform is  (Weblogic 10.3).
Running dependency analysis...
2008-10-22 13:33:35.355: Writing WAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA\EASYTEAM GDA-ViewController-webapp
2008-10-22 13:33:35.704: Wrote WAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA\EASYTEAM GDA-ViewController-webapp
2008-10-22 13:33:35.81: Writing WAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA\EASYTEAM GDA-Model-webapp
2008-10-22 13:33:35.863: Wrote WAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA\EASYTEAM GDA-Model-webapp
2008-10-22 13:33:37.044: Writing EAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA
2008-10-22 13:33:37.053: Wrote EAR file to D:\OracleJDev11G\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\EASYTEAM GDA
Deploying Application...
<22 oct. 2008 13 h 33 CEST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application EASYTEAM GDA is not versioned.>
<22 oct. 2008 13 h 33 CEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1224675217485' for task '6'. Error is: 'java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentELTag'
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentELTag
     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
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentELTag
     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
>
<22 oct. 2008 13 h 33 CEST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'EASYTEAM GDA'.>
<22 oct. 2008 13 h 33 CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentELTag
     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
java.lang.ClassNotFoundException: javax.faces.webapp.UIComponentELTag
     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 EASYTEAM GDA on DefaultServer.: javax.faces.webapp.UIComponentELTag.
weblogic.application.WrappedDeploymentException: javax.faces.webapp.UIComponentELTag
####  Deployment incomplete.  ####    Oct 22, 2008 1:33:40 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 EASYTEAM GDA due to error deploying to DefaultServer.
[Application EASYTEAM GDA stopped and undeployed from Server Instance DefaultServer]

Hi,
are you sure that the library is deployed to the server?
Check the application in the deployed path on the server. If you don't find the library there check the Library and classpath in your project settings if the library which contains the jar has the checkbox 'deploy ba default' set.
Timo

Similar Messages

  • Is it possible to get a count of all the class files in a Flash Builder project?

    Is it possible to get a count of all the class files in a Flash Builder project?
    Thanks!

    Resultsets are one per connection unless you have copied them. Do you have lots of connections are you properly reusing them or at least closing and discarding all references?
    See tutorial and Javadoc of API too

  • Getting error could not place the document because there is not enough memory RAM wile importing .png file into Photoshop cc

    getting error could not place the document because there is not enough memory RAM wile importing .png file into Photoshop cc

    Without knowing anything about your system, your image file, your working document and so on nobody can even begin to guess. The file could be damaged, there could be color management issues at play and what have you...
    Mylenium

  • Save button is saving records to table even if the error is there

    Hi All,
    I am having the following issue:
    Duplicate records are getting saved in database in table.(When I click on Add Category in table I select Compressor from drop down list.Again I click on Add Category and select Compressor from drop down list.After selecting compressor second time I am getting the error on top--Usage category is already selected.Please select another one.After that if I click on save, the duplicate records got saved even though the error is shown on top). The validation for drop down list is in AM .Can someone tell me that even if the error is there why is save working.
    Thanks in advance.
    Regards,
    Amrit

    hi reetesh,
    I am having drop down list where I perform the duplicate validation:(check usage category is fire partial action for drop down list)
    if ("checkUsageCategory".equals(pageContext.getParameter(EVENT_PARAM)))
    String rowReference = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Serializable[] parameters = { rowReference };
    am.invokeMethod("checkUsageCategory", parameters);
    AM code:
    public void checkUsageCategory(String rowReference)
    OARow row = (OARow)findRowByRef(rowReference);
    if (row != null)
    String usageCategoryCode = (String) row.getAttribute("UsageCategoryCode");
    checkDuplicateKeyForusageCategory(usageCategoryCode);
    public void checkDuplicateKeyForusageCategory(String usageCategoryCode)
    MTHSustainUsageVOImpl vo = getMTHSustainUsageVO();
    Row[] rows = vo.getAllRowsInRange();
    int rowDuplicated = 0;
    for (int i=0; i<rows.length; i++)
    if ( usageCategoryCode.compareTo((String)rows.getAttribute("UsageCategoryCode")) == 0)
    rowDuplicated = rowDuplicated + 1;
    if (rowDuplicated > 1)
    throw new OAException("MTH", "MTH_DUPLICATE_USAGE_CATEGORY");
    code for save is:
    if ( "Save".equals(pageContext.getParameter(EVENT_PARAM)) ) {
    am.invokeMethod("save");}
    AM code is:
    public void save() {
    getTransaction().commit();
    Can you tell me where should I modify the code to achieve the above functionality.
    Regards,,
    Amrit

  • TS2446 Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card an

    Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card and the same.why???????

    I have tried all those things I even updated the software to the new iOS system and it still did fix my problem.
    What happened is that my garage band looks like it will open then it shuts down.
    I have lot of important things on my garage band and I'm afraid that if I uninstall it deleting it then reinstalling it all my work on it will be gone and I can't have that happen.
    Everyday I am hoping that when i go to open the app that is will work but it doesn't it gets ready to turn on then it shuts off , the app doesn't even open all the way and turns off.
    I really hope I don't have to erase it.
    It'll say it's ,lading my songs then it shuts down .
    If I waited for the App Store to come up with an update for garage band should I wait till then to update my app so it doesn't get damaged . I don't want to erase it and all my data get erased . I figured if I wait for an update then my garage band will reset itself but won't delete my data. I'm not sure if that will help. Is there anything you or anyone else might know that can help me with this matter ?
    Thank you
    Simachyahi

  • Could not load resource adapate even though the class exists

    <ResultItem type='error' status='error'>
    <ResultError throwable='com.waveset.util.WavesetException'>
    <ErrorMessage severity='fatal' id='com.waveset.adapter.RAMessages:RESBASE_LOAD_CLASS_FAILED'>
    <String>com.ge.fleet.idm.adapters.SiteMinderResourceAdapter</String>
    </ErrorMessage>
    <StackTrace>com.waveset.util.WavesetException: Could not load Resource Adapter class: 'com.ge.fleet.idm.adapters.SiteMinderResourceAdapter'.&#xA;==> java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:461)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;Caused by: java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;... 22 more&#xA;Wrapped exception:&#xA;java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    <ResultError throwable='java.lang.ClassNotFoundException'>
    <Message>
    <Text>com.ge.fleet.idm.adapters.SiteMinderResourceAdapter</Text>
    </Message>
    <StackTrace>java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    </ResultError>
    </ResultError>
    </ResultItem>
    Any help would be appreciated, I have checked the class exisits, its an intermittent issue that happens since the request sometimes succeed. This is on Weblogic 9.2

    Hi ,
    by any chance are you having multiple weblogic servers in your farm that have different version of idm war files deployed ? may be one without the class or with a class that is having an incompatible byte code version ?
    Thanks,
    Balu

  • How to get standard workflows related to the class .

    Hi all,
    I want to search for the workflows related the class CL_UKM_EVENT_MANAGER  (method HANDLE_USAGE_OVER_100) .
    I tried in workflow explorer  .
    Please suggest me the way to search the workflow .
    Regards,
    Naval bhatt

    run transaction SWUS, then input help for field "Workflow", then click on tab "Object Type and Method", then select "ABAP Class" instead of "BOR Object Type". You can also search upon a class method.
    That's it!
    Tiberiu

  • Some of the images are not showing up on my Blogger blog even though the HTML is there. They do show up in Opera.

    Here is the link to the blog post -
    http://happyholidays-blog.blogspot.com/2010/09/welcome-to-trick-or-treat-street.html
    Three days ago I went to a post from last year and an image was gone. The code was there but not the image.
    It doesn't get rid of all the images just certain ones and they are consistently gone. It is not a random deletion of images.
    I have had images not show up on other blogger sites.

    See http://kb.mozillazine.org/Images_or_animations_do_not_load
    It is possible that you clicked "Block Images" in the right click context menu while trying to save an image.
    Check the image exceptions: Tools > Options > Content: Load Images: Exceptions<br />
    See [[Options window - Content panel]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Open the <i>Media</i> tab of the "Page Info" window.
    *Select the first image and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • Cannot send MMS since upgrading to iOS4, even though the option is there

    I have upgraded my 3GS phone to iOS4 and all is okay except I can't get a MMS to send. The option is there in settings which is switched to ON, I have the camera on the text message screen, but each time I try to send a MMS it stops a little from the end of the progress bar and I get a red circle with the exclamation mark in it - message send failure!
    I have restored my phone, turned it off and back on again - any clues anyone?

    Sorted - its a service provider issue, in my case O2. I called tech support and they gave me new settings to add into the network settings fields and it now works.

  • My Mac is opening my doc in preview instead of Adobe. I loaded the latest version. It still opens in preview and I get a blank page even though the doc is there. How do I handle this?

    How do I open a doc in adobe instead of preview?   Three Imac people in a group all having the same problem. I was told to download the latest Adobe, which I did. I still cant view the document even though I downloaded it to read it. It keeps opening in Preview and shows up blank. Help!

    Right click on the document and select Open with-Adobe Acrobat. Or right click on the document and select get info, go to the open with drop down menu and select Acrobat. If you want all documents of that type to open with Acrobat check the box.

  • Why does the menu get cut off even if the project is widesrcreen?

    I made a widescreen project in iMovie, exported it to iDVD, and chose a widescreen theme. It looked fine on my computer but when I burned it and played it on my home DVD player, the words were cut off. I also noticed that when played on some TVs, my movie (although widescreen) played as full screen and therefore, cut off some of the footage. Does anyone know how to fix this?

    HOW TO MAINTAIN 16:9 ASPECT FROM IMPORT TO BURN
    This is the way I do it. There is no compulsion on you to do it my way, but this works (for me). I started this method before iMovie and iDVD were upgraded to 6.0.3, and because not all elements of the various iDVD themes (particularly the pre-iDVD 6 ones) are consistent in keeping to 16:9 throughout the process.
    The widescreen preview works just fine when you check your finished project within iDVD. The problem only happens when you either burn a project or save it to an image.
    A bug in iDVD 6, particularly when working with PAL, and which has been reported to Apple, is that the sub-menus in many of the themes (the chapter settings) default to 4:3 aspect, NTSC and mpeg 1, instead of the desired 16:9 in mpeg 2 in PAL. This may be partly a leftover from iDVD 5 or even a newer ‘feature’ of iDVD 6. Either way, it is annoying when it happens, and we must hope Apple cure it in iDVD 7. In the meantime here is my failsafe workaround, which sounds a lot more complicated when reading about it, that it is in practise.
    Living in the UK, I use PAL (25 fps). Wherever you see a reference to PAL (25 fps) in the following you may substitute NTSC (30 fps) in the various settings mentioned (if you don’t live in Europe), the basic idea is the same. I still use this method, and take these steps, regardless of whether it is always necessary. Worst case scenario: it would have worked anyway. Best case scenario: it works perfectly where it otherwise wouldn’t!
    The object of the exercise is therefore to ‘fix’ all constituent parts of the project (video, titles, theme, effects, even audio!) in the desired 16:9 aspect to avoid producing a DVD where the movie is in 16:9 and the menu is in 4:3 or where other irritating surprises lurk in your project, which you only discover after burning a coaster!
    First go to http://www.mydvdedit.com/index.php?lang=english and download myDVDedit. This is shareware although the download is free. Send the guy a few dollars/euros, he deserves it. While you are there, read all about it. Now install it in your Applications Folder. You will need it later.
    You have finished your iMovie project with music, transitions and so on, and saved it to you Movies Folder. Before you started the project you naturally set it to DV Widescreen.
    Open iDVD. Give the project a name, and save it as Widescreen if it didn’t default to the same aspect as your iMovie project. Now import the iMovie project into iDVD, choose a theme (any theme you like, even if it prefers to stay at 4:3) and save the project. Do what you would normally do to the theme and its drop zones. Save the project.
    Now save as Disk Image on your desktop. Leave it there for the moment when it has finished/appeared.
    Open your Movies Folder. Create a new folder. Name it PROJECTNAME – TS FILES (where ‘projectname’ is the name of your project!). Close the folder. You can of course call it anything you like, but this aids identification.
    Now double-click the disk image on your desktop. It contains two folders: AUDIO_TS (which is empty, but please pretend that it isn’t) and VIDEO_TS. Drag and drop these to the folder you created in your Movies Folder. (This takes a moment).
    Click on the AUDIO_TS folder and go to Get Info in the file menu. Right down the bottom is where you have to change the permissions. Under ‘Ownership & Permissions’ change this from Read Only to Read & Write. Click the small triangle next to Details, scroll down and click on ‘Apply to enclosed items’. You will be asked for your root password. Close the get info window, and now click on the VIDEO_TS folder and do the same. Close the Projectname-TS Files folder. You have now allowed yourself to change the properties of the contents of those folders, which leads us to the next all-important step.
    Open myDVDedit. Go to File and open the projectname TS Files folder. By all means stare at it shock and awe, but don’t bother finding out what it can do, except for the following:
    Top left you fill see a list of files. Lower centre you have a large window. On the vertical menu to the left of that, click te middle one (VTS or VMG).
    In the window at the top left, ignore ‘First Play’ (if there was anything to correct in that, myDVDedit will have done so and told you).
    Click on VMG Menu en (English). Now the whole thing springs to life.
    Set Coding Mode to MPEG-2 (if it isn’t already)
    Set Standard to PAL (or NTSC if that is what you want)
    Set Aspect to 16:9 (not any of the other options)
    Now save the file.
    Click on VTS Menu 1 en (English) and repeat as above.
    Click on VTS Menu 2 and repeat as above.
    You have now permanently ‘fixed’ the entire contents of the TS folder (the disk image) in 16:9 aspect. Close myDVDedit – you won’t need it again until the next project!
    If you have Toast 7 Titanium, open it. ‘Select DVD-Video from VIDEO_TS’. Choose Select from the main Toast window and select your projectname-TS Files folder. You are now ready to burn! You can set the burn speed (2x recommended) before the burn commences. Allow Toast to verify the burn before you eject the DVD-R disk.
    If you don’t have Toast 7, then I assume you can burn the projectname-TS Files folder (disk image) via Disk Utility. I say ‘assume’ only because I have never tried it that way.
    Either way, you now have a DVD which will play as 16:9 widescreen on any TV set, even the old ones where you can’t ask it to letter-box.

  • Suddenly, I can access my mailbox on AOL Mail but I cannot read anything when I try to open the individual mail. Get blank "page," even though something clearly is there (when accessed vis Explorer or Safari). What's wrong and how do I fix it?

    This is on my desktop PC running Windows XP. Have used Firefox successfully for a couple of years. This problem was first noticed on 1/18/2012.
    Logging off and logging back into AOL does not fix it. Closing and re-opening Firefox does not fix it. Shutting down and rebooting the PC does not fix it.
    Thanks for any help/explanations.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • I want to change my password but can not get passed verification even though the answers are correct, so I have asked for an email and none has come.Can some one help?

    I have tried to change my password and get to the part where you need to verify by answering the questions, and I get can not get any further, as it tells me the answers aren't the ones they have but I know it is correct, so I have asked for an email to be sent, but no email comes.I receive other emails from iTunes but not the one helping me to change the password. Has any one got any idea why?

    Contact iTunes customer support, no one in these user to user support forums can assist  you.

  • I have an iphone 3GS and I tried to upgrade the software, After it finished I tried to restore from backup and even though the itunes says there was a backup, After trying it comes up with error there was no backup to retrieve from. Can I get it back

    After updating my iphone 3GS I tried to restore from backup and after choosing the backup and syncing, it keeps coming up with error there wasn't any backup to restore from. Can I get it back or have I lost all my info ?

    See if these Articles help resolve your issue,
    Troubleshooting Backup Issues
    http://support.apple.com/kb/ts2529
    http://support.apple.com/kb/HT4946

  • Getting Java iViews out of the PCD? Idiots guide please!

    Hi All
    I am having a real problem with configuring my portal, the contentent provided by SAP meets most of my needs but I am finding a few areas where I need to make changes (hopefully small ones!)
    I have used Netweaver Developer Studio to create Reository services and I have heard that you can use it to change iViews (oh, and create new ones!)
    What I want is, if possible a step by step guide to:
    1. Locate an iview / PAR file in the PCD
    2. Export it and open it it NWDS
    3. Re-package it up and import it back in!
    I know it is alot to ask and there are other posts but I can't seem to follow any of them.
    Thanks for your time
    Phil

    1-to find out which PAR files are required for an iView, look at the properties of the iView. To download the PAR file (which will usually contain the source code) go to the Java Development workset, followed by Portal Browser followed by ROOT/WEB-INF/deployment/pcd path and click on the Download link corresponding to the PAR.Bak file. It will download as a zip file. When you unzip it, it will be a .par.bak file. Remove the .bak extension, rename it to your own company prefix (com.mycompany instead of the com.sap prefix) then import it into NWDS.
    2-after you've made the changes, you can re-deploy it either using the File > Export wizard or you can go to the Java Developer > PRT Admin and upload the PAR file.
    3-Create an iView based on the newly imported PAR from the Content Admin workset, using the New from PAR wizard (just right click on the folder in which you'd like to create the iView in and click on New from PAR), choose the PAR file from the list and click Next.
    let me know if this helps and whether you need more help.

Maybe you are looking for