Performance in weblogic 5.1 and struts 1.1

I have problem with lower performance than JSP using Struts 1.1
and Weblogic 5.1
I need help to comment any tips.
Thanks.

You haven't provided enough information for us to give you anything but
very general tips. I'd recommend that start by running your benchmark
and analyzing where your application is spending its time.
-- Rob
Min wrote:
I have problem with lower performance than JSP using Struts 1.1
and Weblogic 5.1
I need help to comment any tips.
Thanks.

Similar Messages

  • Performance of Weblogic 4.03 and Visual Age 2.0

    Hello,
    I am experiencing severe performance problems when running Weblogic 4.03 and
    Visual Age 2.0. The server runs extremely slowly in this environment,
    however, the 3.13 version did not suffer from this. Has anyone else noticed
    this? Is there anything I can do about it?
    -Andrew

    Andrew Sammons wrote:
    I am experiencing severe performance problems when running Weblogic
    4.03 and Visual Age 2.0. The server runs extremely slowly in this
    environment, however, the 3.13 version did not suffer from this.
    Has anyone else noticed this? Is there anything I can do about it?You can set the following undocumented property in weblogic.properties:
    weblogic.system.gc.intervalSecs=5
    There's some kind of bad interaction between Visual Age and WebLogic's
    garbage collection control. Basically, there's a garbage collection
    task that by default runs once a second, and in the Visual Age VM,
    something it's doing takes more than a second.
    The problem only seems to exist in WebLogic 4.0.3. It doesn't happen in
    4.5.x. Also, according to one report I've had, you may need to set the
    property value to more than 5 on slower machines.
    Note that this property is unsupported, and is not guaranteed to even
    exist in any other version of WebLogic.
         -- Jim
    Jim Edwards-Hewitt http://weblogic.beasys.com [email protected]

  • WEBLOGIC 6.1 AND STRUT 1.1

    Does anybody knows if weblogic 6.1 server support strut 1.1? Thank you.

    Hi Janne,
    You may want to check this link:
    http://e-docs.bea.com/wls/docs70/compatibility/compatibility.html
    "janne" <[email protected]> wrote in message
    news:[email protected]..
    Are WebLogic 6.1 and 7.0 EJBs interoperable? Can a client EJB on 6.1
    call another EJB on 7.0 and vice versa?
    Weblogic 5.1 and 6.0 were not interoperable. Interoperability was
    achieved with versions 5.1 sp12 and 6.1 sp 3.
    http://e-docs.bea.com/wls/docs61/interop/interop.html
    Regards,
    Slava Imeshev

  • I have problem in ejb 3 . i m run ejb 3 in weblogic 10.3 and struts in tomcat. i m call ejb remote from tomcat.

    Jul 2, 2013 1:24:14 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet action threw exception
    java.lang.ClassNotFoundException: ejb3.onlyejb.Int6_cls
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.getClassBytes(RemoteBizIntfClassLoader.java:151)
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.loadClass(RemoteBizIntfClassLoader.java:96)
        at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:54)
        at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.readObject(RemoteBusinessIntfProxy.java:205)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
        at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:193)
        at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at ejb3.onlywed.Action_cls.execute(Action_cls.java:62)
        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
    Jul 2, 2013 1:24:21 PM org.apache.catalina.core.ApplicationContext log
    INFO: HTMLManager: init: Associated with Deployer 'Catalina:type=Deployer,host=localhost'
    Jul 2, 2013 1:24:21 PM org.apache.catalina.core.ApplicationContext log
    INFO: HTMLManager: init: Global resources are available
    Jul 2, 2013 1:24:21 PM org.apache.catalina.core.ApplicationContext log
    INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'
    accno=77
    na=nj
    bal=88.0
    enter in to if loop
    jndi properties nuderprocess
    jndi properties nuderprocess22
    loading p file={java.naming.provider.url=t3://localhost:7001, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory}
    loading p file over=javax.naming.InitialContext@725967
    jndi file is  loaded
    entry in try block
    Jul 2, 2013 1:24:42 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet action threw exception
    java.lang.ClassNotFoundException: ejb3.onlyejb.Int6_cls
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.getClassBytes(RemoteBizIntfClassLoader.java:151)
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.loadClass(RemoteBizIntfClassLoader.java:96)
        at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:54)
        at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.readObject(RemoteBusinessIntfProxy.java:205)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
        at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:193)
        at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at ejb3.onlywed.Action_cls.execute(Action_cls.java:62)
        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)

    Stop multiposting. Mod: locking

  • Please hepl me. i m intergrating ejb3 and struts in two server. but is not working

    it is simple application i m runing in tow server but i m get classsnotfound error pleas solve my problem. i will give my direct structure of application
    i m runing ejb3 in weblogic 10.3 and struts in tomcat server. both communication is not happening pleas help me. i m try from many days. But is not working form me
    root dir
    onlyenb6
    account class
    package ejb3.onlyejb;
    import java.io.Serializable;
    import javax.persistence.Entity;
    import javax.persistence.Id;
    @Entity
    public class account implements Serializable{
    @Id
    int accno;
      public int getAccno() {
        return accno;
    public void setAccno(int accno) {
        this.accno = accno;
    public String getName() {
        return name;
    public void setName(String name) {
        this.name = name;
    public float getBalance() {
        return balance;
    public void setBalance(float balance) {
        this.balance = balance;
    String name;
    float balance;
    Int6_clss code
    package ejb3.onlyejb;
    import java.io.Serializable;
    public interface Int6_cls extends Serializable {
        public void storing(int acc, String name, float amt);
    Session.class code
    package ejb3.onlyejb;
    import javax.ejb.Remote;
    import javax.ejb.Stateless;
    import javax.persistence.EntityManager;
    import javax.persistence.PersistenceContext;
    @Stateless(mappedName="saigoud")
    @Remote
    public class Session_ben implements Int6_cls {
        @PersistenceContext
        EntityManager mrg;
        public void storing(int acc, String name, float amt) {
    System.out.println("session="+acc);
    System.out.println("sess="+name);
            account accs=new account();
            accs.setAccno(acc);
            accs.setName(name);
            accs.setBalance(amt);
            mrg.persist(accs);
    build.xml
    <project name="onlyejb5" default="saifile">
    <property name="bea.home" value="C:/bea"/>
    <property name="wl_home" value="${bea.home}/wlserver_10.3"/>
    <path id="main.class.path">
    <pathelement path="${bea.home}/modules/com.bea.core.utils_1.4.0.0.jar"/>
    <pathelement path="${bea.home}/modules/com.bea.core.jarbuilder_1.2.0.0.jar"/>
    <pathelement path="${java.class.path}"/>
    </path>
    <target name="saifile">
    <echo message="***ANT Script should run from inside the ${wl.home}/server/lib *****" />
    <echo message="***** ********* ********* *****" />
    <java classname="com.bea.jarbuilder.JarBuilder">
    <classpath refid="main.class.path"/>
    <jvmarg value="-d ${wl.home}/server/lib -jar wljarbuilder.jar"/>
    </java>
    </target>
    </project>
    after run with ant i get successfully create wlfullclient.jar
    i m taking this wlfullclient.jar and pasting in tomcat lib directery and run webapplication
    my webapplication code
    package ejb3.onlyejb;
    import java.io.Serializable;
    public interface Int6_cls extends Serializable {
        public void storing(int acc, String name, float amt);
    package ejb3.onlywed;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.util.Hashtable;
    import java.util.Properties;
    import javax.ejb.EJB;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import ejb3.onlyejb.Int6_cls;
    public class Action_cls extends Action {
            public ActionForward execute(ActionMapping map, ActionForm fm, HttpServletRequest req, HttpServletResponse res)
        throws IOException{
            String respkey="fails";
            Action_form_bean bean=(Action_form_bean)fm;
            int ac=bean.getAccno();
            String na=bean.getName();
            float bal=bean.getAmt();
            System.out.println("accno="+ac);
    System.out.println("na="+na);
    System.out.println("bal="+bal);
    System.out.println("enter in to if loop");
               Hashtable p=new Hashtable();
    p.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    p.put(Context.PROVIDER_URL,"t3://localhost:7001");
            System.out.println("jndi properties nuderprocess");
               try {
    System.out.println("loading p file="+p);
                InitialContext ic = new InitialContext(p);
    System.out.println("loading p file over="+ic);
            System.out.println("jndi file is  loaded");
          //System.out.println("wrs="+wrs);
    System.out.println("entry in try block");
    Int6_cls wrs=(Int6_cls)ic.lookup("saigoud#ejb3.onlyejb.Int6_cls");
           System.out.println("lookup susfull");
              wrs.storing(ac, na, bal);
        respkey="ok";
              } catch (NamingException e1) {
    // TODO Auto-generated catch block
    e1.printStackTrace();
            catch (Exception e) {
                // TODO: handle exception
            ActionForward fw=map.findForward(respkey);
            return fw;
    get error
    accno=44
    na=hjhjhj
    bal=777.0
    enter in to if loop
    jndi properties nuderprocess
    jndi properties nuderprocess22
    loading p file={java.naming.provider.url=t3://localhost:7001, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory}
    loading p file over=javax.naming.InitialContext@12f9bcd
    jndi file is  loaded
    entry in try block
    Jul 5, 2013 1:36:22 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet action threw exception
    java.lang.ClassNotFoundException: ejb3.onlyejb.Int6_cls
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.getClassBytes(RemoteBizIntfClassLoader.java:151)
        at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.loadClass(RemoteBizIntfClassLoader.java:96)
        at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:54)
        at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.readObject(RemoteBusinessIntfProxy.java:205)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
        at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:193)
        at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
        at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
        at javax.naming.InitialContext.lookup(InitialContext.java:392)
        at ejb3.onlywed.Action_cls.execute(Action_cls.java:62)
        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)

    Locking multipost.

  • How to increase the performance of  Weblogic server 7.0?

    How to increase the performance of Weblogic server 7.0 ?
    also, how do i avoid typing the server login and password evertime I start the
    webserver?

    How to increase the performance of Weblogic server 7.0 ?It depends on what is not running fast enough for you.
    also, how do i avoid typing the server login and password evertime I
    start the webserver?In the startWebLogic shell script (.cmd or .sh) add:
    set WLS_USER=weblogic
    set WLS_PW=password
    (Replace "password" with whatever your password is.)
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "winston" <[email protected]> wrote in message
    news:3fe42d33$[email protected]..
    >

  • Wls 8.1 sp2: weblogic.jspc complains about struts-html tags

              Hi,
              I am trying to compile jsps with weblogic.jspc, which use struts' html tags. However,
              the compilation fails with the following message:
              [java] Translation of /views/viewPageBody.jsp failed: (line 3): Error in using
              tag library uri='/tags/struts-html' prefix='html': The Tag class 'org.apache.struts.taglib.html.BaseTag'
              has no setter method corresponding to TLD declared attribute 'server', (JSP 1.1
              spec, 5.4.1)
              I opened the BaseTag class from the struts jar and found the setter exists for
              the attribute 'server' of html tld. So does the property 'server'. The property
              'server' is a string and the parameter in the setter is a string. I read about
              the jspc errors in wls 8.1 about the setter parameter being of different type
              than the property. However, that is not the case here. I tried using both Sun's
              and BEA's jdk. None of them help. Btw, there is another attribute mentioned in
              the html tld, which is 'target'. The compiler doesn't complain yet about this.:(
              Also, I happened to compile other apps which have struts logic tags.
              My environment:
              OS: Win2k sp3
              WLS: 8.1 sp2
              JDK: Sun's 1.4.2 sp4 / Bea's 1.4.1 sp5 (tried both)
              Ant: 1.5.3 (I had an issue earlier with ant until I found that Bea officially
              without any mention supports only ant 1.5.3.)
              I would appreciate any help in this regard.
              Thanks,
              Abbas
              

              What version of Struts are you trying to use?
              Are you certain you're not encountering a different instance of that class in
              an unexpected location in your classpath?
              "Abbas" <[email protected]> wrote:
              >
              >Hi,
              >I am trying to compile jsps with weblogic.jspc, which use struts' html
              >tags. However,
              >the compilation fails with the following message:
              >
              >[java] Translation of /views/viewPageBody.jsp failed: (line 3): Error
              >in using
              >tag library uri='/tags/struts-html' prefix='html': The Tag class 'org.apache.struts.taglib.html.BaseTag'
              >has no setter method corresponding to TLD declared attribute 'server',
              >(JSP 1.1
              >spec, 5.4.1)
              >
              >I opened the BaseTag class from the struts jar and found the setter exists
              >for
              >the attribute 'server' of html tld. So does the property 'server'. The
              >property
              >'server' is a string and the parameter in the setter is a string. I read
              >about
              >the jspc errors in wls 8.1 about the setter parameter being of different
              >type
              >than the property. However, that is not the case here. I tried using
              >both Sun's
              >and BEA's jdk. None of them help. Btw, there is another attribute mentioned
              >in
              >the html tld, which is 'target'. The compiler doesn't complain yet about
              >this.:(
              >Also, I happened to compile other apps which have struts logic tags.
              >
              >
              >My environment:
              >OS: Win2k sp3
              >WLS: 8.1 sp2
              >JDK: Sun's 1.4.2 sp4 / Bea's 1.4.1 sp5 (tried both)
              >Ant: 1.5.3 (I had an issue earlier with ant until I found that Bea officially
              >without any mention supports only ant 1.5.3.)
              >
              >I would appreciate any help in this regard.
              >
              >Thanks,
              >
              >Abbas
              

  • JSR 168 and Struts support sample error

    I'm trying to get the sample webapp for JSR 168 and Struts support working with
    WebLogic 8.1, and I'm having problems with the struts portlet. The other portlets
    seem to work fine, but the Struts portlet gives the following error after clicking
    "Save" on most of the forms:
    Page Flow Error - Action Not Found
    Page Flow: Global.app
    Action: html-setters.do
    Unable to find action html-setters.do.
    That error appears in the browser. At the same time, the following exception
    appears in the server window:
    <Aug 18, 2003 4:34:12 PM EDT> <Error> <netui> <BEA-420012> <There was an error
    while running a lifecycle stage :: Lifecycle: UIControl.render :: for the control
    :: null ::.
    com.bea.netuix.nf.UIControlException: For portlet [strutsPortlet], could not do
    page flow lookup for the given action [html-setters.do] in the given PageFlow:
    [struts/exercise-taglib].
    This exception is followed by hundreds of lines of the following:
    at com.bea.wlw.netui.pageflow.scoping.ScopedServletUtils.strutsLookup(ScopedServletUtils.java:363)
    as well as several stack overflow errors.
    I believe I have installed the JSR168 and Struts support package according to
    the instructions, and have copied the required jars into the samples WEB-INF/lib
    directory. I also have tried to write my own Struts application in a portlet,
    and it gets the exact same errors when I try to submit a form to my actions.
    Any insight would be much appreciated!
    Thanks,
    Patrick

    Hi Brodi,
    I am having the same problem as Patrick. The problem is not in the struts portlet,
    but in the forms the portlet navigates to. After the struts portlet loads, I
    am able to use the html:links and navigate through the pages. Though when I try
    to submit a form I get the action not found error. For example the html-select
    page has a form. This page loads fine, but when I hit the save button I get the
    following error.
    <Aug 25, 2003 11:00:00 AM EDT> <Error> <netui> <BEA-420012> <There was an error
    while running a lifecycle stage :: Lifecycle: UIControl.render :: for the contro
    l :: null ::.
    com.bea.netuix.nf.UIControlException: For portlet [strutsPortlet], could not do
    page flow lookup for the given action [html-select.do] in the given PageFlow:
    struts/exercise-taglib].
    The application appears to loose the struts context. It tries to find the localhost:7001/samples/html-select.do
    action instead of localhost:7001/samples/struts/exercise-taglib/html-select.do
    action. How do I keep the application from loosing context?
    Thank you,
    Karen
    "Brodi Beartusk" <[email protected]> wrote:
    >
    Patrick-
    I've seen similar things happen when the module name is either not specified
    correctly
    in the StrutsContent element in the portlet, or when the module is misconfigured,
    usually because of either a mising config file or a mis-named config
    file.
    Ensure that you have a the struts config file for the exercise-taglib
    module in
    WEB-INF, named jpf-struts-config-struts-exercise-taglib.xml.
    -Brodi Beartusk
    "Patrick Callis" <[email protected]> wrote:
    I'm trying to get the sample webapp for JSR 168 and Struts support working
    with
    WebLogic 8.1, and I'm having problems with the struts portlet. Theother
    portlets
    seem to work fine, but the Struts portlet gives the following errorafter
    clicking
    "Save" on most of the forms:
    Page Flow Error - Action Not Found
    Page Flow: Global.app
    Action: html-setters.do
    Unable to find action html-setters.do.
    That error appears in the browser. At the same time, the followingexception
    appears in the server window:
    <Aug 18, 2003 4:34:12 PM EDT> <Error> <netui> <BEA-420012> <There was
    an error
    while running a lifecycle stage :: Lifecycle: UIControl.render :: for
    the control
    :: null ::.
    com.bea.netuix.nf.UIControlException: For portlet [strutsPortlet], could
    not do
    page flow lookup for the given action [html-setters.do] in the given
    PageFlow:
    [struts/exercise-taglib].
    This exception is followed by hundreds of lines of the following:
    at com.bea.wlw.netui.pageflow.scoping.ScopedServletUtils.strutsLookup(ScopedServletUtils.java:363)
    as well as several stack overflow errors.
    I believe I have installed the JSR168 and Struts support package according
    to
    the instructions, and have copied the required jars into the samples
    WEB-INF/lib
    directory. I also have tried to write my own Struts application ina
    portlet,
    and it gets the exact same errors when I try to submit a form to myactions.
    Any insight would be much appreciated!
    Thanks,
    Patrick

  • _pageflow and struts action xml are not creating from build.xml

    which is exported from Eclipse (Weblogic portal 10.3.2). But from Eclipse exporting EAR, which contains WAR have _pageflow directory and corresponding xml file. Here is build.xml which is exported from Eclipse.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- WARNING: Eclipse auto-generated file.
    Any modifications will be overwritten.
    To include a user specific buildfile here, simply create one in the same
    directory with the processing instruction <?eclipse.ant.import?>
    as the first entry and export the buildfile again. -->
    <project basedir="." default="build" name="MyPortalWAR">
    <property environment="env"/>
    <property name="ECLIPSE_HOME" value="C:/beaportal1032/oepe_11gR1PS1/eclipse"/>
    <property name="debuglevel" value="source,lines,vars"/>
    <property name="project.dir" value="."/>
    <property name="project.name" value="MyPortalWAR"/>
    <property name="archive.name" value="${project.name}.war"/>
    <property name="target" value="1.6"/>
    <property name="source" value="1.6"/>
    <path id="WebLogic System Libraries.libraryclasspath">
    <pathelement location="../../beaportal1032/wlserver_10.3/server/lib/api.jar"/>
    <pathelement location="../../beaportal1032/modules/glassfish.jstl_1.2.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jsf_1.2.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.ejb_3.0.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.enterprise.deploy_1.2.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.interceptor_1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jms_1.1.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jsp_1.1.0.0_2-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.jws_2.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.activation_1.1.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.mail_1.1.0.0_1-4-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.soap_1.3.1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.rpc_1.2.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.ws_2.1.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.management.j2ee_1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.resource_1.5.1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.servlet_1.0.0.0_2-5.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.transaction_1.0.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.stream_1.1.1.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.security.jacc_1.0.0.0_1-1.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.xml.registry_1.0.0.0_1-0.jar"/>
    <pathelement location="../../beaportal1032/wlserver_10.3/server/lib/wls-api.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.apache_1.2.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.i18n_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.logging_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.full_1.7.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.wrapper_1.4.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.utils.classloaders_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.common.security.providers.env_1.0.0.0_5-2-0-0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.common.security.saml2.manage_1.0.0.0_5-2-0-0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.web.api_1.3.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.rmi.client_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.transaction_2.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.workarea_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.xml.weblogic.xpath_1.3.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.datasource6_1.7.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/com.bea.core.weblogic.stax_1.6.0.0.jar"/>
    <pathelement location="../../beaportal1032/modules/javax.persistence_1.0.0.0_1-0-2.jar"/>
    </path>
    <path id="EAR Libraries.libraryclasspath"/>
    <path id="Shared Library [wlp-tools-dvt-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-tools-dvt-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/war-classes.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-full-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_servlet-full.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wsrp-complex-producer.jar"/>
    </path>
    <path id="Shared Library [wlp-jsf-portlet-bridge-2.0-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-jsf-portlet-bridge-2.0-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-bridge-api-2.0.0-SNAPSHOT.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-jsf-portlet-bridge-2.0-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-bridge-impl-2.0.0-SNAPSHOT.jar"/>
    </path>
    <path id="Shared Library [wlp-clipper-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-clipper-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_clipper.jar"/>
    </path>
    <path id="Shared Library [wlp-lookandfeel-web-lib].libraryclasspath"/>
    <path id="Shared Library [wlp-rest-full-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-rest-full-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_rest-full.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_rest.jar"/>
    </path>
    <path id="Shared Library [content-management-faces-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-faces-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_faces.jar"/>
    </path>
    <path id="Shared Library [wlp-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rest_servlet.jar"/>
    </path>
    <path id="Shared Library [wlp-light-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ccpp-1_0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ccpp-ri-1_0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/client_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jena-1.4.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/l10n_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/portlet-container.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/prefs-spi.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/prefs_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rdffilter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/render_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-light-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/skeleton_taglib.jar"/>
    </path>
    <path id="Shared Library [wlp-wsrp-producer-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-wsrp-producer-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wsrp-producer.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-common-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/faces-adapter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netui-adapter.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-common-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/netuix_common_web.jar"/>
    </path>
    <path id="Shared Library [jstl].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jstl_1.2_1.2.0.1/1/WEB-INF/lib/glassfish.jstl_1.2.0.1.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-struts-1.2-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-struts-1.2-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/struts-adapter.jar"/>
    </path>
    <path id="Shared Library [struts-1.2].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-beanutils.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-digester.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-fileupload-1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-validator-1.1.4.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/jakarta-oro.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/struts.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-beanutils.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-digester.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/struts-1.2_1.2_1.2.9/1/WEB-INF/lib/jakarta-oro.jar"/>
    </path>
    <path id="Oracle WebLogic Portal Server.libraryclasspath">
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n_common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/p13n-schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/p13n/lib/system/wlp_services.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/wsrp-common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/wsrp-client.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_common.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/light-portal/lib/system/netuix_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/portal/lib/system/netuix_system-full.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/content-mgmt/lib/system/content_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wps_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wlp_content_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/info-mgmt/lib/system/wlp-schemas.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/apps/lib/system/groupspace_system.jar"/>
    <pathelement location="../../beaportal1032/wlportal_10.3/analytics/lib/system/analytics_sys.jar"/>
    </path>
    <path id="Shared Library [beehive-controls-1.0.1-10.0-war].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-controls.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-ejb-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-jdbc-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/beehive-jms-control.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-codec-1.3.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-discovery.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-controls-1.0.1-10.0-war_1.0_1.0.2.2/1/WEB-INF/lib/log4j-1.2.8.jar"/>
    </path>
    <path id="Apache XMLBeans v2.3.libraryclasspath">
    <pathelement location="${ECLIPSE_HOME}/dropins/oepe/eclipse/plugins/oracle.eclipse.tools.xmlbeans.library.v23_2.2.1.201001302105.jar"/>
    </path>
    <path id="Shared Library [jsf].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/glassfish.jsf_1.2.9.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/glassfish.jstl_1.2.0.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/javax.jsf_1.2.0.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jsf_1.2_1.2.9.0/1/WEB-INF/lib/wls.jsf.di.jar"/>
    </path>
    <path id="Shared Library [jaxrs-framework-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-core-asl-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-jaxrs-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/jackson-mapper-asl-1.1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/rest-framework.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jaxrs-framework-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/token-manager.jar"/>
    </path>
    <path id="Shared Library [jersey-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/asm-3.1.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jersey-core-1.0.2.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jersey-server-1.0.2.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/jersey-web-lib_1.0_1.0.2/1/WEB-INF/lib/jsr311-api-1.0.jar"/>
    </path>
    <path id="Shared Library [content-management-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/APP-INF/lib/content_wlp.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/APP-INF/lib/jcrspi-1.0.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-app-lib_10.3.2_10.3.2/1/content_repo.jar"/>
    </path>
    <path id="Shared Library [wlp-services-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ad_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/dt_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ph_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/pz_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/um_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wlp_content.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wps_servlet.jar"/>
    </path>
    <path id="Shared Library [content-management-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/cmwsrp_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_functions.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_servlet.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/content-management-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/content_web_common.jar"/>
    </path>
    <path id="Shared Library [wlp-services-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-app-lib_10.3.2_10.3.2/1/APP-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-services-app-lib_10.3.2_10.3.2/1/wps.jar"/>
    </path>
    <path id="Shared Library [vcr-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/vcr-app-lib_10.3.2_10.3.2/1/APP-INF/lib/content_system.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/vcr-app-lib_10.3.2_10.3.2/1/content.jar"/>
    </path>
    <path id="Shared Library [wls-commonslogging-bridge-war].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wls-commonslogging-bridge-war_1.0_1.1/1/WEB-INF/lib/commons-logging.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wls-commonslogging-bridge-war_1.0_1.1/1/WEB-INF/lib/wlcommons-logging.jar"/>
    </path>
    <path id="Shared Library [wlp-beehive-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-beehive-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/wlp-beehive-classes.jar"/>
    </path>
    <path id="Shared Library [beehive-netui-1.0.1-10.0].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/beehive-netui-core.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/beehive-netui-tags.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/commons-codec-1.3.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/commons-el.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/beehive-netui-1.0.1-10.0_1.0_1.0.2.2/1/WEB-INF/lib/weblogic-netui.jar"/>
    </path>
    <path id="Shared Library [beehive-netui-resources-1.0.1-10.0].libraryclasspath"/>
    <path id="Shared Library [p13n-rest-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-rest-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/p13n_rest.jar"/>
    </path>
    <path id="Shared Library [p13n-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/auth_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/es_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/i18n_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/profile_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ps_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/tracking_taglib.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/ugm_taglib.jar"/>
    </path>
    <path id="Shared Library [p13n-core-web-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-core-web-lib_10.3.2_10.3.2/1/WEB-INF/lib/p13n_web_app.jar"/>
    </path>
    <path id="Shared Library [wlp-framework-full-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/APP-INF/lib/classes.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/netuix.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/wlp-framework-full-app-lib_10.3.2_10.3.2/1/prefs.jar"/>
    </path>
    <path id="Shared Library [p13n-app-lib].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib_10.3.2_10.3.2/1/APP-INF/lib/credentialvault_service.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib_10.3.2_10.3.2/1/p13n_ejb.jar"/>
    </path>
    <path id="Shared Library [p13n-app-lib-base].libraryclasspath">
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n-schemas.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_app.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_common.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_system.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n_common.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/p13n-schemas.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/wlp_services.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/APP-INF/lib/wlp_services.jar"/>
    <pathelement location="../.metadata/.plugins/oracle.eclipse.tools.weblogic/libraries/p13n-app-lib-base_10.3.2_10.3.2/1/p13n_ejb_base.jar"/>
    Any ideas ..?
    - Ravi

    your problem here seems to be in your jsp, you have not given your jsp code here but its form tag should be like ,
    <html:form action="/searchCollegeResult.do">
    //your code
    </html:form>check this if it is same pls put your jsp code here then I can check.

  • How to deploy *.jar in WebLogic by Hudson and WLST

    Hi everybody!
    I have the server (hostname - server0), where:
    1. Developers works. He create the build JAR-files and put this file in special local directory:
    /home/build/test1/jar/ - jar-file for test envorement 1 of weblogic (hostname - server1)
    /home/build/test2/jar/ - jar-file for test envorement 2 of weblogic (hostname - server2)
    2. I have the directories with WLST scripts for deploing the build JAR-files:
    2.1. Script files for deploing the jar-files in test envorement 1 of weblogic (hostname - server1)
    /home/build/test1/scripts/deploy.sh
    /home/build/test1/scripts/deploy.py
    2.2. Script files for deploing the jar-files in test envorement 2 of weblogic (hostname - server2)
    /home/build/test2/scripts/deploy.sh
    /home/build/test2/scripts/deploy.py
    3. Hudson (Hudson ver. 2.1.2) is intsalled.
    Could you please tell me, how to automatic deploy *.jar in WebLogic by Hudson and WLST, if take into consideration the email-notification about problem in deploing?

    I've never used WLST inconjunction with Hudson.
    What I have done is use Maven to do this.
    We have a WebLogic Server Maven Plugin which can perform deployment operations.
    Hudson has support for Maven, so you create a Maven project which does the deployment from the project and configure a job using that on Hudson -- if you can get your developer to upload their artifacts to some form of SCM system so Hudson watches for the changes, grabs the new file and does the deployment, that would work.
    If you want to use your scripts, then you could perhaps use the Hudson SSH plugin which can execute "shell" scripts on a server. Theoretically here you would create wrapper shell scripts for your WLST execution/script, then configure a Hudson job which executes the scripts. I've never used the plugin so not sure how it is activated, but you could configure a job to run on a periodic basis, and have the wrapper script itself do the check to see if the directory contains a jar/ear file to deploy -- if it does, execute the WLST scripts; if not, simply return.
    Let us know how you get on!
    -steve-

  • RE: Case 59063: performance issues w/ C TLIB and Forte3M

    Hi James,
    Could you give me a call, I am at my desk.
    I had meetings all day and couldn't respond to your calls earlier.
    -----Original Message-----
    From: James Min [mailto:jminbrio.forte.com]
    Sent: Thursday, March 30, 2000 2:50 PM
    To: Sharma, Sandeep; Pyatetskiy, Alexander
    Cc: sophiaforte.com; kenlforte.com; Tenerelli, Mike
    Subject: Re: Case 59063: performance issues w/ C TLIB and Forte 3M
    Hello,
    I just want to reiterate that we are very committed to working on
    this issue, and that our goal is to find out the root of the problem. But
    first I'd like to narrow down the avenues by process of elimination.
    Open Cursor is something that is commonly used in today's RDBMS. I
    know that you must test your query in ISQL using some kind of execute
    immediate, but Sybase should be able to handle an open cursor. I was
    wondering if your Sybase expert commented on the fact that the server is
    not responding to commonly used command like 'open cursor'. According to
    our developer, we are merely following the API from Sybase, and open cursor
    is not something that particularly slows down a query for several minutes
    (except maybe the very first time). The logs show that Forte is waiting for
    a status from the DB server. Actually, using prepared statements and open
    cursor ends up being more efficient in the long run.
    Some questions:
    1) Have you tried to do a prepared statement with open cursor in your ISQL
    session? If so, did it have the same slowness?
    2) How big is the table you are querying? How many rows are there? How many
    are returned?
    3) When there is a hang in Forte, is there disk-spinning or CPU usage in
    the database server side? On the Forte side? Absolutely no activity at all?
    We actually have a Sybase set-up here, and if you wish, we could test out
    your database and Forte PEX here. Since your queries seems to be running
    off of only one table, this might be the best option, as we could look at
    everything here, in house. To do this:
    a) BCP out the data into a flat file. (character format to make it portable)
    b) we need a script to create the table and indexes.
    c) the Forte PEX file of the app to test this out.
    d) the SQL staement that you issue in ISQL for comparison.
    If the situation warrants, we can give a concrete example of
    possible errors/bugs to a developer. Dial-in is still an option, but to be
    able to look at the TOOL code, database setup, etc. without the limitations
    of dial-up may be faster and more efficient. Please let me know if you can
    provide this, as well as the answers to the above questions, or if you have
    any questions.
    Regards,
    At 08:05 AM 3/30/00 -0500, Sharma, Sandeep wrote:
    James, Ken:
    FYI, see attached response from our Sybase expert, Dani Sasmita. She has
    already tried what you suggested and results are enclosed.
    ++
    Sandeep
    -----Original Message-----
    From: SASMITA, DANIAR
    Sent: Wednesday, March 29, 2000 6:43 PM
    To: Pyatetskiy, Alexander
    Cc: Sharma, Sandeep; Tenerelli, Mike
    Subject: Re: FW: Case 59063: Select using LIKE has performance
    issues
    w/ CTLIB and Forte 3M
    We did that trick already.
    When it is hanging, I can see what is doing.
    It is doing OPEN CURSOR. But not clear the exact statement of the cursor
    it is trying to open.
    When we run the query directly to Sybase, not using Forte, it is clearly
    not opening any cursor.
    And running it directly to Sybase many times, the response is always
    consistently fast.
    It is just when the query runs from Forte to Sybase, it opens a cursor.
    But again, in the Forte code, Alex is not using any cursor.
    In trying to capture the query,we even tried to audit any statementcoming
    to Sybase. Same thing, just open cursor. No cursor declaration anywhere.==============================================
    James Min
    Technical Support Engineer - Forte Tools
    Sun Microsystems, Inc.
    1800 Harrison St., 17th Fl.
    Oakland, CA 94612
    james.minsun.com
    510.869.2056
    ==============================================
    Support Hotline: 510-451-5400
    CUSTOMERS open a NEW CASE with Technical Support:
    http://www.forte.com/support/case_entry.html
    CUSTOMERS view your cases and enter follow-up transactions:
    http://www.forte.com/support/view_calls.html

    Earthlink wrote:
    Contrary to my understanding, the <font face="courier">with_pipeline</font> procedure runs 6 time slower than the legacy <font face="courier">no_pipeline</font> procedure. Am I missing something? Well, we're missing a lot here.
    Like:
    - a database version
    - how did you test
    - what data do you have, how is it distributed, indexed
    and so on.
    If you want to find out what's going on then use a TRACE with wait events.
    All nessecary steps are explained in these threads:
    HOW TO: Post a SQL statement tuning request - template posting
    http://oracle-randolf.blogspot.com/2009/02/basic-sql-statement-performance.html
    Another nice one is RUNSTATS:
    http://asktom.oracle.com/pls/asktom/ASKTOM.download_file?p_file=6551378329289980701

  • How to improve the query performance in to report level and designer level

    How to improve the query performance in to report level and designer level......?
    Plz let me know the detail view......

    first its all based on the design of the database, universe and the report.
    at the universe Level, you have to check your Contexts very well to get the optimal performance of the universe and also your joins, keep your joins with key fields, will give you the best performance.
    at the report level, try to make the reports dynamic as much as you can, (Parameters) and so on.
    and when you create a paremeter try to get it match with the key fields in the database.
    good luck
    Amr

  • GR/IR Clearing When to perform F.13/F.19 and MR11

    Dear,
    Can you pls explain GR/IR Clearing and its grouping, whats the process for GR/IR
    adjustments done?
    What is Grouping and Regroping?
    When to perform F.13/F.19 and MR11?
    I have read the threads discussed here on this topic, still I do not understand.
    Thanks All
    Krishna

    Hi
    When we execute SAP124 (F.13) with the flag "only documents which can be cleared" it will display in detailed list only those documents that can be cleared.
    If dont check this field it will generate a list even of documents that cannot be cleared.
    In this case in OB74 you have given ASSIGNMENT and INVOICE REFERENCE as the criteria.
    But what is probably happening is that the ASSIGNMENT is not matching in these documents and thus the system does not find
    the item suitable or rather eligible for clearing.
    If you check the documentation relative to the "Special processing of GR/IR clearing accounts" in SE38 -> SAPF124, you will find the following information:
    "If you set the GR/IR accounts special processing indicator: The program then automatically uses the EBELN and EBELP fields as well a as the XREF3 reference field as grouping criteria.
    This means that documents with the most recent posting date are initially ignored."
    So the system is checking these three fields for grouping the documents.
    For clearing GR/IR account it is not obligatory to set indicator GR/IR Account Special Processing. As described in note 546410 it can be more effective not use this indicator.
    Also read note 546410 and 574482 thoroughly.

  • 5th generation ipod not detected by my windows xp.  works fine on other pc.  performed necessary steps to remove and reinstall itunes but having same issue. is there a driver i can download to pc then direct to that specific location when installing?

    5th generation ipod not detected by my windows xp.  works fine on other pc.  performed necessary steps to remove and reinstall itunes but having same issue. is there a driver i can download to pc then direct to that specific location when installing?

    I have a similar issue - my iPod nano connects and is visible in Device Manager yet invisible in My Computer and iTunes. I've tried everything I can possibly think of to try and solve this myself, all in vain.
    Mine is a nano 4G. I've been using it for quite some time without the slightest problem. I have been using WINAMP instead of iTunes to manage my darling nano.
    Then, one fine day I bought a new computer and the nano would not show up in My Computer, though the nano display shows "Do not disconnect". On my old computer it worked (and still works) absolutely fine with win XP as well as with win7 (the later I currently use on my new/problematic computer, which I bought last summer and that's how long I've had this problem).
    Of course, after several first attempts I gave up and installed iTunes. I've tried using the Apple support article "iPod not recognized in 'My Computer' and in iTunes for Windows":
    - reset
    - fully charged,
    - cable works fine on two other computers
    - in normal or disk mode makes no difference
    - tried to find anything useful in the diagnostics mode
    - reinstalled iTunes several different times since then to the latest version
    - I've unplugged every other USB device except for my mouse and keyboard and tried several different USB ports on my motherboard (USB 3.0 and conventional), as well as trying different USB- related options in my BIOS.
    - I've never used any Mac with this ipod
    - I've tried fiddling with the win7 Services by stopping and restarting them and of course
    - uninstalling the iPod drivers in Device Manager. After such an uninstall the ipod would automatically be recognised and "ready for use", i.e. being invisible in My Computer.
    - Attempted to find any possible third-party conflict with msconfig or the possibility that my ipod is being confused for a network drive (for which I've disconnected my HDD, leaving only my SSD with the OS).
    Sometimes, iTunes would note that iPod service (or something, can't remember exactly) failed to install properly and asked to try and repair it. I would click YES! and voila - no change! The ipod would rarely show up in iTunes on my problematic computer like this:
    iTunes would warn me that the nano would need restoring so I would try and do it on my haunted machine upon which iTunes would freeze like you seen in the picture.
    Despite this, I've updated and restored the nano on my father's computer to the latest version without any problems. This though, did not solve my problem in any way.
    I can load music to my nano through my old computer (which for me is a real pain and hassle) and the gadget works normally in terms of its disconnected functionality.
    I've taken my nano to the local service for repair and they said it was fine. Mercifully, they didn't charge for the diagnostics service (gee, thanks for not ripping me off!).
    Here are two screengrabs from my Device Manager
    and Devices and Printers screens on my comp:
    That is my sad story as far as I can remember. It's most likely something with the drivers or something along those lines though I'm out of ideas at this point.
    If you think you have any idea PLEASR HELP, I'M DESPERATE!

  • Windows 8 reset failed, my laptop seems to work but the performance isn't the same and refresh/reset isn't possible anymore

    My problem started when I found a trojan (win32/skeeyah.B!plock) in my computer. Both Windows Defender and Malwarebytes detected it and claimed to remove it, but to be sure it was gone (I read online that it's hard to get rid of that one) I decided to perform a reset. I chose the deep reset option, it took about 5 hours to reach 92%, and then I got a message that the reset had failed. It gave me some options, and I chose to repair windows so I could keep using my machine. I had to set it all up again, like windows was really installed again. It seems to be working fine but it's a bit sluggish, and it bothers me that the reset failure might have left some broken files.
    After testing it for a while, my only problem other than sluggishness was that I couldn't install google chrome ("Clickonce_bootstrap.exe - system error" was the message I got when the installation failed) but it bothered me enough to want to perform a refresh, to fix anything that might have been left broken. When I tried to do this, I got a message asking me if I trusted the source of the files that were attempting to perform changes on my computer, and listed my own hard drive as the source. I chose to trust it, and then I got a message telling me that the files needed to perform the refresh weren't in my computer, so I was prompted to insert the install disks. They didn't come with my laptop (Dell Inspiron), but I saved the installation files into a usb stick before doing the reset (Using Dell Recovery and Back Up), so I inserted the usb, and it told me that these weren't the right files. After that, my only option was "Cancel". Same thing happened for both refresh and reset.
    Like I said, the computer seems to be functional, but I'm afraid the system might be unstable and crash on me randomly. Is there anything I can do?

    Do not reinstall Windows 8, it is obsolete. Instead make installation media for Windows 8.1 with Update 1:
    http://dellwindowsreinstallationguide.com/download-microsoft-windows-and-office/download-microsoft-windows/download-windows-8-1-retail-and-oem-iso/ 
    The only problem is selecting the correct edition likely Windows 8.1 or Windows 8.1 Single Language.
    Use DISKPART → CLEAN ALL:
    http://dellwindowsreinstallationguide.com/cleaning-up-a-drive-format-vs-secure-wipe-ssd-and-hdd/
    Then install Windows 8.1 with update 1 directly:
    http://dellwindowsreinstallationguide.com/a-clean-install-of-windows/a-clean-install-of-windows-8-1/windows-8-1-installation/
    You can install with a local account, then install the system drivers in the correct order:
    http://dellwindowsreinstallationguide.com/downloading-drivers-checking-hardware-ids-and-downloading-and-installing-dell-system-drivers-in-the-correct-order/driver-installation/
    If you need help identifying variants provide hardware IDs:
    http://dellwindowsreinstallationguide.com/downloading-drivers-checking-hardware-ids-and-downloading-and-installing-dell-system-drivers-in-the-correct-order/checking-hardware-ids-in-the-device-manager/
    After installation of the drivers you may then install Dell Backup and Recovery the latest version is here:
    http://downloads.dell.com/FOLDER02909509M/1/Backup-and-Recovery_Application_64M9D_WN32_1.8.1.71_A00.EXE
    This will create a new recovery partition on your system that is Windows 8.1 with Update 1. You may then switch for a Microsoft Account.

Maybe you are looking for