JSP's running under Resin server engine???

I have a JSP application that I am trying to move from running under Tomcat 4.0 to Resin web server engine.
When trying to run the application, I get this error:
java.util.MissingResourceException: Can't find bundle for base name AppProperties, locale
I think the error is happening because I have the AppProperties file in the wrong place under the Resin directory. Could someone please let me know how to properly use a Resource Bundle Properties file using Resin for my JSP's to run???
Please help...
Thank you...

Never mind....I got it....

Similar Messages

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

  • Opening a Powerpoint in JSP and run under Linux

    Hi,
    I need to have a JSP page that provides a link to open a powerpoint file and this JSP is to be run under Linux. When I try to click on the link in Linux to open the powerpoint, it gives me a lot of junk characters. Can somebody please help mi, thanks a million!

    You have the mimetype for the HTTP response set to something other than what will make the browser start a powerpoint viewer and direct the content of the HTTP response to it.
    In your jsp use the setHeader(String key,String key) method to set the value of "Content-Type" to the mimetype for powerpoint.
    Of course the users must have browsers that are configured to launch a powerpoint viewer or plug-in. If you provide the correct mimetype and peoples browsers desn't have this, then they will get the "save to file" dialog box.

  • Will Aperture run under OSX Server?

    Greetings,
    I am somewhat hardware constrained at the moment, and the best platform I have for running Aperture is currently running OS X Server (10.4). It is very lightly loaded, but it would be very disruptive to change it over to client. Does anyone know if Apeture will run on Server?
    Thank's.

    Yup - I know that servers shouldn't be run as workstations. However, hardware constraints mean that a light-duty server might need to be pressed to run Aperture for a while.
    Also - I know it shouldn't matter (as OSX and OSX Server are really not different OS's, but that OSX Server is just a superset of OSX), however that doesn't mean that Apeture doesn't check when it starts, etc.

  • Do JSP applications run under Oracle 8i?

    How can I run my JSP application under Oracle 8i?
    Do Oracle 8.1.5 or 8.1.6 include JSP server?

    Oracle 8.1.7 (the next release of Oracle8i) will have the webserver to support JavaServlets and JavaServer Pages
    raghu

  • Performance slowdown when running through report server

    There is a considerable difference between running a particular report through the report server. It is slower than when run directly from ReportBuilder.
    Each points to the same data/application server. There is very little formatting or other work required of the client.
    The difference is about 10-fold, i.e. a report taking 1 minute to run via ReportBuilder takes about 10 minutes when launched through the report server.
    I have no idea how to begin diagnosing this. Our DBA says it is possible for the 'explain plan' to differ because the SQL is contained within the .REP file (and not as a stored procedure in the database). Even so, how/where would one begin looking to discover the reason for the dramatic performance difference?
    Performance monitors on both the app/database server and the Oracle engine show that the slow running report consumes about the same amount of resources as the faster report. The slower report simply takes 10 times as long to run.
    Perhaps we're not looking at the 'best' performance monitor parameters?
    Anything else we can use to trace execution differences?

    When we get this we try the following.
    The dba's have some tool which can view the sql running under the server and the builder - you can then see if the plan is different.
    Ordering - if there is a lot of ordering we get the SQL to pre order using the ORDER BY clause, this means the IAS server has less work to do (depending on your PC we find a PC is always quicker at formatting than the server).
    Userlogon - we have a different user logon to that used by the server, this sometimes gives rise to different plans. You can change this in reports using ALTER_SESSION. E.g. we find this can speed up reports:
    srw.do_sql('ALTER SESSION SET optimizer_index_cost_adj=50');
    srw.do_sql('ALTER SESSION SET optimizer_index_caching=90'); if put in the before report trigger (nb the values may differ depending on your environment.

  • Using JSP & JDBC driver for SQL Server 2000 on Red Hat

    I successfully have a .jsp app running on windows server 2000 using JDBC
    driver for SQL Server 2000. Which I installed in order to the following
    Red Hat:
    http://msdn.microsoft.com/MSDN-FILES/027/001/779/install.htm
    I moved the .jsp app over to the Red Hat 9 server running Tomcat, while
    keeping the MS SQL 2000 on windows. The issue I have is setting up the
    JDBC driver for SQL Server 2000 on the Red Hat server.
    I created a folder called /usr/java/MSSQLdriver and unzipped the tar file with
    the driver for SQL Server 2000. And ran the install.ksh script.
    The /usr/java/MSSQLdriver/lib has the following files within it:
    msbase.jar, msutil.jar, & mssqlserver.jar
    I chmod 0777 each of the *.jar files.
    I then went into /etc/profile.d/tomcat.sh and adding the following:
    CLASSPATH=.;/opt/msSQLjdbc/lib/msbase.jar;/opt/msSQLjdbc/lib/msutil.jar;/opt/msSQLjdbc/lib/mssqlserver.jar
    Each time I login and pull up the termial I get the following error:
    bash: /opt/msSQLjdbc/lib/msbase.jar: cannot execute binary file
    bash: /opt/msSQLjdbc/lib/msutil.jar: cannot execute binary file
    bash: /opt/msSQLjdbc/lib/mssqlserver.jar: cannot execute binary file
    And can't connnect to the database within the .jsp app.
    Is there anyone out there using DBC driver for SQL Server 2000 on the Red Hat server?
    Michael

    Sorry, I needed to correct some information of where the drivers were installed.
    I created a folder called /usr/java/MSSQLdriver/new and untar the Microsoft file with the driver for SQL Server 2000. I ran the install.ksh script "sh install.ksh"
    installed the driver into the default directory "/opt/msSQLjdbc".
    The /opt/msSQLjdbc/lib has the following files within it:
    msbase.jar, msutil.jar, & mssqlserver.jar
    Michael

  • How can I remove a file on server w/ my JSP app running on Tomcat 7 ?

    First of all, I'm posting here because I found it the closest to java web development in the forums listing.
    How can I remove a file on the server side with my JSP app running on Tomcat 7 ? I did it in a JSE app by changing permissions, but how can I do it for a simple JSP app ?
    My code is
    public static void excluirArquivos(String nomeArquivoExcluido) {
              File arquivoExcluido = new File (nomeArquivoExcluido);
              arquivoExcluido.setWritable(true, true);
              SecurityManager sm = new SecurityManager();
              try {
                   sm.checkDelete(arquivoExcluido.getAbsolutePath());
                   System.gc();
                   if (arquivoExcluido.delete()) System.out.println("File '" + nomeArquivoExcluido + "' successfully removed.");
                   else System.out.println("File '" + nomeArquivoExcluido + "' wasn't removed somehow.");
              } catch (SecurityException se) {
                   System.out.println("File '" + nomeArquivoExcluido + "' can't be excluded. There is no permissions.");
         }And it always falls on the catch statement.

    899238 wrote:
    How can I remove a file on the server side with my JSP app running on Tomcat 7 ? I did it in a JSE app by changing permissions, but how can I do it for a simple JSP app ?1. make sure that the JVM has the (filesystem) rights to be able to remove said file
    2. make sure the file is in fact not locked (for example, opened by another process)
    3. use File.delete()
    There is no guarantee that you can delete a file, you can only make an attempt. There can be any number of reasons, most if not all of them not related to code, that the deletion of a file does not work.

  • Oracle Portal returns 500 error running under Weblogic 11g server

    I've got Oracle Portal set up under Weblogic 11g.
    SSO running, talking to OID 11g, also running under the same Weblogic 11g server. Tested SSO, it is working well.
    After the install (no errors or issue on install), I go to http://<server>:8090/portal/pls/portal and geta Error 500 - Internal Server Error.
    I traced down the problem to OHS - in ohs1.log:
    [2009-08-04T10:09:15.0512-05:00] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_id: <server>] [host_addr: 127.0.0.1] [tid: 1320139072] [user: oracle] [ecid: 004S594zs25Fw000jzwkno0002740001NK] [rid: 0] [VirtualHost: main] Request Failed for : /portal/pls/portal, Resp Code : [500]
    [2009-08-04T10:09:15.1212-05:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: <server> [host_addr: 127.0.0.1] [tid: 1330628928] [user: oracle] [ecid: 004S5953tHhFw000jzwkno0002740001NL] [rid: 0] [VirtualHost: main] File does not exist: /opt/oracle/Middleware/asinst_2/config/OHS/ohs1/htdocs/favicon.ico
    So the problem is favicon.ico is missing, which I confirmed. Does this mean a bad deployment of an .EAR file? What should I do?

    Yes, it seems you are correct....this is from WLS_PORTAL-diagnostic.log
    Looks like the real problem is ERROR: Failed to load C shared library in RepositoryGateway after calling RepositoryGatewayJNI.load:
    [2009-08-05T08:32:08.333-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBekbL6Fw000jzwkno1AU3uT000001,0] [APP: portal] Portal Servlet Context Listener destroy started
    [2009-08-05T08:34:14.191-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Initializing Portal Servlet Context Listener
    [2009-08-05T08:34:14.534-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Creating Repository Service
    [2009-08-05T08:34:14.540-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryService.constructor(<3 args>), PLSQL_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_plsql.conf[[args: serverInfo=WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 , contextRoot=/portal, logMode=error]]
    [2009-08-05T08:34:14.578-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryServiceConfig, DAD_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_dads.conf, CACHE_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_cache.conf
    [2009-08-05T08:34:14.582-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryServiceConfig, dadRetriever = oracle.webdb.repository.service.DadFileConfigRetriever@26d4835, cacheRetriever = [email protected]7
    [2009-08-05T08:34:14.622-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Calling RepositoryGatewayJNI.load ...
    **ERROR STARTS HERE
    [2009-08-05T08:34:14.637-05:00] [WLS_PORTAL] [ERROR] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] ERROR: Failed to load C shared library in RepositoryGateway!
    [2009-08-05T08:34:14.665-05:00] [WLS_PORTAL] [ERROR] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId:
    <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] ERROR: Repository Service creation failed. Please check previous log entries for possible cause.
    [2009-08-05T08:34:14.911-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal.config.modplsql.mbeans.DadManagerMXBeanImpl] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] **** Inside Reloaded, NOW Register mbean = : /pls/portal
    [2009-08-05T08:34:14.915-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal.config.modplsql.mbeans.DadManagerMXBeanImpl] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] **** Inside RegisterBean, global beanName = : oracle.portal.config:subtype=DADs,name=/pls/portal,type=PortalConfig,Application=portal
    [2009-08-05T08:36:16.717-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portlet.server.wsrp.mbean.WSRPTransientConfigMXBeanImpl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IBelXi4Fw000jzwkno1ARF2b0004Zm,1:5002] [APP: wsrp-tools] Found WLS AppDeployment MBean com.bea:Name=portalTools#11.1.1.1.0,Type=AppDeployment

  • Are  JSP files run on apache 1.3.12 web server....?

    Hi,
    I am having Apache Jserv 1.3.12 running on my Server.Iam using JDK1.3 version,Do i need to have tomcat on my client Pc to run my JSP files?
    Any help will be appreciated...
    Regards
    Siva

    you must have servlet container(Tomcat or JRun) to run servlets and JSP's, which acts as add on to Apache server.
    Please go through the documentation of tomcat, or follow books in JSP
    in many of them they explain in detail.
    All the best!
    Raja

  • Include a jsp which is running on other server

    hi,
    I need to access a jsp page which is running on the other server. Actually I need to access a jsp from another website in my jsp page... Can anybody help me, possible send me the code....
    Email: [email protected]
    Thanks in advance
    Damodar

    Hai,
    Now i will explain clearly what exactly my requirement. When i access my JSP Page, i just the user name, and i need to pass that user name to the another JSP page, which is running on another server, by passing that as a parameter to that page. Here i don't click any url or button to submit.. It directly access that page for me...Can u please help me in that regard....
    Thanks..
    Damodar

  • Vhost configuration for Adobe Media Server running under linux.

    Please help me with Vhost configuration for Adobe Media Server running under linux.
    I was running a media sharing website for which I wanted to use Adobe Media Server.
    To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.
    My existing website, www.mydomain.com is having its contents located at:
    /home/mydomain/public_html
    (Directory created under the old version of Apache not bundled with AMS)
    Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.
    To use this website with AMS, this is what I did:
    I created a folder for my domain, www.mydomain.com as below
    /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    Copied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/   and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.com
    In the Application.xml file there are 2 entries:
    <Alias name="mydomain.com"></Alias>
    <AppsDir>${/home/mydomain/public_html}</AppsDir>
    Please help me with further steps to be completed:
    Do I need to create a separate VirtualHost entry in the Apache installed with AMS?
    If yes, can I specify already existing document root for my website (/home/mydomain/public_html) or do I need to create a separate folder under webroot/Apache ?
    If yes to point 2 above, then do I need to copy all the existing contents from /home/mydomain/public_html to the newly created folder ?
    I hope, I can serve all my static contents like html pages and php and media like video/audio. In that case do I need create alias to my Media/Alias folder or AMS will automatically start streaming when a video/audio is requested ?
    What other steps do i need to complete?
    Any help in this regard would be highly appreciated.
    Thanks and Regards

    Dear sir or madam,
    Here is Letswin Technology, which specializes in global servers, web hosting, VPS, VPNj. If anything I can do for you, pls contact us!
    Have a nice day!

  • Which MAC OS server able to run under Xserver (Late 2006)

    I want to know which MAC OS server software can run under xserver (A1196, Late 2006)? I knew 10.4.8 Tiger Server is part of it. I tried to install clean 10.6.3 server software but it said it don't support hardware.
    Is there a way to install server software, if it able to run?

    Hi FERusso the 2006 can go to Lion (10.7) you might need to do the firmware update to get 10.6 installed. You should be able to download it via software update and it will then be in your Applications - Utilities folder..
    Thanks
    Beatle

  • Servlet won't run under JRun 4.0

    Problem> when I attempt to run a successfully compiled servlet in IE, IE
    could not locate the page. IE displays "Oops! We couldn't find your
    document.", or a window with caption/title "HTTP 500 Internal server
    error" and message "The page cannot be displayed. There is a problem
    with the page you are trying to reach and it cannot be displayed."
    The servlet is stored in C:\JRun4\servers\default\default-ear\default-
    war\WEB-INF\classes\Servlet_Class1.class. The 'default' server was
    running (via jrun -start default).
    The following are the URLs I used in an attempt to run the servlet:
    http://localhost:8100/Servlet_Class1
    http://localhost:8100/servlet/Servlet_Class1
    http://localhost:8100/default/servlet/Servlet_Class1
    http://localhost:8100/classes/Servlet_Class1
    http://localhost:8100/default/classes/Servlet_Class1
    I entered the following servlet definition in
    C:\JRun4\servers\default\default-ear\default-war\WEB-INF\web.xml:
         <servlet>
              <servlet-name>Servlet_Class1</servlet-name>
              <servlet-class>Servlet_Class1</servlet-class>
         </servlet>
    I defined url pattern in web.xml:
         <servlet-mapping>
              <servlet-name>Servlet_Class1</servlet-name>
              <url-pattern>/</url-pattern>
         </servlet-mapping>
    Here is a portion of the servlet I'm attempting to run:
         import javax.servlet.*;
         import javax.servlet.http.*;
         import java.io.*;
         /* The servlet extends the HttpServlet class and overrides the doPost
         method. The doPost method is called when a client makes a POST request
         (<FORM name=... METHOD=post ...>), and results in the simple HTML page
         being returned to the client. */
         class Servlet_Class1 extends HttpServlet {
         /* not sure if main() method is necessary for servlets? */
              public static void main(String[] args) {
                   System.out.println("inside Servlet_Class1");
              }     // main() method
              public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
                   throws ServletException, IOException
                   ... the usual
    I successfully ran/accessed the following:
         http://localhost:8100/index.jsp     <-- worked; JRun installation default
         http://localhost:8100/zhome2.jsp <-- worked; a simple JSP page I wrote
    http://localhost:8100/ returns the standard IE page with the
    caption/title "HTTP 500 Internal server error" and message
    "The page cannot be displayed. There is a problem with the page you are
    trying to reach and it cannot be displayed." index.jsp does exist under
    C:\JRun4\servers\default\default-ear\default-war.
    I successfully ran some servlets from the 'techniques' sample directly
    by entering their URLs:
    http://localhost:8200/techniques/servlet/ContextInfo     <-- worked
         http://localhost:8200/techniques/servlet/InitInfo     <-- worked
    I installed JRun as an "application", NOT as a "service".
    My PC configuration:
         java version "1.4.0_01"
         Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
         Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
         JRun 4 (Build 47304)
         WinNT 4.0 SP5
         IE 5.50
         CLASSPATH=.;D:\jakarta-tomcat-3.3.1\lib\common\servlet.jar;C:\JRun4\servers\defa
         ult\default-ear\default-war\WEB-INF\classes
         JAVA_HOME=C:\j2sdk1.4.0_01
         Path=C:\j2sdk1.4.0_01\bin;C:\WINNT\system32;C:\WINNT;C:\Program Files\Network As
         sociates\PGPNT;C:\Program Files\MTS;d:\MSSQL7\BINN
    I previously installed Tomcat but gave up on it. But I am using it's
    servlet.jar to cleanly compile servlets.

    still no success. I also tried entering a dot-qualified servlet name
         http://localhost:8100/servlet/zservlets.Servlet_Class1
         http://localhost:8100/zservlets.Servlet_Class1
    My default-event.log contained:
    08/22 18:33:19 info No JDBC data sources have been configured for this
    server (see jrun-resources.xml)
    08/22 18:52:03 user ServletInvoker: init
    08/22 19:49:16 info Servlet_Class1
    08/22 19:49:16 info Servlet_Class1
    08/22 19:49:17 info Servlet_Class1
    08/22 19:49:17 error Requested resource null not found
    08/22 19:49:33 info zservlets
    08/22 19:49:33 info zservlets
    08/22 19:49:33 error Requested resource null not found
    08/22 19:49:35 info zservlets
    08/22 19:49:35 error Requested resource null not found
    08/22 19:51:46 info Deployer Service is undeploying watched URL
    file:/C:/JRun4/servers/default/default-ear/
    08/22 19:51:47 user ServletInvoker: destroy
    08/22 19:51:47 info 3 session(s) persisted
    08/22 19:51:47 info Removing web application service from servlet engine
    service: default-ear#default-war
    08/22 19:51:47 info Unregistering enterprise application:
    file__C__JRun4_servers_default_default-ear_#default-ear
    08/22 21:41:16 error Servlet_Class1
    [1]java.lang.IllegalAccessException: Class
    jrun.servlet.WebApplicationService can not access a member of class
    zservlets.Servlet_Class1 with modifiers ""
         at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:57)
         at java.lang.Class.newInstance0(Class.java:290)
    08/22 21:41:25 user FileServlet: init
    08/22 21:41:25 error Requested resource /Servlet_Class1 not found
    08/22 21:41:27 error Requested resource /Servlet_Class1 not found

  • SLD Configuration error: Dispatcher running but no server connected!

    Hi Gurus,
    In t-code solman_setup under SLD configuration, the error dispatcher running but no server connected is prompted in the web browser.
    Also, I've noticed that in SAP MMC the server0 in AS Java Process table has a return code error of -11113.

    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -XX:MaxNewSize=341M
    -> arg[  4]: -XX:NewSize=341M
    -> arg[  5]: -XX:MaxPermSize=512M
    -> arg[  6]: -XX:PermSize=512M
    -> arg[  7]: -XX:SurvivorRatio=2
    -> arg[  8]: -XX:TargetSurvivorRatio=90
    -> arg[  9]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 10]: -XX:+HandlePromotionFailure
    -> arg[ 11]: -XX:+UseParNewGC
    -> arg[ 12]: -XX:+DisableExplicitGC
    -> arg[ 13]: -XX:+UseTLAB
    -> arg[ 14]: -XX:+PrintGCTimeStamps
    -> arg[ 15]: -XX:+PrintGCDetails
    -> arg[ 16]: -verbose:gc
    -> arg[ 17]: -Dsun.io.useCanonCaches=false
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Djco.jarm=1
    -> arg[ 20]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 21]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 22]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 23]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 24]: -Djava.security.policy=./java.policy
    -> arg[ 25]: -Dsys.global.dir=G:\usr\sap\SMP\SYS\global
    -> arg[ 26]: -Dapplication.home=G:\usr\sap\SMP\DVEBMGS00\exe
    -> arg[ 27]: -Djava.class.path=G:\usr\sap\SMP\DVEBMGS00\exe\jstartup.jar;G:\usr\sap\SMP\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;C:\j2sdk1.4.2_17-x64\bin;G:\usr\sap\SMP\DVEBMGS00\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;G:\usr\sap\SMP\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=2184
    -> arg[ 36]: -Djstartup.ownHardwareId=E1203704103
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=SMP_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=64999
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=SMP
    -> arg[ 45]: -DSAPMYNAME=solmanprd_SMP_00
    -> arg[ 46]: -DSAPPROFILE=G:\usr\sap\SMP\SYS\profile\SMP_DVEBMGS00_solmanprd
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=SMP
    -> arg[ 52]: -DSAPMYNAME=solmanprd_SMP_00
    -> arg[ 53]: -DSAPDBHOST=SOLMANPRD
    -> arg[ 54]: -Dj2ee.dbhost=SOLMANPRD
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 3032] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3384] Tue Nov 30 16:51:03 2010
    [Thr 3384] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3384] Tue Nov 30 16:51:04 2010
    [Thr 3384] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3384] Tue Nov 30 16:51:05 2010
    [Thr 3384] JLaunchISetClusterId: set cluster id 1030850
    [Thr 3384] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3384] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Tue Nov 30 16:51:12 2010
    10.572: [GC 10.572: [DefNew: 174592K->11860K(261888K), 0.0496237 secs] 174592K->11860K(2009856K), 0.0496873 secs]
    Tue Nov 30 16:51:16 2010
    14.788: [GC 14.788: [DefNew: 186452K->15631K(261888K), 0.0420753 secs] 186452K->15631K(2009856K), 0.0421219 secs]
    Tue Nov 30 16:51:20 2010
    18.420: [GC 18.420: [DefNew: 190223K->19899K(261888K), 0.0434161 secs] 190223K->19899K(2009856K), 0.0434632 secs]
    Tue Nov 30 16:51:27 2010
    25.759: [GC 25.819: [DefNew: 194491K->28552K(261888K), 0.0664462 secs] 194491K->28552K(2009856K), 0.0665127 secs]
    [Thr 2512] Tue Nov 30 16:51:28 2010
    [Thr 2512] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 2512] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 2512] JLaunchCloseProgram: good bye (exitcode = -11113)

Maybe you are looking for

  • File Name needs to be same for sFTP Advantco Adapter

    Hi Experts, I am using sFTP adapter provided by Advantco.. We want the same sender file name to be received at the receiver end..we have tried checking ASMA parameter in the receiver adapter. But, still the file name is being appended by message id.

  • My iTunes library has been erased from my macbook

    my itunes library has disappeared on macbook - still available on iPad and iPhone.  How do I get it back on the Macbook please?

  • Creating PAI modules in Module pool programming

    hi all. here the problem that iam getting is i have created two different screens and based on first screen data input the control will go to the sceond screen and will display data. here the problem is i have created 5 PAI Modules in se80 by just ri

  • Animation is not a thread and therefore blocking my view

    Hi, I have a small animation on my view, but it seems, that as long this animation is running, I am not able to use my view (for example the buttons..) - (void) showInfoAsThread:(NSString*) info{ NSAutoreleasePool *pool = [NSAutoreleasePool new]; if(

  • How to install PDB

    Hello All, I am facing problem of SAP GUI 720 crash sometimes while printing Adobe forms. Now SAP requested me to install the pdb file for GUI 720 on the client machine to debug this error in detail. But when I try to install, its asking me to unzip