WebLogic 8.1 SP3 is crashing me! (MyFaces).

Hi all!
          We want to migrate an existing application from Swing to Web. We have chose JSF to get better UI components. The implementation of JSF is MyFaces 1.2 (or can also maybe 1.1), but we are getting some problems mainly with Expression Language.
          <b>>> Cenario Details:</b>
          - Server WebLogic 8.1 with SP3
          - MyFaces 1.2 (we have based in some apache blank apps)
          <b>>> Cenario Problems:</b>
          - Cannot renderize JSF because the server cannot execute EL as well. My EL jar libs are:
          - jstl.jar (im not sure about the especific version)
          - standard-1.1.2.jar
          - javax.servlet.jar (need for some examples. I think is 2.4 version).
          I have made some testes into blank and simple application .war from MyFaces Apache site. If I put blank or simple app direct into WebLogic the server crash, I have put the 3 jars that i listed above.
          My web.xml head is servlet 2.4 version, sometimes I have put 2.3 version. What is recommend for my case?
          This job was working as well. I have create a blank prototype project with the same libs. (include also myfaces-api.jar and myfaces-impl.jar like blank or simple app).
          Sometime the project was working well, the faces-config.xml was redirect the actions and getting undestand what I want to do.
          But at current time Im getting problems and this exception is printting at my console and page:
          "javax.faces.FacesException: javax.servlet.ServletException"
               at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
               at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
               at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
               at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
          Im not sure what is causing this issues. When I have tried to put Tiles to MyFaces project, the server is crashing.
          <b>>>> My claim:</b>
          What is the best way to work with MyFaces working EL as well and don´t crasing the server system? Someone have configured a true successfuly MyFaces project into WebLogic 8.1 SP3 - SP5?
          Thanks all!

Servlet 2.4 and JSP 1.2 (which includes JSP EL) are only allowed in WLS 9.x. If possible, I'd suggest upgrading if you want to run JSF.
          -- Rob
          WLS Blog http://dev2dev.bea.com/blog/rwoollen/

