Starting individual web-apps in an appserver instance

I know this is against the J2EE spec but surely Sun did not expect
100 apps deployed in one JVM instance (even if it is load balanced)
and expect all the apps to be restarted when I just want to restart one app. Is there a way to restart a single web-app?

I don't use Resin, but it apparently has no administrative functions, either from the command line or a separate application. Their documentation does claim that web applications will reload all classes when a file has changed (http://www.caucho.com/resin/index.xtp) but that's the extent of application restarting.
If anyone with more experience with Resin wants to chime in, feel free.

Similar Messages

  • WebLogic 10.3.6 Times Out When Starting Web App

    When starting our web app on WebLogic 10.3.6 using startWebLogic.sh on OEL (8 cores, 64 GB box), after about 5 to 6 minutes we receive a timeout error from WebLogic saying that it timed out trying to start the web app. The web app has some pre-computed indices to load which will take an estimated 10 to 15 minutes to load. Is there are way to control this timeout?

    The time-out you are getting is that related to a transaction?
    You can set the transaction time-out in the WebLogic console go to the JTA page for the domain, and change the value in the Timeout Seconds field.
    When you are using EJBs, you can also set the time-out on a EJB basis, instead of configuring the time-out for the whole domain.
    For example, in weblogic-ejb-jar.xml, you can configure the time-out by using:
    <weblogic-ejb-jar ...>
        <weblogic-enterprise-bean>
            <ejb-name>YOUR_EJB_NAME</ejb-name>
            <enable-call-by-reference>True</enable-call-by-reference>
            <stateless-session-descriptor>
                <pool>
                    <initial-beans-in-free-pool>25</initial-beans-in-free-pool>
                    <max-beans-in-free-pool>50</max-beans-in-free-pool>
                </pool>
            </stateless-session-descriptor>
            <transaction-descriptor>
                <trans-timeout-seconds>600</trans-timeout-seconds>
            </transaction-descriptor>
        </weblogic-enterprise-bean>
    </weblogic-ejb-jar>The transactions this EJB spawns can last for 10 minutes.

  • Azure Web Apps extremely unstable following switch from VMs

    Last week we made the switch from Azure VMs to Azure Web Apps (web sites). The main reason for doing so was to take advantage of continuous deployment, auto-scaling and deployment slots.
    We have 4 web apps running on S2 instances (currently scaling up to 2 instances). We then have 4 other virtual machines that host our databases (RavenDB) and another web app that cannot be hosted on Web Apps. We're using VNETs to connect everything together.
    Previously the entire system was hosted on just 2 virtual machines.
    A week on we're finding
    a) Performance has degraded
    b) The Web Apps (and associated service) are increasingly unreliable
    We used to deploy frequently throughout the day without issue. Since moving to Web Apps we regularly experience 503 errors for up to a minute following a deployment. We switched to staging slots to try and circumvent this but even this hasn't been foolproof.
    We're now actually reluctant to deploy changes to our API during the day because it has been so unreliable.
    Performance has also suffered - we're using New Relic for monitoring and our throughput has halved since moving to Web Apps despite the web apps actually having more resources than they did before.
    Auto-scaling has also been very hit and miss. Our apps rarely put any load on CPU but they can use quite a lot of memory. We set up auto-scaling based on memory but rather unhelpfully the new portal changed our "less than or equal to" scaling rule
    to "equal to" meaning that the instances never scaled down - thanks Azure! I believe this is still an issue in the portal.
    We've gone from almost 6 months of 100% uptime to a week of regular issues. We deployed a new web app today and attached it to the same to virtual network used by our other apps and it caused a disruption in the other apps - our API could no longer contact
    the virtual machine hosting RavenDB.
    All-in-all this has not been a great experience and if it's a choice between reliability/performance and the bells and whistles that Azure Web Apps provide, I'll be going back to VMs.

    Hi David,
    It's an ASP.NET Web API application and we're deploying with Web Deploy.
    When we first switched to Web Apps and deployed directly to the "live" instance we found that we were getting 503 errors. There were no errors in our application logs (Elmah) so I'm assuming this is an issue outside of the application. We do have
    250 or so sites that are serviced by the API so I would expect a slight delay whilst the application starts but certainly not a 503. In some cases we had to re-deploy (the same code) to get things back.
    We then switched to using Staging Slots to try and avoid this issue. Whilst this avoided the 503 errors most of the time, the time it takes for the application to come back up following a deployment has increased dramatically - and this is despite "hot
    swapping" from staging to production.
    Yesterday I tested this by deploying to staging and then swapping the deployment. It took over 30 seconds following the swap before the API was available. When I used to deploy to the VM it was available almost immediately.

  • Looping through items in a web app

    Hi there,
    On this site - http://www.dandmrural.com.au/
    Where it reads Latest news, I have each news piece setup as a content holder with a piece of javascript looping through them.
    I want to modify this to use Web apps so the client can add and remove items themselves and have them looping through as they do now.
    Using a Webapp I have access to {module_webapps,20117,a} which lists out all the items and {module_webappscount,20117} which gives me a count of the number of items.
    Can someone please give me some pointers on how to go about migrating from a content holder setup to using webapps.
    Thanks, Ben

    Your first step should be to customize the web app item list layout to match how each item is rendered in the shared content holder. From there, you should recreate each news item as an individual web app items. Finally, replace the content holder with the web app item list module ( {module_webapps,20117,a} ). It appears that the script that is responsible for handling the looping can be found here and is not relying on any sort of fixed number to control the transitions. Instead, it simply is looking for any divs which have an id that begin with "content-" and fades them in & out in whatever order it finds them until it reaches the final item and then starts over.
    Additionally, I would recommend adding some sort of incremental counter to your div id within your list template. Currently, the divs which contain each of the three news items share the same id attribute of "content-" which is not something you want.
    Something like this in your list layout should do the trick:
    <div id="content-{tag_counter}">

  • Need somone to code web app mysql-php

    the static pages are mostly done. was hoping to do the
    dynamic stuff myself, but just started learning web apps and we
    need it now. want to hire someone with experience doing web apps.
    its a professional directory with search results pages that work
    like (but dont look like) hamptoninn.com. we want to use sugarcrm
    to manage the accounts too. (moderator: sorry if this is not
    allowed, dont see it prohibited in terms).

    Hello 6fingers,
    1. When you say that you successfully migrated the application, how exactly did you do this, did you use the Web Apps migration assistant?
    The error message indicates to me that the issue is with the Access database. Even though your website has migrated successfully with the respect to the IIS server configuration.
    It is failing to connect to your Access database. Azure websites supports Access databases after converting it to Azure SQL DB.
    When you migrate your website, it would have created a database for your Access database under MYSQL Database, I suggest that you check if you have that linked to your web application.
    If you do not find any database under the linked resourses for the web application, you can create new azure SQL database.
    You can refer to the link below that will give you instructions on 'Migrating Access Databases to SQL Server/Azure SQL DB (AccessToSQL)':
    https://msdn.microsoft.com/en-us/library/hh313051(v=sql.110).aspx
    Thanks,
    Syed Irfan Hussain

  • How can I link a web app item to another via Next link

    I would like to add a next link and previous link on a web app detail layout. Then people can scroll through the detail layout items without going back to the list view.
    I'm creating a portfolio with a description of the project details and links to external websites. There is no tag for that purpose.
    Any suggestions? I'm a bit new at custom web apps and editing the layouts with css.

    Hi,
    you would have to create 2 additional custom fields as text (string) field types and name them something like, "next item url" and "prev item url". Then you would have to enter the next and previous item url manually for each individual web app item. You can include the new tags in the detail view, something like <a href="{tag_prev item url}">Prev</a> and <a href="{tag_next item url}">Next</a>.
    Hope that helps.
    Nicole - BC Gurus

  • Displaying Data Source'd Web Apps

    I have 2 web apps
    A. Which is a list of people
    and
    B. Which is a list of articles that has a data source of A.
    Is there any way for me to now display the Articles (B) under each individual web app inside web app A.
    So, I want the web apps from A, to display the articles from B, but only if that person was selected as a source
    Make sense?

    Many to Many relationship.
    BC lacks this by default. You would have to do something like create classification categories for every A item the same name then the module for B in the layout for A of items on that classification.

  • AppServer or Web App error (9.0.4) and BROKEN PIPE

    Hi,
    I'm still using 9.0.4, and have started getting the following message in the base server.log of the Oracle Container.....
    07/12/16 21:18:33 Internal error in HttpServer
    java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:216)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:151)
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:146)
    at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1743)
    at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1572)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:803)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    It's happening a lot, but I can't see any impact when using our web apps. Looking at my three most used web apps, I see the same error appearing at identical times in the individual log files, but they are all using different pages, so don't think they are 'causing' this prob.
    Does anyone think I have something wrong with the basic application server, or is this indeed an issue with a particular web application that's spreading it's error to other web apps? Example of the error in a web app below.....and what is a Broken Pipe error?
    Thanks in advance
    Iain
    07/12/16 21:18:33 web: Broken pipe
    07/12/16 21:18:33 web: Servlet error
    java.lang.ArrayIndexOutOfBoundsException
         at java.lang.System.arraycopy(Native Method)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:216)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:456)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:373)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:522)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:447)
         at observations.first_2d_observationsYR._jspService(_first_2d_observationsYR.java:174)

    Raju --
    Thanks for the intelligent posting on a difficult issue for you.
    I wasn't aware of anything specifically being introduced that prevented the bootclasspath technique from working** in the 904 release.
    For 904, the bootclasspath needs to be put in the start parameters tag of the java-options tag.
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" ... -Xbootclasspath/a:/java/lib/xerces.jar"/>
    </category>
    </module-data>
    </process-type>
    You can also try copying the xerces.jar into the jre/lib/ext directory so it's loaded by the system classloader and see if that works**. This will put xerces at the extension level so
    **these workarounds are not supported and will put you in an unsupported situation if a problem occurs.
    The good news is that have taken steps to clearly enable the separation of container versus appplication class spaces in thenext production release (10.1.3) of OC4J. We will be providing a new classloading model which cleanly separates the two namespaces and allows applications to provide their own versions or distributions of class libraries with no collisions with the OC4J runtime libraries.
    I don't know of any easy ways to do what you need -- other than reworking the app to use JAXP so that the parser implementation used is pluggable as you kind of allude to. If it was possible, I'd do that rather than hard coding in the use of the Oracle XML parser.
    But just to reiterate, switching in xerces at the bootclasspath level is not a supported operation since it may have an effect on the OC4J runtime operation.
    cheers
    -steve-

  • How to create new instance of the process from external web apps?

    Hi Everyone,
    How to create a new instance of the process which deploy to the weblogic server from the external web app?
    Thank you.

    Assuming the process includes a message start event, the simplest way is to use Web Service call. Once you've deployed the process you can use Enterprise Manager to get the URL of the WSDL. There's and icon at the top of the composite summary page for getting the WSDL, or you can get it from the test page. Use that WSDL URL to construct the client to use from the web app. If it's an ADF client you can generate either an ADF Data Control or a client proxy.

  • Database error when creating a web app instance

    I'm trying to setup Project 2013 on SharePoint 2013 and am at the point where you create a Project web app instance. I'm on step 3 on this page.
    http://alinimer.com/2013/02/28/install-configure-and-deploy-project-server-2013-part-4/
    I'm getting an error saying "Provisioning Failed - see the Application event Log." In the event log it says
    Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision database.
    Database provisioning failed. The database ProjectWebApp contains a non project schema and cannot be used. ---> Microsoft.Office.Project.Server.Administration.ProvisionException: Database provisioning failed. The database ProjectWebApp contains a
    non project schema and cannot be used.
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       --- End of inner exception stack trace ---
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    I'm new to Project Server and fairly new to SharePoint so is this something that's easy to fix? The database was created new for Project.
    Free computer help and tips http://www.onlinecomputertips.com

    Looking at the code, it flags this if the database specified is not empty.  Can you validate that the database is either new or does not have any tables, views, sprocs, etc?
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Create Project Web App Instance - Failed to find Project Site object. Are there any database mounted?

    Hi
    New Installation. Sharepoint 2013, Project Server 2013 and SQL Server 2008 SP1 (another box).
    When I try to create Project Web App Instance, I get 
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
     Followed by:
    Failed to provision site PWA with error: Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
    Already tried reinstalling the whole farm to no avail. Farm Admin account is used to do everything within this process.
    Thanks in anticipation.

    Hi
    I got the same error when provisioning the PWA
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-Project Server
    Date:          8/29/2013 11:58:12 AM
    Event ID:      6966
    Task Category: Provisioning
    Level:         Error
    Keywords:     
    User:          abc\administrator
    Computer:      mycomputer
    Description:
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
       at Microsoft.Office.Project.Server.Administration.ProvisionFeatureEventHandler.FeatureActivated(SPFeatureReceiverProperties properties)
       at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
       at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, SPFeatureActivateFlags activateFlags, Boolean fForce)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, Int32 compatibilityLevel, String featureName, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean
    fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProvisioningFeature(SPSite site)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)'.
    Later found that the service application where I was trying to provision the PWA, it was not associated with the web-application.

  • Stop a stand-alone and web app from starting in an App Server

    I want to programmatically shut down an application from starting, e.g., mid-way in its start, if a certain condition is raised. I do not want code as System.exit(int) as this API will terminate the entire JVM and more than 1 application running in the JVM will be shut down. My goal is to stop the start process of only one application that is running in the same shared JVM. The JVM is running more than 1 application.
    Obviously, throwing a Runtime exception (throw new RuntimeException())does not stop the application - application still gets started.
    I want a solution that will work for both stand-alone application and a web application. However, if I have to use two different approaches (one approach for stand-alone, another for web), I will be fine with that approach.
    I am using WebSphere 6.1 as application server.
    Please suggest what are my options to stop the application from start for both stand-alone and web application.

    There is of course no general solution to that.
    Consider the following.
    1. Initial thread starts 10 threads, and then it exits.
    2. One thread determines that exit should occur.
    3. How do other threads get terminated?
    ...and a web application.Conceptually that is a bit suspect. If you don't want it to run then the simple solution is don't install it. In general you don't want a web app to "exit" if a known error condition occurs. For example it shouldn't exit if the database connection fails but instead the behavior should change until the database connection is restored.

  • PowerPoint Office Web App Embed Code to start presentation on specific slide

    I have SharePoint and Office Web Apps configured and playing nicely.  When I go to embed a Powerpoint presentation in my page, it works properly.
    However, I'd like to be able to control what slide the presentation opens on by the embed URL.  I've tried bashing the embed code options to no avail.
    Is there a querystring parameter I can add to the source URL that will automatically start the presentation on a different slide than the first one?

    No updates?  Seems like it should be possible with a querystring paramter but that's just a logical guess.  Anyone know if that is in fact the case and what the parameter to pass would be?

  • Module web app list tags - how to start a list to not include the first one?

    Hi
    I have two panels displaying a web app list and want them to follow on from each other, so panel one displays the first one {module_webapps,24027,l,,,,false,1,false,1} and then the second panel displays the 2nd and 3rd.
    How would I go about it?
    Thanks
    J-P

    Hello
    Hope the below helps
    http://prasantabarik.wordpress.com/2013/09/26/pass-querystring-value-from-sharepoint-page-to-app-partclient-web-part/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Deploying JSC Web App to SJSAS9

    Hi there,
    I have several web applications I've written in Netbeans, and they run on a SJSAS9 server. I've also written a JSC web app, and I would now like to deploy this onto the same SJSAS9 server that I've got my other web apps on.
    It is certainly stated on several SUN sites that this can be done, here for instance:
    http://docs.sun.com/app/docs/doc/819-3653/6n5s0v1qa?a=view
    I've done this, and it works other than there is no database connectivity.
    I have copied the adapter jar file, and the same jdbc jar files over to my server but no change. I can't find any meaningful error message in the logs... but when i used the EXPORT WAR file option I had to export to app server 8, because there is no option for 9. If I try registering my sjsas9 in JSC directly then it can't start or stop it...
    thanks for any help.
    Richard

    Thanks, this helped me fix my problem. First I tried adding the _init method into prerender and that fixed the first problem. The next problem I had was that the Blueprint AJAX Components were throwing an exception (pasted below). I had no luck fixing this exception, so I downloaded, built and ran Glassfish V2 b09, and everything worked, finally :-)
    To be honest this whole project I've been working on in JSC (latest final release) has been a nightmare of going from one bug to another. It has some great features but productivity wise I've lost an enormous amount of time. Every time I track down one problem/workaround, add a bit of functionality, it's another bug/workaround to find. Yeh I know I should be logging them all... I'd love to see it all hang together though, it would be so powerful. Unfortunately my company is currently reviewing IBM and Oracle's suite of Java products and I'm the one trying to persuade them to stay with the SUN tools - my job is getting harder.
    FYI, this is the stack trace coming from the AJAX components in SJSAS9.
    thanks
    Richard
    [#|2006-07-19T10:48:13.761+0100|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=12;_ThreadName=httpWorkerThread-8080-1;_RequestID=e1b326c6-f58a-4692-a1f7-ae17860d9bd6;|phase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl@340c9c) threw exception: javax.faces.el.EvaluationException: java.lang.NullPointerException java.lang.NullPointerException
    com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91)
    org.apache.shale.remoting.impl.MethodBindingProcessor.process(MethodBindingProcessor.java:74)
    org.apache.shale.remoting.faces.RemotingPhaseListener.afterPhase(RemotingPhaseListener.java:102)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:287)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:132)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    |#]

