How do I redirect to the default domain without showing home.html in the url

Is there a way to redirect the following domains to the default domain.
www.membersalliance.com.au//
www.membersalliance.com.au/index.aspx 
The default domain is www.membersalliance.com.au
We have been told that these pages are seen by google as separate content and we want to consolidate them to all go to the default domain.
I have spoken to adobe support and they said that:
Redirecting to another page can be done, there's no issue with that. But what we're looking for here is to not have any other postfix with the domain name. When a page is set to be the starting page, there is an automatic functionality that the postfix/name of the page is removed, but that is not the case with other pages.So, they would still show the name of the page, even if you redirect it to the home page (starting page set for your domain).
So, I can redirect to www.membersalliance.com.au/home.html but is this seen by google as a separate page to www.membersalliance.com.au?

To be able to redirect a website with a submit button, you must have a custom submit button and insert the following line:
app.launchURL("www.url.com");

Similar Messages

  • How to use Portal Navigation to redirect to the URL

    Hi ,
    I have a requirement where i need to log off the user which will invalidate the session and redirect the user to the Portal Login Page.
    <b>The logoff.jsp is in a path like /web/logoff.jsp in the server.</b>
    As there is a Problem with exit plug, I should use Portal Navigation (WDPortalNavigation API) to redirect to the log off page.
    <b>Please let me know how to call the above JSP using WDPortalNavigation.</b>
    Thanks and Regards,
    Sekar

    Hi,
    Thats a good idea. I have a Button Click Event, and on Action of it, I am doing a set of operation based on some condition and at the end of the operation i need to redirect to the logoff.jsp
    <b>The LinkToURL in place of Button is not allowed</b>.The requirment is to have the button compulsory and i need to do those set of operation onclick of that button.
    <b>Still i can use LinkToURL as a hidden element and can call the logoff.jsp and the end of the above operations on click of that button. Is it possible to achive that...</b>Please share your thoughts.
    Appreciate your help.
    Thanks and Regards,
    Sekar

  • How to have ItemId in the URL in JSF based application

    I have a JSF based application and I am using faces-config.xml to navigate and I am using /redirect to navigate form case to case.
    The application lists products and upon selecting one, a product detail is displayed. I would like to have productId as part of the page URL so that URL can be emailed and the receiver can paste the received URL into browser and retrieve the product detail.
    Currently the URL is not rewritten to have session id in it.
    I am not ever sure where to start on this.

    Is this line correct?
    <value>#{param.productId}</value>
    Try it out yourself ;)
    This is clear and helpful. However I don't know how
    to create this URL
    (http://example.com/shop/products.jsf?productId=100)
    in the first place. The URL I have is in the form of
    http://example.com/shop/products.faces.
    Is adding '?productId=100' to the URL something
    configurable or it has to be done programmatically
    via URL rewriting?You can implement it in several ways:
    JSF<h:outputLink value="products.faces">
        <h:outputText value="click here" />
        <f:param name="productId" value="100" />
    </h:outputLink>
    <%-- or --%>
    <h:outputLink value="products.faces?productId=100">
        <h:outputText value="click here" />
    </h:outputLink>Or write a servlet listening on /shop/, scan the current request URI for product.faces, get the productId from the backing bean's session and rewrite the URL using request.getRequestDispatcher("product.faces?productId=" + productId).forward(request, response).
    Maybe there are more clever solutions using configfiles, but I don't have much experience (yet) with such GET request thingies in conjunction with JSF.

  • How to hide parameters in the URL ?

    Hi,
    Iam using Reports 6i on web. Now Iam calling report from a report (Drill done report) using SRW.SET_HYPERLINK.
    Iam passing lot of parameters to this detail report.
    When I call the main report the URL looks like:
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    But when I click on the link in this main report for details, the detail report URL looks like this.
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?emp_detail&p_emp=45&p_job=clerk&p_format=PDF
    Iam hiding userid/passwd@database in the cgicmd.dat file
    I want to hide all the other parameters also like
    the Main report URL :
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    How to do this ?
    Please help me if anybody has the solution.
    Thanks alot.

    Hi Ram,
    Not sure if this is possible.
    However, one workaround might be the following:
    1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
    2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
    javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
    I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
    Navneet.

  • How to pass array in the url of the servlet

    Hi Friends,
    How can i pass an array in the URL that calls a servlet. For instance,I have this in my servlet rite now:
            MyClass obj = new MyClass();
            String[] args = {"-opt1","-opt2","file1","file2","file3"};
            obj.main(args);I want that the "args" should come in the URL call,because some php application would be calling this, for instance:
    http://localhost:8080/MyProject/MyServlet?args=somearray
          MyClass obj = new MyClass();
          String[] arg = request.getParameter("args");
          obj.main(arg);Please help..I would really appreciate it.
    Thanks

    Sorry,needed to edit this,I am getting some problem,please help if you can:
    I call the java class from the servlet as shown above,and it executes fine but only for the first time...after that the tomcat automatically shuts down .....can someone explain me why????
    How can i get the execution control back to the servlet ..for example:
      System.out.println("Before execution..");
      MyClass obj = new MyClass();
      String[] arg = request.getParameter("args");
      obj.main(arg);
      System.out.println("After execution..");prints only "before execution..."..so can someone please tell me how can i bring the control back to the servlet...
    Thanks
    Message was edited by:
    java80

  • How to hide _layouts in the URL while accessing an application page

    Can we create any friendly URL while accessing any custom application page. I don't want to show _layouts in the URL So how can i mask the URL.

    The application pages should be in the _layouts folder (or _admin for application pages for central admin).
    You can put pages at friendly urls, but then they should be site pages, which you provision using a "Module" element from Visual Studio. But be aware that then users will be able to modify them using SharePoint designer.
    There are methods to achieve this somehow, but you should not do it in sharepoint.

  • How do I find out the URL of the page a document was downloaded from?

    I downloaded a PDF several months ago; I can see it in my downloads history. When I right click it there, I see the link to the PDF itself, but I need to know the actual page it came from.
    I've checked my History, but cannot identify the page.
    Is there a definitive way of determining the URL of the page that linked to the document?

    Open the Download Manager window and select that file.
    Copy and paste this code in the Code field in the Error Console and click the Evaluate button.
    *Firefox/Tools > Web Development > Error Console
    The code adds a tooltip to the area with the file type icon at the left hand side of each entry in the DM window and shows a tooltip when you hover that area.<br />
    It only works for entries that are currently visible in the DM and not for new entries that are added by downloading files and only as long as the DM window is kept open, so you need to rerun the code in the Error Console to get a tooltip.
    <pre><nowiki>const Cc=Components.classes, Ci=Components.interfaces;
    var enumerator=Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMediator).getEnumerator(null);
    while(enumerator.hasMoreElements()){var win=enumerator.getNext();
    if(win.location=="chrome://mozapps/content/downloads/downloads.xul"){
    var i,r,R,C='';
    r=win.document.getElementById("downloadView").getElementsByTagName("richlistitem");
    for(i=0;R=r[i];i++){
    var fP=R.getAttribute("path");
    var fU=R.getAttribute("uri");
    var sT=parseInt(R.getAttribute("startTime"));
    var eT=parseInt(R.getAttribute("endTime"));
    var cB=parseInt(R.getAttribute("currBytes"));
    var mB=parseInt(R.getAttribute("maxBytes"));
    var rU=R.hasAttribute("referrer")?R.getAttribute("referrer"):"<no referrer>";
    var sD=cB/(eT-sT);
    var tT=[];
    tT.push("FILE: "+fP);
    tT.push("URI: "+fU);
    tT.push("REF: "+rU);
    tT.push("");
    tT.push("Total Time: "+((eT-sT)/1E3)+" sec.");
    tT.push("Curr Bytes: "+cB+" bytes"+((cB==mB)?" (OK)":"(part)"));
    tT.push("Max Bytes: "+mB+" bytes");
    tT.push("Download speed: "+sD.toFixed(3)+" KB/sec");
    R.setAttribute("tooltiptext",tT.join("\n"));
    if(R.getAttribute("selected")=="true"){C=tT;}
    if(C)prompt(C.join("\n"),C);
    </nowiki></pre>

  • How to paste a Word table into email without showing the guidelines.

    When I paste a Word table into an email using Explorer, the guidelines don't show. When I paste into an email while using Firefox, the lines show. I don't want the guidelines to show.

    BigEnd wrote:
    When pasted from Word, the graphics are Inline by default.  You can correct each one by selecting the graphic and then Anchored Object, Options and selecting Above Line (centered etc).  What I do then is create an object style to these specs and this makes it quicker to apply to the graphics.
    You say that there are very many graphics in the doc - does anyone know how to make the above settings the default when graphics are pasted from Word?
    M
    Thank you M, but I believe I figured it out:
    I made styles in Word to make things a bit simpler when changing large sections of text, so within the settings of the images style select Format>Paragraph>Line and Page Breaks. Under 'Textbox Options' the Tight wrap defaults to 'None' - Select 'All'.
    When the file is placed into InDesign, the images don't overlap, and are exactly where they need to be.

  • How to Get My Dashboard as Default Page Instead of Home Page in OBIEE 11G?

    Hello Gurus,
    I have one requirement where i need to change default page to "My Dashboard" like what we had in OBIEE 10G ?
    Rite-now in OBIEE 11G when any user logs in they are directed to "Home" Page, but i want to change the navigation to "My Dashboard" for all user..
    I know the option to in My Account and Change the Default dashboard in Preferences , but it's manual way to do it for all end-users.
    and the other is to create the PORTALPATH Variable and do it from RPD.
    So I am looking to some other way there we can change the navigation path from system file itself...
    Thanking You..

    Hello David,
    Thanks for reply.
    Actually I am just concern abt the OBIEE Dashboard page, the link that u have mentioned is for Application Server, where we can manage the multiple Application Portals.
    and it also doesn't come with Middleware that we are installing for OBIEE.
    so i did get some useful information but not related to my question.
    is there any place in EM(Enterprise Manager) or Console(Admin Console) from where we can manage the Default Portal for OBIEE Users?
    Thanking You..

  • How does one turn off the URL tool tip

    When the cursor hovers over a web link a tool tip appears giving the links URL. How can this event be turned off, or better, turned on/off through the context menu?

    And, uh, the list of hidden commands is available where exactly? This could lead to serious trouble/fun.
    My list isn't available publicly; I got it from my contacts at Apple. There is a partial list of some of these hidden commands Secrets here, but you can easily damage your system if you don't know what you're doing. That means, unless you're prepared to recover from a completely non-functioning system, you shouldn't be playing with these commands. Apple does not support them in any way.
    Mulder

  • HOW TO: Edit or Change the URL in an existing "home screen" iPhone bookmark

    I can create "home screen" bookmarks from web pages in the mobile Saafari on the iPhone, but in some cases we may need to create a URL for say a video link (e.g. WOWZA media server to iPhone)
    e.g.
    http://10.0.1.4:1935/live/mystream.sdp/playlistm.3u8
    Links like these don't allow you to click the "+" symbol to create a link in safari as they immediately launch the video player - so I'm looking for a way to edit another icon/URL that was saved before.
    I know you can edit Safari Bookmark URLs etc on the iPhone, but the convenience of a 'home screen' bookmark for say a live broadcast is very nice.
    Nigel

    I am calling an existing SAP Inbound proxy which is returning a transient ack in case of Application error.
    How is the ACK returned? In form of a XML message? Create a response structure which will have your Main Response Message and also fields for the ACK message.....get this message into BPM.....make a check in the BPM (using SWITCH) and check if the node containing ACK fields is existing....if yes then proceed as per the business needs.
    Accordingly the proxy should be configured to populate the ack details.
    Regards,
    Abhishek.

  • How can I turn off the url that continues to print at the bottom of the page?

    Anytime I print, a URL appears at the bottom of the page. How do I turn this off?

    It's not something that you turn off, there isn't a setting for it, you will just have to try to avoid touching the top part of the screen. Apart from that you can try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • How can I email from my default email without having to switch from my icloud account.

    I have an iphone 4s and I have made my default email a gmail account.  However, whenever I go to send an email from my phone, it defaults to my icloud account.  I can switch it manually but why should I have to switch manually to a non default email account every time I want to send an email?  Is there a way to send emails with my gmail account being the default address being sent from instead of my icloud email?  I have already made gmail my default email and my iphone mail app has no problem uploading inbox emails.

    IMAP is the mail protocol that allows you to delete a message one place and have it delete everywhere else. iCloud uses IMAP, so it should be working. If the messages never delete, then something may be incorrect in the settings. The easiest thing to do with iCloud is to logout of the account on every device, and then login again. (Another common problem with iCloud email is people often have two Apple IDs, and thus may have two iCloud email accounts. If you get confused about which one you're using, you may think you've deleted email when you actually haven't.)
    If the iCloud messages do ultimately delete across all devices, then it could be that some devices aren't set to "Push" but are instead set to "Fetch" the newest info from the server. Fetch can be set to as long as an hour between check-ins.
    The same holds true for Windstream if she's using an IMAP account there, too. If it's a POP account, then deleting a message one place will never delete it anywhere else—that's the way POP works.

  • How to hide or mask the url in APEX Hosted environment

    Please anyone help me...
    Regards
    Pavan

    Hello Pavan,
    You should not use http://apex.oracle.com/ for production applications
    Hiding app_id, session_id etc. from URL - it's been discussed several time in forum, see Nicer URL for an Oracle APEX application | Inside Oracle APEX by Patrick Wolf
    for more examples, see http://www.google.co.in/search?sourceid=chrome&ie=UTF-8&q=nice+apex+urls
    Regards,
    Hari

  • Problem in Starting Default Domain

    Hi,
    I am facing a problem while starting default domain, Its showing me the following statement:
    Starting Domain domain1, please wait.
    Log redirected to D:\Sun\AppServer\domains\domain1\logs\server.log.
    Domain domain1 failed to startup. Please check the server log for more details.
    CLI156 Could not start the domain domain1.
    Following is the log file of the server:
    Starting J2EE(TM) Application Server 1.4 Developer Release (build b44-dr) ...
    [#|2004-01-09T16:19:49.058+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_02] from [Sun Microsystems Inc.]|#]
    [#|2004-01-09T16:19:57.350+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2004-01-09T16:19:58.621+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2004-01-09T16:20:06.242+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|Creating Engine server|#]
    [#|2004-01-09T16:20:08.816+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2004-01-09T16:20:08.876+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2004-01-09T16:20:08.966+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2004-01-09T16:20:28.725+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2004-01-09T16:20:39.560+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2004-01-09T16:20:40.672+0500|INFO|j2ee-appserver1.4|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2004-01-09T16:20:44.447+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-01-09T16:20:44.527+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|autoDeployment status dir missing, creating a new one|#]
    [#|2004-01-09T16:20:44.638+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|Selecting file [D:\Sun\AppServer\lib\install\applications\MEjbApp.ear] for autodeployment|#]
    [#|2004-01-09T16:20:44.708+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|Selecting file [D:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment|#]
    [#|2004-01-09T16:20:44.738+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ D:\Sun\AppServer\lib\install\applications\MEjbApp.ear ] for autodeployment.|#]
    [#|2004-01-09T16:20:53.340+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
    Remote message: Processing beans ....
    [#|2004-01-09T16:20:53.971+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5108: EJBC - Generated code for remote home and EJBObject implementations for [MEjbApp]|#]
    Remote message: Compiling wrapper code ....
    Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: D:\Sun\AppServer\jdk\bin\javac.exe -extdirs D:\Sun\AppServer\jdk/jre/lib/ext;D:\Sun\AppServer\domains\domain1/lib/ext -g -d D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath D:\Sun\AppServer\lib\commons-launcher.jar;D:\Sun\AppServer\jdk\lib\tools.jar;D:\Sun\AppServer\lib\activation.jar;D:\Sun\AppServer\lib\admin-cli.jar;D:\Sun\AppServer\lib\appserv-admin.jar;D:\Sun\AppServer\lib\appserv-cmp.jar;D:\Sun\AppServer\lib\appserv-ext.jar;D:\Sun\AppServer\lib\appserv-jstl.jar;D:\Sun\AppServer\lib\appserv-rt.jar;D:\Sun\AppServer\lib\appserv-upgrade.jar;D:\Sun\AppServer\lib\commons-logging.jar;D:\Sun\AppServer\lib\j2ee-svc.jar;D:\Sun\AppServer\lib\j2ee.jar;D:\Sun\AppServer\lib\jax-qname.jar;D:\Sun\AppServer\lib\jaxr-api.jar;D:\Sun\AppServer\lib\jaxr-impl.jar;D:\Sun\AppServer\lib\jaxrpc-api.jar;D:\Sun\AppServer\lib\jaxrpc-impl.jar;D:\Sun\AppServer\lib\mail.jar;D:\Sun\AppServer\lib\relaxngDatatype.jar;D:\Sun\AppServer\lib\saaj-api.jar;D:\Sun\AppServer\lib\saaj-impl.jar;D:\Sun\AppServer\lib\xsdlib.jar;D:\Sun\AppServer\jdk/lib/tools.jar;D:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;D:\Sun\AppServer\imq\lib/imq.jar;D:\Sun\AppServer\imq\lib/jaxm-api.jar;D:\Sun\AppServer\imq\lib/imqadmin.jar;D:\Sun\AppServer\imq\lib/imqutil.jar;D:\Sun\AppServer\imq\lib/fscontext.jar;D:\Sun\AppServer\imq\lib/providerutil.jar;D:\Sun\AppServer/lib/ant/lib/ant.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer\domains\domain1\lib\classes;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\sakhtar\Local Settings\Temp\16b99ca_f9fa5cfa050000_14434.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         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:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         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:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: com.sun.ejb.codegen.JavaCompilerException: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: D:\Sun\AppServer\jdk\bin\javac.exe -extdirs D:\Sun\AppServer\jdk/jre/lib/ext;D:\Sun\AppServer\domains\domain1/lib/ext -g -d D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath D:\Sun\AppServer\lib\commons-launcher.jar;D:\Sun\AppServer\jdk\lib\tools.jar;D:\Sun\AppServer\lib\activation.jar;D:\Sun\AppServer\lib\admin-cli.jar;D:\Sun\AppServer\lib\appserv-admin.jar;D:\Sun\AppServer\lib\appserv-cmp.jar;D:\Sun\AppServer\lib\appserv-ext.jar;D:\Sun\AppServer\lib\appserv-jstl.jar;D:\Sun\AppServer\lib\appserv-rt.jar;D:\Sun\AppServer\lib\appserv-upgrade.jar;D:\Sun\AppServer\lib\commons-logging.jar;D:\Sun\AppServer\lib\j2ee-svc.jar;D:\Sun\AppServer\lib\j2ee.jar;D:\Sun\AppServer\lib\jax-qname.jar;D:\Sun\AppServer\lib\jaxr-api.jar;D:\Sun\AppServer\lib\jaxr-impl.jar;D:\Sun\AppServer\lib\jaxrpc-api.jar;D:\Sun\AppServer\lib\jaxrpc-impl.jar;D:\Sun\AppServer\lib\mail.jar;D:\Sun\AppServer\lib\relaxngDatatype.jar;D:\Sun\AppServer\lib\saaj-api.jar;D:\Sun\AppServer\lib\saaj-impl.jar;D:\Sun\AppServer\lib\xsdlib.jar;D:\Sun\AppServer\jdk/lib/tools.jar;D:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;D:\Sun\AppServer\imq\lib/imq.jar;D:\Sun\AppServer\imq\lib/jaxm-api.jar;D:\Sun\AppServer\imq\lib/imqadmin.jar;D:\Sun\AppServer\imq\lib/imqutil.jar;D:\Sun\AppServer\imq\lib/fscontext.jar;D:\Sun\AppServer\imq\lib/providerutil.jar;D:\Sun\AppServer/lib/ant/lib/ant.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer\domains\domain1\lib\classes;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\sakhtar\Local Settings\Temp\16b99ca_f9fa5cfa050000_14434.s1a
    Output from command:
         at com.sun.ejb.codegen.Compiler.compile(Compiler.java:76)
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:353)
         ... 44 more
    Caused by: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: D:\Sun\AppServer\jdk\bin\javac.exe -extdirs D:\Sun\AppServer\jdk/jre/lib/ext;D:\Sun\AppServer\domains\domain1/lib/ext -g -d D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath D:\Sun\AppServer\lib\commons-launcher.jar;D:\Sun\AppServer\jdk\lib\tools.jar;D:\Sun\AppServer\lib\activation.jar;D:\Sun\AppServer\lib\admin-cli.jar;D:\Sun\AppServer\lib\appserv-admin.jar;D:\Sun\AppServer\lib\appserv-cmp.jar;D:\Sun\AppServer\lib\appserv-ext.jar;D:\Sun\AppServer\lib\appserv-jstl.jar;D:\Sun\AppServer\lib\appserv-rt.jar;D:\Sun\AppServer\lib\appserv-upgrade.jar;D:\Sun\AppServer\lib\commons-logging.jar;D:\Sun\AppServer\lib\j2ee-svc.jar;D:\Sun\AppServer\lib\j2ee.jar;D:\Sun\AppServer\lib\jax-qname.jar;D:\Sun\AppServer\lib\jaxr-api.jar;D:\Sun\AppServer\lib\jaxr-impl.jar;D:\Sun\AppServer\lib\jaxrpc-api.jar;D:\Sun\AppServer\lib\jaxrpc-impl.jar;D:\Sun\AppServer\lib\mail.jar;D:\Sun\AppServer\lib\relaxngDatatype.jar;D:\Sun\AppServer\lib\saaj-api.jar;D:\Sun\AppServer\lib\saaj-impl.jar;D:\Sun\AppServer\lib\xsdlib.jar;D:\Sun\AppServer\jdk/lib/tools.jar;D:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;D:\Sun\AppServer\imq\lib/imq.jar;D:\Sun\AppServer\imq\lib/jaxm-api.jar;D:\Sun\AppServer\imq\lib/imqadmin.jar;D:\Sun\AppServer\imq\lib/imqutil.jar;D:\Sun\AppServer\imq\lib/fscontext.jar;D:\Sun\AppServer\imq\lib/providerutil.jar;D:\Sun\AppServer/lib/ant/lib/ant.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer\domains\domain1\lib\classes;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\sakhtar\Local Settings\Temp\16b99ca_f9fa5cfa050000_14434.s1a
    Output from command:
         at com.sun.ejb.codegen.ProcessRunner.makeTimeoutException(ProcessExecutor.java:348)
         at com.sun.ejb.codegen.ProcessExecutor.execute(ProcessExecutor.java:140)
         at com.sun.ejb.codegen.Compiler.runProcess(Compiler.java:165)
         at com.sun.ejb.codegen.JavaCompiler.javacCompile(JavaCompiler.java:128)
         at com.sun.ejb.codegen.JavaCompiler.internal_compile(JavaCompiler.java:65)
         at com.sun.ejb.codegen.Compiler.compile(Compiler.java:67)
         ... 45 more
    [#|2004-01-09T16:21:57.833+0500|WARNING|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: D:\Sun\AppServer\jdk\bin\javac.exe -extdirs D:\Sun\AppServer\jdk/jre/lib/ext;D:\Sun\AppServer\domains\domain1/lib/ext -g -d D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath D:\Sun\AppServer\lib\commons-launcher.jar;D:\Sun\AppServer\jdk\lib\tools.jar;D:\Sun\AppServer\lib\activation.jar;D:\Sun\AppServer\lib\admin-cli.jar;D:\Sun\AppServer\lib\appserv-admin.jar;D:\Sun\AppServer\lib\appserv-cmp.jar;D:\Sun\AppServer\lib\appserv-ext.jar;D:\Sun\AppServer\lib\appserv-jstl.jar;D:\Sun\AppServer\lib\appserv-rt.jar;D:\Sun\AppServer\lib\appserv-upgrade.jar;D:\Sun\AppServer\lib\commons-logging.jar;D:\Sun\AppServer\lib\j2ee-svc.jar;D:\Sun\AppServer\lib\j2ee.jar;D:\Sun\AppServer\lib\jax-qname.jar;D:\Sun\AppServer\lib\jaxr-api.jar;D:\Sun\AppServer\lib\jaxr-impl.jar;D:\Sun\AppServer\lib\jaxrpc-api.jar;D:\Sun\AppServer\lib\jaxrpc-impl.jar;D:\Sun\AppServer\lib\mail.jar;D:\Sun\AppServer\lib\relaxngDatatype.jar;D:\Sun\AppServer\lib\saaj-api.jar;D:\Sun\AppServer\lib\saaj-impl.jar;D:\Sun\AppServer\lib\xsdlib.jar;D:\Sun\AppServer\jdk/lib/tools.jar;D:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;D:\Sun\AppServer\imq\lib/imq.jar;D:\Sun\AppServer\imq\lib/jaxm-api.jar;D:\Sun\AppServer\imq\lib/imqadmin.jar;D:\Sun\AppServer\imq\lib/imqutil.jar;D:\Sun\AppServer\imq\lib/fscontext.jar;D:\Sun\AppServer\imq\lib/providerutil.jar;D:\Sun\AppServer/lib/ant/lib/ant.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer\domains\domain1\lib\classes;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\sakhtar\Local Settings\Temp\16b99ca_f9fa5cfa050000_14434.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         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:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         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:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    [#|2004-01-09T16:21:57.883+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 70021 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%|#]
    [#|2004-01-09T16:21:57.953+0500|SEVERE|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|No local string defined|#]
    [#|2004-01-09T16:21:57.953+0500|SEVERE|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|No local string defined
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: D:\Sun\AppServer\jdk\bin\javac.exe -extdirs D:\Sun\AppServer\jdk/jre/lib/ext;D:\Sun\AppServer\domains\domain1/lib/ext -g -d D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath D:\Sun\AppServer\lib\commons-launcher.jar;D:\Sun\AppServer\jdk\lib\tools.jar;D:\Sun\AppServer\lib\activation.jar;D:\Sun\AppServer\lib\admin-cli.jar;D:\Sun\AppServer\lib\appserv-admin.jar;D:\Sun\AppServer\lib\appserv-cmp.jar;D:\Sun\AppServer\lib\appserv-ext.jar;D:\Sun\AppServer\lib\appserv-jstl.jar;D:\Sun\AppServer\lib\appserv-rt.jar;D:\Sun\AppServer\lib\appserv-upgrade.jar;D:\Sun\AppServer\lib\commons-logging.jar;D:\Sun\AppServer\lib\j2ee-svc.jar;D:\Sun\AppServer\lib\j2ee.jar;D:\Sun\AppServer\lib\jax-qname.jar;D:\Sun\AppServer\lib\jaxr-api.jar;D:\Sun\AppServer\lib\jaxr-impl.jar;D:\Sun\AppServer\lib\jaxrpc-api.jar;D:\Sun\AppServer\lib\jaxrpc-impl.jar;D:\Sun\AppServer\lib\mail.jar;D:\Sun\AppServer\lib\relaxngDatatype.jar;D:\Sun\AppServer\lib\saaj-api.jar;D:\Sun\AppServer\lib\saaj-impl.jar;D:\Sun\AppServer\lib\xsdlib.jar;D:\Sun\AppServer\jdk/lib/tools.jar;D:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;D:\Sun\AppServer\imq\lib/imq.jar;D:\Sun\AppServer\imq\lib/jaxm-api.jar;D:\Sun\AppServer\imq\lib/imqadmin.jar;D:\Sun\AppServer\imq\lib/imqutil.jar;D:\Sun\AppServer\imq\lib/fscontext.jar;D:\Sun\AppServer\imq\lib/providerutil.jar;D:\Sun\AppServer/lib/ant/lib/ant.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer/pointbase/lib/pbclient.jar;D:\Sun\AppServer/pointbase/lib/pbembedded.jar;D:\Sun\AppServer\domains\domain1\lib\classes;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;D:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\sakhtar\Local Settings\Temp\16b99ca_f9fa5cfa050000_14434.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         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:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         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:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    [#|2004-01-09T16:21:58.023+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Autodeploy failed : D:\Sun\AppServer\lib\install\applications\MEjbApp.ear.|#]
    [#|2004-01-09T16:21:58.023+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ D:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear ] for autodeployment.|#]
    [#|2004-01-09T16:22:11.753+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
    Remote message: Processing beans ....
    [#|2004-01-09T16:22:38.882+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]|#]
    [#|2004-01-09T16:22:41.375+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 43001 msec, Total EJB Compiler Module Time: 27149 msec, Portion spent EJB Compiling: 63%
    Breakdown of EJBC Module Time: Total Time for EJBC: 27149 msec, CMP Generation: 19007 msec (70%), Java Compilation: 7451 msec (27%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2004-01-09T16:22:41.896+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]|#]
    [#|2004-01-09T16:22:43.799+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2004-01-09T16:22:43.799+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2004-01-09T16:22:43.809+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2004-01-09T16:22:43.819+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : D:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear.|#]
    [#|2004-01-09T16:22:43.989+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2004-01-09T16:22:45.111+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2004-01-09T16:22:45.972+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2004-01-09T16:22:46.182+0500|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2004-01-09T16:22:46.363+0500|INFO|j2ee-appserver1.4|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2004-01-09T16:22:46.373+0500|INFO|j2ee-appserver1.4|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2004-01-09T16:22:46.783+0500|INFO|j2ee-appserver1.4|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: J2EETM 1.4 Application Server|#]
    [#|2004-01-09T16:23:02.516+0500|INFO|j2ee-appserver1.4|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2004-01-09T16:23:03.908+0500|INFO|j2ee-appserver1.4|org.apache.coyote                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    hi there
    good that you solved ur problem and ur server is up and running....even i have installed the win2000server and j2ee server on it...but i get an error stating that...'Could not find the main class:Program will exit'....can u please help me out...thanx in advance

Maybe you are looking for