Similar Messages

  • Weblogic 8.1 SP3 installer crash on win2k server

    - I have downloaded weblo_server813_win32.exe
    - MD5 is 20937c4648f3dfee4f774abedfb3c84b
    - I double clik on it
    - A progression bar appears and display this "preparing installer"
    - The progress bar goes up to 100% closes but then nothing is displayed, the process weblo_server813 is still in task manager, it seems that it has launched a javaw that doesn't do anything
    Is there any way to debug what's going wrong with this installer ?
    PS : I have turned off anti virus services.
    On some other w2k box it works, on some other it doesn't

    8.1SP3 is certified with Win2K server SP3 and higher. You mentioned it works on some boxes but not others. Is there any difference in the Win2K Service Pack?

  • Session Timeout in weblogic 6.1 SP3-- Urgent

    Hi
    We are currently using weblogic 6.1 SP3 and iPlanet for our application. The session timeout in web.xml is set to 100 mins but the session doesn't timeout, i.e., we can still access the application without being locked out. How can I fix this??
    What is happening is that a new session is being created automatically after the sesion timeout. our application doesn't validate the user.. the authentication is done by some PKI tokens. can that be the reason for this behavior??? If so, how can we fix it??

    What is the heap size ? How many useres are hitting the system ? What is the approx size of the session? Turn on -verbose:gc and monitor the GC activity. Are the sessions really inactive ?
    Make the timeout 30 secs and the InvalidationIntervalSecs to 20 secs and see if it makes a difference.
    If you still have the same results attach the pofiler trace here. A test case would be good too.
    Rakesh Aggarwal wrote:
    We are running a J2EE servlet in Weblogic 6.1 SP3 on Windows NT. The test client to this servlet opens a new Http session on every request.
    The server containing the servlet does not seem to be releasing memory associated with the session. The server eventually runs out of memory due to this. We verified this with a profiler tool. It shows Strings allocated with ServletRequestImpl.getSession() (weblogic.servlet.internal.session.RSID.getID()) not freed. We have set the session invalidation timeout to 1 min using:
    1) session-timeout=1 in web.xml,
    2) TimeoutSecs=60, InvalidationIntervalSecs=60 in weblogic.xml for the web-app containing the servlet.
    We have also tried setting session.setMaxInactiveInterval(60secs) for the servlet. The latter setting does seem to work as verified from a UI client. We are wondering whether weblogic server is not cleaning up the session even after invalidating it.
    We are not saving any reference to the Http session in our servlet. So we would think that the weblogic server should cleanp the inactive session after 1 min according to the above setting.
    Any help regarding this will be sincerely appreciated. Thanks.
    -Rakesh--
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Weblogic 8.1 sp3 javascript error to access help documents in IE 5

    Hello,
    I have installed weblogic 8.1 sp3 on my machine. Using the help menu in workshop when I click on help topics, it is launching my IE but I am not able see anything in the content section and I am prompted with a javascript error. The browser used is IE 5 on windows paltform.
    Are there any changes needed to be done in any of the help files to rectify the javascript error?
    Any help in this regard is greatly appreciated.
    Regards,
    Harish.K

    The error I am getting is: 'args.ignoreCookie' is null or not an object
    I donot have the internet connectivity on the machine where I am running weblogic.
    Regards,
    Harish.K

  • Problem with weblogic 8.1 sp3 XAConnection

    Hi,
    I am getting the following exception and once this exception is encountered, same exception is thrown for all subsequesnt transactions.
    I am using weblogic 8.1 SP3, jdbc tx datasource for ms sql server.
    Can anyone help?
    Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAER_PROTO : Routine was invoked in an inproper context start() failed on resource 'TXConnectionPoll': XAER_PROTO : Routine was invoked in an inproper context
    javax.transaction.xa.XAException: [BEA][SQLServer JDBC Driver]Transaction has to commit/rollback before another transaction starts.
    Regds.
    DJ

    Hi,
    The application consists of struts1.1 in the web layer.
    All user entered data are wrapped in a map and using
    dispatcher controller (session bean) the respective
    business objectss (session beans - Tx attribute is
    'Required') are called by passing the map data which
    in turn, executes the business logic based on the user
    provided data.
    The session beans calling the entity beans to do
    create/update/delete jobs in database.
    To retrieve data from database, we are using iBatis
    framework and queries are being fired from session
    beans.
    In some of the functionality, we are using stored
    procedure (SQL server 2000), which are being called
    from within session bean.
    I think, wherever, we are calling SP from session bean.
    some local transactions are being created, which I
    could not identify so far.We did not create any nested
    transaction within stored procedure.
    Please ignore the same posting I did in another topic.
    Regds.
    DJ

  • Upgrade weblogic 8.1 sp3 to 8.1 sp6; Need assistance!

    On a test / dev platform we used platform816_upgrade_solaris32.bin as provided by BEA to perform an upgrade from weblogic 8.1 sp3 to 8.1 sp6. The upgrade was successful. On an identical server (production)we attempted to follow the same steps with the same upgrade executable and it failed. Very early in the upgrade the tool requested that we identify BEA_Home which we did. It then replied that weblogic 8.1 was not running on our production server. Therefore we were unable to complete the upgrade. We do, however, run weblogic 8.1 on that server ... without question. We have a valid license file and we can view weblogic version info in our weblogic console. We noticed that the registry.xml file on the test server is different from the registry.xml file on production. Can anyone provide any assistance or advice? Thanks! ([email protected])

    Hi
    here is the Roadmap for Upgrading to WebLogic Platform 8.1 SP6
    plz take a look at this link's
    http://e-docs.bea.com/platform/docs81/upgrade/roadmap.html#1072938
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/jms_config.html#1105995
    -- check the JNDI lookup for both the managed server
    -- JMS Connection Factory Tasks
    Connection factories are objects that enable JMS clients to create JMS connections. A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously. WebLogic JMS provides preconfigured "default connection factories" that can be enabled or disabled on a per-server basis, as described in Using a Default Connection Factory <jms_config.html>. Otherwise, you can configure one or more connection factories to create connections with predefined attributes that better suit your application ? as long as each connection factory is uniquely named. WebLogic Server adds them to the JNDI space during startup, and the application then retrieves a connection factory using WebLogic JNDI.
    You can establish cluster-wide, transparent access to JMS destinations from any server in the cluster, either by using the default connection factories for each server instance, or by configuring one or more connection factories and targeting them to one or more server instances in the cluster. This way, each connection factory can be deployed on multiple WebLogic Servers. For more information on configuring JMS clustering, see "Managing JMS <../jms/config.html>" in Programming WebLogic JMS.
    let me know the result,
    Thanks,
    Sathiya

  • Problems with AM and WebLogic 8.1 sp3

    Hello,
    The following are my environment. (both on Solaris 10)
    - Sun AM
    - WebLogic 8.1 sp3
    I want to try an easy integration between AM and WebLogic. After I installed policy agent for WebLogic and properly configured. It seem to work at some basic level.
    When I try to access protected resource on WebLogic. The agent can intercept and redirect to AM's login page where I enter username and password. After I enter correct username and password, it will be redirected back to my protected resource. However, this time I got error 403 forbidden.
    I think this is because WebLogic doesn't know that I just already sign-in. There must be something needed to do to map AM's userid to WebLogic id.
    But I don't know how.
    Could someone give me some suggestion or point me to some documents? Thanks in advance.

    I meant creating a policy in the SAM web interface, where you can add the required rule (specifying resource) and the subjects to whom the policy is applicable.
    Of course, if you are using J2EE_POLICY, the URL policy is of no consequence. The best practice is to use amFilter.mode = ALL, where the J2EE policies are enforced and verified by the application / app server, and the URL's are protected by SAM as well. In that case, the user has to be authorized by both SAM as well as J2EE to access the application.
    This, of course, is subject to the "best of my knowledge" clause!

  • Unable to deploy ear on weblogic 8.1 sp3

    hi .
    i have an application in struts 1.1 which was working fine in weblogic 8.1 sp3. now i have upgraded to struts 1.2.8 and when i am trying to deploy the applicaiton following error is thrown.
    Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
    java.lang.NoSuchMethodError: <init>
    at org.apache.commons.digester.Digester.<init>()V(Digester.java:150)
    at org.apache.struts.action.ActionServlet.initServlet()V(ActionServlet.java:1111)
    at org.apache.struts.action.ActionServlet.init()V(ActionServlet.java:328)
    at javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(GenericServlet.java:258)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run()Ljava.lang.Object;(ServletStubImpl.java:1018)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.jav
    at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:894)
    at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:873)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:812)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3281)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets(Ljava.util.Vector;)V(WebAppServletContext.java:3238)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3224)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3207)
    at weblogic.servlet.internal.HttpServer.preloadResources()V(HttpServer.java:694)
    at weblogic.servlet.internal.WebService.preloadResources()V(WebService.java:483)
    at weblogic.servlet.internal.ServletInitService.resume()V(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume()V(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume()V(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:361)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    I have checked the digester and the clas spath. i am using the digester-1.6 which is shipped with struts 1.2.8
    Edited by surya_shikha at 04/02/2008 4:08 AM

    hi,
    Maybe your commons-digester is not the same version as provided with struts-1.2.8

  • Perfomance Monitor Console Extension (PMCE) on WebLogic 8.1 SP3

    Is it possible to run PMCE on WebLogic 8.1 SP3?
    I downloaded PMCE from bea and used the installer to install the administrative console extension and an agent on my own machine. I 'm also running a WebLogic server instance on this machine.
    When I go to the server's administrative console it has a new section for the performance monitor, but clicking on anything in that section doesn't work.
    Any suggestions would be appreciated.
    In the server's log there are NullPointerExceptions and it says the servlet failed. The text of the error is:
    ####<DATE> <Error> <HTTP> <MACHINENAME> <MACHINENAME-WLS> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101020> <[ServletContext(id=19875128,name=PerformanceMonitor,context-path=/PerformanceMonitor)] Servlet failed with Exception
    java.lang.NullPointerException
    at weblogic.management.console.tags.TextTag.getText(TextTag.java:46)
    at weblogic.management.console.tags.TextTag.doStartTag(TextTag.java:56)
    at jsp_servlet.__prftop._jspService(__prftop.java:339)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    For anyone that is searching for the same problem. Bea customer support has confirmed that this is a bug in SP3. SP4 fixes the problem.
    Message was edited by lngtones at Jan 31, 2005 9:36 AM

  • Problems with Weblogic 8.1 SP3 and Toplink 10.1.3

    Hi!
    I'm runnning into two problems when using toplink 10.1.3 and weblogic 8.1 SP3.
    I mapped my classes with the mapping workbench, where I defined also the optimistic locking properties.
    When I export that project for bean compiling there are entries like store-version-in-cache.
    When i compile the beans i get an exception that store-version-in-cache is a unexpected element.
    Ok, next problem: i leave out the locking properties, beans are compiling.
    When i start the server and call a named query i get the following exception:
    [TopLink Warning]: 2004.11.12 05:25:13.437--ServerSession(697447)--java.lang.AbstractMethodError: weblogic.jdbc.wrapper.
    Statement_COM_ibm_db2_jdbc_app_DB2Statement.setFetchSize(I)V
    I think I configured the server correctly (but of course i'm not absolutly sure). Where is the fault?
    Any help? Thanx.
    Greetings volker

    Not sure on the first problem, store-version-in-cache is a valid element. Make sure you are using the same version of the Mapping Workbench and the runtime library. Please attach the XML for the version locking policy that was generated and the error message.
    The abstract method error seems to indicate that the setFetchSize method is missing on your driver.
    setFetchSize has been part of JDBC and JDK since JDBC 2.0/JDK 1.2, how old is the driver that you are trying to use? I noticed the COM is uppercase, so I assume this is a very old driver, can you use the more update version? TopLink requires JDK 1.3 support as a minimum.

  • Weblogic 5.1 SP3 and Apache 1.3.12 Config Question

    Hello;
    Can someone tell me how I might make this configuration work? I'm trying to
    run multiple Weblogic Process on one box and 1 Apache Process on another
    box. I would like to utilize the "VirtualHosting by name" via the HTTP1.1
    protocol and use the weblogic plugin.
    *** HTTPD.CONF FILE ***
    LoadModule weblogic_module libexec/mod_wl.so
    <VirtualHost 1stVirtual.host.com>
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim weblogic
    </Location>
    <Location /servletimages>
    SetHandler weblogic-handler
    Pathtrim something
    </Location>
    <IfModule mod_weblogic.c>
    Include conf/1stVirtual.conf
    </IfModule>
    </VirtualHost>
    <VirtualHost 2ndVirtual.host.com>
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim weblogic
    </Location>
    <Location /servletimages>
    SetHandler weblogic-handler
    Pathtrim something
    </Location>
    <IfModule mod_weblogic.c>
    Include conf/2ndVirtual.conf
    </IfModule>
    </VirtualHost>
    AddModule mod_weblogic.c
    *** 1stVIRTUAL.CONF File ****
    WebLogicHost 1stVirtual.host.com
    WebLogicPort 7003
    When I try to call the website:
    http://1stVirtual.host.com/weblogic/ I get this:
    Failure of WebLogic APACHE bridge:
    Neither WebLogicCluster nor WebLogicHost parameter was specified in
    httpd.conf. Cannot continue.
    Anyhelp would be greatly appreciated.
    -Bob
    P.S.- My Configuration is as follows:
    WEBLOGIC SERVER
    Solaris 2.6
    Weblogic 5.1 SP3
    APACHE SERVER
    Solaris 2.6
    Apache 1.3.12

    Bob:
    Fixed in SP 4. Out very, very soon.
    mbg
    In article <3969eabe$[email protected]>, [email protected] says...
    Hello;
    Can someone tell me how I might make this configuration work? I'm trying to
    run multiple Weblogic Process on one box and 1 Apache Process on another
    box. I would like to utilize the "VirtualHosting by name" via the HTTP1.1
    protocol and use the weblogic plugin.
    SNIP
    When I try to call the website:
    http://1stVirtual.host.com/weblogic/ I get this:
    Failure of WebLogic APACHE bridge:
    Neither WebLogicCluster nor WebLogicHost parameter was specified in
    httpd.conf. Cannot continue.
    Anyhelp would be greatly appreciated.
    -Bob--
    ==================================================
    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.

  • Cannot deploy SJSC jsf projects on weblogic 8.1 SP3

    I rencently downloaded sjsc and now I'm tyring to deploy a sjsc / jsf project to weblogic 8.1 sp3, and keep getting this error:
    ========================================
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: java.lang.NoClassDefFoundError
    javax/servlet/jsp/jstl/core/Config
    Possible Source of Error:
    Class Name: com.sun.faces.application.ViewHandlerImpl
    File Name: ViewHandlerImpl.java
    Method Name: renderView
    Line Number: 140
    =========================================
    The project is a simple HelloWorld project with an input box and an output text box with a submit button. I have seen two other posts with similar requests. I tried teh solution on the wiki site: http://wiki.java.net/bin/view/People/DeployingCreatorApps -- but I still get the same error.
    Any HELP would be greatly appreciated.
    Thanks

    Hi
    Are you creating a war file in Creator and trying to deploy on Weblogic 8.1 ? In that case you need to rename the warfile before deploying on to Weblogic. For Eg: if you export war file (myapp.war) from creator then rename it to myappa.war.
    Hope this helps.
    Thanks
    Srinivas

  • Deploying on Weblogic 8.1 SP3 failed

    Hi,
    I'm trying to deploy my application to weblogic 8.1 SP3 server, but I get the following error..
    Servlet: "Faces Servlet" failed to preload on startup in Web application: "...".
    javax.servlet.ServletException
    at weblogic.servlet.internal.ServletStubImpl.createServlet
    Thx in advance
    Ann

    Hi,
    it's deployed...
    When I set a simple jsp-page as startpage, it works perfect... But my startpage contains page fragments....
    And I get the following error:
    java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected the page: "org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed., "
         at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:130)
         at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:388)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:238)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:188)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:535)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:373)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at com.sun.jsfcl.app.ViewHandlerImpl.renderView(ViewHandlerImpl.java:169)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)Thx in advance
    Ann

  • Problems with Cocoon 2.03 and Weblogic 6.1 SP3

    I am having problems with Cocoon 2.03 and Weblogic 6.1 SP3, when I try to deploy
    the cocoon.war.
    Cocoon works fine when I unpack the cocoon.war into ...\mydomain\applications
    (after I changed cocoon.xconf to use the following transformer factory: org.apache.xalan.processor.TransformerFactoryImpl).
    However, when I deploy the cocoon.war through the weblogic console and try to
    invoke cocoon (http://localhost:7001/cocoon/) I get the following error:
    ERROR (2002-09-26) 11:28.40:859 [sitemap] (/cocoon/) ExecuteThread: '7' for
    queue: 'default'/Handler: Error compiling sitemap
    java.util.zip.ZipException: The system cannot find the file specified
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:110)
         at java.util.zip.ZipFile.<init>(ZipFile.java:125)
         at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:49)
         at org.apache.cocoon.components.source.URLSource.getInputStream(URLSource.java:151)
         at org.apache.cocoon.components.source.URLSource.getInputSource(URLSource.java:223)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:318)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:282)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:196)
         at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
         at java.lang.Thread.run(Thread.java:484)
    I understood that there were problems when the cocoon.war file that did occur
    when you unpacked the war, but I believed that these problems did not occur with
    WLS6.1 SP3.
    Has anyone else encountered this problem and solved it? Any help would be greatly
    appreciated.
    Thanks in advance.
    Paul

    This how I got Cocoon 2.04 up and running on WLS 6.1.4
    Download the Cocoon source from http://xml.apache.org/cocoon/dist/
    Remove all but the following JARs from lib/optional:
    commons-jxpath-1.0.jar
    jing-20020724.jar
    resolver-20020130.jar
    servlet_2_2.jar
    commons-logging-1.0.jar
    jtidy-04aug2000r7-dev.jar
    rhino-1.5r3.jar
    xt-19991105.jar
    Update lib/jars.xml to reflect these changes
    Issue build commands:
    ./build.sh clean (Note: Always clean first!)
    ./build.sh -Dinclude.webapp.libs=yes -Dexclude.webapp.samples=yes -Dexclude.webapp.documenation=yes
    -Dexclude.webapp.javadocs=yes webapp
    Copy the following JARs to your WLS instance’s lib directory:
    xercesImpl-2.0.0.jar
    xml-apis.jar
    xalan-2.3.1.jar
    xt-19991105.jar
    java/lib/tools.jar
    Sample of config/SERVER_NAME.setenv
    LIB=/path/to/lib
    JARS=$LIB/xercesImpl-2.0.0.jar:$LIB/xml-apis.jar:$LIB/xalan-2.3.1.jar:$LIB/xt-19991105.jar:/opt/java1.3/lib/tools.jar
    JAVACLASSPATH=$JARS:.:$JAVACLASSPATH
    JAVA_HOME=/opt/java1.3
    Deploy the resluting cocoon.war and you should have a Cocoon up and running that
    can do the XML->HTML Hello World sample. The status page works fine too.
    My advice is to launch this stripped configuration first and if needed add more
    features later by adding the JARs of your choice to the class path (or add the
    to your webapp-build if you are confident that WLS are capable of handling their
    manifests).
    Good luck
    /Peter
    "Paul Petley" <[email protected]> wrote:
    >
    >
    I am having problems with Cocoon 2.03 and Weblogic 6.1 SP3, when I try
    to deploy
    the cocoon.war.
    Cocoon works fine when I unpack the cocoon.war into ...\mydomain\applications
    (after I changed cocoon.xconf to use the following transformer factory:
    org.apache.xalan.processor.TransformerFactoryImpl).
    However, when I deploy the cocoon.war through the weblogic console and
    try to
    invoke cocoon (http://localhost:7001/cocoon/) I get the following error:
    ERROR (2002-09-26) 11:28.40:859 [sitemap] (/cocoon/) ExecuteThread:
    '7' for
    queue: 'default'/Handler: Error compiling sitemap
    java.util.zip.ZipException: The system cannot find the file specified
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:110)
         at java.util.zip.ZipFile.<init>(ZipFile.java:125)
         at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:49)
         at org.apache.cocoon.components.source.URLSource.getInputStream(URLSource.java:151)
         at org.apache.cocoon.components.source.URLSource.getInputSource(URLSource.java:223)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:318)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:282)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:196)
         at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
         at java.lang.Thread.run(Thread.java:484)
    I understood that there were problems when the cocoon.war file that did
    occur
    when you unpacked the war, but I believed that these problems did not
    occur with
    WLS6.1 SP3.
    Has anyone else encountered this problem and solved it? Any help would
    be greatly
    appreciated.
    Thanks in advance.
    Paul

  • Can´t be created the Standard out and Standard error on weblogic 6.1 SP3

    Hello there,
    I have installed weblogic 6.1 SP3 like admin console and the servers are 6.1 SP7 on windows2000 and I want create the standard out and standard error with the next options:
    -Dweblogic.Stdout=log_name.txt
    -Dweblogic.Stderr=log_name.txt
    I set these options on the register windows server(in command line)but when I restart the service the logs can´t be generated.
    I need help, thank you.
    Maria

    Hello there,
    I have installed weblogic 6.1 SP3 like admin console and the servers are 6.1 SP7 on windows2000 and I want create the standard out and standard error with the next options:
    -Dweblogic.Stdout=log_name.txt
    -Dweblogic.Stderr=log_name.txt
    I set these options on the register windows server(in command line)but when I restart the service the logs can´t be generated.
    I need help, thank you.
    Maria

Maybe you are looking for

  • Oracle 8.1.7 on AIX 5.3

    I have existing Oracle Database 8.1.7 running on AIX 5.2. My plan is to install 11g Software as different ORACLE_HOME and upgrade 8.1.7 to 11g Based on 11g documentation looks like it only works with AIX 5.3 . So my question is if we upgrade AIX leve

  • Mac mini using to much ram

    my mac mini is using up a lot of ram and i have nothing open free 1.60 gb wired 1.11 gb active 750 mb inactive 561.5 mb

  • Mouse pointer lag (trackpad and mouse)

    Hi all, I recently purchased a MacBookPro 13 inch for my work. It's the i7 version wth 8 gig of ram with mountain lion installed. I have some major problems with both my mouse and my trackpad. The cursor has a lot of lag, it kind of make stutter and

  • Question  i wish to share pictures in Elements but need a sender verification code

    I wish to share pictures in Elements but cannot as I don't have a Sender Verification code for the HTML Email which I never received.

  • Downloading Solaris 10 6/06

    I am using the Sun Download Manager (SDM) to download Solaris 10 6/06. I was able to download the 1st ISO and started on the second but the download keeps failing. Anyone else having problems or have a solution? This is what I have in the SDM log: In