Tomcat Context Issue

I am working on a migration project.
I am trying to run my project on tomcat 5.5.26. I need to strip context(myworld) from URL. I tried to play with context root, but it's not working. Could any ont post your suggestions on this?
I want to open my application without "myworld" as part of URL. i.e. just http://localhost:8080
I have below myworld.xml in conf\Catalina\localhost folder.
<Context path="/myworld" crossContext="false" reloadable="false" debug="1">
  <Manager className="org.apache.catalina.session.StandardManager" pathname=""/>
<Resource name="mypool" .../>
<Logger className="org.apache.catalina.logger.FileLogger" directory="logs"  prefix="myworld_log." suffix=".txt" timestamp="true"/>
</Context>

Package the webapplication as an EAR and set the context root setting in the EAR's application.xml to "/".

Similar Messages

  • Opening an attachment from outside the tomcat context

    I am creating a simple mail software. In my incoming message screen i'm showing all the Attachments as hyperlinks. I want that when the user clicks the hyperlink the Attachment should open in a new browser window.
    My problem is that the attachments are there in a folder outside the tomcat context i.e. in a folder outside the tomcat's folder on the server's c:/Attachments folder.
    If I put the attachments in the root folder of my application under webapps folder it is working properly. But I want to open it from the outside folder c:/Attachments, and also I can't hardcode this path in my code. It can be any path outside tomcat.
    Please help me, if u have any solution.

    Make that path a parameter in web.xml
         <context-param>     
              <param-name>beginyear</param-name>
              <param-value>2004</param-value>          
              <description>starting year of the application</description>
         </context-param>

  • Oracle 8i jdbc/Tomcat connection issues

    Tomcat 4.1.8
    Oracle 8i JDBC Driver
    I have been able to create the DataSource as a global resource and as a local resource inside the context of the application.
    The code hangs when it attempts to create a connection. I have been able to connect to the database and perform the necessary query in a standalone application to ensure that I actually can connect.
    JSP Code:
    <html>
    <head>
    <title>VTW App</title>
    </head>
    <body>
    <%
    vtw.VTWApp tst = new vtw.VTWApp();
    tst.init();
    %>
    <h2>Results</h2>
    <%= tst.getList() %>
    </body>
    </html>
    Java Code (Class called by JSP):
    package vtw;
    import javax.naming.*;
    import javax.sql.*;
    import java.sql.*;
    public class VTWApp {
    String list = "EMPTY";
    public void init() {
    try{
    Context ctx = new InitialContext();
    if(ctx == null )
    throw new Exception("Boom - No Context");
    System.out.println("Context Created ...");
    DataSource ds =
    (DataSource)ctx.lookup(
    "java:comp/env/jdbc/oracleDB");
    if (ds != null) {
              System.out.println("DataSource Created ...");
    Connection conn = ds.getConnection();
    System.out.println("Connection Pulled");
    if(conn != null) {
                   System.out.println("Connection Good");
                   Statement st = conn.createStatement();
                   String query = "";
                   query += "select grpid, to_char(min(dtlastendtime),'mm-dd-yyyy hh24:mi:ss') ";
                   query += "from calc_table where equipmentsernum in (";
                   query += "'888000','888001'";
                   query += ") group by grpid";
                   ResultSet rs = st.executeQuery(query);
                   if(rs != null) {
                        list = "";
                        while(rs.next()) {
                             list += (rs.getString(1) + "," + rs.getString(2));
                   rs.close();
                   conn.close();
                   System.out.println("Connection Closed");
              } else {
                   System.out.println("Connection Not Established");
    }catch(Exception e) {
    e.printStackTrace();
    public String getList() { return list; }
    }

    I figured out the issue ...
    In the server.xml file the resource & resource params needed to be modified..
    1. Set type to oracle.jdbc.pool.OracleDataSource
    2. Set factory to oracle.jdbc.pool.OracleDataSourceFactory
    3. In the Java code cast the context lookup to an OracleDataSource instead of a java.sql.DataSource
    Oracles DataSource does not subclass the jdbc DataSource for its OracleDataSource class everything works fine now.
    <Resource name="jdbc/mydb" scope="Shareable" type="oracle.jdbc.pool.OracleDataSource"/>
    <ResourceParams name="jdbc/mydb">
    <parameter>
    <name>validationQuery</name>
    <value></value>
    </parameter>
                   <parameter>
                        <name>factory</name>
                        <value>oracle.jdbc.pool.OracleDataSourceFactory</value>
                   </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>oracle.jdbc.driver.OracleDriver</value>
    </parameter>
    <parameter>
         <name>url</name>
         <value>jdbc:oracle:thin:@server.company.com:1521:dbname</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>guest</value>
    </parameter>
                   <parameter>
                        <name>maxWait</name>
                        <value>10000</value>
                   </parameter>
                   <parameter>
                        <name>maxActive</name>
                        <value>100</value>
                   </parameter>
    <parameter>
    <name>user</name>
    <value>guest</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>2</value>
    </parameter>
    </ResourceParams>

  • Tomcat performence issues..Urgent

    Hi all,
    iam facing performence issues with tomcat 5.5.9.
    i have developed one webapllication which uses 20,000 employees...
    problem is tomcat not releasing the memory ...memory is growing up to some peek stage then it is not allowed any requests and it going down..
    plz see below cofigurations what iset for my tomcat....
    server.xml.
    <Connector
    port="8080"  maxHttpHeaderSize="8192" debug="0"
                   maxThreads="200" minSpareThreads="25" maxSpareThreads="200"
                   enableLookups="false" redirectPort="8443" acceptCount="20"
                   connectionTimeout="10000" disableUploadTimeout="true" />context.xml for connection pooling
    <Resource name="jdbc/Ids" auth="Container" type="javax.sql.DataSource" username="DATASYNC" password="DATASYNC"
    driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:thin:@10.3.1.163:1521:ISPC" removeAbandoned="true" logAbandoned="true" removeAbandonedTimeout="300"  maxActive="1000" maxIdle="50" maxWait="10000" />my server has 2GB of RAM
    i set heap size initially as 512 MB
    database is Oracle 9i in which max procees are set as 1000
    i closed all database connections in all servlets/jsp pages .....still problem persits...
    some times ...my databse is giving exception ORA-00020: maximum number of processes (1000) exceeed...once i restarted tomcat every thing working...
    is there any thing need to be done from my end . to improve the performence......
    Plz share your to improve my application performence.....Thanks in advance

    i closed all database connections in all servlets/jsp pagesAnd Statements? PreparedStatements? ResultSets?
    You may consider implementing a robust DAO/ORM instead of writing it on your own. Hibernate for example. I bet that your code is not written very well.

  • Could be a fix for Tomcat 6 issue

    Getting Eclipse 3.2, Tomcat 6.0 and JSF 1.2 playing together nicely is a task that is certainly not for the faint of heart. Tomcat 6 seems to have issues at the moment but I'm loathed to push too much of the blame on to it as generally Tomcat has been rock solid. The big problem is really with Eclipse. The WTP (Web Tools Platform) is not as good as it could be and doesn't currently support Tomcat 6. Fortunately there is a work around to fool Eclipse into thinking that Tomcat 6 is really an install of Tomcat 5.5.
    Running Tomcat 6 Under Eclipse
    Find the file org.eclipse.jst.server.tomcat.core_1.0.103.v20060904b.jar which lives in the plugins directory under the Eclipse install directory. Copy the file somewhere else and unzip it. Modify the file verifyInstall.properties so that the verify55install line looks like this:
    verify55install=bin/bootstrap.jar,conf,webapps
    Re-zip the files to create a jar with the same name as the one that you unzipped. Place the tweeked jar back in the Eclipse plugin directory and restart Eclipse. Configure a new Tomcat 5.5 instance but point it at a Tomcat 6 install.
    Installing JSF 1.2
    There is currently no myFaces version of JSF 1.2 so you are stuck with the RI from sun. Grab this and place it in the WEB-INF/lib directory. Update the web.xml file of you applicaiton so that it loads the faces servlet:
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    When you come to fire up the applicaiton you may well receive this error message:
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory:
    javax.faces.context.FacesContextFactory
    This is apparently due to some hot deploy issues with Tomcat. It would seem that Tomcat has a bit of a blind spot for configuring listener specified inside TLDs. Quite why sun release a RI that shows this bug up in the most widely used container is beyond me. The solution to this issue is to add the following listener to the web.xml file:
         <listener>
    <listener-class>
    com.sun.faces.config.ConfigureListener
    </listener-class>
    </listener>
    <!-- Listener implementation to handle web application lifecycle
    events -->
    <listener>
    <listener-class>
    com.sun.faces.application.WebappLifecycleListener
    </listener-class>
    </listener>
    That should be all that's required. I've noticed that Tomcat 6 seems to behave somewhat strangely under Eclipse. Hot deploy of JSPs doesn't work from Eclipse and Eclipse is unable to detect that Tomcat 6 is running - it always shows Tomcat 6 as starting. Some of the rendering of pages also seems to be strange but that could well be changes that I haven't yet discovered.
    http://www.crazysquirrel.com/computing/java/jsf/eclipse-with-tomcat-6-and-jsf-1-2.jspx

    10.4.3 is certainly not a fix - see the airport/RAM thread. Within 10 minutes of installing the update, the bug happened for the first time at work (had happened many times at home). I doubt calling tech support would add anything - there's no way they don't know about the issue. There's a cmd line option in a link in that other thread where you can tell tiger to only use 1024 MB, which will fix the problem without having to physically remove RAM, but keeping it at 1 GB is pretty much the only option. It's a major bummer to say the least.

  • Tomcat / JSC Issue

    Hi,
    I've been able to run JSC apps on Tomcat, except for the following problem:
    Everytime I have to redeploy a JSC 2 application on Tomcat (5.5x) , I have to stop the server, delete the WAR file and the app directory, and then restart the server and the drop the WAR file again.
    Would appreciate help in resolution of this issue.
    Thanks!
    Haroon

    There are two ways to solve this issue:
    1). One way to apply it is to modify the file conf/context.xml in your TomCat install and change
    <context> ... </context>
    to
    <context antiJARLocking="true" antiResourceLocking="true"> ... </context>
    The above change will take care of all apps deployed.
    2). Second way is to add a file META-INF/context.xml (inside each app that you deploy) with the following contents:
    <Context antiJARLocking="true" antiResourceLocking="true">
    </Context>
    See the following blog for more info on this: http://blog.exis.com/colin/archives/2005/08/23/i-put-a-spell-on-you-because-youre-mine-aka-why-is-tomcat-holding-onto-jars/

  • TcUserOperationsIntf issue in a CXF/Spring/Webservice/tomcat wrapper issue

    I have written several POJOs using tcUserOperationsIntf and other thor API. I am trying to expose some of these calls as web services using Spring/CXF frameworks. When i wrote a web service client, I am getting the exception below. I set JAVA_OPTS and CATALINA_OPTS environment variables to "-DXL.HomeDir=. -Djava.security.auth.login.config=C:\dev\projects\SSO\utilities\oimclient\conf\authwl.conf"
    All the calls work correctly from within JDeveloper and command line JVM calls. Only when run in tomcat i am getting this issue. I am running this on tomcat 6.0.32 with same JVM linked to JDeveloper.
    Any suggestions with this issue is much appreciated.
    thanks in advance.
    Exception in tomcat:
    Getting configuration...
    Login...
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:93)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:247)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:242)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLog
    at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    at Thor.API.tcUtilityFactory.<init>(tcUtilityFactory.java:155)
    at springcxftest.auth.service.SsoProvisioningServiceImpl.init(SsoProvisi
    oningServiceImpl.java:92)
    at springcxftest.auth.service.SsoProvisioningServiceImpl.findUserKey(Sso
    ProvisioningServiceImpl.java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Abst
    ractInvoker.java:173)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
    .java:89)
    at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.jav
    a:61)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker
    .java:75)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInv
    okerInterceptor.java:58)

    FYI,
    Was able to solve this by modifying catalina.bat and adding authwl.conf path directly to JAVA_OPTS. For some reason if i set JAVA_OPTS outside tomcat is not taking it.
    Just want to post it here in case others have this issue.
    Regards,
    Prasad.

  • Graphical Message Mapping - context issue

    Hi experts,
    This is the source structure I have http://www.flickr.com/photos/45449397@N03/4273866518/
    Now, for the target segment, I need to do the following:
    For every block of EAN, I need to check the CHECK fields.
    So for EAN 1111, I see 4 X's. But I need to check the distinct values.
    So, 1 x for CHECK_1, 1 x for CHECK_2 and 1 X for CHECK_5.
    As soon as there is an X, I need to create a target. Even if there are several X values in the same column, I only need it once.
    --> target will be 3 different segment groups.
    For EAN 2222, I only need 1 target segment group.
    Please advice.
    Thanks a lot!
    Dimitri

    I was about to write this that you will face this blank issue.
    You have to remove those blank vaues. We have to choices to do that either we modify the current UDF or we write one more very samll advanced UDF of type "queue".
    If we go for option 2 then the new UDF2 code will be like this..
    while creating the udf just select the type as queue (you will see 3 options: single value, context & queue)
    I guess the default argument will be "var1", if yes you can leave it as it is and the just copy and paset the code.
    for (int i = 0; i < var1.length; i++ )
    if (! var1<i>.equals(""))
    result.addValue( var1<i> );
    Now the mapping will be something like this..
    Source --> old UDF--->RemoveContext--->new UDF --->Target.
    But if you like to go for option 1 then first change the type of UDF to Queue and then in the code modify the "return" statement e.g.
    if (RegTH.equals('X'))
    result.addValue( ExpTH );
    else if (RegHI.equals('X'))
    result.addValue( ExpHI );
    else if (RegLO.equals('X'))
    result.addValue( ExpLO );
    else if (RegPE.equals('X' ))
    result.addValue( ExpPE );
    else if (RegLOW.equals('X'))
    result.addValue( ExpLOW );
    result.addValue( ResultList.SUPPRESS );
    Note: for option 1 you have to set context of source value to their heighest level, so that there shouldn't be a context change. Or you can use RemoveContext.

  • Context issue in Jboss WAR

    I have Jb0ss 4.0.
    I have a folder structure like
    D:\jboss-4.0\server\strong_server\deploy\strong_ctx
    I have a war file named strong_ctx.war in the above directory
    Now i want to place one more war named stront_1.war in the same directory. But i am not able to find the context for the same
    Please throw some light on the context in JBoss and let me know how i can resolve the issue
    regards
    Aman

    Hi Bhargava,
    That measure would be "delegate measure". change that to SUM.
    For delegate measure we have to SUM function in WEBi variable. Otherwise multiple values cant be summed up.
    Muralidhar Reddy.

  • 11.1.3 workspace web context issues

    Hi all,
    I am running an apparently successfully configured version of 11.1.1.3. Everything was working fine, until I stopped all the services so that I could take a backup, and then restarted them manually in the order recommended by Oracle. Now the following things happen:
    When I try to access workspace it won't let me login. When I close the page and launch it again, it lets me log in, but I get a 404 error.
    I can't access the webcontext for any other applications such as say Planning. http://servername:19000/HyperionPlanning or http://servername:8300/HyperionPlanning or http://servername:8300/HyperionPlanning/logon.jsp or http://servername:8300/HyperionPlanning/appwizard.jsp - none of these work, "Page cannot be displayed".
    What I can access funnilly is http://servername:8300/HyperionPlanning/AddDimension.jsp. I had worked with my dimensions intially right after configuration when things were working, and so this link happened to be in my address bar selection. Through this link, I am able to access planning, edit dimensions, data forms etc.
    oh and the EPM Diagnostic says all the web contexts are available.
    My workspace logs from C:/Hyperion/logs are as below. Main error that I see is highlighted in bold:
    29 Nov 2010 10:10:51,649 ALWAYS [main] tools.config.RegistryConfig - RegistryConfig: starts logging at 1291047051649 (Mon Nov 29 10:10:51 CST 2010)
    29 Nov 2010 10:10:51,665 ALWAYS [main] tools.config.RegistryConfig - Parsing products file: /conf/WSProducts.xml
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Products file parsed without errors.
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Attempting registry connection using hyperion.home=C:\Hyperion
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Got Registry handle: com.hyperion.hit.registry.Registry@c8ebd6
    29 Nov 2010 10:10:53,368 ALWAYS [main] tools.config.RegistryConfig - Looking for the Workspace Product node (type: WORKSPACE)
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.ProductComponentImpl@b22bb4d9
    29 Nov 2010 10:10:56,227 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Logical Webapp (child of Workspace Product, type: LOGICAL_WEB_APP)
    29 Nov 2010 10:10:57,868 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.LogicalWebAppComponentImpl@b22ba6b4
    29 Nov 2010 10:10:57,883 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Web Server (child of Workspace product, type: WEB_SERVER)
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found 6 webapps integrated into Workspace.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - WebAppType: WORKSPACE_WEBAPP
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,243 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: CALC_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product not in static configuration file, initializing.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PLANNING_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product file configuration is for version(s): 9.2,9.3 but registered product version is 9.5.0.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Discarding old configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Setting product to use external configuration.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: ADMIN_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PROVIDER_SERVICES_WEB_APP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - WebAppType: SHARED_SERVICES_WEBAPP
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HPS-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Analyzer-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product Reports-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product BPMA-9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product biee-9.5 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HFM-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Product HMB-9.2,9.3 was not registered. Deactivating.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Loading configurations from Shared Services as needed.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Missing product context CALC
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code CALC-9.5.0
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Attempting Workspace Services connection for HSS.
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - GSM count: 1
    29 Nov 2010 10:10:58,258 ALWAYS [main] tools.config.RegistryConfig - Client factory instance: com.brio.one.client.ClientFactory@bd5df
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Recovered 1502 bytes from HSS.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for CALC
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Missing product context HP
    29 Nov 2010 10:10:59,024 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code HP-9.5.0
    29 Nov 2010 10:10:59,524 ALWAYS [main] tools.config.RegistryConfig - Recovered 37129 bytes from HSS.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for HP
    29 Nov 2010 10:10:59,540 ALWAYS [main] tools.config.RegistryConfig - Finished loading needed Shared Services configurations.
    *29 Nov 2010 10:18:06,055 ERROR [TP-Processor3] servlet.command.OpenWorkspacePageCommand - Internal error: Attempt to access nonexistent file*
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    Nov 29 10:18:06.055
    Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
    com.sqribe.transformer.RepositoryFileNotFoundException: Internal error: Attempt to access nonexistent file
    in the repository: C:\Hyperion\products\Foundation\workspace\data\RM1_MachineX\root\CorporateWorkspacePages\HomePage.wsp
         at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.sqribe.transformer.TRCP.receiveException(Unknown Source)
         at com.sqribe.transformer.TransException.unmarshal(Unknown Source)
         at com.sqribe.transformer.TRCP.receiveTransferable(Unknown Source)
         at com.sqribe.transformer.TRCPClient.transactionReceive(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceAgent.sendCommand(Unknown Source)
         at com.sqribe.transformer.ServiceBroker.submit(Unknown Source)
         at com.brio.one.services.portal.proxy.TRCPServiceProxy.submit(Unknown Source)
         at com.sqribe.WS.WebClientService.submit(Unknown Source)
         at com.sqribe.WS.BaseSessionInfo.tapiSubmit(Unknown Source)
         at com.brio.one.web.datasource.adapter.Repository.getDocumentContent(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.ResourceManager.getDocument(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageCommand.getReport(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.command.OpenWorkspacePageTemplateCommand.execute(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    29 Nov 2010 10:18:06,133 ERROR [TP-Processor3] workspacepages.servlet.WorkspacePagesServlet -
    org.apache.jasper.JasperException
         at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.forwardRequest(Unknown Source)
         at com.hyperion.tools.workspacepages.servlet.WorkspacePagesServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.hyperion.i18n.filter.ForwardHelper.forward(Unknown Source)
         at com.brio.one.web.util.requestdispatcher.RequestDispatcherUtil.forward(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.dispatchRequest(Unknown Source)
         at com.brio.one.web.command.CmdRequestDispatch.execute(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.invokeCommand(Unknown Source)
         at com.sqribe.WS.WebSQRIBE.run(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.executeRequest(Unknown Source)
         at com.sqribe.WS.WSBaseServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

    Contents of HyS9Planning-sysout.log are as follows. Don't tell me much I'm afraid:
    Nov 29, 2010 10:09:51 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:09:51 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 938 ms
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Nov 29, 2010 10:09:51 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    [ERROR] ManagerBase - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [ERROR] ManagerBase - Exception loading sessions from persistent storage <java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages>java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1386)
         at org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:921)
         at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:393)
         at org.apache.catalina.session.StandardManager.load(StandardManager.java:320)
         at org.apache.catalina.session.StandardManager.start(StandardManager.java:636)
         at org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:431)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4131)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Caused by: java.io.NotSerializableException: com.hyperion.planning.HspImages
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
         at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
         at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
         at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
         at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
         at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
         at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
         at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
         at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
         at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
         ... 6 more
    [INFO] HyperionPlanning] - Starting Hyperion Planning...
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    C:\Hyperion\common\config\9.5.0.0\product\planning\9.5.0.0\planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = C:\Hyperion\products\Planning
    taskSequence =
    task =
    *******C:\Hyperion\common\config\9.5.0.0\registry.properties
    Creating rebind thread to RMI
    [INFO] HyperionPlanning] - Hyperion Planning started in 15 seconds.
    Nov 29, 2010 10:10:11 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8300
    Nov 29, 2010 10:10:11 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8302
    Nov 29, 2010 10:10:11 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/141 config=null
    Nov 29, 2010 10:10:11 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 20296 ms
    using Java property for Hyperion Home C:\Hyperion
    Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.5.0.0
    Reaquired task list lease: Mon Nov 29 10:21:08 CST 2010: 1291047668836
    d{ISO8601} INFO TP-Processor2 com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://machinex:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status false

  • Error in Tomcat --- context start up failed due to previous errors

    Feb 27, 2008 11:05:11 AM org.apache.catalina.core.StandardContext start
    SEVERE: Context [/jstl] startup failed due to previous errors
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ComponentRule end
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.TabLabel)
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ComponentRule end
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.Tree)
    Feb 27, 2008 11:05:13 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(com.mycompany.jsf.validat
    or.LATER_THAN)
    Feb 27, 2008 11:05:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Feb 27, 2008 11:05:14 AM org.apache.catalina.core.StandardContext startHello frnds i dont understand what should i do? anybody familiar with this kind of error. please let me know in this case what should i do?
    even if i am trying to copy whole files in another folder it shows same msg for that folder too. please help me
    Thankyou everybody

    Hi ,
    I also face this same kind of problem.
    I tried to fix the problem but not work out.
    I got another solution. I am not sure its a current solution .
    Try it carefully.
    Finally 1, I take back up -copy of server.xml and common/lib .
    2, Un-install Tomcat server.
    3, After i have installed fresh tomcat server.
    4, Replace back-up copy of server.xml and common/lib.
    its working fine

  • Security context issue when executing a SQL command in SQLCMD

    Simplified core issue below:
    I have myscript.sql that has:
    SELECT name FROM Sys.Databases
    GO
    USE mydatabase
    GO
    EXEC mystoredprocedure 'myparameter'
    GO
    When I open cmd.exe and use:
    SQLCMD -S localhost\myinstance -i script.sql
    It executes fine.
    When I open cmd.exe in C# using the Process class and execute the same command I get the following error:
    name
    master
    tempdb
    model
    msdb
    mydatabase
    (5 rows affected)
    Msg 916, Level 14, State 1, Server localhost\myinstance, Line 1
    The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "mydatabase" under the current security context.
    Msg 2812, Level 16, State 62, Server localhost\myinstance, Line 1
    Could not find stored procedure 'mystoredprocedure'.
    And now the detailed explaination:
    I created an MSI which installs my custom application.
    During the bootstrap process, SQL Server 2012 Express is installed using the following parameters:
    /INSTANCEID="SQLEXPRESS"
    /ACTION="Install"
    /FEATURES=SQLEngine,Replication
    /HELP="False"
    /INDICATEPROGRESS="False"
    /Q="True"
    /QS="False"
    /ROLE="AllFeatures_WithDefaults"
    /ENU="True"
    /ERRORREPORTING="False"
    /SQMREPORTING=0
    /INSTANCENAME="SQLEXPRESS"
    /AGTSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    /AGTSVCSTARTUPTYPE="Disabled"
    /ISSVCSTARTUPTYPE="Automatic"
    /ISSVCACCOUNT="NT AUTHORITY\NetworkService"
    /ASSVCSTARTUPTYPE="Automatic"
    /ASCOLLATION="Latin1_General_CI_AS"
    /ASDATADIR="Data"
    /ASBACKUPDIR="Backup"
    /ASTEMPDIR="Temp"
    /ASCONFIGDIR="Config"
    /ASPROVIDERMSOLAP="1"
    /SQLSVCSTARTUPTYPE="Automatic"
    /FILESTREAMLEVEL="0"
    /ENABLERANU="True"
    /SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
    /SQLSVCACCOUNT="NT Authority\Network Service"
    /SECURITYMODE="SQL"
    /ADDCURRENTUSERASSQLADMIN="True"
    /RSSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
    /RSSVCSTARTUPTYPE="Automatic"
    /RSINSTALLMODE="FilesOnlyMode"
    /HIDECONSOLE
    /IACCEPTSQLSERVERLICENSETERMS
    /SAPWD="***************"
    The MSI then executes an Installer class DLL written in C# which restores a database to the SqlExpress instance.
    When the restore is completed, the Installer class then uses the Process class to launch CMD.exe and execute the SQL script using SQLCMD.
    Process vProcess = new Process();
    ProcessStartInfo vStartInfo = new ProcessStartInfo("cmd.exe");
    vStartInfo.Arguments = "/c set path=%path%;" + Context.Parameters["TargetDir"] + "\\; && sqlcmd -S LocalHost\\myinstance -i myscript.sql";
    vProcess.StartInfo = vStartInfo;
    vProcess.Start();
    vProcess.WaitForExit(30000);
    This is where I get the error mentioned above.
    However if I execute the same command manually by opening CMD.exe from the RUN command, it executes perfectly.
    I can not use -U or -P to supply a user / password, I MUST use integrated security.
    Additional info:
    Previously SQL Server 2008 Express has been in use for the bootstrapper, and this issue did not occur.
    The database the MSI restores is also built from SQL Server 2008. (Will be built from 2012 in the future.)
    Installation is performed on an account with administrative rights.
    Running the installer AS Administrator does not fix the issue.
    Any help would be greatly appreciated, as well please let me know if additional info is required.
    Thank you

    I'm having a similar issue where I'm using a batch file to execute commands to a group of servers. I can use the batch commands when updating MyDatabase but get the security context error when I try to update MyDatabase with a join to TheirDatabase except
    on servers where I am sysadmin.   Like I said, I can update MyDatabase as long as I don't join to TheirDatabase.
    Update A
    Set A.CCMCoderStaffSID = IsNull(B.StaffSID, -1)
    From MyDatabase.[R_Encounter].[VejdPfcsLinkageDataF19610x5] A
    Left Join ThierDatabase.Staff.Staff B on
    A.Sta3n = B.Sta3n and A.[CCMCoderF200IEN]= B.StaffIEN
    Error:
    Msg 916, Level 14, State 1, Server R04PHIDWH58, Line 1
    The server principal "MyDomain\ME" is not able to access the database "TheirDatabase" under the current security context.
    Line from batch:
    sqlcmd -S Server54 -d MyDatabase -i D:\ETLDevelopment\R04\Me\querytools\%RAWTablesScript%  -o D:\ETLDevelopment\R04\Me\UpdateSIDV1.txt

  • Tomcat Config Issues ::

    I am currently studying JAVA, and just built my 1st applet using NetBeans IDE 5.0.
    All of my code is accurate, but I am unable to use Tomcat for some reason.
    I have read some instructs online, and have tried many different things to no avail, so this is my last hope at this point.
    Basically, I continue to run into 2 things:
    Starting server Bundled Tomcat (5.5.9)
    Starting Tomcat process...
    Waiting for Tomcat...
    Starting of Tomcat failed.
    C:\Program Files\netbeans-5.0\test_projects\HelloWeb\nbproject\build-impl.xml:413: Deployment error:
    Starting of Tomcat failed.
    See the server log for details.
    BUILD FAILED (total time: 11 seconds)
    And then if Apache (port 80) is in use I get this error (I actually stopped my Apache service to free up port 80, and the result was the above message. Below is if port 80 is in use by Apache).
    Starting server Bundled Tomcat (5.5.9)
    Starting of Tomcat failed, the server port 80 is already in use.
    C:\Program Files\netbeans-5.0\test_projects\HelloWeb\nbproject\build-impl.xml:413: Deployment error:
    Starting of Tomcat failed, the server port 80 is already in use.
    See the server log for details.
    BUILD FAILED (total time: 0 seconds)
    Thanks in advance for any helpful replies.

    Angrycat, just got things ticking ..
    I am also running Apache .. Main main conflict was these to severs where bumping into eachother .. Soo I stopped the Apache service, and updated server.xml , and now I get my form field page, a new issue which I am in the middle of trying to resolve .. When I try to process my form :
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Cannot find any information on property '' in a bean of type 'org.me.hello.NameHandler'
         org.apache.jasper.runtime.JspRuntimeLibrary.internalIntrospecthelper(JspRuntimeLibrary.java:363)
         org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(JspRuntimeLibrary.java:306)
         org.apache.jsp.response_jsp._jspService(response_jsp.java:67)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.

  • Tomcat War issue

    In my Tomcat 4.1.27 local development container (on Windows XP) I cant seem to get any of my War files to deploy. War files did work in the past and now anytime I put a War file in the webapps directory and stop and start Tomcat the War file doesnt create the new webapp directory. The autoDeploy is set to true in the conf/server.xml. Please advise how I can get War file to work?

    So is context.xml actually overwriting the settings found in server.xml?I think so. The way I understand it is the the context.xml file saves you from having to edit server.xml. It is preferred for each web app to do its own config, rather than lumping them all together in server.xml.
    And what would be the best way to create the war file? IAt its heart, a WAR is just a zip file with its contents laid out in according to the specification of a web application directory structure.
    So the simplest way to make a war file is to zip up your directory structure with a tool like winzip, and rename it to be myApp.war.
    Regarding ant, I would recommend you take a look through [url http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html
    ]this tutorial. It explains the basics of website layout, configuration and deployment.
    On [url http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/source.html] this page  in particular, it includes a link to a basic ant file that you can use as a starting point.
    Cheers,
    evnafets

  • Tomcat Context Initialized Event

    Hi guys, I am having the following error while using a JNI code..
    - Exception sending context initialized event to listener instance of class com.broadmediatechnology.licence.LicenceManagerContextListener
    java.lang.UnsatisfiedLinkError: init
            at com.broadmediatechnology.getmetvnative.NativeManager.init(Native Method)
            at com.broadmediatechnology.getmetv.server.GetMeTVManager.init(GetMeTVManager.java:38)
            at com.broadmediatechnology.getmetv.server.licence.LicenceManagerContextListener.contextInitialized(LicenceManagerContextListener.java:18)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
            at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:894)
            at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:857)
            at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:475)
            at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
            at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
            at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
            at org.apache.catalina.core.StandardService.start(StandardService.java:450)
            at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
            at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)What I am trying to do is to load a C library on Tomcat startup event.. Here is my code snippet...
    public final class LicenceManagerContextListener
        implements ServletContextListener {
      public void contextInitialized(ServletContextEvent event) {
        SystemManager.init();
      }And my init method is a native method in SYstem Manager class... It doesnt look like a Class loading problem..previously i was having library not found error, then I put these lines in Tomcat Start up script..
    export CLASSPATH=$CLASSPATH:/etc/getmetv
    export LD_LIBRARY_PATH=/etc/getmetv
    export JAVA_OPTS=-Djava.library.path=/etc/getmetvCan anyone tell me what exactly is going wrong?
    Thanks
    Message was edited by:
    mraheel
    Message was edited by:
    mraheel

    For more information..my .SO file is placed in /etc/getmetv
    The name of SO file is libgetmetv and i am loading the library as
    static {
        try {
          System.loadLibrary("getmetv");
        catch (Exception e) {
          e.printStackTrace();
      }

Maybe you are looking for

  • Does Mini DisplayPort to VGA adapter support DDC/CI?

    I have a Mac Pro and a MacBook5,1. Mac Pro is attached to a BenQ monitor which supports DDC/CI communication. With a capable software I'm able to set brightness and contrast of the monitor without using monitor's OSD (thanks to DDC/CI communication).

  • How to make Recovery Partition in my new HDD (Win8.1)

    I already re-install my Win8 with usb. But after finish the installation (I choose Fully Clean in my new HDD), why there is no Recovery Partition like my old HDD (original HDD)? how to make a Recovery Partition in my new HDD? Thx

  • Is it a bug in OCI ?

    We found a problem that once the database server was shut down or its network was disconnected, the connection to this database server would be blocked. And any sql statements on this connection would hold on, and any cancel operations were unused. I

  • Where is the API download for ADF Faces 10.1.3.2?

    I can still download adf-faces-10_1_3_0_4 which contains the API documents in a /doc directory. Where is the API download for ADF Faces 10.1.3.2? Thanks, --Todd                                                                                          

  • Question on synchronized

    Hello: Suppose I have this code: class BigClass     class MyThread extends Thread           @Override public void run()                inst.DoSomethingLocal();                inst.DoSomethingGlobal();     int globalvar=0;     public int /*synchronize