Maybe you are looking for

  • Need your Suggestion - regarding sjsas & axis

    Hi, I'm working on Sun java System Application Server8.1.. I'm now developing a document based web service client which invokes the service program generated using AXIS.... I have a doubt at this point... I'm using JAX-RPC1.1 specs.... i'm including

  • Libdb_java46.dll already loaded in another classloader

    I'm trying to use DB XML in a servlet with Tomcat 5.5. In the init() method, I open a container and in destroy(), I do the cleanup. The problem is that if I recompile my code and let Tomcat reload the webapp, I get the following error: "java.lang.Uns

  • Programatically trying to alter component "decoration tags" in CQ5.6

    Hi, I've been evaluating CQ5 for the last week, and one of my key desires (at this stage) is to be able to modify the values added to the class attribute of the "decoration tags" that are wrapped around the components when they are rendered - this wi

  • Scheduled tasks timeout with cf11

    In CF11 administrator site, I have set a timeout value of 15000 seconds. However the jobs has timeout after 960 seconds (value set in the settings page). Is this attribute deprecated in CF11 ? As a workaround, I have added a cfsetting in the page its

  • Query to set item default value

    I'm trying to set a default value of an item by using a query. The first thing I tried is setting the source value to be: select 'TRDM-R-'||LPAD((MAX(SUBSTR(EXPAND_REQ_ID,8,3))+1),3,'0') EXPAND_REQ_ID FROM BANKSRG.TRDM_REQUIREMENTS; with item display