Problems logging in across domains

To start out what is the relationship between CORP and CORPDEV?  Parent/Child? Trust relationship?  One-way/Two-way?

We're running into a problem with users in our main corporate domain (CORP) logging into our development domain (CORPDEV).  Users have always been able to login before, and when one of our domain controllers (recently V2V'd onto a SimpliVity cluster) was shut down, the problem disappeared.
I'm assuming at this point it has to do with the V2V process on the domain controller, even though it was virtual to begin with (as opposed to P2V, which I have heard causes problems on AD DCs).  If so, is it recommended to just build a new DC and retire the old one or is there a known way to adapt the V2V'd DC to keep functioning?
If it's not related to the V2V, any ideas on what could cause a CORP\user account to suddenly become unable to login to CORPDEV\hostname systems?
This topic first appeared in the Spiceworks Community

Similar Messages

  • Problems Logging in to Domain from Windows XP

    So, I just set up a Mac server as PDC, and I've bound a couple of Windows XP Pro machines. I've set up a couple of user accounts. When I try to log-in from any user other than diradmin (my one admin account), I get a screen that says the domain controller is down or unavailable, but its not. What should I do?

    So, I just set up a Mac server as PDC, and I've bound a couple of Windows XP Pro machines. I've set up a couple of user accounts. When I try to log-in from any user other than diradmin (my one admin account), I get a screen that says the domain controller is down or unavailable, but its not. What should I do?

  • Problem logging into Rooms.

    I can't login to rooms through my app or the LCCS Navigator Room Console. The Console displays the list of rooms properly, but leaves me with a perpetual spinning clock cursor when I try to login to one. It just stopped working.
    Is there an issue with the service? Is there a better way to get instance support than posting to this forum. We are basing a major feature of our product on LCCS and having this sort of problem is a deal breaker for us. We have invested heavily in the development of this feature( just a week or two from release ) I need an answer as to how this could happen.
    The problem is universal across multiple applications and rooms, whether logging in through the Console or my app.
    Help!
    John

    Here's the trace log from my app.
    Mon Dec 27 10:58:31 GMT-0800 2010    LCCS SDK Version : 1.3.5    Player Version : MAC 10,1,102,64
    10:58:31 GMT-0800    requestInfo https://collaboration.adobelivecycle.com/cleverspring/ratioDev-20101227-103926?exx=eDpSdXN zIEV4ZWN1dGl2ZTo6Y2xldmVyc3ByaW5nOnJhdGlvXzE5NjpyYXRpb0Rldi0yMDEwMTIyNy0xMDM5MjY6MTAwOjg4Y mFmOWM5YjExNTVhM2MyNTAyNjIxMWNkNWExNmUyMTcxMzA1YTg=&mode=xml&x=0.8054965012706816
    Warning: Domain collaboration.adobelivecycle.com does not specify a meta-policy.  Applying default meta-policy 'master-only'.  This configuration is deprecated.  See http://www.adobe.com/go/strict_policy_files to fix this problem.
    10:58:33 GMT-0800    #TicketService# ticket received: 6tndw70iwywv
    10:58:33 GMT-0800    Getting FMS at https://na2.collaboration.adobelivecycle.com/fms?ticket=6tndw70iwywv&proto=rtmfp, attempt #1/3
    10:58:34 GMT-0800    result: <fms>
      <origin>fms7.acrobat.com</origin>
      <proto_ports>rtmfp:1935,rtmps:443</proto_ports>
      <retry_attempts>2</retry_attempts>
    </fms>
    10:58:34 GMT-0800    protocols: [object ProtocolPortPair],[object ProtocolPortPair]
    10:58:34 GMT-0800    [attempt 1 of 2] Connecting to 0/1: rtmfp://fms7.acrobat.com/cocomo/na2-sdk-e4fa0e5d-5e31-4bdf-aa3c-70caee70530e/ratiodev-201 01227-103926 #startProtosConnect#
    10:58:34 GMT-0800    tempNetStatusHandler 0/2,NetConnection.Connect.Success
    10:58:34 GMT-0800    isTunneling? false
    10:58:34 GMT-0800    is using RTMPS? false
    It just sits here doesn't proceed at all.
    John

  • Problems setting up a Domain - javax.management.InstanceNotFoundException

    I am having problems setting up a Domain. The following steps summarize
    what I have done.
    1. Created FooDomain in d:/bea/wlserver6.0/config and created
    appropriate config.xml, startup scripts, security, etc... (FooDomain
    boots ok)
    2. Moved console.war to bea/wlserver6.0/config/FooDomain/applications
    3. Connected to FooDomain via console (works ok).
    4. Defined machine FooMachine (happens to be localhost)
    5. Defined new server FooServer (in addition to default myserver) and
    assigned it to FooMachine.
    6. Created a new directory d:/managedServers/FooServer (note - outside
    installation directory)
    7. Created directories d:/managedServers/FooServer/logs &
    d:/managedServers/FooServer/applications
    8. Copied sample startManagedServer.cmd from mydomain to
    d:/managedServers/FooServer & modified appropriately.
    9. Ran startManagedServer.cmd (Note: I was able to connect to the
    Administration Server ok)
    The problems are as follows. (From the console - pointing to the
    Administration Server for the FooDomain)
    1. I am unable to configure a DefaultWebApp_FooServer to be located at
    d:/managedServers/FooServer/applications. I get the following exeption:
    javax.management.InstanceNotFoundException:
    FooDomain:Name=DefaultWebApp_FooServer,Type=WebAppComponent.
    2. I get a similar error when trying to set FooServer log locations to
    d:/managedServers/FooServer/logs
    Any ideas as to why? This then begs the question, what if FooServer was
    on a different physical server altogether. How would I define the
    location of the DefaultWebApp and logs.
    Thanks
    jay ()

    If you want your application work, think my way. At least, all my teammates have used this method to build their development environment. If you are more interested to debug for Weblogic, contact your support representative. The tools from Administration console look very nice, but not function as you want (e.g., the tool to convert version 5.1 application to version 6, even monitor tools). Administration console is very nice to be used to configue the parameters for a domain, but not so trustful and not for application setup in my own experience and that is why I suggest you use mydomain and DefaultWebApp_MyServer as templates. By the way, I did modify config.xml manually to change the default web application entry, etc, to what I want.
    Jay Zammit <[email protected]> wrote:
    I did not modify config.xml manually. In fact, I am able to boot both the Administration Server & Managed Server. The problem happens when using the Administration console to assign my logs and Default Applications directory to the d:/managedServers/FooServer/logs, and d:/managedServers/FooServer/applications/DefaultWebApp_FooServer directories. Try it yourself. Go to the Configurer WebApp option and type in a fully qualified directory such as d:/managedServers/FooServer/applications/DefaultWebApp_FooServer
    and see if it works on your system.
    thanks
    jay ()
    Xiang Rao wrote:
    One suggestion. Use the default domain mydomain as a template. Just make a copy of "mydomain" in folder config and rename the copy to whatever you like. Use some help tools to search all files (non-binary files) in new domain for key word "mydomain" and replace these words with your new domain name. To build an application, just rename the DefaultWebApp_MyServer to what you like and search "DefaultWebApp_MyServer" in all files (non-binary files) in your new domain and replace these words with yournew application name. Note you need to modify the scripts accordingly. Then you can run "startWeblogic" in your new domain directory to start your new domain. Other parameters should be configured by Administration console. If you manually modify configuration files, you could expect some bad news without reason.
    Jay Zammit <[email protected]> wrote:
    I am having problems setting up a Domain. The following steps summarize
    what I have done.
    1. Created FooDomain in d:/bea/wlserver6.0/config and created
    appropriate config.xml, startup scripts, security, etc... (FooDomain
    boots ok)
    2. Moved console.war to bea/wlserver6.0/config/FooDomain/applications
    3. Connected to FooDomain via console (works ok).
    4. Defined machine FooMachine (happens to be localhost)
    5. Defined new server FooServer (in addition to default myserver) and
    assigned it to FooMachine.
    6. Created a new directory d:/managedServers/FooServer (note - outside
    installation directory)
    7. Created directories d:/managedServers/FooServer/logs &
    d:/managedServers/FooServer/applications
    8. Copied sample startManagedServer.cmd from mydomain to
    d:/managedServers/FooServer & modified appropriately.
    9. Ran startManagedServer.cmd (Note: I was able to connect to the
    Administration Server ok)
    The problems are as follows. (From the console - pointing to the
    Administration Server for the FooDomain)
    1. I am unable to configure a DefaultWebApp_FooServer to be located at
    d:/managedServers/FooServer/applications. I get the following exeption:
    javax.management.InstanceNotFoundException:
    FooDomain:Name=DefaultWebApp_FooServer,Type=WebAppComponent.
    2. I get a similar error when trying to set FooServer log locations to
    d:/managedServers/FooServer/logs
    Any ideas as to why? This then begs the question, what if FooServer was
    on a different physical server altogether. How would I define the
    location of the DefaultWebApp and logs.
    Thanks
    jay ()

  • Temp Profile Problem. Windows 7, Domain

    I have about 50 machines on domain with Windows 7 32bit OS.  We are having a problem with windows not grabbing our default profile for three of our users and instead giving them a Temp Profile every time they log into the domain.  One is a normal
    user account and two are admin.  All other users can log onto any computer at anytime and they do not get the temp profile.  The three accounts get the temp profile no matter which computer on the domain they choose to log in to.  Any ideas?

    Creating a default local profile for Windows 7
    Create a new standard local user account (named STDPROFILE), add this account to the local Administrators group on the PC.
    Reboot, then log onto the PC using the local user account from previous Step.
    Set up profile settings as desired; desktop icons, mapped printers, FRVIS physical/logical, IE home page, etc..
    Reboot when finished, log back onto PC with the local “Administrator” account.
    Double-click “Computer”, then click organize, folder and search options. On the view tab, make sure “show hidden files, folders and drives” is selected; also uncheck “Hide protected Operating System Files”. Click OK
    Under C:/Users, rename the hidden “Default” user folder (NOT “Default User”)
    Make copy of the profile (STDPROFILE) customized in Step 2, rename the folder “Default”.
    Right click the folder—under properties, then security tab—add “Everyone” permissions with Full Control (include all folders and subfolders).
    Run regedit.exe
    Click on HKEY-LOCAL-MACHINE. Under File, select “Load Hive”
    Browse to the “C:/Users/Default” folder, click on ntuser.dat (make sure hidden and system files are displayed). Name the key TEMPLATE_ACCOUNT.
    Right click on the TEMPLATE_ACCOUNT key, select Export, save the .reg file to the desktop.
    Open the .reg file with Notepad, and under “Edit—replace..” put the user name STDPROFILE in the “Find what” field, to be replace with the string %USERNAME% -- choose “Replace All” then save the .reg file. Double click it to re import the changes.
    Re-open regedit.exe
    Under TEMPLATE_ACCOUNT – Control Panel – desktop, change “Wallpaper” path to the wallpaper of your choice (a local OR network path will work here). Check other settings and modify any other keys.
    If RealPlayer is installed to the image—click on TEMPLATE_ACCOUNT—SOFTWARE—Realnetworks. Delete the entire RealNetworks Key. This key will recreate.
    When done, click on TEMPLATE_ACCOUNT. Then click File, select “unload hive”. This will save the changes you made.

  • 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

  • Any plan to support tightly coupled transactions across domains?

    Hello,
    is there any plan to support tightly coupled XA transactions across domains?
    Our application has a few global transactions that span multiple domains. One domain updates a record in the Oracle DB. Later on in the same transaction the second domain retrieves the same record. But because of the loose coupling, the second domain cannot see the changes made by the first domain.
    Thanks...
    Roger
    PS: In some cases the second domain is actually a WLS domain. Because the loose coupling is a limitation of the Tuxedo Domain Gateway and WTC uses GWTDOMAIN, one could assume that once Tuxedo supports tightly coupled transactions across domains, WTC would also support it.

    Hi Roger,
    We don't have plans at the moment to solve this problem, although if it is a major problem for you, I suggest you contact Oracle support and ask them to enter an enhancement request. In general most customer have separate databases for each domain or application, thereby not normally running into this problem. Also, changing this in Tuxedo doesn't necessarily mean it would be changed in WLS as they use different transaction managers and the problem is more than a TDomain protocol issue. But generally when we make enhancements like this we try to keep GWTDOMAIN and WTC on par with one another.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Pulling data across domains

    Hello. I have hit a real deadend with this problem. I would
    appreciate some help.
    I have designed a website in Flash (
    http://www.clarkhulings.com).
    Under "Store" on the navigation bar, it contains a PayPal "View
    Cart" button that is not working. This is because the Flash does
    not allow direct access to data on the PayPal site. For security
    reasons, a Macromedia Flash movie playing in a web browser is not
    allowed to access data that resides outside the exact web domain
    from which the SWF originated. See
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520
    I have created a crossdomain.xml file and added it to the
    webserver of clarkhuling.com. The file looks like this:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "
    http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*.paypal.com"
    secure="false"/>
    </cross-domain-policy>
    Because clarkhulings.com is not using SSL and PayPal is, I
    have used secure="false" in the code above.
    My Actionscript code that is attached to the View Cart
    button, looks like this:
    view_cart_btn.onRelease = function() {
    var paypal_lv:LoadVars = new LoadVars();
    paypal_lv.onLoad = function(p_success:Boolean) {
    if (p_success) {
    for (var i in this) {
    trace("PayPal Responce "+i+": "+this
    } else {
    trace("PayPal Responce: Error connecting to server.");
    paypal_lv.cmd = "_cart";
    paypal_lv.business = "[email protected]";
    paypal_lv.display = "1";
    paypal_lv.page_style = "hulings";
    paypal_lv.sendAndLoad("https://www.paypal.com/cgi-bin/webscr",
    paypal_lv, "POST");
    As you can see, by going to the website (
    http://www.clarkhulings.com),
    clicking "View Cart" under STORE does not work. What am I doing
    wrong? I would appreciate the help of more learned developers out
    there!
    You can download a copy of one of my FLA files at
    http://www.clarkhulings.com/gallery_affiliates.fla.zip

    الحمد لله
    thanks for Allah,
    and thans for Justin "Cartoon Smart" http://www.cartoonsmart.com/
    i fix this problem using the proxy file which he upload with the RSS Reader tutorial,
    http://www.cartoonsmart.com/rss_reader.html
    so, for any people who have the same problem which is called
    Loading data across domains
    here you are the solution,
    i used the proxy.php file
    just Note if you are using Flash Player 10, you must upload it in the root domain
    like :
    www.yourdomain.com/proxy.php
    Note that you don't need to make any modefications to this file at all, just upload it as it is
    then you point to it in the flash file or in the XML fle which you control the flash form it,
    im my case i control the flash form a xml file called controls.xml and i make variable to load rss feeds from a variable in it called LinkRss
    so in this file i must point to the feed using this way
    Code:
    LinkRss="http://www.yourdomain.com/proxy.php?url=http://rss.news.yahoo.com/rss/topstories"
    sure you will change yourdomain to be any domain name you are putting the flash in it,
    for example
    Code:
    LinkRss="http://www.cartoonsmart.com/proxy.php?url=http://rss.news.yahoo.com/rss/topstories"
    that's all,

  • Active Directory accounts problem logging in to Mavericks

    We have twenty iMacs in a lab and five in an Internet café, all wired to a multiple subnet network. OS X Mavericks is bound to Active Directory.  Frequently OS X Mavericks behaves as if the network user account password is entered incorrectly until the iMac is restarted.  This did not happen when we had Mountain Lion.  We never have problems logging in to Windows computers bound to Active Directory.

    We have twenty iMacs in a lab and five in an Internet café, all wired to a multiple subnet network. OS X Mavericks is bound to Active Directory.  Frequently OS X Mavericks behaves as if the network user account password is entered incorrectly until the iMac is restarted.  This did not happen when we had Mountain Lion.  We never have problems logging in to Windows computers bound to Active Directory.

  • Error: There was a problem logging on to SAP BusinessObjects Enterprise

    I am trying to use Crystal Reports Enterprise XI 4.0 with BusinessObjects Enterprise 4.0 using a Bex Query on an SAP NetWeaver 7.01 SPS 9 BW system. I have been using the SAP Press book u201CIntegrating SAP BusinessObjects BI Platform 4.x with SAP NetWeaveru201D as my guide, attempting to follow it step by step. Please bear with me as I have only started working with this set of products within the last month. (Very new at this and do not have a very good grounding of the way it all works together. Trying to learn as quickly as possible as I am expected to support this set of tools for our developers / users.)
    I have been trying to follow along with the book to get everything connected. At this point, I have BOE set up to attach to the SAP NetWeaver BW system. I have created a test Bex Query on the BW system. From within BOE, using CMC, I can configure the Bex Query as an OLAP connection. I have set it up for SSO. I have also exchanged certificates between the BOE and the SAP NetWeaver systems which I believe will allow the exchange of tokens.
    I then go into Crystal Reports for Enterprise XI 4.0 on my PC. (I am running Windows 7 64-bit on the PC. I installed the BOE 4.0 suite of client tools except for SAP BO Live Office and SAP BO Analysis for MS Office). I can attach to my BOE system and can browse to see the OLAP connections in the BOE. I then try to select one as the data source for a new report. I then get a pop-up window stating:
       Unable to Logon
         There was a problem logging on to SAP BusinessObjects Enterprise.
           Please check your logon credentials and make sure your network is properly configured before trying again. If the problem 
           persists please contact your Administrator.
    I cannot find a log / trace / error file on my PC, the BOE system or the BW system to indicate any additional information as to what the root problem is. Has anyone seen a similar error and might know where I can find more information, how to increase trace levels so that I get some additional information or provide hints as to what the root problem might be?
    I am also trying to figure out how the authentication works between the PC, BOE and SAP NetWeaver. If using a token, there has to be consistency with the username (or some value) and I am not certain that is happening. Right now, my BOE sources its UME from the SAP NetWeaver BW system. So its user accounts are in the form SID123/ACCOUNT where SID is the SID of the SAP NetWeaver system and the string u201C123u201D is the client on that SID. When I log into the BOE system from within Crystal Reports, I am using the account in that format whereas the account on the SAP NetWeaver BW system in actuality is only the string ACCOUNT. So is the token stripping the string u201CSID123/u201D from the account name when it is sent so that the accounts match? Or do I have to manually configure some kind of account alias (in the BOE system?) so that the two recognize each other? Or something else?
    Any hints or ideas around where I can find additional information or where I have gone wrong, would be greatly appreciated.
    Thank-you in advance,
    Deb Nugent.

    Henry,
    Many thanks and excellent suggestions. But I am still not able to get this to work and (once again) am stuck.
    RE: Server Connections: When I check my server connection, I have not ticked SSL and am using the non-secure server port for my BOE system. When I click on u201CTest connectionu201D, I can successfully log in using my username / password on the SAP NetWeaver BW system. If I tick the SSL box without changing the port, I get the error message u201CFailed to establish a connection. The cause was u201CCannot connect to SAP BusinessObjects Enterprise at this time. Please try again later.u201D If I tick the SSL box and change the port to use the secure server port for the BOE system, I get the same error.
    RE: Preferences: I am using the default settings under Preferences -> Network Settings. We do not manually configure proxy settings on our network so I have ticked u201CUse system proxy configurationu201D and under SSL settings, have ticked u201CUse system keystore / trust storeu201D. I have swapped keys between the BOE system and the SAP NetWeaver system but I have not swapped any keys between my PC and the BOE system or the SAP NetWeaver system (which I do not expect to do but am mentioning here in case I am wrong).
    RE: BILaunchPad: I do not have any references for BILaunchPad. Is this u201CWeb Intelligence Rich Clientu201D? If so, I tried starting it, it reported an error: u201CAn error occurred at session creation.u201D Details showed u201CSSL mode is being requested but the following argument(s) are not present: passphrase (FWM 01012)u201D I went into the CMC and checked my SAP connections under Authentications. On the tab u201COptionsu201D, there is the section u201CSAP SSO Serviceu201D where I typed in the KeyStore password. When I created the key store file, I only specified a keystore password and did not specify a private key. Originally, I had it set with the private key blank with the correct password on the keystore. I also tried entering the same password as the private keystore and saving it. I verified that the connection services for Web Intelligence had restarted but I still am getting that same message when I try to start the Web Intelligence Rich Client.
    At OS level on the BOE server, I logged in as my boe1 account and checked the parameters that can be entered for the PKCS12Tool.jar file that I used to create the ketstore file I had used. There does not appear to be an option for anything other than the keystore password. There is no private key password field listed.
    I searched for the FWM 01012 error and found the HTML and PDF help files form SAP explaining errors. However, it only states u201CEnsure that all SSL arguments are presentu201D but gives no details as to what, exactly needs to be checked.
    I will be talking with co-workers today to see if any of them can make sense of this (anoterh set of eyes sometimes helps). Any other suggestions about areas to look for addiitonal details / increased traces / logs?
    Deb Nugent.

  • Sales order cannot be rejected -problem log status item status is incorrect

    Hi,
    I need to reject this particular sales order, but when i try to reject it says to check the problem log which states that the item status is incorrect. It says subsequent documents exists for some lines even though no documenst are attached.
    There were a delivery attached to this order earlier but that has been archived. I ran repors SDVBUK00 etc but nothin seem to sort this issue..
    I just need to reject the whole sales order. does anyone know any reports or somethin to rectify this issue.
    Thanks
    Keshini

    Dear Keshini,
    Could you please update with the process of Delivery Document Archieved?
    I mean, had you reversed the delivery (T. Code: VL09) and then deleted the items from reversed Delivery Doc (T. Code: VL02N), before deleteing the Delivery Doc?
    Was there any subsequent document for Delivery Doc.?
    Best Regards,
    Amit
    Note: Also, check with Copy-Control settings for Order-to-Delivery (T. Code: VTLA)
    1. Field: Update Document Flow is marked ticked at
    Item (Dialog Structure) --> Item Category --> Control data
    2. Field: Pos./neg. quantity with entry "+"

  • Hi, so I keep having problems logging onto the iTunes store in iTunes and I get this error message: "iTunes could not connect to the iTunes Store. An unknown error occurred (0x80090318) Make sure your network connection is active and try again."

    Hi,
    So I keep having problems logging onto the iTunes store in iTunes where an error message pops up saying: "iTunes could not connect to the iTunes Store. An unknown error occurred (0x80090318) Make sure your network connection is active and try again."
    How do I fix this?

    Hey thatssoivi,
    If you are having an issue with being unable to connect to the iTunes store, I would suggest that you troubleshoot using the steps in this article - 
    iTunes for Windows: iTunes Store connection troubleshooting - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Problem With PXE Across Subnets

    I'm having a problem with PXE across subnets. The workstation boots,
    finds the dhcp server, finds the tftp server, downloads linux.1 and
    linux.2 with no problem. It is unable to download linux3.tgz, however.
    I've tried two different zen servers. I can tftp the file from either
    zen server in windows with no problem. I can tftp it from maintenance
    mode if I use a workstation as a tftp server. I can tftp it in PXE on
    the same subnet with no problems.
    A packet trace on the workstation shows that it gets so far into the
    download and then begins getting ICMP 'destination unreacable' packets
    from the server with the 'port unreachable' flag set.
    It sounds as if the server is closing the conversation on that port.
    Can anyone shed any light on this for me?
    Dave Thomas
    Rivercrest Technologies, Inc.

    Could you send me that trace? I would like to have a quick look
    Ron
    [email protected]
    <[email protected]> wrote in message
    news:iNOie.234$[email protected]..
    > The source address is the zen server. I'm relatively certain there is
    > not routing issue because I can tftp the file from windows with no issues
    > etc. Also there are a lot of other services crossing the subnets that
    > would fail if there is a routing issue.
    >
    > The 'port unreachable' flag seems to indicate that the zen server has
    > stopped listening on the port that is being used for the transfer.
    >
    > Dave Thomas
    >
    > > Where do these ICMP "destination unreacable" come from? could there be a
    > > routing issue to get to the imaging server?
    > >
    > > Ron
    > >
    > > <[email protected]> wrote in message
    > > news:[email protected] oups.com...
    > > > I'm having a problem with PXE across subnets. The workstation boots,
    > > > finds the dhcp server, finds the tftp server, downloads linux.1 and
    > > > linux.2 with no problem. It is unable to download linux3.tgz,
    > however.
    > > >
    > > >
    > > > I've tried two different zen servers. I can tftp the file from either
    > > > zen server in windows with no problem. I can tftp it from maintenance
    > > > mode if I use a workstation as a tftp server. I can tftp it in PXE on
    > > > the same subnet with no problems.
    > > >
    > > > A packet trace on the workstation shows that it gets so far into the
    > > > download and then begins getting ICMP 'destination unreacable' packets
    > > > from the server with the 'port unreachable' flag set.
    > > >
    > > > It sounds as if the server is closing the conversation on that port.
    > > >
    > > > Can anyone shed any light on this for me?
    > > >
    > > > Dave Thomas
    > > > Rivercrest Technologies, Inc.
    > > >
    > >
    > >
    >

  • How to Display a List of Users Currently Logged On to Domain

    Windows Server 2008 R2 Enterprise.
    I had a snap-in in Windows Server 2003 that allowed me to see who was currently logged onto the domain.  How can I do this in Windows Server 2008 R2?  I am the administrator, so there is no privilege issue.  Thanks for any help.
    Doug Pruiett Good News Jail & Prison Ministry Richmond, Virginia www.goodnewsjail.org

    Hi,
    If you want to list current logon users from all servers in a domain, I’m afraid there is no existing tool from Microsoft to support you do that. However, you can use LsaEnumerateLogonSessions
    API like
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa375400(v=vs.85).aspx to enumerate all logon sessions on the clients and gather all information together to achieve your target.  
    If you want to find out who is logged on to a specific terminal server, there are four methods:
    1. check event log
    2. write some PowerShell scripts as:
    http://technet.microsoft.com/en-us/library/ff730963.aspx
    http://learn-powershell.net/2010/11/01/quick-hit-find-currently-logged-on-users/
    3. use WMI&VBScript as:
    http://blogs.msdn.com/b/alejacma/archive/2008/03/04/how-to-get-the-logged-on-user-with-wmi-vbscript.aspx
    4. use some third-party tools like others suggested.
    In addition, here is another thread who used scripts to realize this for your reference:
    http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/c956a5d9-8895-4042-8047-78a44ffc1d53
    Regards,
    Cicely

  • Problem Logging it to Int Rep and Int Dir of SAP XI

    Hi,
             I m using SAP XI 3.0, I am maintaing 2 systems, one as server and one as client. In the client system I have installed J2e engine and SAP GUI. I have problem logging in to Integration rep and Int Dir in the Client system. I have no logging problem in SERVER, but I have in Client system.
      So pls help me in this regard....
    !!!THANKS IN ADVANCE!!
    Sunil Shetty

    Hi,
               If its a problem in the exchange profile, then how is it possible to log in to the SAP XI Server, which is having the same use name and password.
    User Name and Pass Word of Server System is Same as the Client system.I can log in to the server but I am unable to log in to client system which is another system.
    Thanks in advance.
    Sunil Shetty

Maybe you are looking for

  • PO Output for Communication Parameter Values

    I've created a custom RTF template to print PO's, which is working fine except for one thing: I can't get the parameter values from the PO Output for Communication concurrent program. I've tried: <?param@begin:P_report_type?> but it doesn't seem to r

  • Retrieving full serial number

    I am trying to retrieve the full serial number on a SLS install. The serveradmin tool stars out the last 4 digits, and when try and get it via the command line serveradmin fullstatus info I get the same info.. is there another way to get the full ser

  • Is there a market for Java 3d?

    Hi, i'm just about to finish college this year and have worked with lots of programming languages during my time in college but found java to be the most interesting... After a while i got into making games in java with the help of the java 3d api. I

  • MacBook Pro Retina shutting down randomly

    Hi Some shile ago my MBP Retina 15" started shutting down randomly while i use it. Then it takes like 10-30 minutes to cool down and then it can be turned on agin. If you try to switch it on earlier than it sounds like it's starting as ususally but t

  • SCOM 2012 Microsoft.SystemCenter.HealthServiceWatcher and NetbiosComputerName

    Alerts generated by Microsoft.SystemCenter.HealthServiceWatcher don't have the NetbiosComputerName field populated. Is there anyway to get this field populated? Alerts include: Failed to Connect to Computer Health Service Heartbeat Failure Thanks, Da