Commerce Server EJB SERs

Hi,
Apologies for the cross-post, but the problem seems pertinent to all
three groups.
This is my environment:
- WebLogic 5.0 on RedHat Linux 6.1 using Oracle
- JDK 1.2.2 RC4 from BlackDown
- WebLogic Commerce and Personalization Components
I am currently experimenting with the Commerce and Perspnalization
components on 5.0. While starting up, here is one of the errors I see:
Fri Feb 25 20:26:24 EST 2000:<E> <EJB> Could not deploy:
'/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser'
Possible reasons include:
1. The pathname to the bean is incorrect
2. The bean or an interface class have been modified but
the deployment descriptor has not been rebuilt
3. javax_ejb.zip and/or javax_jts.zip are not in the classpath
4. A class that the bean or the interface classes depend on
is not in the EJB jar file or the classpath
5. The database mappings in the deployment descriptor do not
match the database definition
weblogic.ejb.common.DeploymentException: IOException opening JAR file
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser;
nested exception is:
weblogic.ejb.common.DeploymentException: File
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
is not a JAR
weblogic.ejb.common.DeploymentException: File
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
is not a JAR
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java,
Compiled Code)
I have verified that the bean that is supposedly causing the problem
does indeed exist. Has anyone else run into this problem, and how have
they resolved it? My classpath, etc. look quite alright.
Cheers,
Prashanth

Hi Prashanth,
Starting with WebLogic version 5.0, we no longer support the deployment of EJBs using .ser files. Your EJB must be
deployed from a jar file. Check out http://www.weblogic.com/docs50/classdocs/API_ejb/EJB_upgrade.html for
information about how to upgrade your EJB so that it can be deployed in WebLogic 5.0.
Matthew Shinn
BEA WebLogic
Prashanth Nandavanam wrote:
Hi,
Apologies for the cross-post, but the problem seems pertinent to all
three groups.
This is my environment:
- WebLogic 5.0 on RedHat Linux 6.1 using Oracle
- JDK 1.2.2 RC4 from BlackDown
- WebLogic Commerce and Personalization Components
I am currently experimenting with the Commerce and Perspnalization
components on 5.0. While starting up, here is one of the errors I see:
Fri Feb 25 20:26:24 EST 2000:<E> <EJB> Could not deploy:
'/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser'
Possible reasons include:
1. The pathname to the bean is incorrect
2. The bean or an interface class have been modified but
the deployment descriptor has not been rebuilt
3. javax_ejb.zip and/or javax_jts.zip are not in the classpath
4. A class that the bean or the interface classes depend on
is not in the EJB jar file or the classpath
5. The database mappings in the deployment descriptor do not
match the database definition
weblogic.ejb.common.DeploymentException: IOException opening JAR file
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser;
nested exception is:
weblogic.ejb.common.DeploymentException: File
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
is not a JAR
weblogic.ejb.common.DeploymentException: File
/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
is not a JAR
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java,
Compiled Code)
I have verified that the bean that is supposedly causing the problem
does indeed exist. Has anyone else run into this problem, and how have
they resolved it? My classpath, etc. look quite alright.
Cheers,
Prashanth

