Re: WebLogic server 5.1 and SP3

I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
need to install the SP3 to get this working.
Any suggestions are welcome.
SK

I know of no reason that SP3 should be required with Cocoon. In general
regardless of the SP you may need to have Cocoon classes first as you may
bet XML parser conflicts.
cheers
mbg
In article <395cc7ec$[email protected]>, [email protected] says...
I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
need to install the SP3 to get this working.
Any suggestions are welcome.
SK
==================================================
NewsGroup Rant
==================================================
Rant 1.
The less info you provide about your problem means
the less we can help you. Try to look at the
problem from an external perspective and provide
all the data necessary to put your problem in
perspective.

Similar Messages

  • Starting the WebLogic server, the NodeManager and the ManagedWebLogicServer (oam_server1)

    DB Tier - 12.0.1 - Linux x86_64 SLES11-SP2
    Application Tier - Linux x86_64 SLES11-SP2
    Fusion MiddleWare - 11.1.2.2
    I have installed all components for the OAM server and have gotten it up and running following docs located at
    http://docs.oracle.com/cd/E40329_01/install.1112/e49521/install.htm#BABLBHBC
    When starting the stack, I find that I have to open three separate xTerm windows for starting the WebLogic server, the NodeManager and the ManagedWebLogicServer (oam_server1). These windows have to be kept open until you decide to stop the servers.
    Is there anyway to start the servers with 'nohup' so that they are running in the background? If someone inadvertently kills the VNC sessions, that will mean that the services that were started in that particular vnc session will also be killed.
    There has to be another way around this.....and I'm looking to see if anyone on here can help with suggestions.
    Thanks

    DB Tier - 12.0.1 - Linux x86_64 SLES11-SP2
    Application Tier - Linux x86_64 SLES11-SP2
    Fusion MiddleWare - 11.1.2.2
    I have installed all components for the OAM server and have gotten it up and running following docs located at
    http://docs.oracle.com/cd/E40329_01/install.1112/e49521/install.htm#BABLBHBC
    When starting the stack, I find that I have to open three separate xTerm windows for starting the WebLogic server, the NodeManager and the ManagedWebLogicServer (oam_server1). These windows have to be kept open until you decide to stop the servers.
    Is there anyway to start the servers with 'nohup' so that they are running in the background? If someone inadvertently kills the VNC sessions, that will mean that the services that were started in that particular vnc session will also be killed.
    There has to be another way around this.....and I'm looking to see if anyone on here can help with suggestions.
    Thanks

  • Regarding Weblogic Server 5.1 and Jview.

    I have an applikation running on a Weblogic server 5.1 and have to access COM Components -
    I used MS J++ to wrap the COM components and started the server with jview. That work just fine
    as long as I dont include the rt.jar from the jdk1.3 library in the classpath. Why is that? I know
    Weblogic Server is not sertified for using jdk1.3 on windows 2000, but is that the reason?
    The error according according to Microsoft documentation is that there are dll's missing in the
    system path,but it works just fine without rt.jar ...
    If someone has encountered the same problem please respond ...
    The error I get is :
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.UnsatisfiedLinkError: java/security/AccessController
    .doPrivileged Possible causes: If you are trying to use J/Direct (@dll.import),
    check your compiler version (for JVC, requires 4336 or greater.) If you are try
    ing to use RNI, there are new requirements: see documentation.
    java.lang.UnsatisfiedLinkError: java/security/AccessController.doPrivileged Pos
    sible causes: If you are trying to use J/Direct (@dll.import), check your compil
    er version (for JVC, requires 4336 or greater.) If you are trying to use RNI, th
    ere are new requirements: see documentation.
    Sjur Wergeland
    [email protected]
    [att1.html]

    I think my Q is not clear. I shall explain how the application works. I am having application based on Swings and that is a website building program. User has options like ading an image into their site with an element called 'Image' available as part of the system. Then user can either select an image from the picture gallery provided or can upload his own image.
    Now, if the user is uploading a picture that has space in name ( we use a servlet program to upload the image into user directory), it will get uploaded. But when the swing program tries to paint the image in the Image element ( It is essentially a JLabel ), the program is sending a request to the WL server. Since the URL contains space in name, server returns error. Even if do URL Encoding, it will add %20 in the URL and still WL will report error saying that file not found. It seems that WL is unable to process requests that has space in the URL.
    If any one has any solution to this, please help..
    Liju

  • [ANNOUNCE]WebLogic Server 8.1 and WebLogic JRockit 8.1!

    The world's best application server just got better. Check out the new
    versions and resources available for BEA WebLogic Server 8.1 and BEA
    WebLogic JRockit 8.1, the industry's fastest JVM.
    http://contact2.bea.com/bea/www/product/wls81ga.jsp

    http://commerce.bea.com/showproduct.jsp?family=WLS&major=8.1&minor=1
    Bruce Stephens wrote:
    >
    WLS 8.1SP1 can be downloaded by following the WLW link:
    http://commerce.bea.com/showproduct.jsp?family=WLW&major=8.1&minor=0
    Bruce Stephens wrote:
    The world's best application server just got better. Check out the new
    versions and resources available for BEA WebLogic Server 8.1 and BEA
    WebLogic JRockit 8.1, the industry's fastest JVM.
    http://contact2.bea.com/bea/www/product/wls81ga.jsp

  • WebLogic Server 7.0 and MS SQL Server 2000

    Hi,
    I'm trying to create a connection pool in WebLogic Server 7.0 for MS SQL Server
    2000, but I always get the following error message:
    <Error> <JDBC> <001060> <Cannot startup connection pool "mcp-ConnectionPool
    " weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Login failed for user 'JavaUser'. Severity 14, State 1,
    Procedure 'null null'
    , Line 0 Unable to connect, please check your server's version and availability.
    at weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.java:2823)
    at weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftConnection.java:44)
    When I try to connect to the database with dbping, I get the following error:
    Error encountered:
    java.sql.SQLException: Login failed for user 'JavaUser'. Severity 14, State 1,
    Procedure 'null null'
    , Line 0 Unable to connect, please check your server's version and availability.
    I'm able to connect to the same database with WebLogic Server 6.0 (SP2) using
    the exact same settings. Does anyone have an idea of what is wrong here? Do I
    need an updated driver?
    Here is an extract from my config file:
    <JDBCConnectionPool CapacityIncrement="5" DriverName="weblogic.jdbc.mssqlserver4.Driver"
    LoginDelaySeconds="5" MaxCapacity="20" Name="mcp-ConnectionPool" Password="{3DES}A4GocdgagGc="
    Properties="user=JavaUser" Targets="myserver"
    Any help would be greatly appreciated,
    Koen

    Hi. This is very odd. Would you please try a simple standalone program,
    such as below? Tell me what it does in both environments.
    Joe
    import java.sql.*;
    import java.util.*;
    public class foo
    public Connection connection;
    public static void main(String args[])
    throws Exception
    Connection c = null;
    try
    Properties properties = new Properties();
    properties.put("user", "sa"); // change for your properties...
    properties.put("password", "");
    properties.put("server", "QA75");
    Class.forName("weblogic.jdbc.mssqlserver4.Driver").newInstance();
    c = DriverManager.getConnection("jdbc:weblogic:mssqlserver4", properties);
    System.out.println("got a connection.");
    catch(Exception exception1)
    exception1.printStackTrace();
    finally
    if (c != null)
    try { c.close(); } catch(Exception ex) {}
    Koen Van hamme wrote:
    Hi,
    I'm trying to create a connection pool in WebLogic Server 7.0 for MS SQL Server
    2000, but I always get the following error message:
    <Error> <JDBC> <001060> <Cannot startup connection pool "mcp-ConnectionPool
    " weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Login failed for user 'JavaUser'. Severity 14, State 1,
    Procedure 'null null'
    , Line 0 Unable to connect, please check your server's version and availability.
    at weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.java:2823)
    at weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftConnection.java:44)
    When I try to connect to the database with dbping, I get the following error:
    Error encountered:
    java.sql.SQLException: Login failed for user 'JavaUser'. Severity 14, State 1,
    Procedure 'null null'
    , Line 0 Unable to connect, please check your server's version and availability.
    I'm able to connect to the same database with WebLogic Server 6.0 (SP2) using
    the exact same settings. Does anyone have an idea of what is wrong here? Do I
    need an updated driver?
    Here is an extract from my config file:
    <JDBCConnectionPool CapacityIncrement="5" DriverName="weblogic.jdbc.mssqlserver4.Driver"
    LoginDelaySeconds="5" MaxCapacity="20" Name="mcp-ConnectionPool" Password="{3DES}A4GocdgagGc="
    Properties="user=JavaUser" Targets="myserver"
    Any help would be greatly appreciated,
    Koen

  • Weblogic server 9.2 and SSL server certificate for the wrong site

    I turned on SSL service for a weblogic 9.2 server and later on changed the hostname of the machine that weblogic was running on. So the hostname that my SSL server certificate was issued to has now became an invalid hostname. But my weblogic server continues to run SSL service without any exception. I can still access my web applications thru the SSL port (except of course I get a warning for the server certificate every time that it is for the "wrong site"). My question is this: should weblogic 9.2 verify the hostname in the server certificate and stop SSL service if the certificate is for the wrong site? Or is verifying the certificate strictly the job of the browser? Just want to make sure there is nothing wrong with my SSL configuration. Thanks.

    So you are saying that something is wrong with my weblogic 9.2 ssl configuration? And that given a server certificate issued to a different hostname, my weblogic server should NOT be servicing ssl request and/or it should throw some sort of exception during startup? Thanks for clarifying.

  • Can't start WebLogic Server with SP6 and jdk1.2.2 using WebLogic Console

    Hi All,
    I am trying to install WebLogic 5.1 with SP6 under Windows NT 4.0 with SP6. My goal is to run JSP/Servlets. After going through all the steps described in SP6 Readme I am getting th following exception:
    ava.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
         at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1408)
         at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:518)
         at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
         at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
         at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.Server.startServerDynamically(Server.java:99)
         at weblogic.Server.main(Server.java:65)
         at weblogic.Server.main(Server.java:55)
    The installation document is pretty bad intermixing different types of installations. Where can I find steps or what do I need to do to get WebLogic to run with JDK1.2.2 if I want to start it up from WebLogic console only?
    Thanks,
    Mark.

    Try rather using the 1.4 version available here: http://java.sun.com/j2ee/1.4/
    and use this dedicated forum: http://forum.java.sun.com/forum.jsp?forum=136
    -Alexis

  • Weblogic Server not starting and not logging to logfile?

    Hi all,
    We had a problem on our production systems a few weeks ago whereby weblogic shut itself down overnight (normal operation) but then did not start up again in the early hours as it should.
    Basically as the Weblogic was started we found that the weblogic log gave us the following output.
    ======================================
    Debug is not enabled for this domain. This can be enabled by setting the DEBUG_PORT variable in startWebLogic.sh
    Logging is enabled for this domain. This can be disabled by un-setting the LOGGING variable in startWebLogic.sh
    Logging all system output to /apps/bea81/weblogic81/../user_projects/hdw_live/logs/all.log
    ==========================================
    And the file /apps/bea81/weblogic81/../user_projects/hdw_live/logs/all.log was created but was in fact 0 bytes long.
    Looking at another system where weblogic had come up correctly we noted that the next line in the weblogic log should have been :-
    ===========================================
    <Nov 21, 2006 10:46:01 AM GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.4.2
    _04-b05 from Sun Microsystems Inc.>
    ===============================================
    And also That the first line in a /apps/bea81/weblogic81/../user_projects/hdw_live/logs/all.log should be
    ============================================
    <Nov 21, 2006 10:46:01 AM GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.4.2
    _04-b05 from Sun Microsystems Inc.>
    =============================================
    In the end we had to restart the server and then it came up allright. This shounds like some kind of environmental resource issue but we don't know? Has anyone seen this kind of behaviour before? Can you suggest a way we can check if their is sufficient resources available if we end up in this situation again?
    Thanks for the benefit of your experience
    Cheers
    Phill ;-)

    Caused By: oracle.xml.parser.v2.XMLParseException: Element 'socketOptions' not expected.
    Caused By: oracle.security.jps.service.igf.IGFException: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context "default", cause: oracle.xml.parser.v2.XMLParseException: Element 'socketOptions' not expected.
    Did the installation complete successfully? any errors in the installation log files?
    Thanks,
    Rajiv.

  • Anyone have Weblogic Server 5.1 and Firewall-1 mix authentication problems?

    We have a Weblogic Server 5.1 instance running behind Firewall-1 from
    Checkpoint. When an external client tries to connect, the following
    happens:
    1. an authentication dialog box from Firewall-1 pops up and once it
    authenticates the user, then
    2. ANOTHER authenticatino dialog box pops up from WLS but it says it is a
    combo of both WLS and Firewall-1???
    Bizzarre!
    Ideally, Just one popup should occur or people should be able to athenticate
    once in FW1 and then secondly in ONLY WLS realm (not some hybrid)
    Any ideas / suggestions
    Bart Jenkins, CTO, Globeflow SA
    Madrid Spain

    Bart,
    Could you please provide more details? For example, what is it that makes
    you believe that it is a combo?
    I ask because there is no integration between the two products. I would
    have expected that FW-1 would
    prompt because it is authenticating the user and then WLS would prompt via
    basic or form-based authentication
    if the resource is protected.
    Paul Patrick
    "Bart Jenkins" <[email protected]> wrote in message
    news:3a75efb6$[email protected]..
    We have a Weblogic Server 5.1 instance running behind Firewall-1 from
    Checkpoint. When an external client tries to connect, the following
    happens:
    1. an authentication dialog box from Firewall-1 pops up and once it
    authenticates the user, then
    2. ANOTHER authenticatino dialog box pops up from WLS but it says it is a
    combo of both WLS and Firewall-1???
    Bizzarre!
    Ideally, Just one popup should occur or people should be able toathenticate
    once in FW1 and then secondly in ONLY WLS realm (not some hybrid)
    Any ideas / suggestions
    Bart Jenkins, CTO, Globeflow SA
    Madrid Spain

  • Integration of Weblogic Server 10.3 and Spring 2.5

    Hello.
    I read that Weblogic 10.3 supports a Spring extension which allows Web component creation using Spring framework.
    http://e-docs.bea.com/wls/docs103/programming/spring.html#wp1079570
    Has anybody tried this?
    In particuar, documentation says:
    "Enable the Spring extension by setting the <component-factory-class-name> element to org.springframework.jee.interfaces.SpringComponentFactory. This element exists in EJB, Web, and application descriptors."
    Which descriptor for a Web application? web.xml? weblogic.xml? I tried both but I received validation errors.
    Can anyone explain this part a little better?
    Regards
    Davide

    I've been trying to get this to work... No luck as of yet...
    My problem now is that I get this exception when I don't have pitchfork-1.0-m5.jar on the my domains classpath.
    <30.mar.2009 kl 17.37 CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    java.lang.ClassNotFoundException: org.springframework.jee.spi.PitchforkUtilsImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    Truncated. see log file for complete stacktrace
    However if I put it on wls calsspath I get a AbstractMethodError:
    <30.mar.2009 kl 12.59 CEST> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.AbstractMethodError: org.springframework.jee.intercept.CachingAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Lorg/springfr
    amework/aop/framework/Advised;Ljava/lang/reflect/Method;Ljava/lang/ClassLjava/util/List;.
    java.lang.AbstractMethodError: org.springframework.jee.intercept.CachingAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Lorg/springfra
    mework/aop/framework/Advised;Ljava/lang/reflect/Method;Ljava/lang/ClassLjava/util/List;
    I've tried various tips found http://forum.springframework.org/showthread.php?t=38361 and also tried setting the “component-factory-class-name” tag in weblogic-ejb-jar.xml and weblogic-application.xml but still get ClassNotFoundException.
    Gaute

  • WebLogic Server 9.1 and SNMP Agent enabled

    Hello everybody,
    I have enabled the WebLogic 9.1 SNMP agent but it isn't quite working right.
    The Sun Management Center software tells me that the WebLogic SNMP Agent (loaded with Halcyon PrimeAlert BEA WebLogic module) is not responding for any of the Application servers (there are only 2) however it does correctly work when the PrimeAlert BEA WebLogic module is configured for the Administrative Server and the entire WebLogic domain.
    The community strings that are working (domain & administrative server):
    public@mydomain
    public@myapplicationserver
    Those that don't work (application servers):
    public@myappserverone
    public@myappservertwo
    Oddly enough, originally when I configured these I changed the WebLogic SNMP Agent community prefix to 'mycommunity' and turned the WebLogic SNMP Agent debugging up to 3 but it didn't work. So I changed the community string back to the default 'public', leaving the debugging level at 3 (restarting WebLogic of course) and then it worked.
    ...so 3 days later I decided to turn the debug level back to the default of 1, leaving the community prefix as public and then restarted WebLogic: then the SNMP Agent for the application servers no longer worked again!!! So I changed it back to 3 and it still no longer worked!!! Help!!!
    Can any one help please?
    Edited by: user5598330 on Sep 30, 2008 1:35 PM

    The problem lies in the slow response time of WebLogic, especially on start up, combined with the 3rd party SNMP product which never queries again after the initial time out.
    Ain't the potability of Java great?

  • WebLogic Server 8.1 and Axis 1.2: LinkageError qname?

    I am trying to run Axis 1.2 inside WebLogic. It runs fine on JBoss, but I am getting strange errors in WebLogic 8.1 SP6.
    Happyaxis validation seems to be ok, but as soon as a WSDL needs to be generated I get the following exception: weblogic LinkageError loader constraints violated when linking javax.xml.namespace.QName
    I made sure that all the libraries are there and these are loaded from the lib folder of the WAR. One library in specific, qname.jar (that is related to the exception), was additionaly mentioned in the classpath before all other libraries but the exception still occurred.
    Is this problem familiar to someone?

    I too have had problems using WebLogic Builder to add the WebLogic Deployment Descriptors.
    I some places there are typos, others lack of Resource Reference Envionment tabs under Resources.
    Other times I have generated and saved the deployment descriptors, only to have them recreated the next time I go into WebLogic Builder again.
    Using the "Refresh Module" removes many of the CMP Fields and Primary Key fields in Persistence for some reason.
    Basically, WebLogic Builder is very unfriendly in porting jAppServer2004.

  • How can I tell my current Weblogic server version and Service pack

    Hello,
    I was wondering how can I tell what my current
    weblogic server version is and what service pack
    it is at.
    Thanks.

    use 'java weblogic.version'
    ensure weblogic.jar is in the classpath

  • Weblogic 8.1 server : Nullpointer exception and clascast exception ?

    We are getting this Nullpointer and class cast exception from Weblogic and our application fails.Any idea why we are getting and how to resolve it.
    After we restart the server everything is good,but it comes back after 4 or 5 days.
    com.telus.api.TelusAPIException:
         at com.telus.provider.account.TMAccountManager.findSubscriberByPhoneNumber(TMAccountManager.java:743)
         at com.telus.offermanagement.cmd.subscriber.impl.RetrieveSubscriberByMobileCmdImpl.execute(RetrieveSubscriberByMobileCmdImpl.java:49)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ----- Caused by -----
    java.lang.NullPointerException
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
    2009-08-17 11:45:40,265 DEBUG [ExecuteThread: '55' for queue: 'weblogic.kernel.Default'] com.telus.offermanagement.webapp.action.InitClientAction - Kowbility authentication start:23075
    2009-08-17 11:45:40,388 ERROR [ExecuteThread: '55' for queue: 'weblogic.kernel.Default'] com.telus.offermanagement.webapp.action.InitClientAction - TelusAPI authentication failed:TelusAPIException:23075
    com.telus.api.TelusAPIException:
         at com.telus.provider.TMProvider.<init>(TMProvider.java:348)
         at com.telus.provider.TMProvider.<init>(TMProvider.java:212)
         at sun.reflect.GeneratedConstructorAccessor163.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ----- Caused by -----
    java.lang.ClassCastException
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
         at com.telus.eas.utility.ejb.ReferenceDataHelper_cegd99_EOImpl_816_WLStub.authenticate(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Edited by: Manjit on Aug 21, 2009 3:51 PM

    But here is the issue.We had same weblogic server installed before and after our deployment.The only thing that has changed is our marketing application.Hence wondering if our new changes has made weblogic to crash.Our older version of application has been running in the server for 6 years without any issue !!
    Before I open a defect again Weblogic support I want to be 100% sure that our team (our application) is not responsible for crash.

  • Weblogic server: how to send (and receive) mail directly

    Hi everyone,
    As the subject, I want to configure weblogic server to send ( and receive) notification message to user email address. Is it possible?
    Any suggestion is appriciated.
    Thanks.

    Hi Mr. Nimphius,
    I have created the mail session with the integrated weblogic server with the following properties:
    mail.debug=false;
    mail.smtp.password=xxxxx;
    mail.smtp.starttls.enable=true;
    mail.smtp.user=[email protected];
    mail.smtp.host=smtp.gmail.com;
    mail.smtp.auth=true;
    mail.smtp.port=587;
    mail.disable=false;
    mail.verbose=true;
    mail.transport.protocol=smtp;
    and here is the result:
    avax.mail.MessagingException: Can't send command to SMTP host;
    nested exception is:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    Do you have any ideas to resolve this Exception?

Maybe you are looking for

  • Please help, I don't know WHAT is wrong......... (games troubleshooting)

    OK, so one night I was playing the game Lode Runner, Bejeweled, and Pacman. It was fully charged. I played until 10% was left. Then, I set it on my iHome. The next night, I can't get the game to fit the screen. Like a 1/2 in. from the left if you hav

  • ABAP Report Writer

    Dear All Can some one help me to have a good document / manual for ABAP - Report Writer.  Regards, Venkat Moderator Message: Please do not ask for documentation here. Instead, Search for them. Edited by: kishan P on Oct 19, 2010 10:04 AM

  • Interactive Image - Text Gets Cut Off

    Please see image - When second line (unbolded text) is not as lengthy as first line (bolded text) it cuts off. Is this a glitch or can I fix this somehow?

  • Mac mail "subject" is backwards

    Some of the subjects are listed backwards such as "Geographic National" instead of "National Geographic". Looked at mail settings, but nothing seems to be out of place. In addition, this is inconsistent - it doesn't happen all of the time.

  • How to copy printed information onto party invitations that has a colorful bordered paper.

    I have a party invitation that has a colorful border with a blank white area in the middle for text.  There are two invitations on a single sheet of paper that is a standard letter size of 8-1/2 by 11.  I have double printed the text I want on a stan