Error when migrating weblogic 10.3.0 to weblogic 10.3.2

Hi,
i try to migrating my application from weblogic 10.3.0 to 10.3.2
and when i run i've got this error (from tomcat)
java.rmi.MarshalException: CORBA MARSHAL 0 No; nested exception is:
org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.se.impl.javax.rmi.CORBA.Util.mapSystemException(Util.ja
va:197)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:67)
Caused by: org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemEx
ception(MessageBase.java:897)
at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSys
temException(ReplyMessage_1_2.java:99)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExce
ptionReply(CorbaMessageMediatorImpl.java:572)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.proce
ssResponse(CorbaClientRequestDispatcherImpl.java:432)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marsh
alingComplete(CorbaClientRequestDispatcherImpl.java:326)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaCl
ientDelegateImpl.java:129)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
... 36 more

yes,
thank you for the reply but wlfullclient.jar didn't help
my friend figure it out it happen when sending a field bigDecimal value = 0. so i changed it not using big decimal. the problem is solved now

Similar Messages

  • SelectInputText error when migrating to https - ADF 10g

    This is a follow-on of this thread in the JHeadstart forum:
    LoV opening error when migrating to https
    ADF/JDev 10.1.3.2 build 4066
    The app works fine in IE8 and Firefox when using HTTP. It also works in Firefox using HTTPS.
    However, in IE8, the LOV window does not popu up for an af:selectInputText component. The server log does not provide any clues.
    Does anyone know if HTTPS in ADF 10g is not supported for IE8?
    Thanks,
    Peter

    Oracle Support had a similar idea: upgrade to 10.1.3.5 because it is certified for IE8 whereas 10.1.3.2 is not.
    However, we edited the mod_osso.conf for that OC4J instance and added the following in the Location tag for the problem application:
    OssoSendCacheHeaders off
    The LOVs now appear in IE8 under HTTPS.
    Thanks for the input, Steven; you were of course right about this not being related to JHS. We'll keep the upgrade solution in mind in case of other unexplained problems with IE8.
    Regards,
    Peter

  • Ejb-ref error when deploying a previously working ear on weblogic 8.1

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

  • Ejb-ref errore when deploying a previously working ear on weblogic 8.1

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    Thanks in advance!
    Greets,
    Luca
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

    The issue is that WLS 6.1 didn't really support ejb-links properly. An
    ejb-link should allow you to link a webapp or an ejb to another EJB
    without requiring additional information or a global JNDI name on the
    target EJB.
    WLS 8.1 is following your ejb-link and telling you there's not enough
    information.
    You have 2 options:
    1) Remove the <ejb-link>...</ejb-link> from your web.xml. You'll be
    using just an ejb-reference at that point, but you've already included
    the necessary information in the weblogic.xml that we can locate the EJB
    via its global jndi-name
    or
    2) Change the ejb-link to be
    <ejb-link>CustomMessaginBrick.jar#CustomMessagingBrick</ejb-link>
    If you wanted to, you could then remove the reference info from the
    weblogic.xml
    -- Rob
    luca wrote:
    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    Thanks in advance!
    Greets,
    Luca
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

  • SAP BW on HANA: Error when migrating standard cube to the In-Memory Cube

    Hello,
    When migrating an standard infocube from a recently migrated BW to BW on HANA in-memory optimized cube, there is an error, for all the cubes.
    Implemented few notes, though luck yet. Appreciate if those, who saw and resolved it can help.
    Error while executing stored procedure for data implementation
    Message no. RSDRI_HDB041
    Diagnosis
    The InfoCube data to be migrated is processed using a stored procedure. This procedure reported an error.
    System Response
    Error code: 257
    Error text: sql syntax error: line 1 col 14 (at pos 14)
    Regards
    Manish Madhav

    Hi Mahish,
    I see this post is from March. I understand you have got some solution to it already.
    If yes, could you please share the solution.
    Thanks and regards,
    Aaloka

  • Fatal errors when migrating JClient from JDev 10.1.2 to JDev 10.1.3

    I have following errors after migrating a woring JClient app. from 10.1.2 to 10.1.3.
    The error messages don't say much so I hope others encountered similar errors!
    When calling the a runnable panel that was generated with the Jdev 10.1.2 wizard I have following error:
    Exception in thread "main" java.lang.VerifyError: class oracle.jbo.uicli.jui.JUActionBinding overrides final method .«?í*h8+
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at com.photoswing.view.lab.PanelPhotolabVO1.$init$(PanelPhotolabVO1.java:41)
         at com.photoswing.view.lab.PanelPhotolabVO1.<init>(PanelPhotolabVO1.java:83)
         at com.photoswing.view.lab.PanelPhotolabVO1.main(PanelPhotolabVO1.java:162)
    The JUActionBinding method is used in the navigation bar so I removed the nav bar and I get:
    Exception in thread "main" java.lang.VerifyError: class oracle.jbo.uicli.jui.JUActionBinding overrides final method .«?í*h8+
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
    What is this gibrish: «?í*h8 ??
    Your help will be appreciated.
    Fred

    Hi Steve,
    More info:
    I created a new application, model: 1 entity + 1 view, client: wizard generated form amd it works.
    I created a new JDev installation without migrating the setup of previous versions or installing the updates. I kept the default JVM for all my projects.
    I opened a copy of the 10.1.3 application, created a new wizard generated panel based on one entity based view and I get the error?
    E:\fred\jdev10.1.3\jdk\bin\javaw.exe -ojvm -classpath E:\fred\mywork10.1.3\PhotoWebshopManagement\View\classes;E:\fred\mywork10.1.3\PhotoWebshopManagement\Model\classes;E:\fred\jdev10.1.3\BC4J\lib\adfshare.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jmt.jar;E:\fred\jdev10.1.3\BC4J\lib\collections.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jct.jar;E:\fred\jdev10.1.3\lib\xmlparserv2.jar;E:\fred\jdev10.1.3\jlib\jdev-cm.jar;E:\fred\jdev10.1.3\jlib\ojmisc.jar;E:\fred\jdev10.1.3\jlib\commons-el.jar;E:\fred\jdev10.1.3\jlib\jsp-el-api.jar;E:\fred\jdev10.1.3\jlib\oracle-el.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jtester.jar;E:\fred\jdev10.1.3\jlib\help4.jar;E:\fred\jdev10.1.3\jlib\share.jar;E:\fred\jdev10.1.3\jlib\jewt4.jar;E:\fred\jdev10.1.3\jlib\oracle_ice.jar;E:\fred\jdev10.1.3\jdbc\lib\ojdbc14dms.jar;E:\fred\jdev10.1.3\jdbc\lib\orai18n.jar;E:\fred\jdev10.1.3\jdbc\lib\ocrs12.jar;E:\fred\jdev10.1.3\diagnostics\lib\ojdl.jar;E:\fred\jdev10.1.3\lib\dms.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jdomorcl.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jdatum.jar;E:\fred\jdev10.1.3\j2ee\home\jazn.jar;E:\fred\jdev10.1.3\j2ee\home\jazncore.jar;E:\fred\jdev10.1.3\BC4J\lib\adfm.jar;E:\fred\jdev10.1.3\BC4J\jlib\adfui.jar;E:\fred\jdev10.1.3\BC4J\lib\adfbinding.jar;E:\fred\trove-1.1b4\lib\trove.jar;E:\fred\commons-validator-1.1.4\commons-validator-1.1.4.jar;E:\fred\commons-httpclient-3.0\commons-httpclient-3.0.jar;E:\fred\mywork10.1.3\PhotoWebshopManagement\DTO\classes;E:\fred\jdev1012_1\BC4J\lib\adfm.jar;E:\fred\jdev1012_1\BC4J\jlib\adfjclient.jar;E:\fred\jdev1012_1\jlib\bigraphbean.jar;E:\fred\jdev1012_1\jlib\LW_PfjBean.jar;E:\fred\jdev1012_1\BC4J\lib\bc4jimdomains.jar;E:\fred\jdev1012_1\BC4J\jlib\bc4jimjui.jar;E:\fred\jdev1012_1\ord\jlib\ordim.jar;E:\fred\jdev1012_1\ord\jlib\ordhttp.jar;E:\fred\jdev1012_1\ord\jlib\jmf.jar;E:\fred\jdev10.1.3\jlib\inspect4.jar;E:\fred\jdev1012_1\BC4J\jlib\bc4jdatum.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jui.jar;E:\fred\jdev10.1.3\jlib\bigraphbean.jar;E:\fred\jdev10.1.3\jlib\LW_PfjBean.jar;E:\fred\jdev10.1.3\jdev\extensions\oracle.jdeveloper.jgoodies.1.0.4\forms-1.0.4.jar;E:\fred\jdev10.1.3\javacache\lib\cache.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jimdomains.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jimjui.jar;E:\fred\jdev10.1.3\ord\jlib\ordim.jar;E:\fred\jdev10.1.3\ord\jlib\ordhttp.jar;E:\fred\jdev10.1.3\ord\jlib\jmf.jar;E:\fred\jdev10.1.3\lib\xml.jar;E:\fred\jdev10.1.3\jdev\lib\jdev-rt.jar;E:\fred\jdev10.1.3\sqlj\lib\runtime12.jar;E:\fred\jmagick-win-5.5.7-Q8\jmagick.jar -Xmx378m -DServerSeparator=\ com.photoswing.view.system.TestPanelVatTypeVO2
    Exception in thread main
    java.lang.VerifyError: oracle.jbo.uicli.controls.JUNavigationBar
         at oracle.jbo.uicli.controls.JUTestFrame.$init$(JUTestFrame.java:67)
         at oracle.jbo.uicli.controls.JUTestFrame.<init>(JUTestFrame.java:115)
         at oracle.jbo.uicli.controls.JUTestFrame.startTestFrame(JUTestFrame.java:84)
         at com.photoswing.view.system.TestPanelVatTypeVO2.main(TestPanelVatTypeVO2.java:146)
    The error points to following code of the JUTestFrame class:
    JUNavigationBar menuNavBar = new JUNavigationBar()
    protected void _updateButtonStates()
    super._updateButtonStates();
    menuItemsUpdate();
    And when running with the java client I get:
    E:\fred\jdev10.1.3\jdk\bin\javaw.exe -client -classpath E:\fred\mywork10.1.3\PhotoWebshopManagement\View\classes;E:\fred\mywork10.1.3\PhotoWebshopManagement\Model\classes;E:\fred\jdev10.1.3\BC4J\lib\adfshare.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jmt.jar;E:\fred\jdev10.1.3\BC4J\lib\collections.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jct.jar;E:\fred\jdev10.1.3\lib\xmlparserv2.jar;E:\fred\jdev10.1.3\jlib\jdev-cm.jar;E:\fred\jdev10.1.3\jlib\ojmisc.jar;E:\fred\jdev10.1.3\jlib\commons-el.jar;E:\fred\jdev10.1.3\jlib\jsp-el-api.jar;E:\fred\jdev10.1.3\jlib\oracle-el.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jtester.jar;E:\fred\jdev10.1.3\jlib\help4.jar;E:\fred\jdev10.1.3\jlib\share.jar;E:\fred\jdev10.1.3\jlib\jewt4.jar;E:\fred\jdev10.1.3\jlib\oracle_ice.jar;E:\fred\jdev10.1.3\jdbc\lib\ojdbc14dms.jar;E:\fred\jdev10.1.3\jdbc\lib\orai18n.jar;E:\fred\jdev10.1.3\jdbc\lib\ocrs12.jar;E:\fred\jdev10.1.3\diagnostics\lib\ojdl.jar;E:\fred\jdev10.1.3\lib\dms.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jdomorcl.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jdatum.jar;E:\fred\jdev10.1.3\j2ee\home\jazn.jar;E:\fred\jdev10.1.3\j2ee\home\jazncore.jar;E:\fred\jdev10.1.3\BC4J\lib\adfm.jar;E:\fred\jdev10.1.3\BC4J\jlib\adfui.jar;E:\fred\jdev10.1.3\BC4J\lib\adfbinding.jar;E:\fred\trove-1.1b4\lib\trove.jar;E:\fred\commons-validator-1.1.4\commons-validator-1.1.4.jar;E:\fred\commons-httpclient-3.0\commons-httpclient-3.0.jar;E:\fred\mywork10.1.3\PhotoWebshopManagement\DTO\classes;E:\fred\jdev1012_1\BC4J\lib\adfm.jar;E:\fred\jdev1012_1\BC4J\jlib\adfjclient.jar;E:\fred\jdev1012_1\jlib\bigraphbean.jar;E:\fred\jdev1012_1\jlib\LW_PfjBean.jar;E:\fred\jdev1012_1\BC4J\lib\bc4jimdomains.jar;E:\fred\jdev1012_1\BC4J\jlib\bc4jimjui.jar;E:\fred\jdev1012_1\ord\jlib\ordim.jar;E:\fred\jdev1012_1\ord\jlib\ordhttp.jar;E:\fred\jdev1012_1\ord\jlib\jmf.jar;E:\fred\jdev10.1.3\jlib\inspect4.jar;E:\fred\jdev1012_1\BC4J\jlib\bc4jdatum.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jui.jar;E:\fred\jdev10.1.3\jlib\bigraphbean.jar;E:\fred\jdev10.1.3\jlib\LW_PfjBean.jar;E:\fred\jdev10.1.3\jdev\extensions\oracle.jdeveloper.jgoodies.1.0.4\forms-1.0.4.jar;E:\fred\jdev10.1.3\javacache\lib\cache.jar;E:\fred\jdev10.1.3\BC4J\lib\bc4jimdomains.jar;E:\fred\jdev10.1.3\BC4J\jlib\bc4jimjui.jar;E:\fred\jdev10.1.3\ord\jlib\ordim.jar;E:\fred\jdev10.1.3\ord\jlib\ordhttp.jar;E:\fred\jdev10.1.3\ord\jlib\jmf.jar;E:\fred\jdev10.1.3\lib\xml.jar;E:\fred\jdev10.1.3\jdev\lib\jdev-rt.jar;E:\fred\jdev10.1.3\sqlj\lib\runtime12.jar;E:\fred\jmagick-win-5.5.7-Q8\jmagick.jar -Xmx378m -DServerSeparator=\ com.photoswing.view.system.TestPanelVatTypeVO2
    Exception in thread "main" java.lang.VerifyError: class oracle.jbo.uicli.jui.JUActionBinding overrides final method .
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at oracle.jbo.uicli.controls.JUTestFrame.$init$(JUTestFrame.java:67)
         at oracle.jbo.uicli.controls.JUTestFrame.<init>(JUTestFrame.java:115)
         at oracle.jbo.uicli.controls.JUTestFrame.startTestFrame(JUTestFrame.java:84)
         at com.photoswing.view.system.TestPanelVatTypeVO2.main(TestPanelVatTypeVO2.java:146)
    A searched all files (all file types) of my app for JUActionBinding and didn't find any.
    I created a new client project dependant on my model project and the same wizard generated class works?
    Sorry but I'm lost and I can't provide a simple testcase.
    Regards
    Fred

  • Error when building EJB 2.1 project in weblogic 10

    Hi,
    I am using weblogic 10 Application Server and Weblogic Workshop (Eclipse) for development. When i build my EJB 2.1 project i am getting this error
    "Error during deployment descriptor generation: failed to collect sources.: null"
    Please help me in resolving this issue.
    Regards,
    Pradeep D

    Pradeep,
    This forum is for a different product. Please re-post your question on Workshop's forum (Workshop Make sure to include the version of Workshop that you are using. You can find this information under help -> about. Also take a look at the .log file in your workspace's .metadata directory. Post any stack traces that you find in there.
    Thanks,
    - Konstantin

  • ACS 4.2 "Internal error" when migrate to Windows 2012 DC

    Dear All:
    We want to migrate DC 2003 to DC 2012, it 's mixed mode now. At first, We were shutdown the DC 2003 and ACS 4.2 sometimes got error "Internal error" when user couldn't access network in VPN or Wireless but not all of users. Finally, We open the DC 2003 ASAP, user can login at once. the error doesn't appear again. it is so weired. We had validated it can work with ACS 4.2 separately in windows 2012 or 2003 DC not mixed in Lab before migration. it seems to depend on DC 2003, we don't know how to do next step. Have anyone share about solve the situation? Thanks a lot.

    Update the ACS version to newer releases to work with win 2012. please check the link for the information:
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4-2/installation/guide/windows/IGwn42/install.html#wp1041376

  • Run DDL error when migration from sqlserver 2000 to Oracle

    Hello:
    DDL was generated from Oracle SQL developer. However, it always has some errors when running the script.
    Error starting at line 6 in command:
    CREATE OR REPLACE PACKAGE sqlserver_utilities AS
    FUNCTION convert(dataType VARCHAR2,num NUMBER) RETURN NUMBER;
    FUNCTION convert(dataType VARCHAR2,date DATE, num NUMBER ) RETURN VARCHAR2;
    END sqlserver_utilities;
    Error report:
    Incorrect syntax near the keyword 'OR'.
    Error starting at line 34 in command:
    CREATE SEQUENCE tableName_id_SEQ
    MINVALUE 1 MAXVALUE 999999999999999999999999 INCREMENT BY 1 NOCYCLE
    Error at Command Line:34 Column:0
    Error report:
    SQL Error: Line 1: Incorrect syntax near 'SEQUENCE'
    Thanks

    Hello, Dermot.
    Thanks for the help. I have MD_Packages, MD_Sequences, other MD tables and some MIGR tables created in the target oracle database. How could I know if it was created successful? Except those tables, no other tables(SQL server tables) were created in the target oracle database. The others errors in DDL scripts are:
    Error starting at line 370 in command:
    CREATE TABLE table_name1(
    ID NUMBER(10,0),
    Part_Activity VARCHAR2(20)
    Error at Command Line:370 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NUMBER.
    Error starting at line 376 in command:
    ALTER TABLE table_name1
    ADD CONSTRAINT PK_table_name1 PRIMARY KEY
    ID
    ENABLE
    Error report:
    SQL Error: Line 6: Incorrect syntax near 'ENABLE'.
    Error starting at line 413 in command:
    CREATE TABLE table_name2 (
    ID VARCHAR2(6) NOT NULL,
    COMPETITION NUMBER(10,0)
    Error at Command Line:413 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type VARCHAR2.
    Error starting at line 2,800 in command:
    CREATE TABLE table_name3 (
    Prefix NVARCHAR2(510),
    Type NVARCHAR2(510),
    ProductGroup NVARCHAR2(510)
    Error at Command Line:2,800 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NVARCHAR2.
    Error starting at line 2,808 in command:
    CREATE TABLE table_name4 (
    id NUMBER(10,0),
    bldg VARCHAR2(50),
    queue VARCHAR2(50),
    location VARCHAR2(50),
    type VARCHAR2(50),
    maxsize VARCHAR2(50),
    color VARCHAR2(50),
    empid VARCHAR2(50),
    serial VARCHAR2(50),
    duplex VARCHAR2(50),
    server VARCHAR2(15) DEFAULT 'Server'
    Error at Command Line:2,808 Column:0
    Error report:
    SQL Error: Column or parameter #1: Cannot find data type NUMBER.
    Thank you very much for the helo.
    Halfmoon

  • Xerces.jar error when migrating from weblogic 8.1SP6 to Oracle Weblogic 10.

    Hi all,
    I am migrating the J2ee (1.4) application from 8.1sp6 to Oracle Weblogic server 10.3
    I have set the environment in build.xml to point to Oracle weblogic server and the java to the one that comes with Oracleweblogic.
    Rite now I am seeing the following error.
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:51: package org.apache.xerces.validators.datatype does not exist
    [javac] import org.apache.xerces.validators.datatype.XMLException;
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:109: cannot find symbol
    [javac] symbol : class XMLException
    [javac] location: class com.myapp.sample.ejb.external.pmt.ServicesBean
    [javac] public static String validateXML(String xmlRequest) throws XMLException {
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\dao\tm\CommonTMDao.java:281: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    According to Oracle Weblogic , xerces is been not supported .
    Also we need to go with the xerces.jar for some time.
    Any ideas /inputs/work arounds on this will be appreciated.
    thanks,
    Jyothsna
    Edited by: user10751474 on Oct 9, 2009 9:56 AM

    You have to make sure the LogMessage class (weblogic/i18n/logging/LogMessage) is in the classpath
    Using WebLogic Internationalization utilities: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/utilities.htm#i1011073
    and an example: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/textformatterclasses.htm#g1016464
    and: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/loggerclasses.htm#g1020871

  • No such method error when migrating to 10.3.2

    Howdy!
    I am migrating a Portal application from 10.0.2 to 10.3.2 and getting the following exception when trying to access any page of the app. The app is using a home grown URI re-write mechanism that worked successfully in 10.0.2 environment.
    Thank you for your time.
    Caused By: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.getScopedResponse(ScopedContentCommonSupport.java:340)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:182)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:137)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:465)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:291)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:231)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:216)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:275)
         at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:719)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:500)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
         at alibris.jump.servlet.JumpRequest.rewrite(JumpRequest.java:495)
         at alibris.jump.servlet.UrlRules$RewriteRule.handleApplyRule(UrlRules.java:534)
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:486)
    alibris.common.exception.AlibrisRuntimeException: Error applying RewriteRule to URI '': pattern = '(?i)^/?$', newUrl = '/portals/alibrisPortal.portal?_nfpb=true&_pageLabel=alibrisPage_mediaNeutralHome'
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:489)
         at alibris.jump.servlet.UrlRules.applyRules(UrlRules.java:242)
         at alibris.jump.servlet.filter.JumpServletFilter.doJumpFilter(JumpServletFilter.java:151)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.NonWwwFilter.doJumpFilter(NonWwwFilter.java:48)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.OldLibraryFilter.doJumpFilter(OldLibraryFilter.java:50)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.SellerStorefrontFilter.doJumpFilter(SellerStorefrontFilter.java:72)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.PiratesFilter.doJumpFilter(PiratesFilter.java:49)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.ServicesFilter.doJumpFilter(ServicesFilter.java:34)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.DirectIpFilter.doJumpFilter(DirectIpFilter.java:40)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at alibris.jump.servlet.filter.MasterServletFilter.doJumpFilter(MasterServletFilter.java:93)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
         at alibris.jump.servlet.UrlRules$PatternUrlRule.applyRule(UrlRules.java:489)
         at alibris.jump.servlet.UrlRules.applyRules(UrlRules.java:242)
         at alibris.jump.servlet.filter.JumpServletFilter.doJumpFilter(JumpServletFilter.java:151)
         at alibris.jump.servlet.filter.JumpRequestFilter.doFilter(JumpRequestFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils.updateScopedResponse(Ljavax/servlet/http/HttpServletResponse;Lorg/apache/beehive/netui/pageflow/scoping/ScopedRequest;)Lorg/apache/beehive/netui/pageflow/scoping/ScopedResponse;
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.getScopedResponse(ScopedContentCommonSupport.java:340)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:182)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:137)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         Truncated. see log file for complete stacktrace

    You have a classloading issue. Have you by any chance provided a org.apache.beehive distribution in your classpath.
    To my knowledge the current distrbutions of Apache Beehive do not contain the method updateScopedResponse
    see also https://issues.apache.org/jira/browse/BEEHIVE-1181
    If you look at this JavaDoc (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14255/org/apache/beehive/netui/pageflow/scoping/ScopedServletUtils.html)
    the updateScopedResponse should be available in the fusion middleware distribution 10.3.2 (Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2))
    The beehive class containing updateScopedResponse is available in sourceforge for download
    (https://svn.apache.org/repos/asf/beehive/trunk/netui/src/scoping/org/apache/beehive/netui/pageflow/scoping/ScopedServletUtils.java)

  • WebI report throwing error when migrated from XIR2 to XI3.1

    I have some webi reports built in BO XIR2 on OLAP universes (SAP BW3.5 based). Recently I have migrated the reports from old XIR2 environment to a new XI3.1 environment.
    The specification of new system is as below:
    BO XI3.1
    SAP BW 3.5
    No SP and FP is installed. (Actually when I tried to install the SP2, it failed)
    After the migration, some of my reports are running for 5 minutes and then throwing an error like below:
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more details. (WIS 10901).
    The same report is working fine in old system.
    Has anyone faced this problem yet?
    Regards

    Hi Jacques,
    The transports are already imported.
    What I can see is if there is a query with only dimension objects and no measure, then that is throwing error in XI3.1. But the same query is running fine in XIR2.
    Any Idea?
    Thanks and Regards

  • Error when generating a Web Service from WSDL (Weblogic Workshop)

    Hi,
    I am using weblogic workshop 10 for implementing web services and its was working fine. But now when I try to generate a web service from WSDL its crashing with the following error;
    Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
    org.eclipse.core.runtime.CoreException: Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws(JwsFromWsdlBuilder.java:107)
         at com.bea.workshop.webservices.ui.wizards.jwsfromwsdl.GenerateJwsFromWsdlWizard$1.execute(GenerateJwsFromWsdlWizard.java:133)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    org.eclipse.core.runtime.CoreException[4]: com.bea.workshop.webservices.core.gen.WebServicesException:
         at com.bea.workshop.webservices.core.gen.GenerationScript.runAnt(GenerationScript.java:154)
         at com.bea.workshop.webservices.core.gen.GenerationScript.createJWS(GenerationScript.java:98)
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws0(JwsFromWsdlBuilder.java:135)
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws(JwsFromWsdlBuilder.java:98)
         at com.bea.workshop.webservices.ui.wizards.jwsfromwsdl.GenerateJwsFromWsdlWizard$1.execute(GenerateJwsFromWsdlWizard.java:133)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: org.eclipse.core.runtime.CoreException: Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
         at org.eclipse.ant.core.AntRunner.problemLoadingClass(AntRunner.java:445)
         at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:417)
         at org.eclipse.ant.core.AntRunner.run(AntRunner.java:362)
         at com.bea.workshop.webservices.core.gen.GenerationScript.runAnt(GenerationScript.java:152)
         ... 8 more
    I have checked my ANT_HOME and its pointing to the correct location bea\tools\eclipse32\eclipse\plugins\org.apache.ant_1.6.5 and the AntMain classs is present in this path: org.apache.tools.ant.launch.AntMain
    If anyone has any idea on this please suggest a solution.
    Thanks in advance
    -AKJ

    Yes, I assume you are talking about ANT_HOME:
    see this Screenshot which shows my current settings
    [http://i43.tinypic.com/nbrec6.jpg|http://i43.tinypic.com/nbrec6.jpg]
    Regards
    -AKJ

  • Getting Error when trying to deploy Portlet Application on WebLogic Server

    Hi,
    We have a WebLogic server installed on a Windows machine. We created a new Domain, extended it with ADF Runtime and with Web Center Framework. It created three servers for us along with the already existing AdminServer, WLS_Portlet, WLS_Spaces, WLS_Service.
    We created a portlet Application on our development machine using JDeveloper. When we run it from JDeveloper it runs as expected without any errors.
    We created a Deployment profile for the application as an EAR file. Then we copied this EAR file over to the machine on which WebLogic server is installed (deployment machine).
    On the Deployments screen of the WebLogic Server Console, we selected "Install", selected the EAR file we had created above, selected "Install as Application" and then selected the WLS_Portlet server on which to install it. Then we just kept clicking Next and Finish.
    The first time we tried it, we got a NoClassDefFound exception for some class like JAXRPCServer. We did some research and found that to fix this issue we can put the containing .jar files of the classes not found into the public_html\WEB-INF\lib folder. We tried this for the above error by placing "wsserver.jar" file into the lib folder. Then we got anothe NoClassDefFound error. We again searched for the containing .jar file and put it into the lib folder. This continued for around ten to twenty errors and now we are stuck at a point where we are not able to find a way out.
    The current error that we are getting is NoClassDefFound: oracle/security/jps/internal/policystore/GranteeFactory. We searched for the containing jar of this class and found it to be jps-internal.jar which is already present in our lib folder. The stack trace of the exception is:
    <Jul 2, 2010 11:23:13 AM GMT+05:30> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException: oracle/security/jps/internal/policystore/GranteeFactory
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1516)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: oracle/security/jps/internal/policystore/GranteeFactory
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.getPermissions(JavaPolicyProvider.java:216)
    at java.security.Policy.initPolicy(Policy.java:299)
    at java.security.Policy.setPolicy(Policy.java:243)
    at oracle.security.jps.internal.jaas.JaasUtil.setPolicyProvider(JaasUtil.java:54)
    at oracle.security.jps.wls.JpsWeblogicFilter.<clinit>(JpsWeblogicFilter.java:47)
    at oracle.security.jps.wls.JpsWlsPlatformFactory.getJpsFilter(JpsWlsPlatformFactory.java:87)
    at oracle.security.jps.ee.http.JpsFilter.<init>(JpsFilter.java:59)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.servlet.internal.WebComponentContributor.getNewInstance(WebComponentContributor.java:225)
    at weblogic.servlet.internal.WebComponentContributor.createFilterInstance(WebComponentContributor.java:257)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:94)
    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    Any help would be appreciated on this since we are stuck at this point and have no idea to get across this hurdle.
    One more thing, this is the first time that we are trying to play with WebLogic or even Java. So, some of our questions or steps performed might seem irrelevant here.
    Thanks,
    Gaurav

    Hi,
    Another update on this issue.
    To remove the error that we were getting (java.lang.LinkageError: Class javax/xml/transform/Source violates loader constraints), we tried some searching around and found out that the way to fix it is to provide correct versions of xalan.jar, xml-apis.jar and xercesImpl.jar. We downloaded the required version from the apache site and added it to our WEB-INF/lib folder in the WAR file.
    Now, we are getting this error:
    XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
    What else we might be missing in our libs or do we need to check some other configurations?
    Any help on this would be much appreciated.
    Thanks,
    Gaurav

  • Error when using Project Gantt Chart in Production Weblogic Server 10.3.5

    Dear All,
    I have an application utilizing <dvt:projectGantt> Project Gantt Chart. I have tested it in intergrated weblogic server and it is working correctly but when I deploy it in Production Weblogic server, error occurred with NullPointerException on the ViewObjImpl -- class not found exception. I have look into each library used in the ADF runtime on the production server, all the library used are installed and deploy to each server target.
    Below is the log:
    [2012-07-31T15:16:53.004+08:00] [ifms_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [host: ifmsbi01] [nwaddr: 10.23.60.85] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 74ddce286346267c:-69fcf19:138d71e59c7:-8000-00000000000026ca,0] [APP: IFMSGanttChart] ADF: Adding the following JSF error message: oracle/jbo/server/ViewObjectImpl[[
    java.lang.NoClassDefFoundError: oracle/jbo/server/ViewObjectImpl
         at oracle.jbo.server.ViewDefImpl.getBaseComponentClass(ViewDefImpl.java:2472)
         at oracle.jbo.server.RemotableCompDef.loadFromXML(RemotableCompDef.java:145)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3996)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3789)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3737)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:552)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:1133)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:592)
    I really am in need of assistance on these matter. I have read several article on the web about clearing cache on weblogic server, bundling the required ADF library with application and not mixing JDeveloper version with Weblogic server version, but it still not working in production weblogic.
    Best Regards
    Faizul
    Edited by: 951976 on Aug 10, 2012 12:15 AM

    Dear Arun,
    The WLS server is the same for (integrated WLS and Production) . For JRF template I'm sure it is the same. I have deploy another application that used BC, and it work fine in production.
    Regards
    Faizul

Maybe you are looking for