Similar Messages

  • ORA-24327 error when trying to configure Oracle JDriver 2.0 on Commerce Server 3.5 SP1 on WLServer 6.0 SP2

    When I try to install and configure the Oracle JDriver v.2.0 to work with Commerce
    Server 3.5 SP1 and WebLogic Server 6.0 SP2, on starting up the commerce server,
    I get the exceptions that follow this message. I cannot run the dbping utility
    because it says it cannot find the BEA license file to verify that JDriver is
    licensed for use. I looked over previous discussion threads on this particular
    Oracle error, and the problem in the previous cases appears to have been use of
    the wrong TNS name. I am referencing the same TNS name that is in my server's
    tnsnames.ora file. I can connect to the database using SQLNet and the same connection
    parameters that I have set up in weblogic. My Oracle home directory is set to
    the directory just above the client install. I am trying to configure Commerce
    Server on a Sun SPARC system running Solaris 8. Any help would be greatly appreciated.
    Thanks,
    Jon Morgan
    ---------- LOGIN ERROR CODE: 24327
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    (WEBLOGIC/********@ARBR.intelixinc)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:161)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:92)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.init(RDBMSDe
    legate.java:194)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.<init>(RDBMS
    Delegate.java:139)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate$DFactory.get
    Instance(RDBMSDelegate.java:975)
    at com.beasys.commerce.util.Pool.<init>(Pool.java:37)
    at com.beasys.commerce.axiom.contact.security.RDBMSRealm.<init>(RDBMSRea
    lm.java:127)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.security.acl.Realm.getRealm(Realm.java:84)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    <Aug 7, 2001 11:50:29 AM EDT> <Emergency> <Server> <Unable to initialize the ser
    ver: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.secur
    ity.RDBMSException: realm initialization failed, action 'Driver.connect', - wit
    h nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contac
    t.security.RDBMSException: realm initialization failed, action 'Driver.connect',
    - with nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    Wrong Forum, you want the APEX LISTENER support forum, this is the APEX support forum..
    Thank you,
    Tony Miller
    LuvMuffin Software

  • Trying to install Bea WebLogic Commerce Server 3.2

    Hi there!
    This is my environment:
    Red Hat Linux 6.2 Kernel 2.2.14;
    Bea WebLogic Server 5.1 service pack 9 (couldn't find service pack 6);
    Java 1.3.1 (only for the Commerce Server);
    Java 1.2.2 (only for Bea WebLogic Server);
    512 Mb RAM
    I followed instructions to install an evaluation copy of the Commerce Server 3.2
    and this is my log of activities:
    1. Registered software in order to get my evaluation license;
    2. Downloaded the 1.3.1 version of java for Linux (they say: "The Solaris and
    Linux versions of J2SE 1.3 ship with both VM implementations" (regarding client
    & server implementations) source: http://java.sun.com/j2se/1.3/docs/guide/performance/hotspot.html);
    3. Installed Java 1.3.1 as documentation says;
    4. Installed WLCS 3.2 following step by step the guide regarding the "Does not
    have a windowing environment" section (i found an error because my bundled version
    does not have the UninstallerData/Uninstaller_Haystack file);
    5. Ran the StartCommerce.sh procedure to start the server;
    6. Got this error: (please see below)
    What's wrong?
    Thanks in advance
    Sergio Ríos
    Ps: this is the error:
    Fri May 25 11:56:17 CDT 2001:<I> <WebLogicServer> T3StartupDef KeyBootstrap com.beasys.commerce.ebusiness.security.KeyBootstrap
    reports: Encryption not enabled
    Fri May 25 11:56:17 CDT 2001:<I> <ListenThread> Listening on port: 7501
    Fri May 25 11:56:18 CDT 2001:<I> <SSLListenThread> Listening on port: 7502
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> System has file descriptor
    limits of - soft: '1024', hard: '1024'
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> Using effective file
    descriptor limit of: '1024' open sockets/files.
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> Allocating: '3' POSIX
    reader threads
    Fri May 25 11:56:18 CDT 2001:<I> <WebLogicServer> WebLogic Server started
    Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 268435468
    bytes
    [desa@aplicacion WebLogicCommerceServer3.2]$

    Hi there!
    This is my environment:
    Red Hat Linux 6.2 Kernel 2.2.14;
    Bea WebLogic Server 5.1 service pack 9 (couldn't find service pack 6);
    Java 1.3.1 (only for the Commerce Server);
    Java 1.2.2 (only for Bea WebLogic Server);
    512 Mb RAM
    I followed instructions to install an evaluation copy of the Commerce Server 3.2
    and this is my log of activities:
    1. Registered software in order to get my evaluation license;
    2. Downloaded the 1.3.1 version of java for Linux (they say: "The Solaris and
    Linux versions of J2SE 1.3 ship with both VM implementations" (regarding client
    & server implementations) source: http://java.sun.com/j2se/1.3/docs/guide/performance/hotspot.html);
    3. Installed Java 1.3.1 as documentation says;
    4. Installed WLCS 3.2 following step by step the guide regarding the "Does not
    have a windowing environment" section (i found an error because my bundled version
    does not have the UninstallerData/Uninstaller_Haystack file);
    5. Ran the StartCommerce.sh procedure to start the server;
    6. Got this error: (please see below)
    What's wrong?
    Thanks in advance
    Sergio Ríos
    Ps: this is the error:
    Fri May 25 11:56:17 CDT 2001:<I> <WebLogicServer> T3StartupDef KeyBootstrap com.beasys.commerce.ebusiness.security.KeyBootstrap
    reports: Encryption not enabled
    Fri May 25 11:56:17 CDT 2001:<I> <ListenThread> Listening on port: 7501
    Fri May 25 11:56:18 CDT 2001:<I> <SSLListenThread> Listening on port: 7502
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> System has file descriptor
    limits of - soft: '1024', hard: '1024'
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> Using effective file
    descriptor limit of: '1024' open sockets/files.
    Fri May 25 11:56:18 CDT 2001:<I> <Posix Performance Pack> Allocating: '3' POSIX
    reader threads
    Fri May 25 11:56:18 CDT 2001:<I> <WebLogicServer> WebLogic Server started
    Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 268435468
    bytes
    [desa@aplicacion WebLogicCommerceServer3.2]$

  • Using Hprof with Commerce Server 3.5

    My company is beginning the move to J2EE and I have been tasked with researching
    profilers. I quickly came across Hprof, which is provided by the Sun JVM through
    the use of the -Xrunhprof option. I have been able to successfully profile a
    very small test application (stand alone app). However, I run into problems when
    I use Hprof and try to start the example server provided with Commerce Server
    3.5 (with WebLogic 6.0). Please see below for my syntax and results.
    Syntax
    %JAVA_HOME%\bin\java -Xrunhprof:cpu=times,doe=y .....
    Results
    The server appears to start and work correctly (no HRPOF ERROR: messages). When
    I shut it down (using the console) and look at the java.hprof.txt file that is
    created, the hprof data has not been fully written to the file. The file ends
    in the middle of a trace:
    TRACE 6687:
         java/net/URLStreamHandler.getDefaultPort(URLStreamHandler.java:Unknown line)
    I am curious if anyone has run into this problem before and how they might have
    corrected it. Can anyone suggest a set of Hprof parameters to use? Or provide
    a link to a good description of all of the parameters (I haven't found a lot of
    documentation on it)?
    I know that there are other commercial profilers (JProbe, Optimizeit, etc.) but
    I would like to learn the basics before diving into them.
    Any comments or suggestions would be appreciated.
    Thanks
    --Chris

    Hi Martin,
    You probably already noticed, but a new WLCS 3.5 license has been
    posted at http://commerce.bea.com/downloads/commerce_servers.jsp
    Thanks for posting this. I'm sorry it didn't get answered until now.
    If you ever have a question in the newsgroup that is not answered quickly
    enough to get you on track with your evaluation or development process
    then you can let our support team know about it by opening a support case
    (for free) at http://www.bea.com/support/index.jsp
    Martin Swan wrote:
    When will the license on your site be updated, it ran out yesterday ?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Startup of commerce server 3.5 generates errors.

    I get the errors below when I start commerce server 3.5. What could be wrong?
    Joseph.
    bash-2.03$ StartCommerce.sh
    using CLASSPATH of /opt/wl6/WebLogicCommerce3.5/lib/weblogic601sp1_ef.jar:/opt/wl6/WebLogicCommerce3.5/lib/jdom.jar:/opt/wl6/WebLogicCommerce3.5/lib/mail.jar:/opt/wl6/WebLogicCommerce3.5/classes:/opt/wl6/WebLogicCommerce3.5/lib/wlcsparsers.jar:/opt/wl6/WebLogicCommerce3.5/license:/opt/wl6/WebLogicCommerce3.5/eval/Taxware/common/classes:/opt/wl6/jdk130/lib/tools.jar:/opt/wl6/wlserver6.0sp1/lib/weblogic_sp.jar:/opt/wl6/wlserver6.0sp1/lib/weblogic.jar:/opt/wl6/wlserver6.0sp1/lib/xmlx.jar:/opt/wl6/wlserver6.0sp1/ext/weblogic-tags.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/cloudscape.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/tools.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/client.jar
    using LD_LIBRARY_PATH of /opt/wl6/WebLogicCommerce3.5/eval/Taxware/solaris/lib:/opt/wl6/WebLogicCommerce3.5/eval/CyberCash/solaris/lib:/opt/wl6/wlserver6.0sp1/lib/solaris
    using the "server" virtual machine
    ## Note: Server initialization may take several minutes.
    ## Please be patient.
    <May 1, 2001 3:33:52 PM EDT> <Info> <Security> <Getting boot password from user.>
    Enter password to boot WebLogic server:password
    Starting WebLogic Server ....
    <May 1, 2001 3:34:08 PM EDT> <Notice> <Management> <Loading configuration file
    ./config/wlcsDomain/config.xml ...>
    log file: /opt/wl6/WebLogicCommerce3.5/./config/wlcsDomain/logs/weblogic.log
    <May 1, 2001 3:34:14 PM EDT> <Info> <Logging> <Only log messages of severity "Error"
    or worse will be displayed in this window. This can be changed at Admin Console>
    wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity threshold>
    =============== Initializing Logger ======================
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/fast/SPIFastDocumentManagerImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImplImpl
    not found.
    extends SPIFastDocumentManagerImpl
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/foundation/property/SchemaImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.foundation.property.SchemaImplImpl
    not found.
    extends SchemaImpl
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/fast/SPIFastDocumentManagerImplHomeImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImplHomeImpl
    not found.
    extends weblogic.ejb20.internal.StatelessEJBHome
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/foundation/property/SchemaImplHomeImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.foundation.property.SchemaImplHomeImpl
    not found.
    extends weblogic.ejb20.internal.EntityEJBHome
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/DocumentImplEOImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.DocumentImplEOImpl
    not found.
    extends weblogic.ejb20.internal.EntityEJBObject
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/DocumentImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.DocumentImplImpl
    not found.
    extends DocumentImpl

    I get the errors below when I start commerce server 3.5. What could be wrong?
    Joseph.
    bash-2.03$ StartCommerce.sh
    using CLASSPATH of /opt/wl6/WebLogicCommerce3.5/lib/weblogic601sp1_ef.jar:/opt/wl6/WebLogicCommerce3.5/lib/jdom.jar:/opt/wl6/WebLogicCommerce3.5/lib/mail.jar:/opt/wl6/WebLogicCommerce3.5/classes:/opt/wl6/WebLogicCommerce3.5/lib/wlcsparsers.jar:/opt/wl6/WebLogicCommerce3.5/license:/opt/wl6/WebLogicCommerce3.5/eval/Taxware/common/classes:/opt/wl6/jdk130/lib/tools.jar:/opt/wl6/wlserver6.0sp1/lib/weblogic_sp.jar:/opt/wl6/wlserver6.0sp1/lib/weblogic.jar:/opt/wl6/wlserver6.0sp1/lib/xmlx.jar:/opt/wl6/wlserver6.0sp1/ext/weblogic-tags.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/cloudscape.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/tools.jar:/opt/wl6/wlserver6.0sp1/samples/eval/cloudscape/lib/client.jar
    using LD_LIBRARY_PATH of /opt/wl6/WebLogicCommerce3.5/eval/Taxware/solaris/lib:/opt/wl6/WebLogicCommerce3.5/eval/CyberCash/solaris/lib:/opt/wl6/wlserver6.0sp1/lib/solaris
    using the "server" virtual machine
    ## Note: Server initialization may take several minutes.
    ## Please be patient.
    <May 1, 2001 3:33:52 PM EDT> <Info> <Security> <Getting boot password from user.>
    Enter password to boot WebLogic server:password
    Starting WebLogic Server ....
    <May 1, 2001 3:34:08 PM EDT> <Notice> <Management> <Loading configuration file
    ./config/wlcsDomain/config.xml ...>
    log file: /opt/wl6/WebLogicCommerce3.5/./config/wlcsDomain/logs/weblogic.log
    <May 1, 2001 3:34:14 PM EDT> <Info> <Logging> <Only log messages of severity "Error"
    or worse will be displayed in this window. This can be changed at Admin Console>
    wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity threshold>
    =============== Initializing Logger ======================
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/fast/SPIFastDocumentManagerImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImplImpl
    not found.
    extends SPIFastDocumentManagerImpl
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/foundation/property/SchemaImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.foundation.property.SchemaImplImpl
    not found.
    extends SchemaImpl
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/fast/SPIFastDocumentManagerImplHomeImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImplHomeImpl
    not found.
    extends weblogic.ejb20.internal.StatelessEJBHome
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/foundation/property/SchemaImplHomeImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.foundation.property.SchemaImplHomeImpl
    not found.
    extends weblogic.ejb20.internal.EntityEJBHome
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/DocumentImplEOImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.DocumentImplEOImpl
    not found.
    extends weblogic.ejb20.internal.EntityEJBObject
    ^
    /opt/wl6/WebLogicCommerce3.5/tmp_ejbsundevweb7501/document/com/beasys/commerce/axiom/document/DocumentImplImpl.java:12:
    Superclass java.lang.Object of class com.beasys.commerce.axiom.document.DocumentImplImpl
    not found.
    extends DocumentImpl

  • Cant install commerce server 3.5 with  wl 6.0sp2

    When I try to install commerce server 3.5 (WLCS_with_sp1UNIX.bin) I get to the
    point were it asks me for the bea home directory, which I enter as /usr/local/bea.
    I then get the message "the weblogic 6.0 is required to be installed, but is not
    present in the bea home directory of /usr/local/bea".
    I have installed wl 6.0 sp 2, and I can get it up and running with no problem.
    It is installed under /usr/local/bea/wlserver6.0.
    I am running under redhat 7.0, and the environment variables are: WEBLOGIC_HOME
    = /usr/local/bea/wlserver6.0
    PATH=${BEA_HOME}/jdk131:${PATH}
    I run the installer with the command:
    sh WLCS_with_sp1UNIX.bin
    Why wont this work?

    Hi.
    Try posting this question in the commerce server newsgroup.
    weblogic.developer.interest.commerce.
    I don't know that much about commerce server, but maybe someone there can help out.
    Regards,
    Michael
    mariet wrote:
    We are running Commerce Server 3.5 for Weblogic 6 SP2. I tried to run installNTService.cmd
    as specified in http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476,
    but it only seem to install the weblogic application server as a Windows service
    and not the commerce server. The commerce server still installed only as a Windows
    application and this is what we are trying to run as a Windows 2000 service. Any
    help would much appreciated.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Problem with Weblogic Commerce Server 3.1

    I am currently evaluating the Weblogic Commerce server 3.1 product. I have
    installed the Weblogic server 5.1 and the service pack 6 along with the
    Commerce Server. I can get into the WLCS Commerce Server Templates and can
    navigate the store categories and search for items but when I try to add to
    the shopping cart or view the shopping cart I get taken to the 'servererror'
    template. I have included at the bottom of this message the message from
    the log file. Does anyone have any idea why I am getting this error?
    Thanks in advance,
    Barry Childs
    Manager Knowledgebase Applications
    Xactsites
    <<<<<<< weblogic.log >>>>>>>
    Fri Nov 10 14:00:16 MST 2000:<E> <WebAppServletContext-wlcs> Servlet failed
    with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl':
    For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java,
    Compiled Code)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java,
    Compiled Code)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java, Compiled
    Code)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled Code)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java,
    Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestinat
    ion(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:376
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

    I am currently evaluating the Weblogic Commerce server 3.1 product. I have
    installed the Weblogic server 5.1 and the service pack 6 along with the
    Commerce Server. I can get into the WLCS Commerce Server Templates and can
    navigate the store categories and search for items but when I try to add to
    the shopping cart or view the shopping cart I get taken to the 'servererror'
    template. I have included at the bottom of this message the message from
    the log file. Does anyone have any idea why I am getting this error?
    Thanks in advance,
    Barry Childs
    Manager Knowledgebase Applications
    Xactsites
    <<<<<<< weblogic.log >>>>>>>
    Fri Nov 10 14:00:16 MST 2000:<E> <WebAppServletContext-wlcs> Servlet failed
    with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl':
    For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java,
    Compiled Code)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java,
    Compiled Code)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java, Compiled
    Code)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled Code)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java,
    Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestinat
    ion(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:376
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

  • Running Commerce Server 3.5 in Windows2000 as a services!!!

    Please could some help me. We are running Commerce Server 3.5 for Weblogic 6 SP2.
    We need to run the Commerce server in Windows 2000 as a service. Any help would
    be greatly appreciated.

    Hi.
    Sorry, don't know much about commerce server. Try posting your question to the
    commerce newsgroup weblogic.developer.interest.commerce. Maybe someone there
    knows.
    Regards,
    Michael
    Mariet wrote:
    Hi Michael
    I tried to run installNTService.cmd as specified, but it only seem to install
    the weblogic server as a Windows service but the commerce server still had to
    be started manually. Any ideas?
    Michael Young <[email protected]> wrote:
    well, actually the link should be
    http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476 for
    wls 6.0 but the
    info is essentially the same.
    Regards,
    Michael
    Michael Young wrote:
    Hi.
    http://e-docs.bea.com/wls/docs61/adminguide/startstop.html#1026476
    Regards,
    Michael
    mariet wrote:
    Please could some help me. We are running Commerce Server 3.5 for
    Weblogic 6 SP2.
    We need to run the Commerce server in Windows 2000 as a service.Any help would
    be greatly appreciated.--
    Michael Young
    Developer Relations Engineer
    BEA Support--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Running Commerce Server 3.5 in Windows2000 as a service

    We are running Commerce Server 3.5 for Weblogic 6 SP2. I tried to run installNTService.cmd
    as specified in http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476,
    but it only seem to install the weblogic application server as a Windows service
    and not the commerce server. The commerce server still installed only as a Windows
    application and this is what we are trying to run as a Windows 2000 service. Any
    help would much appreciated.

    Hi.
    Try posting this question in the commerce server newsgroup.
    weblogic.developer.interest.commerce.
    I don't know that much about commerce server, but maybe someone there can help out.
    Regards,
    Michael
    mariet wrote:
    We are running Commerce Server 3.5 for Weblogic 6 SP2. I tried to run installNTService.cmd
    as specified in http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476,
    but it only seem to install the weblogic application server as a Windows service
    and not the commerce server. The commerce server still installed only as a Windows
    application and this is what we are trying to run as a Windows 2000 service. Any
    help would much appreciated.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • BEA WebLogic Commerce Server 3.5 with MS SQL Server 2000 as DB

    Ooops !
    Sorry but in my last mail I forgot to attach the file with the
    stdout log with the described example portal errors. Here is
    the message and the file.
    Davide Pozzi
    Hi to all.
    I have a problem using BEA WebLogic Server 3.5 (with service
    pack 1) with SQL Server 2000 as the database. I followed the
    instructions for SQL Server 7 included in the file readme.txt > in WLCS_35_DDLand the (thin) Web documentation on the
    subject. The I tried to run the example portal and the
    templates examples. All is working well apart from the fact
    that some data seem not to be taken from the database. For
    example the example portal lacks the news titles in the "News > Index" portletand the ads in the "AcmePromotion" portlet. In > the templates examples some logo
    are missing (the E-Business
    Control Center loads, but no campains or discounts, etc. are
    loaded). When I start the example portal, a lot of exceptions > arise. In theattached text file the stdout log of Commerce
    Server is reported.
    Can anyone tell me a hint to solve these problems ? There are > known problemssetting up SQL Server 2000 with Commerce Server > 3.5 ? I've seen that Commerce
    Server 3.5 is not yet certified > for SQL Server 2000, is BEA going to certificate
    it ?
    >
    Thank you in advance for any help.
    Davide Pozzi[errors.txt]

    Ooops !
    Sorry but in my last mail I forgot to attach the file with the
    stdout log with the described example portal errors. Here is
    the message and the file.
    Davide Pozzi
    Hi to all.
    I have a problem using BEA WebLogic Server 3.5 (with service
    pack 1) with SQL Server 2000 as the database. I followed the
    instructions for SQL Server 7 included in the file readme.txt > in WLCS_35_DDLand the (thin) Web documentation on the
    subject. The I tried to run the example portal and the
    templates examples. All is working well apart from the fact
    that some data seem not to be taken from the database. For
    example the example portal lacks the news titles in the "News > Index" portletand the ads in the "AcmePromotion" portlet. In > the templates examples some logo
    are missing (the E-Business
    Control Center loads, but no campains or discounts, etc. are
    loaded). When I start the example portal, a lot of exceptions > arise. In theattached text file the stdout log of Commerce
    Server is reported.
    Can anyone tell me a hint to solve these problems ? There are > known problemssetting up SQL Server 2000 with Commerce Server > 3.5 ? I've seen that Commerce
    Server 3.5 is not yet certified > for SQL Server 2000, is BEA going to certificate
    it ?
    >
    Thank you in advance for any help.
    Davide Pozzi[errors.txt]

  • Commerce Server won't shut down with command on NT

    I need to have the Commerce server shut down using a command line argument; i.e. set-environment.bat followed by %JDK_HOME%\bin\java -classpath %WEBLOGIC_CLASSPATH% weblogic.Admin t3://localhost:7501 SHUTDOWN system mypass.
    The system user and password work for the default weblogic server and with the console but not for the commerce server.
    The error that occurs is "Exception in thread "main" java.lang.SecurityException: Authentication for
    user system denied in realm weblogic".
    The software is Weblogic Commerce Server 3.2 and Weblogic Server 5.1.0 SP6, and Java SDK 1.3 (JDK) running on Windows NT 4 SP6. The java.policy file grants all permissions and is unchanged. I did add a user in the portal demo but that is all.
    I opened a case on evalnet but haven't found a solution.
    The weblogic.properties file has an appropriate line
    weblogic.password.system=password (it has my real password)
    All of the weblogic.allow.execute.weblogic.servlet.??? properties are set to the default of system.
    How else is the realm authentification set up? Where can I look for problems with the user?

    Nevermind, I found the problem. The system password for my weblogic default server is meaningless for commerce server as it has its own weblogic.properties file with the system user password of "weblogic".

  • Commerce Server and Visual Age 3.5

    I tried and was unsuccessful getting the Commerce server (3.11) to run
    under Visual Age 3.5. I can get it to start up correctly, but if I test
    a commerce application, Visual Age disappears with no messages. From
    my experiments, I think it is a problem with a conflict between versions
    of the CORBA or javax components that cannot be loaded into VA from the
    weblogic distribution (because they are 'required by the system' in VA;
    no workaround I know of to get them in there). Another constraint is
    that you must use the weblogic.Server class from the Weblogic VA
    Integration Kit; perhaps it is incompatible.
    So, has anybody got a commerce application to appear running the
    weblogic commerce server under visual age 3.5?
    Note that I did get the plain weblogic server 5.1.0 running with thte VA
    integration kit, and I can get the commerce server to startup correctly.
    Bryan

    Bryan,
    I have succesfully used Kawa 5.x Enterprise (Beta) with WLCS. You should
    check it out if you are interested in a more "standards" based solution for
    the Windows platform.
    Sincerely,
    Daniel Selman
    Bryan Helm wrote in message <[email protected]>...
    I tried and was unsuccessful getting the Commerce server (3.11) to run
    under Visual Age 3.5. I can get it to start up correctly, but if I test
    a commerce application, Visual Age disappears with no messages. From
    my experiments, I think it is a problem with a conflict between versions
    of the CORBA or javax components that cannot be loaded into VA from the
    weblogic distribution (because they are 'required by the system' in VA;
    no workaround I know of to get them in there). Another constraint is
    that you must use the weblogic.Server class from the Weblogic VA
    Integration Kit; perhaps it is incompatible.
    So, has anybody got a commerce application to appear running the
    weblogic commerce server under visual age 3.5?
    Note that I did get the plain weblogic server 5.1.0 running with thte VA
    integration kit, and I can get the commerce server to startup correctly.
    Bryan

  • Shutting down Commerce Server 3.2

    Does anyone able to use the Shutdown.sh script (on Solaris) to shutdown
    commerce server successfully? I received security exception (see below).
    The login and password are same as the ones that are use to access the
    administration tools main page.
    Thanks in advance,
    Leo
    6th Dimension,
    Tue Jan 02 13:47:07 PST 2001:<I> <WebLogicServer> Disable Server Logins
    requested by administrator
    Tue Jan 02 13:47:07 PST 2001:<I> <Security> Access failed (Thread =
    Thread[ExecuteThread-10,5,Execute Thread Group])
    java.lang.SecurityException: User "administrator" does not have
    Permission "lockServer" based on ACL "weblogic.admin".
    at weblogic.security.acl.Security.logAndThrow(Security.java:372)
    at
    weblogic.security.acl.Security.checkPermission(Security.java:254)
    at weblogic.t3.srvr.T3Srvr.lockServer(T3Srvr.java:1878)
    at
    weblogic.common.internal.AdminProxy.execute(AdminProxy.java:112)
    at
    weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:1030)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Tue Jan 02 13:47:07 PST 2001:<I> <CliCon-#|server|1.978469630463>
    Removing ClientContext - id: '#|server|1.978469630463', bound: 'false',
    dead: 'false' because of soft disconnect timeout
    Tue Jan 02 13:52:17 PST 2001:<I> <ServletContext-General> file: init
    Tue Jan 02 13:52:18 PST 2001:<I> <ServletContext-General> servletimages:
    init

    I guess I have an answer to my own question. It should be the system
    user name and password. The user name is always "system" and the
    password is the value of weblogic.password.system property defined in
    weblogic.properties in WL_COMMERCE_HOME.
    -Leo
    Leo Fu wrote:
    >
    Does anyone able to use the Shutdown.sh script (on Solaris) to shutdown
    commerce server successfully? I received security exception (see below).
    The login and password are same as the ones that are use to access the
    administration tools main page.
    Thanks in advance,
    Leo
    6th Dimension,
    Tue Jan 02 13:47:07 PST 2001:<I> <WebLogicServer> Disable Server Logins
    requested by administrator
    Tue Jan 02 13:47:07 PST 2001:<I> <Security> Access failed (Thread =
    Thread[ExecuteThread-10,5,Execute Thread Group])
    java.lang.SecurityException: User "administrator" does not have
    Permission "lockServer" based on ACL "weblogic.admin".
    at weblogic.security.acl.Security.logAndThrow(Security.java:372)
    at
    weblogic.security.acl.Security.checkPermission(Security.java:254)
    at weblogic.t3.srvr.T3Srvr.lockServer(T3Srvr.java:1878)
    at
    weblogic.common.internal.AdminProxy.execute(AdminProxy.java:112)
    at
    weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:1030)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Tue Jan 02 13:47:07 PST 2001:<I> <CliCon-#|server|1.978469630463>
    Removing ClientContext - id: '#|server|1.978469630463', bound: 'false',
    dead: 'false' because of soft disconnect timeout
    Tue Jan 02 13:52:17 PST 2001:<I> <ServletContext-General> file: init
    Tue Jan 02 13:52:18 PST 2001:<I> <ServletContext-General> servletimages:
    init

  • Use of external LDAP server in Weblogic Commerce Server

    I'm using the following software:
    Iplanet Directory Server v5
    Weblogic Application Server v6
    Weblogic Commerce v3.5
    I need to configure Weblogic Commerce Server to use Iplanet Directory Server directory
    services. How do I do that?
    I have a couple of questions related to this:
    1) As Weblogic Commerce Server runs on top of Weblogic v6, does it mean that to
    use an external LDAP server, I need to configure weblogic v6 to do that and not
    Weblogic Commerce Server?
    2) Whatever may be the case above, how do I do that?
    3) config.xml (weblogic application server v6) contains information that needs
    to be modified to point to an external JNDI source provider but what information
    do I need to modify?
    I'd really appreciate if someone can help me out here. Thanks!

    "JP" <[email protected]> wrote in message news:[email protected]..
    Hi,
    I'm looking for someone who has used the Lotus LDAP server for WLP7
    authentication.
    I connect my portal to the Domino LDAP, User and Groups are working
    fine, but the membership of a user to a group is not.
    I assume that it's related to the parameters I use (especially the
    membership.filter ?):
    "user.filter=(&(uid=%u)(objectclass=person));
    user.dn=O=Apac;
    membership.filter=(&(uniquemember=%M)(objectclass=groupOfNames));
    group.filter=(&(cn=%g)(objectclass=groupOfNames));
    server.host=jpgal01.apac.bea.com;
    group.dn="
    Any help would be appreciate, because I just don't where to look for.
    Try setting the com.netscape.ldap.trace property.
    \* When -D command line option is used, defining the property with
    * no value will send the trace output to the standard error. If the
    * value is defined, it is assumed to be the name of an output file.
    * If the file name is prefixed with a '+' character, the file is
    * opened in append mode.
    This will create a ldap trace file of the requests that WLS is making on the
    LDAP server. You can then see
    where the filters are not returning the correct value for the group
    membership.

  • Commerce server 3.2 tag library error

    I have installed the following components on Solaris 2.7:-
    - Java1.3
    - WebLogic5.1
    - SP6
    - Commerce Server 3.2
    The commerce server seems to start fine except the following exception
    when the Create User button is clicked from the Admin screen. Any help
    is appreciated.
    Leo
    6th Dimension-
    Tue Jan 02 11:14:15 PST 2001:<I> <WebAppServletContext-tools> *.jsp:
    init
    Tue Jan 02 11:14:15 PST 2001:<I> <WebAppServletContext-tools>
    FlowManager: init
    Tue Jan 02 11:14:26 PST 2001:<E> <WebAppServletContext-tools> Servlet
    failed with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at:
    'wl': For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at
    weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
    at
    weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
    at
    weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at
    weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Tue Jan 02 11:14:26 PST 2001:<I> <ServletContext-General> servletimages:
    init

    To be more specific, I put the jar file in the $WEBLOGIC_HOME/lib directory.
    -Brad.
    "Brad Christiansen" <[email protected]> wrote:
    >
    I was getting the same exception until I put the weblogic-510-tags.jar file (found in the SP6 zip file) in a directory referenced by the WEBLOGIC_CLASSPATH environment variable.
    -Brad.
    Leo Fu <[email protected]> wrote:
    I have installed the following components on Solaris 2.7:-
    - Java1.3
    - WebLogic5.1
    - SP6
    - Commerce Server 3.2
    The commerce server seems to start fine except the following exception
    when the Create User button is clicked from the Admin screen. Any help
    is appreciated.
    Leo
    6th Dimension-
    Tue Jan 02 11:14:15 PST 2001:<I> <WebAppServletContext-tools> *.jsp:
    init
    Tue Jan 02 11:14:15 PST 2001:<I> <WebAppServletContext-tools>
    FlowManager: init
    Tue Jan 02 11:14:26 PST 2001:<E> <WebAppServletContext-tools> Servlet
    failed with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at:
    'wl': For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at
    weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
    at
    weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
    at
    weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
    at
    weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at
    weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:141)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:448)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
    Tue Jan 02 11:14:26 PST 2001:<I> <ServletContext-General> servletimages:
    init

Maybe you are looking for

  • Application Parameters not working in the Transactional iViews

    We had created transactional iViews for calling the standard SAP Transaction: IQS8 and IQS9. Here the issue is that we would like to populate the default screens for these 2 transactions with different set of default values. So, we created variants a

  • Acrobat Pro XI is not recognizing Word 2013 files when I try to combine files in a single PDF. Please help.

    I recently upgraded to Office 2013. Everything seems to be working fine with Acrobat Pro XI, except when I try to combine Word 2013 files into a single PDF, I get this message: "Acrobat does not support the conversion of one or more of your files to

  • Issue with Hgrid once it is in collapse mode

    I need to iterate Hgrid once it is in collapse and need to perform some validation for each row of Hgrid. OAHGridQueriedRowEnumerator is not working once Hgrid is in collapse mode. If Hgrid is in expanded mode OAHGridQueriedRowEnumerator is working f

  • Safari 5 won't start up!

    Hello, I just did the update to Safari 5 and after the restart it won't start up. Please help. Process: Safari [1735] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 5.0 (5533.16) Build Info: WebBrowser-7533

  • Implementing E-Recruitment

    We are currently on using SAP HR only on release 4.7 and are looking to implement E-Recruiting.  We do not plan to upgrade in the near future. We had a site visit from an SAP Consultant who recommended we implement the E-Recruitment 6.0 on an ERP2005