Java 1.4 & WLS 6.1 SP2 (Solaris 8 / SPARC)

I know its unsupported and I know we should not really do it.
But...
My customer would like a preview of the performance improvements that
are available in 1.4 since their application is heavily dependent on
the Reflection API, for which Sun are claiming dramatic improvements
in JRE 1.4.
I read the paper from Genuitec about using a login but have now bumped
into an SSL problem (relevant stackTrace appended at the foot of the
email).
I am going to see if we can use a different security provider, but if
anyone has hit this problem before I would be grateful for any help.
Thanks
W
--- <SNIP> ---
java.io.InvalidClassException: com.sun.crypto.provider.DESedeKey;
local class incompatible: stream classdesc serialVersionUID =
1129029423707287171, local class serialVersionUID =
2463986565756745178
     at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
     at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:264)
     at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:121)
     at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
     at com.investia.server.impl.SecurityServiceSB_103kq1_EOImpl.getNonSecureSessionToken(SecurityServiceSB_103kq1_EOImpl.java:69)
     at com.investia.server.interfaces.AppSession.<init>(AppSession.java:86)
     at com.investia.servlet.PublicServlet.processSignOn(PublicServlet.java:917)
     at com.investia.servlet.PublicServlet.doImplementation(PublicServlet.java:214)
     at com.investia.servlet.PublicServlet.doPost(PublicServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
--- </SNIP> ---

I know its unsupported and I know we should not really do it.
But...
My customer would like a preview of the performance improvements that
are available in 1.4 since their application is heavily dependent on
the Reflection API, for which Sun are claiming dramatic improvements
in JRE 1.4.
I read the paper from Genuitec about using a login but have now bumped
into an SSL problem (relevant stackTrace appended at the foot of the
email).
I am going to see if we can use a different security provider, but if
anyone has hit this problem before I would be grateful for any help.
Thanks
W
--- <SNIP> ---
java.io.InvalidClassException: com.sun.crypto.provider.DESedeKey;
local class incompatible: stream classdesc serialVersionUID =
1129029423707287171, local class serialVersionUID =
2463986565756745178
     at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
     at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:264)
     at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:121)
     at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
     at com.investia.server.impl.SecurityServiceSB_103kq1_EOImpl.getNonSecureSessionToken(SecurityServiceSB_103kq1_EOImpl.java:69)
     at com.investia.server.interfaces.AppSession.<init>(AppSession.java:86)
     at com.investia.servlet.PublicServlet.processSignOn(PublicServlet.java:917)
     at com.investia.servlet.PublicServlet.doImplementation(PublicServlet.java:214)
     at com.investia.servlet.PublicServlet.doPost(PublicServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
--- </SNIP> ---

Similar Messages

  • DeploymentException updating webapp in  WLS 7.0 SP2, Solaris 8

    Any help would be greatly appreciated...
    My webapp is in exploded format.
    This is the command I run
    $JAVA_HOME/bin/java weblogic.deploy -debug -port 7011 -host localhost update passwd
    testleads /data/testleads
    And these are the exceptions
    From the command line itself
    weblogic.j2ee.DeploymentException: Server returned HTTP response code: 401 for
    URL: http://localhost:7011/wl_management_internal2/wl_management
    at weblogic.deploy.deploy(deploy.java:702)
    at weblogic.deploy.runBody(deploy.java:364)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.deploy.main(deploy.java:1697)
    In the ADMIN SERVER's log
    <Jun 17, 2003 2:39:45 PM CDT> <Error> <Management> <141009> <Error in file distribution
    servlet while processing request of type "wl_upload_request", javax.security.auth.login.FailedLoginException:
    Authentication Failed: User javax.security.auth.login.FailedLoginException: Authentication
    Failed: User denied
    javax.security.auth.login.FailedLoginException: Authentication Failed: User javax.security.auth.login.FailedLoginException:
    Authentication Failed: User denied
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:194)
    at weblogic.security.service.DelegateLoginModuleImpl.login(DelegateLoginModuleImpl.java:70)
    at java.lang.reflect.Method.invoke(Native Method)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:595)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:125)
    at javax.security.auth.login.LoginContext$3.run(LoginContext.java:531)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:528)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:449)
    at weblogic.security.service.PrincipalAuthenticator.authInternal(PrincipalAuthenticator.java:325)
    at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:278)
    at weblogic.management.servlet.FileDistributionServlet.doPost(FileDistributionServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    I tried passing the username, but that throws a different exception
    $JAVA_HOME/bin/java weblogic.deploy -debug -port 7011 -host localhost update -username
    system passwd testleads /data/testleads
    Attempt to use old deployment protocol, load, on application, sprintleads, already
    deployed via 2 phase deployment protocol.
    Start server side stack trace:
    weblogic.management.DeploymentException: Attempt to use old deployment protocol,
    load, on application, sprintleads, already deployed via 2 phase deployment protocol.
    at weblogic.management.mbeans.custom.Application.load(Application.java:514)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:732)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:714)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:417)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:952)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:362)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:313)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:821)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:308)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    End server side stack trace

    Thanks a bunch! That was very useful.
    For others, the command thats working for me is....
    $JAVA_HOME/bin/java weblogic.Deployer -adminurl $ADMIN_URL -user $WLS_USER -password
    $WLS_PW -name testleads -activate /
    I had to say '/' at the end for all the files in my webapp to get updated. It
    specifies the root of the webapp directory.
    "Mark Griffith" <[email protected]> wrote:
    weblogic.deploy is deprecated use weblogic.Deployer
    java weblogic.Deployer -examples
    ****Update JSP in a deployed webapp
    java weblogic.Deployer -adminurl url -user user -password password
    -name myapp -activate mywar/index.jsp
    The path of JSP to be updated is relative to the root of the
    application. If a directory is specified the entire subtree is
    updated.
    Full documentation on this tool is available at:
    http://edocs.beasys.com/wls/docs70/programming/deploying.html
    Cheers
    mbg
    "Kailash" <[email protected]> wrote in message
    news:[email protected]...
    Any help would be greatly appreciated...
    My webapp is in exploded format.
    This is the command I run
    $JAVA_HOME/bin/java weblogic.deploy -debug -port 7011 -host localhostupdate passwd
    testleads /data/testleads
    And these are the exceptions
    From the command line itself
    weblogic.j2ee.DeploymentException: Server returned HTTP response code:401
    for
    URL: http://localhost:7011/wl_management_internal2/wl_management
    at weblogic.deploy.deploy(deploy.java:702)
    at weblogic.deploy.runBody(deploy.java:364)
    at weblogic.utils.compiler.Tool.run(Tool.java:126)
    at weblogic.deploy.main(deploy.java:1697)
    In the ADMIN SERVER's log
    <Jun 17, 2003 2:39:45 PM CDT> <Error> <Management> <141009> <Errorin file
    distribution
    servlet while processing request of type "wl_upload_request",javax.security.auth.login.FailedLoginException:
    Authentication Failed: Userjavax.security.auth.login.FailedLoginException: Authentication
    Failed: User denied
    javax.security.auth.login.FailedLoginException: Authentication Failed:User javax.security.auth.login.FailedLoginException:
    Authentication Failed: User denied
    atweblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAP
    AtnLoginModuleImpl.java:194)
    atweblogic.security.service.DelegateLoginModuleImpl.login(DelegateLoginModuleI
    mpl.java:70)
    at java.lang.reflect.Method.invoke(Native Method)
    atjavax.security.auth.login.LoginContext.invoke(LoginContext.java:595)
    atjavax.security.auth.login.LoginContext.access$000(LoginContext.java:125)
    atjavax.security.auth.login.LoginContext$3.run(LoginContext.java:531)
    at java.security.AccessController.doPrivileged(Native Method)
    atjavax.security.auth.login.LoginContext.invokeModule(LoginContext.java:528)
    atjavax.security.auth.login.LoginContext.login(LoginContext.java:449)
    atweblogic.security.service.PrincipalAuthenticator.authInternal(PrincipalAuthe
    nticator.java:325)
    atweblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthe
    nticator.java:278)
    atweblogic.management.servlet.FileDistributionServlet.doPost(FileDistributionS
    ervlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5445)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:780)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3105)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    I tried passing the username, but that throws a different exception
    $JAVA_HOME/bin/java weblogic.deploy -debug -port 7011 -host localhostupdate -username
    system passwd testleads /data/testleads
    Attempt to use old deployment protocol, load, on application, sprintleads,already
    deployed via 2 phase deployment protocol.
    Start server side stack trace:
    weblogic.management.DeploymentException: Attempt to use old deploymentprotocol,
    load, on application, sprintleads, already deployed via 2 phase deploymentprotocol.
    atweblogic.management.mbeans.custom.Application.load(Application.java:514)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    ..java:732)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:7
    14)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:417)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    atweblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerI
    mpl.java:952)
    atweblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:362)
    atweblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:313)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:821)
    atweblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:308)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:3
    0)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    End server side stack trace

  • Troubleshooting tuneables, WLS 6.1/SP2 on Solaris 8/SPARC.

    Hi,
    Is there a way to monitor dynamic or otherwise the memory, filedescriptor and
    CPU allocation per application and/or thread?
    If this is not available in 6.1 is it available in later releases/patchlevels
    such as 7.x or 8.x?
    rgds
    /PL

    Yes i tried that, but it says, incorrect option, JVM could not be created.
    any was i cd identify is the install binary was correct?
    like any indication in jdk131/jre/bin folder?
    Kumar Allamraju <[email protected]> wrote:
    i think it does.
    Have you tried to start with java -server weblogic.Server?
    Are you getting any errors?
    Kumar
    vinay wrote:
    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, serverfolders...how
    is this possible?
    how to correct this?

  • Jdk131 of wls 6.1 sp2 on Solaris 7 doesnt support -server option?

    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, server folders...how
    is this possible?
    how to correct this?

    Yes i tried that, but it says, incorrect option, JVM could not be created.
    any was i cd identify is the install binary was correct?
    like any indication in jdk131/jre/bin folder?
    Kumar Allamraju <[email protected]> wrote:
    i think it does.
    Have you tried to start with java -server weblogic.Server?
    Are you getting any errors?
    Kumar
    vinay wrote:
    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, serverfolders...how
    is this possible?
    how to correct this?

  • Problem starting wls 6.1 sp2

    Hi
    I have developed an appliaction using wls 6.1 sp2 on w2k, which I want to migrate
    to Solaris 8.
    I have modified my windows statup scripts to Solaris, but I get a strange error
    when starting weblogic. I am starting the server as root and my weblogic.policy
    file is modified according to my installation.
    Has anybody encountered anything similar?
    <Feb 20, 2002 12:08:09 PM CET> <Critical> <Management> <Unable to deploy an internal
    management web application - <all-internal-apps>. Managed servers may be unable
    to start.
    java.io.FileNotFoundException: ./config/Certifikat/.wlstaging/wl_management_internal2.war
    (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
    at weblogic.management.mbeans.custom.ApplicationManager.stageGlobalWarFile(ApplicationManager.java:398)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:334)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    >
    My startup script is as follows
    bash-2.03$ more startWeblogic.sh
    #!/usr/bin/bash
    # Set user-defined variables.
    export PROJECT=postdanmark
    export ENVIRONMENT=test
    export RELEASE_DIR=/opt/projects/$PROJECT/$ENVIRONMENT/lib
    export JAVA_HOME=/opt/jdk/j2sdk1_3_1_02
    export WEBLOGIC_HOME=/opt/bea/weblogic/6.1
    export PATH=$WEBLOGIC_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:.:$PATH
    export CLASSPATH=$RELEASE_DIR/internal/util/1.0/Util.jar
    export CLASSPATH=$CLASSPATH:$WEBLOGIC_HOME/lib/weblogic.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/sun/jaxb/1.0ea/lib/jaxb-rt-1.0-ea.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/postdanmark/1.0/PostDanmarkPC.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/EntrustCAEjb/1.0/EntrustCAEjb.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/websupport/1.0/WebSupport.jar
    export CLASSPATH=$CLASSPATH:/opt/projects/$PROJECT/$ENVIRONMENT/batch/properties
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/corba/interfaces/entrustca/1.2/EntrustCA.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/mysql/jdbc/2.0.4/mm.mysql-2.0.4-bin.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entbase.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entuser.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entp7.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entmisc.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entcertlist.jar
    echo off
    echo *********************************************
    echo * Starting weblogic application server *
    echo *********************************************
    # Set WLS_PW equal to your system password for no password prompt server startup.
    export WLS_PW=certifikat
    # Set Production Mode. When set to true, the server starts up in production mode.
    When set to false, the server starts up i
    n development mode. The default is false.
    export STARTMODE=false
    export WEBLOGIC_OPTIONS='-Dweblogic.Domain=Certifikat'
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.Name=PostDanmarkServer"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.discover=false"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dbea.home=/opt/bea/weblogic/6.1"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.home=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.dir=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.password=$WLS_PW"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.ProductionModeEnabled=$STARTMODE"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.security.policy=$WEBLOGIC_HOME/lib/weblogic.policy"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.RootDirectory=/opt/projects/$PROJECT/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.util.logging.config.file=/opt/projects/$PROJECT/$ENVIRONMENT/batch/proper
    ties/logging.properties"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.library.path=$WEBLOGIC_HOME/lib/solaris:$WEBLOGIC_HOME/lib/solaris/oci816
    _8"
    export JAVA_OPTIONS='-hotspot -ms64m -mx64m -classpath '
    export JAVA_OPTIONS=${JAVA_OPTIONS}$CLASSPATH
    echo on
    echo "using JAVA OPTIONS : "$JAVA_OPTIONS"
    echo "using WEBLOGIC OPTIONS : "$WEBLOGIC_OPTIONS"
    "$JAVA_HOME/bin/java" $JAVA_OPTIONS $WEBLOGIC_OPTIONS weblogic.Server

    Hi.
    Try placing the wl_management_internal2.war file from the mydomain/.wlstaging directory into the directory your server is expecting.
    Regards,
    Michael
    Peter Buus wrote:
    Hi
    I have developed an appliaction using wls 6.1 sp2 on w2k, which I want to migrate
    to Solaris 8.
    I have modified my windows statup scripts to Solaris, but I get a strange error
    when starting weblogic. I am starting the server as root and my weblogic.policy
    file is modified according to my installation.
    Has anybody encountered anything similar?
    <Feb 20, 2002 12:08:09 PM CET> <Critical> <Management> <Unable to deploy an internal
    management web application - <all-internal-apps>. Managed servers may be unable
    to start.
    java.io.FileNotFoundException: ./config/Certifikat/.wlstaging/wl_management_internal2.war
    (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
    at weblogic.management.mbeans.custom.ApplicationManager.stageGlobalWarFile(ApplicationManager.java:398)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:334)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    >
    My startup script is as follows
    bash-2.03$ more startWeblogic.sh
    #!/usr/bin/bash
    # Set user-defined variables.
    export PROJECT=postdanmark
    export ENVIRONMENT=test
    export RELEASE_DIR=/opt/projects/$PROJECT/$ENVIRONMENT/lib
    export JAVA_HOME=/opt/jdk/j2sdk1_3_1_02
    export WEBLOGIC_HOME=/opt/bea/weblogic/6.1
    export PATH=$WEBLOGIC_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:.:$PATH
    export CLASSPATH=$RELEASE_DIR/internal/util/1.0/Util.jar
    export CLASSPATH=$CLASSPATH:$WEBLOGIC_HOME/lib/weblogic.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/sun/jaxb/1.0ea/lib/jaxb-rt-1.0-ea.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/postdanmark/1.0/PostDanmarkPC.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/EntrustCAEjb/1.0/EntrustCAEjb.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/websupport/1.0/WebSupport.jar
    export CLASSPATH=$CLASSPATH:/opt/projects/$PROJECT/$ENVIRONMENT/batch/properties
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/corba/interfaces/entrustca/1.2/EntrustCA.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/mysql/jdbc/2.0.4/mm.mysql-2.0.4-bin.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entbase.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entuser.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entp7.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entmisc.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entcertlist.jar
    echo off
    echo *********************************************
    echo * Starting weblogic application server *
    echo *********************************************
    # Set WLS_PW equal to your system password for no password prompt server startup.
    export WLS_PW=certifikat
    # Set Production Mode. When set to true, the server starts up in production mode.
    When set to false, the server starts up i
    n development mode. The default is false.
    export STARTMODE=false
    export WEBLOGIC_OPTIONS='-Dweblogic.Domain=Certifikat'
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.Name=PostDanmarkServer"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.discover=false"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dbea.home=/opt/bea/weblogic/6.1"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.home=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.dir=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.password=$WLS_PW"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.ProductionModeEnabled=$STARTMODE"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.security.policy=$WEBLOGIC_HOME/lib/weblogic.policy"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.RootDirectory=/opt/projects/$PROJECT/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.util.logging.config.file=/opt/projects/$PROJECT/$ENVIRONMENT/batch/proper
    ties/logging.properties"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.library.path=$WEBLOGIC_HOME/lib/solaris:$WEBLOGIC_HOME/lib/solaris/oci816
    _8"
    export JAVA_OPTIONS='-hotspot -ms64m -mx64m -classpath '
    export JAVA_OPTIONS=${JAVA_OPTIONS}$CLASSPATH
    echo on
    echo "using JAVA OPTIONS : "$JAVA_OPTIONS"
    echo "using WEBLOGIC OPTIONS : "$WEBLOGIC_OPTIONS"
    "$JAVA_HOME/bin/java" $JAVA_OPTIONS $WEBLOGIC_OPTIONS weblogic.Server--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • WLS 6.1 SP2 Cluster fails

              Hi All.
              we have migrated to WLS 6.1 SP2, now we have a serious problem with the cluster
              wihch die after several minutes. Our architecture is several front-ends servers
              (concretely servelts, without cluster) make request to back-end (starteles EJB,
              DB access). This back-end is compuond by four WLS instances running into 2 Sun
              Solaris Machines. The system reports the nexts messages in the weblogic.log.
              * backendPlatformA instance
              for queue: 'default'> <> <> <000274> <Removing "ClientContext - id:
              '#|platformA|129.1027407260379', bound: 'false', dead: 'false'" because
              of soft disconnect timeout.>
              ####<Jul 23, 2002 10:02:24 AM GMT> <Info> <DGCserver> <wls00>
              <platformA> <ExecuteThread: '117' for queue: 'default'> <system> <>
              <000000> <Tried to renew lease on lost reference: '257'>
              * backendPlatformB instance
              for queue: 'default'> <> <> <000274> <Removing "ClientContext - id:
              '#|platformB|118.1027407423933', bound: 'false', dead: 'false'" because
              of soft disconnect timeout.>
              ####<Jul 23, 2002 10:03:52 AM GMT> <Info> <WebLogicServer> <wls00>
              <platformB> <ExecuteThread: '114' for queue: 'default'> <> <> <000274>
              <Removing "ClientContext - id: '#|platformB|119.1027407423933', bound:
              'false', dead: 'false'" because of soft disconnect timeout.>
              * ioboxPlatfromC instance
              for queue: 'default'> <> <> <000274> <Removing "ClientContext - id:
              '#|platformC|139.1027407286958', bound: 'false', dead: 'false'" because
              of soft disconnect timeout.>
              ####<Jul 23, 2002 10:04:24 AM GMT> <Info> <DGCserver> <wls01>
              <platformC> <ExecuteThread: '119' for queue: 'default'> <system> <>
              <000000> <Tried to renew lease on lost reference: '257'>
              * Instancia ioboxPlatfromD
              for queue: 'default'> <> <> <000274> <Removing "ClientContext - id:
              '#|platformD|58.1027415900956', bound: 'false', dead: 'false'" because
              of soft disconnect timeout.>
              ####<Jul 23, 2002 10:05:54 AM GMT> <Info> <WebLogicServer> <wls01>
              <platformD> <ExecuteThread: '107' for queue: 'default'> <> <> <000274>
              <Removing "ClientContext - id: '#|platformD|59.1027415900956', bound:
              'false', dead: 'false'" because of soft disconnect timeout.>
              ####<Jul 23, 2002 10:06:22 AM GMT> <Info> <Cluster> <wls01> <platformD>
              <ExecuteThread: '107' for queue: 'default'> <> <> <000113> <Removing
              platformA
              jvmid:7148145370197743783S:10.2.1.1:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformA
              from cluster view due to PeerGone>
              ####<Jul 23, 2002 10:06:22 AM GMT> <Info> <Cluster> <wls01> <platformD>
              <ExecuteThread: '116' for queue: 'default'> <> <> <000129> <Removing
              7148145370197743783S:10.2.1.1:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformA
              to the cluster>
              ####<Jul 23, 2002 10:06:22 AM GMT> <Error> <T3Services> <wls01>
              <platformD> <ExecuteThread: '102' fo
              r queue: 'default'> <> <5577:04d703f24ce814ba> <000000> < Parametros
              anaydidos>
              ####<Jul 23, 2002 10:06:33 AM GMT> <Error> <ConnectionManager> <wls01>
              <platformD> <ExecuteThread: '119' for queue: 'default'> <system> <>
              <000000> <Closing: 'weblogic.rjvm.t3.T3JVMConnection@63718b' because of:
              'Server received a message over an uninitialized connection: 'JVMMessage
              from: 'null' to:
              '1615014391094985181S:10.2.1.4:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformD'
              cmd: 'CMD_REQUEST', QOS: '101', responseId: '1', invokableId: '454',
              flags: 'JVMIDs Not Sent, TX Context Not Sent', abbrev offset: '38'''
              Any idea?
              Thanks for all
              

              Hi,
              We are using Weblogic 6.1 SP2, NT 4.0 and java 1.3.1. We have also encountered
              the same error message. We have 1 admin and 2 managed servers. We have tried connecting
              in using weblogic.admin to check the idle thread and we are able to connect. However,
              when we connect from IIS to Weblogic, the application failed to response. We have
              tried connect direct to weblogic but it does not response as well. We have seen
              that the idle thread left has been reduced but there is no activites from the
              weblogic console. The thread is used but not releasing and the console is not
              moving. When we shutdown one of the managed server, the application is able to
              process as seen from the console.
              We have turned off native io and this behavior is not seen. When we turn on native
              io, it appear. So we can conclude that it is related to native io.
              Is there any solution or intermediate patch without upgrading to the later SP
              Thanks
              Rajesh Mirchandani <[email protected]> wrote:
              >We are shipping the Jdriver for oracle 816 with SP3. Use the driver
              >from .\bin\oci816_8
              >
              >Manuel wrote:
              >
              >> Thanks Rajesh,
              >>
              >> we have another problem since our database is Oracle 8.1.6 and SP3
              >jDriver doesn´t
              >> support this version.
              >>
              >> Best Regards
              >>
              >> Rajesh Mirchandani <[email protected]> wrote:
              >> >Upgrade to SP3, if possible.
              >> >
              >> >Manuel wrote:
              >> >
              >> >> Hi All.
              >> >>
              >> >> we have migrated to WLS 6.1 SP2, now we have a serious problem with
              >> >the cluster
              >> >> wihch die after several minutes. Our architecture is several front-ends
              >> >servers
              >> >> (concretely servelts, without cluster) make request to back-end
              >(starteles
              >> >EJB,
              >> >> DB access). This back-end is compuond by four WLS instances running
              >> >into 2 Sun
              >> >> Solaris Machines. The system reports the nexts messages in the weblogic.log.
              >> >>
              >> >> * backendPlatformA instance
              >> >>
              >> >> for queue: 'default'> <> <> <000274> <Removing "ClientContext -
              >id:
              >> >> '#|platformA|129.1027407260379', bound: 'false', dead: 'false'"
              >because
              >> >> of soft disconnect timeout.>
              >> >> ####<Jul 23, 2002 10:02:24 AM GMT> <Info> <DGCserver> <wls00>
              >> >> <platformA> <ExecuteThread: '117' for queue: 'default'> <system>
              ><>
              >> >> <000000> <Tried to renew lease on lost reference: '257'>
              >> >>
              >> >> * backendPlatformB instance
              >> >>
              >> >> for queue: 'default'> <> <> <000274> <Removing "ClientContext -
              >id:
              >> >> '#|platformB|118.1027407423933', bound: 'false', dead: 'false'"
              >because
              >> >> of soft disconnect timeout.>
              >> >> ####<Jul 23, 2002 10:03:52 AM GMT> <Info> <WebLogicServer> <wls00>
              >> >> <platformB> <ExecuteThread: '114' for queue: 'default'> <> <> <000274>
              >> >> <Removing "ClientContext - id: '#|platformB|119.1027407423933',
              >bound:
              >> >> 'false', dead: 'false'" because of soft disconnect timeout.>
              >> >>
              >> >> * ioboxPlatfromC instance
              >> >>
              >> >> for queue: 'default'> <> <> <000274> <Removing "ClientContext -
              >id:
              >> >> '#|platformC|139.1027407286958', bound: 'false', dead: 'false'"
              >because
              >> >> of soft disconnect timeout.>
              >> >> ####<Jul 23, 2002 10:04:24 AM GMT> <Info> <DGCserver> <wls01>
              >> >> <platformC> <ExecuteThread: '119' for queue: 'default'> <system>
              ><>
              >> >> <000000> <Tried to renew lease on lost reference: '257'>
              >> >>
              >> >> * Instancia ioboxPlatfromD
              >> >>
              >> >> for queue: 'default'> <> <> <000274> <Removing "ClientContext -
              >id:
              >> >> '#|platformD|58.1027415900956', bound: 'false', dead: 'false'" because
              >> >> of soft disconnect timeout.>
              >> >> ####<Jul 23, 2002 10:05:54 AM GMT> <Info> <WebLogicServer> <wls01>
              >> >> <platformD> <ExecuteThread: '107' for queue: 'default'> <> <> <000274>
              >> >> <Removing "ClientContext - id: '#|platformD|59.1027415900956', bound:
              >> >> 'false', dead: 'false'" because of soft disconnect timeout.>
              >> >> ####<Jul 23, 2002 10:06:22 AM GMT> <Info> <Cluster> <wls01> <platformD>
              >> >> <ExecuteThread: '107' for queue: 'default'> <> <> <000113> <Removing
              >> >> platformA
              >> >> jvmid:7148145370197743783S:10.2.1.1:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformA
              >> >> from cluster view due to PeerGone>
              >> >> ####<Jul 23, 2002 10:06:22 AM GMT> <Info> <Cluster> <wls01> <platformD>
              >> >> <ExecuteThread: '116' for queue: 'default'> <> <> <000129> <Removing
              >> >> 7148145370197743783S:10.2.1.1:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformA
              >> >> to the cluster>
              >> >> ####<Jul 23, 2002 10:06:22 AM GMT> <Error> <T3Services> <wls01>
              >> >> <platformD> <ExecuteThread: '102' fo
              >> >> r queue: 'default'> <> <5577:04d703f24ce814ba> <000000> < Parametros
              >> >> anaydidos>
              >> >> ####<Jul 23, 2002 10:06:33 AM GMT> <Error> <ConnectionManager> <wls01>
              >> >> <platformD> <ExecuteThread: '119' for queue: 'default'> <system>
              ><>
              >> >> <000000> <Closing: 'weblogic.rjvm.t3.T3JVMConnection@63718b' because
              >> >of:
              >> >> 'Server received a message over an uninitialized connection: 'JVMMessage
              >> >> Wrom: HJEXXIMQZU
              >> >> '1615014391094985181S:10.2.1.4:[17001,17001,7002,7002,17001,7002,-1]:backendPlatform:platformD'
              >> >> cmd: 'CMD_REQUEST', QOS: '101', responseId: '1', invokableId: '454',
              >> >> flags: 'JVMIDs Not Sent, TX Context Not Sent', abbrev offset: '38'''
              >> >>
              >> >> Any idea?
              >> >>
              >> >> Thanks for all
              >> >
              >> >--
              >> >Rajesh Mirchandani
              >> >Developer Relations Engineer
              >> >BEA Support
              >> >
              >> >
              >
              >--
              >Rajesh Mirchandani
              >Developer Relations Engineer
              >BEA Support
              >
              >
              

  • 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
              

  • IDS 5.0 SP2 + Solaris 8 password problem

    Iplanet version : iDS 5.0 SP2 + Solaris 8
    Password:
    user must change password after reset : yes
    user may change password : yes
    allow changes in 0 days
    keep password history : yes
    remeber 6 password
    Password expires after 90 days
    send warning 7 days before password expires
    check password syntax : yes
    password min length : 6
    Account lockout:
    Account maybe lockout : yes
    Lockout account after 3 login failures
    reset failure count after 525600 minutes
    Lockout forever : yes
    We discovered that when the user password is expired due to the field 'passwordexpirationtime' is past, there are two types of password expiration within iplanet ldap. One type of expiration will allow user to change the password by themselves, however, the other type did not
    We discovered that when we put a 'Z' on the field passwordexpirationtime, it will show the first type of password expiration that user can change their password. When we remove the 'Z' from the field passwordexpirationtime. it will not allow the user to change the password by themselves, we provide a screen dump at the end.
    Moreover, the problem may be triggered by other event instead of adding a 'Z' on the passwordexpirationtime field
    Here is the screen dump for you to investigate, you can see that the output with 'DSA is unwilling to perform' is the type where user can change their password, while the output with 'Invalid credentials' is the type where user CANNOT change their password.
    Case 1
    ======
    %ldapsearch -p 3389 -b o=orange,c=us uid=john passwordexpirationtimeuid=john,o=jpmorgan,c=us
    passwordexpirationtime=19900101000000Z
    %ldapsearch -v -p 3389 -D uid=john,o=orange,c=us -w abc123 -b o=jpmorgan,c=us uid=john
    ldap_init(localhost, 3389)
    filter pattern: uid=john
    returning: ALL
    filter is: (uid=john)
    ldap_search: DSA is unwilling to perform
    0 matches
    Case 2
    ======
    %ldapsearch -p 3389 -b o=orange,c=us uid=john passwordexpirationtimeuid=john,o=jpmorgan,c=us
    passwordexpirationtime=19900101000000
    %ldapsearch -v -p 3389 -D uid=john,o=orange,c=us -w abc123 -b o=jpmorgan,c=us uid=john
    ldap_init(localhost, 3389)
    ldap_simple_bind: Invalid credentials
    ldap_simple_bind: additional info: password expired!
    I know there's nothing to do with 'zuru' suffix, ldap schema supports both of attribute
    values format. But this happen in my LDAP. Any hints?
    Question:
    - Under what condition the LDAP will complain "DSA is unwilling to perform" or
    "Invalid credentials"
    - Any hints to resolve the problem

    If something had changed recently, drill into that.
    Do a hardware RAM test to confirm HW level soundness.
    You may capture the core dump or similar information and send it to Microsoft for analysis.
    They may ask you to do the usual thing: apply W2KSP4 and/or OS and security patches.
    You also have the option of migrating IDS5.0/Windows to IDS5.2Patch3 (also as Sun Java System DirSvr 5.2) running on Solaris10 x86.
    Gary

  • Wls 6.1 on solaris 8 intel: native libraries missing (libmuxer.so ...)

    It seems that the native libraries for sparc only are included in WLS 6.1???
    #file libmuxer.so
    libmuxer.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked,
    not stripped
    Where can I get the intel version?
    # ./startWebLogic.sh
    LD_LIBRARY_PATH=/usr2/bea/wlserver6.1/lib/solaris:/usr2/bea/wlserver6.1/lib/solaris/oci816_8
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    Starting WebLogic Server ....
    <Jan 18, 2002 9:57:11 AM CET> <Notice> <Management> <Loading configuration file
    ./config/helsana/config.xml ...>
    <Jan 18, 2002 9:57:17 AM CET> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "sunetweb"
    for domain "helsana">
    <Jan 18, 2002 9:57:22 AM CET> <Notice> <Management> <Starting discovery of Managed
    Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <Management> <Application Poller not started
    for production
    server.>
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <WebLogicServer> <ListenThread listening
    on port 80>
    <Jan 18, 2002 9:57:28 AM CET> <Error> <Performance Pack> <Unable to load performance
    pack, using Java I/O instead.
    Please ensure that libmuxer library is in /usr/j2sdk1_3_1_02/jre/bin/../lib/i386/hotspot:/usr/j2sdk1_3_1_02/jre/bin/../lib/i386::/usr2/bea/wlserver6.1/lib/solaris:/usr2/bea/wlserver6.1/lib/solaris/oci816_8:/usr/lib
    java.lang.UnsatisfiedLinkError: /usr2/bea/wlserver6.1/lib/solaris/libmuxer.so:
    ld.so.1: /usr/j2sdk1_3_1_02/jre/bin/../bin/i386/native_threads/java: fatal: /usr2/bea/wlserver6.1/lib/solaris/libmuxer.so:
    wrong ELF data format: ELFDATA2MSB
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1343)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:90)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:192)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:144)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:232)
    >
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <WebLogicServer> <SSLListenThread listening
    on port 443>

    Hi.
    We only support Solaris on Sparc platforms, so there are no intel libs for Solaris 8.
    Regards,
    Michael
    Dominik wrote:
    It seems that the native libraries for sparc only are included in WLS 6.1???
    #file libmuxer.so
    libmuxer.so: ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked,
    not stripped
    Where can I get the intel version?
    # ./startWebLogic.sh
    LD_LIBRARY_PATH=/usr2/bea/wlserver6.1/lib/solaris:/usr2/bea/wlserver6.1/lib/solaris/oci816_8
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    Starting WebLogic Server ....
    <Jan 18, 2002 9:57:11 AM CET> <Notice> <Management> <Loading configuration file
    /config/helsana/config.xml ...>
    <Jan 18, 2002 9:57:17 AM CET> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "sunetweb"
    for domain "helsana">
    <Jan 18, 2002 9:57:22 AM CET> <Notice> <Management> <Starting discovery of Managed
    Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <Management> <Application Poller not started
    for production
    server.>
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <WebLogicServer> <ListenThread listening
    on port 80>
    <Jan 18, 2002 9:57:28 AM CET> <Error> <Performance Pack> <Unable to load performance
    pack, using Java I/O instead.
    Please ensure that libmuxer library is in /usr/j2sdk1_3_1_02/jre/bin/../lib/i386/hotspot:/usr/j2sdk1_3_1_02/jre/bin/../lib/i386::/usr2/bea/wlserver6.1/lib/solaris:/usr2/bea/wlserver6.1/lib/solaris/oci816_8:/usr/lib
    java.lang.UnsatisfiedLinkError: /usr2/bea/wlserver6.1/lib/solaris/libmuxer.so:
    ld.so.1: /usr/j2sdk1_3_1_02/jre/bin/../bin/i386/native_threads/java: fatal: /usr2/bea/wlserver6.1/lib/solaris/libmuxer.so:
    wrong ELF data format: ELFDATA2MSB
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1343)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:90)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:192)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:144)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:232)
    >
    <Jan 18, 2002 9:57:28 AM CET> <Notice> <WebLogicServer> <SSLListenThread listening
    on port 443>--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • WLS 7.0 sp2 - Servlet Problems with SOAP messages

              I'm using Weblogic 7.0 SP2 and trying to create a Servlet to receive SOAP wrapped
              XML messages. I'm getting the following error. Is this a problem with WLS7.0sp2's
              support of JAXM? The System.out.println's indicate I have successfully received
              the incoming SOAP request and then successfully formatted the SOAP response, but
              upon returning saving the response it appears to blow up. Does anyone have any
              suggestions?
              I need to do the following in a servlet:
              - receive an incoming SOAP request with an embedded XML message
              - perform some processing
              - return a SOAP response with an embedded XML message
              Should I be using JAXM? Or can I do this same task easily with JAX-RPC?
              <Feb 24, 2004 4:10:42 PM AST> <Error> <HTTP> <101017> <[ServletContext(id=260434
              7,name=isd.war,context-path=)] Root cause of ServletException
              java.lang.Error: NYI
              at weblogic.webservice.core.soap.SOAPMessageImpl.saveRequired(SOAPMessag
              eImpl.java:360)
              at javax.xml.messaging.JAXMServlet.doPost(Unknown Source)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
              (ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
              n.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
              eManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              I've stripped the code down so that all it does is verifies the incoming SOAP/XML
              request and creates a hard-coded response... be gentle... I'm a novice at this
              import javax.xml.soap.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              // import javax.xml.transform.*;
              import java.util.*;
              import java.io.*;
              public class RegisterServlet extends HttpServlet
              static MessageFactory fac = null;
              static
              try
              fac = MessageFactory.newInstance();
              catch (Exception ex)
              ex.printStackTrace();
              public void init(ServletConfig servletConfig) throws ServletException
              super.init(servletConfig);
              public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException,
              IOException
              try
              System.out.println("** Note: doPost() Entering req = " + req);
              // Get all the headers from the HTTP request
              MimeHeaders headers = getHeaders(req);
              // Get the body of the HTTP request
              InputStream is = req.getInputStream();
              // Now internalize the contents of a HTTP request
              // and create a SOAPMessage
              SOAPMessage msg = fac.createMessage(headers, is);
              System.out.println("** Note: doPost() Step A");
              SOAPMessage reply = null;
              reply = onMessage(msg);
              System.out.println("** Note: doPost() Step B reply = " + reply);
              if (reply != null)
              * Need to call saveChanges because we're
              * going to use the MimeHeaders to set HTTP
              * response information. These MimeHeaders
              * are generated as part of the save.
              if (reply.saveRequired())
              System.out.println("** Note: doPost() Step C reply.saveRequired()");
              reply.saveChanges();
              resp.setStatus(HttpServletResponse.SC_OK);
              putHeaders(reply.getMimeHeaders(), resp);
              // Write out the message on the response stream
              OutputStream os = resp.getOutputStream();
              System.out.println("** Note: doPost() Step D os = " + os);
              reply.writeTo(os);
              os.flush();
              else
              resp.setStatus(HttpServletResponse.SC_NO_CONTENT);
              catch (Exception ex)
              throw new ServletException("** Error: SAAJ POST failed: " + ex.getMessage());
              static MimeHeaders getHeaders(HttpServletRequest req)
              Enumeration enum = req.getHeaderNames();
              MimeHeaders headers = new MimeHeaders();
              while (enum.hasMoreElements())
              String headerName = (String)enum.nextElement();
              String headerValue = req.getHeader(headerName);
              StringTokenizer values =
              new StringTokenizer(headerValue, ",");
              while (values.hasMoreTokens())
              headers.addHeader(headerName,
              values.nextToken().trim());
              return headers;
              static void putHeaders(MimeHeaders headers, HttpServletResponse res)
              Iterator it = headers.getAllHeaders();
              while (it.hasNext())
              MimeHeader header = (MimeHeader)it.next();
              String[] values = headers.getHeader(header.getName());
              if (values.length == 1)
              res.setHeader(header.getName(),
              header.getValue());
              else
              StringBuffer concat = new StringBuffer();
              int i = 0;
              while (i < values.length)
              if (i != 0)
              concat.append(',');
              concat.append(values[i++]);
              res.setHeader(header.getName(), concat.toString());
              // This is the application code for handling the message.
              public SOAPMessage onMessage(SOAPMessage message)
              SOAPMessage replymsg = null;
              try
              System.out.println("** Note: OnMessage() Entering msg = " + message);
              //Extract the ComputerPart element from request message and add to reply SOAP
              message.
              SOAPEnvelope reqse = message.getSOAPPart().getEnvelope();
              SOAPBody reqsb = reqse.getBody();
              //System.out.println("** Note: OnMessage() Step B");
              System.out.println("** Note: OnMessage () Step A Soap Request Message Body = "
              + reqsb);
              //Create a reply mesage from the msgFactory of JAXMServlet
              System.out.println("** Note: OnMessage () Step B");
              replymsg = fac.createMessage();
              SOAPPart sp = replymsg.getSOAPPart();
              SOAPEnvelope se = sp.getEnvelope();
              SOAPBody sb = se.getBody();
              System.out.println("** Note: OnMessage () Step C Soap Reply Before Message Body
              = " + sb);
              se.getBody().addBodyElement(se.createName("RegisterResponse")).addChildElement(se.createName("ErrorCode")).addTextNode("000");
              System.out.println("** Note: OnMessage () Step D Soap Reply After Message Body
              = " + sb);
              replymsg.saveChanges();
              System.out.println("** Note: OnMessage() Exiting replymsg = " + (replymsg));
              catch (Exception ex)
              ex.printStackTrace();
              return replymsg;
              

    Michael,
    I got the same error on WLS8.1/Win2K professional and apache FOP (old version).
    After digging into the WLS code and FOP(old version). i found the conflict happens
    on
    the "org.xml.sax.parser" system property. In WLS code, they hard coded like the
    following when startup weblogic server:
    System.setProperty("org.xml.sax.parser", "weblogic.xml.jaxp.RegistryParser");
    But the FOP code try to use the "org.xml.sax.parser" system property to find the
    sax parser then conlict happens.
    Here is the response from BEA support :
    "I consulted with our developers regarding the question of whether we can change
    the hard-coded value for the java system property: org.xml.sax.parser by using
    a configuration parameter and I found that unfortunately there is no specific
    setting to change the value. As you had mentioned in your note the org.xml.sax.parser
    system property can be changed programmatically in your application code."
    I solve my problem by using newer apache FOP (it never use the system property:org.xml.sax.parser
    any more) and XML Registy for WLS8.1.
    Good luck.
    David Liu
    Point2 Technologies Inc.
    "p_michael" <[email protected]> wrote:
    >
    Help.
    When we migrated from WLS 6.1 to WLS 7.0 SP2 when encountered a problem
    with XML
    parsing that did not previously exist.
    We get the error "weblogic.xml.jaxp.RegistryParser is not a SAX driver".
    What does this mean? And, what should we do about it.
    p_michael

  • Problems starting WLS 6.1 on solaris...

    I have installed WLS in the sun solaris machine and have problems starting up a mydomain
    test server. I am getting:
    weblogic.management.configuration.ConfigurationException: - with nested exception:
    [weblogic.security.internal.FileUtilsException: couldn't create temporary file for
    SerializedSystemIni.dat, .new, /config/mydomain - with nested exception:
    [java.io.IOException: No such file or directory]]
    I am suspecting the problem might be that we have installed it as root and then change
    the rights to weblogic. Any pointers are greatly appreciated.
    Thanks.

    I'm guess you changed owner of config/mydomain to weblogic? To
    confirm - try touching/create a test file in config/mydomain,
    i.e. touch mytest.perm;ls -l mytest.perm;rm mytest.perm
    You could start weblogic with truss:
    truss -t open -o /tmp/truss.out -f "your start command"
    Then examine /tmp/truss.out
    "Dariusz" <[email protected]> wrote in message news:<3d08b130$[email protected]>...
    I have installed WLS in the sun solaris machine and have problems starting up a mydomain
    test server. I am getting:
    weblogic.management.configuration.ConfigurationException: - with nested exception:
    [weblogic.security.internal.FileUtilsException: couldn't create temporary file for
    SerializedSystemIni.dat, .new, /config/mydomain - with nested exception:
    [java.io.IOException: No such file or directory]]
    I am suspecting the problem might be that we have installed it as root and then change
    the rights to weblogic. Any pointers are greatly appreciated.
    Thanks.

  • Iplanet 6.x, NSAP & WLS 6.1 SP2

    This is very strange. I can get NSAPI with iplanet 4.x to come up fine (everything proxies, etc. as it should). When we try to get iPlane 6.x working with NSAPI and WLS 6.1 SP2...nothing..doesn't work. We're running everything on Solaris.
    Does anyone have or know of some good documentation that might describe how to get NSAPI working between WLS 6.1 and iPlanet 6...all the examples I've been seeing are mostly Windows paths, .dlls', etc. I'd love to see some working magnus.conf & obj.conf, etc. using WLS6.1 SP2 and iPlanet 6...we're not clustered and we're not using SSL (yet) so it's pretty vanilla.
    What's blowing my mind is why iplanet 4.x works and 6.x doesn;t?? I wonder if the differences between the two are really that great. I checked BEA's doc...and like I said...it seemed a bit cryptic...someone told me ther was a typo or two regarding what was to go in magnus or was it obj.conf...I don't recall..it's just frustrating trying to get NSAPI up and running with WLS 6.1 SP2 and iPlanet 6. Any ideas? Thanks!!

    Thanks Kumar. Does the syntax change (such as WebLogicCluster=xxxxxxxxxxxxxxx) if
    we are running a single instance of WebLogic (a non-clustered environment)?
    Thanks,
    Doug
    Kumar Allamraju <[email protected]> wrote:
    In iplanet 6.x
    magnus.conf should have
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib=/usr/local/netscape/plugins/libproxy.so
    Init fn="wl_init"
    and obj.conf should have
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl_proxy \
    WebLogicCluster="myweblogic.com:7001,yourweblogic.com:7001,\
    theirweblogic.com:7001" PathTrim="/weblogic"
    </Object>
    Pls post the exact errors that you are seeing, so that we can help
    Kumar
    "Doug E." wrote:
    This is very strange. I can get NSAPI with iplanet 4.x to come up fine(everything proxies, etc. as it should). When we try to get iPlane 6.x
    working with NSAPI and WLS 6.1 SP2...nothing..doesn't work. We're running
    everything on Solaris.
    Does anyone have or know of some good documentation that might describehow to get NSAPI working between WLS 6.1 and iPlanet 6...all the examples
    I've been seeing are mostly Windows paths, .dlls', etc. I'd love to see
    some working magnus.conf & obj.conf, etc. using WLS6.1 SP2 and iPlanet
    6...we're not clustered and we're not using SSL (yet) so it's pretty vanilla.
    What's blowing my mind is why iplanet 4.x works and 6.x doesn;t?? I wonderif the differences between the two are really that great. I checked BEA's
    doc...and like I said...it seemed a bit cryptic...someone told me ther
    was a typo or two regarding what was to go in magnus or was it obj.conf...I
    don't recall..it's just frustrating trying to get NSAPI up and running
    with WLS 6.1 SP2 and iPlanet 6. Any ideas? Thanks!!

  • WLS 6.1 SP2 / JDRIVER / Oracle 8.1.6

    Hi all,
    our backends are generating a CORE DUMP file in our platform and a our weblogic
    is going down. Our actual configuration is:
    - Weblogic 6.1 SP2
    - Solaris 2.6
    - JDriver OCI 8.1.6
    - Database Oracle 8.1.6
    The file hs_err_pidXXXX.log generated is this one:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xccda35d0
    Function name=kpuspi
    Library=/usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.execAndFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_execAndFetch(OciCursor.java:1984)
    at weblogic.jdbc.oci.Statement.executeQuery(Statement.java:913)
    at
    weblogic.jdbc.pool.PreparedStatement.executeQuery(PreparedStatement.java:51)
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeQuery(PreparedStatementImpl.java:56)
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.executeQuery(SerialPreparedStatement.java:42)
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.checkTimers(SchedulingPoller.java:181)
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.run(SchedulingPoller.java:259)
    Dynamic libraries:
    0x10000 /usr/java/bin/../bin/sparc/native_threads/java
    0xef760000 /usr/lib/libthread.so.1
    0xef7a0000 /usr/lib/libdl.so.1
    0xef680000 /usr/lib/libc.so.1
    0xef740000 /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xee880000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/hotspot/libjvm.so
    0xef630000 /usr/lib/libCrun.so.1
    0xef610000 /usr/lib/libsocket.so.1
    0xef500000 /usr/lib/libnsl.so.1
    0xef5d0000 /usr/lib/libm.so.1
    0xef660000 /usr/lib/libw.so.1
    0xef5a0000 /usr/lib/libmp.so.2
    0xef4d0000
    /usr/local/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so
    0xef490000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libverify.so
    0xef450000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libjava.so
    0xef420000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libzip.so
    0xd2a30000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libnet.so
    0xd29f0000 /usr/lib/nss_files.so.1
    0xd29b0000 /usr/local/bea/wlserver6.1/lib/solaris/libmuxer.so
    0xd2990000 /usr/ucblib/libucb.so.1
    0xd28e0000 /usr/lib/libresolv.so.1
    0xd28a0000 /usr/lib/libelf.so.1
    0xcee00000
    /usr/local/bea/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xccc00000 /usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    0xd1090000 /usr/lib/libC.so.5
    0xd11b0000 /usr/local/oracle/8.1.6/lib/libwtc8.so
    0xd1190000 /usr/lib/libsched.so.1
    0xd0fe0000 /usr/lib/libaio.so.1
    Local Time = Thu Aug 1 20:57:17 2002
    Elapsed Time = 1447
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Thandks in advance
    Luis

    Hi Luis,
    1. Try to set PreparedStatementCache="0" in the config.xml
    (JDBCConnectionPool tag as an attribute), and see what the outcome is.
    2. If #1 does not resolve the issue, see if this goes away if you use the
    8.1.7.2 driver with your 8.1.6 database(you will need to install Oracle
    8.1.7 client on the machine). Looks like a problem with Oracle OCI.
    Can you tell me what statement you are executing here, DDL or DML?
    sree
    "Luis" <[email protected]> wrote in message news:[email protected]...
    >
    Hi all,
    our backends are generating a CORE DUMP file in our platform and a ourweblogic
    is going down. Our actual configuration is:
    - Weblogic 6.1 SP2
    - Solaris 2.6
    - JDriver OCI 8.1.6
    - Database Oracle 8.1.6
    The file hs_err_pidXXXX.log generated is this one:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xccda35d0
    Function name=kpuspi
    Library=/usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.execAndFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_execAndFetch(OciCursor.java:1984)
    at weblogic.jdbc.oci.Statement.executeQuery(Statement.java:913)
    at
    weblogic.jdbc.pool.PreparedStatement.executeQuery(PreparedStatement.java:51)
    >
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeQuery(PreparedStatem
    entImpl.java:56)
    >
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.executeQuery(SerialPreparedStateme
    nt.java:42)
    >
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.checkTimers(SchedulingPoller.j
    ava:181)
    >
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.run(SchedulingPoller.java:259)
    >
    Dynamic libraries:
    0x10000 /usr/java/bin/../bin/sparc/native_threads/java
    0xef760000 /usr/lib/libthread.so.1
    0xef7a0000 /usr/lib/libdl.so.1
    0xef680000 /usr/lib/libc.so.1
    0xef740000 /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xee880000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/hotspot/libjvm.so
    0xef630000 /usr/lib/libCrun.so.1
    0xef610000 /usr/lib/libsocket.so.1
    0xef500000 /usr/lib/libnsl.so.1
    0xef5d0000 /usr/lib/libm.so.1
    0xef660000 /usr/lib/libw.so.1
    0xef5a0000 /usr/lib/libmp.so.2
    0xef4d0000
    /usr/local/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so
    0xef490000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libverify.so
    0xef450000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libjava.so
    0xef420000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libzip.so
    0xd2a30000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libnet.so
    0xd29f0000 /usr/lib/nss_files.so.1
    0xd29b0000 /usr/local/bea/wlserver6.1/lib/solaris/libmuxer.so
    0xd2990000 /usr/ucblib/libucb.so.1
    0xd28e0000 /usr/lib/libresolv.so.1
    0xd28a0000 /usr/lib/libelf.so.1
    0xcee00000
    /usr/local/bea/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xccc00000 /usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    0xd1090000 /usr/lib/libC.so.5
    0xd11b0000 /usr/local/oracle/8.1.6/lib/libwtc8.so
    0xd1190000 /usr/lib/libsched.so.1
    0xd0fe0000 /usr/lib/libaio.so.1
    Local Time = Thu Aug 1 20:57:17 2002
    Elapsed Time = 1447
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Thandks in advance
    Luis

  • WLS 6.1 SP2 NSAPI and iPlanet (Sun One) issues

    Hi. I am going nuts with this NSAPI issue. I am working in a Solaris 8 environment,
    WLS 6.1 SP2 and iPlanet (Sun One)and NSAPI. I can get everything to work fine
    and dandy in aniPlanet 4.1 environment. I can not get it to work in an Iplanet
    (Sun One) 6.x environment. It appears that some things work differently between
    the versions of iPlanet (ie. things contained in magnus.conf and/or obj.conf).
    I have tried moving things, removing things, adding things and nothing seems
    to work....it's almost as though the NSAPI, etc. are being ignored.
    I've attached my magnus.conf and obj.conf files (I cut and pasted them into a
    single file so I could upload it). Can anyone help me out here...I've been working
    for weeks on this and can't seem to get any answers.
    Thanks!
    Doug
    P.S. For security purpses I changed the first part of the IP add. in the files
    to 1234567, etc.
    Thanks
    [conf_files.txt]

    Hi Doug
    U have to put the following section
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="./libproxy.so"
    Init fn="wl_init"
    into magus.conf
    and put the rest into obj.conf
    Best Regards
    Alex
    "Doug E" <[email protected]> wrote:
    >
    Does anybody know of a good reference document on how to properly install
    the NSAPI
    plug-in for WLS6.1 & iPlanet6(SunOne) on Unix (Solaris). Many of the references
    that
    I have been finding are either incomplete, have typo's and are mostly Windows
    oriented
    (ie. with the .dll's, paths, examples, etc.)
    My problem is that our old iPlanet 4.x works fine...everything proxies,
    etc. iPlanet
    6 just doesn't want to seem to communicate with WLS 6.1 SP2 We tried many
    of the
    saem things from the 4.x magnus & obj.confs...but things look somewhat different
    in iPlanet 6.x (did they move tings..such as the fn's from one to the other,
    etc.)
    If so..and there are big differences in installing iPlanet 4.x vs. 6.x
    then many
    of the docs out there are inaccurate. Does anyone know if there is a newer
    version
    of the NSAPI plug-in for Unix.
    I would love to see a basic, working set of magnus.conf obj.conf, MIME,etc
    from someone
    who has actually gotten NSAPI to work between WLS 6.1 and iPlanet 6 on Unix
    (Solaris)
    It blows my mind that 4.x works and 6.x doesn't. An updated NSAPI plug-in
    , if it exists and perhaps fixes the problem, would make my day. Any ideas?
    Thanks!
    -Doug

  • WLS 6.1 SP2, iPlanet 6 & NSAPI problems

    Does anybody know of a good reference document on how to properly install the NSAPI
    plug-in for WLS6.1 & iPlanet6(SunOne) on Unix (Solaris). Many of the references that
    I have been finding are either incomplete, have typo's and are mostly Windows oriented
    (ie. with the .dll's, paths, examples, etc.)
    My problem is that our old iPlanet 4.x works fine...everything proxies, etc. iPlanet
    6 just doesn't want to seem to communicate with WLS 6.1 SP2 We tried many of the
    saem things from the 4.x magnus & obj.confs...but things look somewhat different
    in iPlanet 6.x (did they move tings..such as the fn's from one to the other, etc.)
    If so..and there are big differences in installing iPlanet 4.x vs. 6.x then many
    of the docs out there are inaccurate. Does anyone know if there is a newer version
    of the NSAPI plug-in for Unix.
    I would love to see a basic, working set of magnus.conf obj.conf, MIME,etc from someone
    who has actually gotten NSAPI to work between WLS 6.1 and iPlanet 6 on Unix (Solaris)
    It blows my mind that 4.x works and 6.x doesn't. An updated NSAPI plug-in
    , if it exists and perhaps fixes the problem, would make my day. Any ideas? Thanks!
    -Doug

    Hi Doug
    U have to put the following section
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="./libproxy.so"
    Init fn="wl_init"
    into magus.conf
    and put the rest into obj.conf
    Best Regards
    Alex
    "Doug E" <[email protected]> wrote:
    >
    Does anybody know of a good reference document on how to properly install
    the NSAPI
    plug-in for WLS6.1 & iPlanet6(SunOne) on Unix (Solaris). Many of the references
    that
    I have been finding are either incomplete, have typo's and are mostly Windows
    oriented
    (ie. with the .dll's, paths, examples, etc.)
    My problem is that our old iPlanet 4.x works fine...everything proxies,
    etc. iPlanet
    6 just doesn't want to seem to communicate with WLS 6.1 SP2 We tried many
    of the
    saem things from the 4.x magnus & obj.confs...but things look somewhat different
    in iPlanet 6.x (did they move tings..such as the fn's from one to the other,
    etc.)
    If so..and there are big differences in installing iPlanet 4.x vs. 6.x
    then many
    of the docs out there are inaccurate. Does anyone know if there is a newer
    version
    of the NSAPI plug-in for Unix.
    I would love to see a basic, working set of magnus.conf obj.conf, MIME,etc
    from someone
    who has actually gotten NSAPI to work between WLS 6.1 and iPlanet 6 on Unix
    (Solaris)
    It blows my mind that 4.x works and 6.x doesn't. An updated NSAPI plug-in
    , if it exists and perhaps fixes the problem, would make my day. Any ideas?
    Thanks!
    -Doug

Maybe you are looking for

  • Problem in executing RSA1 TC in BIW

    Hi Friends, I am new to this forum, i need help for the following scenario. Please follow the flow Actually i have installed R3 4.7 and BW3.0 in two different servers(systems) and after that as a part of integration from R3 to BW i have executed the

  • Regarding Movement TYpes

    what is th difference between Movement type 647,648,641,642 647-TF to stck in trans 648-TR to stck in trans 641-TF to stck in trans. 642-TR to stck in trans. please Elaborate in Detail ?

  • UserTransaction lookup from servlet

    Hi all, I want to get the UserTransaction in my Servlet using JNDI lookup. How do I get the UserTransaction?? I am unable to lookup the UserTransaction. My servlet is the part of same application. My code will look like this...      UserTransaction u

  • TNS-01190 on windows

    Hi Oracle 10g on Windows. The user is already in ora_dba group. I also dont think there is any password on the listener. I am unable to stop/start listener from command line, however I can from windows services. What is the reason for this ? C:\Users

  • Comment retrouver sur Mac la date de prise de vue d'une photo modifiée par Lightroom

    Lue sur une carte et stockée dans un fichier sur le Finder, une photo possède une date de prise de vue. Dès qu'elle est modifiée par Lightroom et exportée, la date de prise de vue est modifiée et devient la date de l'export de la photo. Ce problème e