Domain- server (JVM) mapping and startWebLogic.cmd

I just started using WebLogic 8.1.x on Windows platform and my web application requires a classpath entry to be added to the startWebLogic.cmd. I located this file under bea_home/user_projects/domains/mydomain directory. I noticed that the JVM is started by this file.
Per documentation, a domain can host one or more servers and each server is a JVM. Although, I created my own servers under the domain, I don't see startWebLogic.cmd in the server directory to control the start/stop of the JVM associated with the server. I don't understand how the startWebLogic.cmd in the domain directory can control one or more servers within a domain. Besides, each server may require its own classpath customization needs and I like to keep the customization at the server level if possible.
I also like to understand the best practice along these lines. Is it typical to create multiple servers under a domain with each server hosting logically realated applications?
Any insight would be greatly appreciated.

Hi,
What you probably read was that a domain can have one admin and multiple managed servers.
In the mydomain directory you will find a startWeblogic.cmd - which will start the admin server and you will find a startManagedWeblogic-X.cmd which will start your managed instance called X.
You can specify the classpath for the managed instance in startManagedWeblogic-X.cmd.
Hope this helped.
Regards
Shikhar

Similar Messages

  • I have imac 10.6.8 how to add it to my domain server windows 2003

    i have imac 10.6.8 how to add it to my domain server windows 2003
    and .
    i cant find the directory access any

    One option is to create a new partition (~30- 50 GB), install the new OS, and ‘test drive’ it. If you like/don’t like it it, you can then remove the partition. Do a backup before you do anything. By doing this, if you don’t like it you won’t have to go though the revert process.
    Check to make sure your applications are compatible.
    Application Compatibility
    Applications Compatibility (2)

  • Client jvm.dll vs server jvm.dll

    I recently had to work on an legacy application which led me dig into jvm.dll things but could not find something concrete.
    From my research, i know
    client jvm.dll- comes with JRE, for lighter apps.
    server jvm.dll-comes with JDk and more optimized implementation of jvm.
    But-
    why jdk/jre for 64-bit doesnt contain client jvm.dll (only server.dll)??
    jdk/jre for 32 bit contains client jvm.dll.
    Our app (which is actually a windows service written by some unknown team) didnt run with server jvm.dll and after struggling a lot, we realized it requires client jvm.dll
    which led us to download 32 bit jdk.
    That app/wondows service was created using apache commons daemon on jdk 4.

    user5873044 wrote:
    ...didnt run with server jvm.dll That either means that
    1. It threw an exception - which would tell you something.
    2. It crashed.
    3. You had some 'criteria' which was not met for one of them.
    Additionally it might have been one of the above but you don't know what caused the problem.
    It would be helpful and interesting to know which it was.
    (which is actually a windows service written by some unknown team)Which suggests one possible failure in that they used jni and were explicitly loading one dll versus the other.
    why jdk/jre for 64-bit doesnt contain client jvm.dll (only server.dll)??Possibly because when they first put together the 64 bit VMs the only machines that ran 64 bits were server class machines.

  • Solution for starting weblogic server 6.1 SP4 after changing of JVM to JDK 1.4 in startweblogic.cmd file

    Hi,
    I am using WebLogic 6.1 SP4 on a windows 2000 system.
    I have changed the JAVA_HOME variable in startweblogic.cmd file to point to j2sdk1.4.0_01
    instead of the default. I have set the weblogic startup password also in the WLS_PW
    variable in startweblogic.cmd file. After this change when i start the server,
    i get the following stack trace error and the server does not start up at all.
    Stack trace:
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:393)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate
    .java:78)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:210)
    at weblogic.Server.main(Server.java:35)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    For the above problem there is a workaround suggested at this link
    http://www.genuitec.com/products/JDK14_WLS61.pdf
    The same does not happen in WebLogic 7.0 even after i change the default JAVA_HOME
    variable . It starts without any problem.
    So is there any solution given by WebLogic . If so please do let me know.
    Thanks in advance
    Raj Kumar

    Hi,
    I am using WebLogic 6.1 SP4 on a windows 2000 system.
    I have changed the JAVA_HOME variable in startweblogic.cmd file to point to j2sdk1.4.0_01
    instead of the default. I have set the weblogic startup password also in the WLS_PW
    variable in startweblogic.cmd file. After this change when i start the server,
    i get the following stack trace error and the server does not start up at all.
    Stack trace:
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:393)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate
    .java:78)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:210)
    at weblogic.Server.main(Server.java:35)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    For the above problem there is a workaround suggested at this link
    http://www.genuitec.com/products/JDK14_WLS61.pdf
    The same does not happen in WebLogic 7.0 even after i change the default JAVA_HOME
    variable . It starts without any problem.
    So is there any solution given by WebLogic . If so please do let me know.
    Thanks in advance
    Raj Kumar

  • Deleted failed DC from the domain (Server 2012 R2) - Now after doing metadata and DNS cleanup, I can no longer promote a new DC to the domain

    I work for a university and teach IT courses to undergrad and graduate students. The details below are pertaining an isolated lab environment
    I had a storage failure in my lab and the DCs became corrupt. This is a university lab environment so there isn't anything crucial on here. I just would rather avoid rebuilding the domain/forest and would rather use this as a learning experience with my
    students...
    So after the storage failed and was restored, the VMs hosted became corrupt. I did a NTDSUTIL to basically repair the NDTS.dit file but one of my DCs reverted to a state before DC promotion. Naturally, the domain still had this object in AD. After numerous
    failed attempts at trying to reinstall the DC on the server through the server manager wizard in 2012 R2, I decided that a metadata cleanup of the old failed object was necessary.
    Utilizing this article, I removed all references of the failed DC from both AD and DNS (http://www.petri.com/delete_failed_dcs_from_ad.htm) 
    So now that the failed object is removed completely from the domain and the metadata cleanup was successful, I then proceeded to re-install the necessary AD DS role on the server and re-promote to the existing domain. Pre-Requisites pass but generate some
    warning around DNS Delgation, and Dynamic Updates (delegation is ignored because the lab is isolated from external comms, and dynamic updates are in fact enabled on both my _msdcs and root domain zones).
    Upon the promotion process, I get the following error message (also worth mentioning - the account performing these operations is a member of DA, EA, and Schema Admins)
    The operation failed because:
    Active Directory Domain Services could not create the NTDS Settings object for this Active Directory Domain Controller CN=NTDS Settings,CN=domainVMDC1,CN=Servers,CN=Default-
    First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu on the remote AD DC domainVMDC2. Ensure the provided network credentials have sufficient permissions.
    "While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync."
    As you can see, this error seems odd considering. Now that I'm down to a single DC and DNS server, the sync should be corrected. I've run a repadmin /syncall and it completed successfully. Since then, I've run dcdiags and dumped those to a text as well and
    here are my results...
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = domainVMDC2
       * Identified AD Forest. 
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Connectivity
             ......................... domainVMDC2 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Advertising
             ......................... domainVMDC2 passed test Advertising
          Starting test: FrsEvent
             ......................... domainVMDC2 passed test FrsEvent
          Starting test: DFSREvent
             ......................... domainVMDC2 passed test DFSREvent
          Starting test: SysVolCheck
             ......................... domainVMDC2 passed test SysVolCheck
          Starting test: KccEvent
             ......................... domainVMDC2 passed test KccEvent
          Starting test: KnowsOfRoleHolders
             ......................... domainVMDC2 passed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... domainVMDC2 passed test MachineAccount
          Starting test: NCSecDesc
             ......................... domainVMDC2 passed test NCSecDesc
          Starting test: NetLogons
             ......................... domainVMDC2 passed test NetLogons
          Starting test: ObjectsReplicated
             ......................... domainVMDC2 passed test ObjectsReplicated
          Starting test: Replications
             ......................... domainVMDC2 passed test Replications
          Starting test: RidManager
             ......................... domainVMDC2 passed test RidManager
          Starting test: Services
             ......................... domainVMDC2 passed test Services
          Starting test: SystemLog
             A warning event occurred.  EventID: 0x00001795
                Time Generated: 12/18/2014   00:35:03
                Event String:
                The program lsass.exe, with the assigned process ID 476, could not authenticate locally by using the target name ldap/domainvmdc2.domain.school.edu. The target name used is not valid. A target name should
    refer to one of the local computer names, for example, the DNS host name.
             ......................... domainVMDC2 passed test SystemLog
          Starting test: VerifyReferences
             ......................... domainVMDC2 passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
                For the partition
                (DC=ForestDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=3098109a-ff99-41d4-8926-0e814ac8efde,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... ForestDnsZones failed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (DC=ForestDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=3098109a-ff99-41d4-8926-0e814ac8efde,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... ForestDnsZones failed test
             CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
                For the partition
                (DC=DomainDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=2f0b8ac0-2630-441a-891f-b5fcb91498a8,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... DomainDnsZones failed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (DC=DomainDnsZones,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=2f0b8ac0-2630-441a-891f-b5fcb91498a8,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... DomainDnsZones failed test
             CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (CN=Schema,CN=Configuration,DC=domain,DC=school,DC=edu) we
                encountered the following error retrieving the cross-ref's
                (CN=Enterprise Schema,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... Schema failed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition
                (CN=Configuration,DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=Enterprise Configuration,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... Configuration failed test CrossRefValidation
       Running partition tests on : domain
          Starting test: CheckSDRefDom
             ......................... domain passed test CheckSDRefDom
          Starting test: CrossRefValidation
                For the partition (DC=domain,DC=school,DC=edu) we encountered
                the following error retrieving the cross-ref's
                (CN=domain,CN=Partitions,CN=Configuration,DC=domain,DC=school,DC=edu)
                 information: 
                   LDAP Error 0x52e (1326). 
             ......................... domain failed test CrossRefValidation
       Running enterprise tests on : domain.school.edu
          Starting test: LocatorCheck
             ......................... domain.school.edu passed test
             LocatorCheck
          Starting test: Intersite
             ......................... domain.school.edu passed test Intersite
    From what I can gather, there is a definite DNS issue but I don't have any stale records to the old DC stored anywhere. I've tried this with a new server as well and get similar errors... 
    At this rate I'm ready to rebuild the entire forest over again. I'm just reluctant to do so as I want to make this a learning experience for the students. 
    Any help would be greatly appreciated. Thanks!

    As you can see, there seems to be some errors. The one that I did correct was the one around the _msdcs NS record being unable to resolve. For whatever, reason the name wasn't resolving the IP but all other NS tabs and records were. Just that one _msdcs
    sub-zone. Furthermore, the mentioning of any connections to root hint servers can be viewed as false positives. There is no external comms to this lab so no communication with outside IPs can be expected. Lastly, they mentioned a connectivity issue yet mention
    that I should check the firewall settings. All three profiles are disabled in Windows Firewall (as they have been the entire time). Thank you in advance for your help!
    C:\Windows\system32>dcdiag /test:dns /v
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       * Verifying that the local machine domainVMDC2, is a Directory Server.
       Home Server = domainVMDC2
       * Connecting to directory service on server domainVMDC2.
       * Identified AD Forest.
       Collecting AD specific global data
       * Collecting site info.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu,LDAP_SCOPE_SUBTREE,(objectCategory=ntDSSiteSettings),.......
       The previous call succeeded
       Iterating through the sites
       Looking at base site object: CN=NTDS Site Settings,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu
       Getting ISTG and options for the site
       * Identifying all servers.
       Calling ldap_search_init_page(hld,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu,LDAP_SCOPE_SUBTREE,(objectClass=ntDSDsa),.......
       The previous call succeeded....
       The previous call succeeded
       Iterating through the list of servers
       Getting information for the server CN=NTDS Settings,CN=domainVMDC2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=domain,DC=school,DC=edu
       objectGuid obtained
       InvocationID obtained
       dnsHostname obtained
       site info obtained
       All the info for the server collected
       * Identifying all NC cross-refs.
       * Found 1 DC(s). Testing 1 of them.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Starting test: Connectivity
             * Active Directory LDAP Services Check
             The host
             3a38b19c-4bb3-4542-acb6-9e5e97cc15c4._msdcs.domain.school.edu
             could not be resolved to an IP address. Check the DNS server, DHCP,
             server name, etc.
             Got error while checking LDAP and RPC connectivity. Please check your
             firewall settings.
             ......................... domainVMDC2 failed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\domainVMDC2
          Test omitted by user request: Advertising
          Test omitted by user request: CheckSecurityError
          Test omitted by user request: CutoffServers
          Test omitted by user request: FrsEvent
          Test omitted by user request: DFSREvent
          Test omitted by user request: SysVolCheck
          Test omitted by user request: KccEvent
          Test omitted by user request: KnowsOfRoleHolders
          Test omitted by user request: MachineAccount
          Test omitted by user request: NCSecDesc
          Test omitted by user request: NetLogons
          Test omitted by user request: ObjectsReplicated
          Test omitted by user request: OutboundSecureChannels
          Test omitted by user request: Replications
          Test omitted by user request: RidManager
          Test omitted by user request: Services
          Test omitted by user request: SystemLog
          Test omitted by user request: Topology
          Test omitted by user request: VerifyEnterpriseReferences
          Test omitted by user request: VerifyReferences
          Test omitted by user request: VerifyReplicas
          Starting test: DNS
             DNS Tests are running and not hung. Please wait a few minutes...
             See DNS test in enterprise tests section for results
             ......................... domainVMDC2 passed test DNS
       Running partition tests on : ForestDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : DomainDnsZones
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Schema
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : Configuration
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running partition tests on : domain
          Test omitted by user request: CheckSDRefDom
          Test omitted by user request: CrossRefValidation
       Running enterprise tests on : domain.school.edu
          Starting test: DNS
             Test results for domain controllers:
                DC: domainVMDC2
                Domain: domain.school.edu
                   TEST: Authentication (Auth)
                      Authentication test: Successfully completed
                   TEST: Basic (Basc)
                      Error: No LDAP connectivity
                      The OS
                      Microsoft Windows Server 2012 R2 Datacenter (Service Pack level: 0.0)
                      is supported.
                      NETLOGON service is running
                      kdc service is running
                      DNSCACHE service is running
                      DNS service is running
                      DC is a DNS server
                      Network adapters information:
                      Adapter [00000010] vmxnet3 Ethernet Adapter:
                         MAC address is 00:50:56:A2:2C:24
                         IP Address is static
                         IP address: *.*.100.26
                         DNS servers:
                            *.*.100.26 (domainVMDC2) [Valid]
                      No host records (A or AAAA) were found for this DC
                      The SOA record for the Active Directory zone was found
                      The Active Directory zone on this DC/DNS server was found primary
                      Root zone on this DC/DNS server was not found
                   TEST: Forwarders/Root hints (Forw)
                      Recursion is enabled
                      Forwarders are not configured on this DNS server
                      Root hint Information:
                         Name: a.root-servers.net. IP: 198.41.0.4 [Invalid (unreachable)]
                         Name: b.root-servers.net. IP: 192.228.79.201 [Invalid (unreachable)]
                         Name: c.root-servers.net. IP: 192.33.4.12 [Invalid (unreachable)]
                         Name: d.root-servers.net. IP: 199.7.91.13 [Invalid (unreachable)]
                         Name: e.root-servers.net. IP: 192.203.230.10 [Invalid (unreachable)]
                         Name: f.root-servers.net. IP: 192.5.5.241 [Invalid (unreachable)]
                         Name: g.root-servers.net. IP: 192.112.36.4 [Invalid (unreachable)]
                         Name: h.root-servers.net. IP: 128.63.2.53 [Invalid (unreachable)]
                         Name: i.root-servers.net. IP: 192.36.148.17 [Invalid (unreachable)]
                         Name: j.root-servers.net. IP: 192.58.128.30 [Invalid (unreachable)]
                         Name: k.root-servers.net. IP: 193.0.14.129 [Invalid (unreachable)]
                         Name: l.root-servers.net. IP: 199.7.83.42 [Invalid (unreachable)]
                         Name: m.root-servers.net. IP: 202.12.27.33 [Invalid (unreachable)]
                      Error: Both root hints and forwarders are not configured or
                      broken. Please make sure at least one of them works.
                   TEST: Delegations (Del)
                      Delegation information for the zone: domain.school.edu.
                         Delegated domain name: _msdcs.domain.school.edu.
                            Error: DNS server: domainvmdc2. IP:<Unavailable>
                            [Missing glue A record]
                            [Error details: 9714 (Type: Win32 - Description: DNS name does not exist.)]
                   TEST: Dynamic update (Dyn)
                      Test record dcdiag-test-record added successfully in zone domain.school.edu
                      Warning: Failed to delete the test record dcdiag-test-record in zone domain.school.edu
                      [Error details: 13 (Type: Win32 - Description: The data is invalid.)]
                   TEST: Records registration (RReg)
                      Network Adapter [00000010] vmxnet3 Ethernet Adapter:
                         Matching CNAME record found at DNS server *.*.100.26:
                         3a38b19c-4bb3-4542-acb6-9e5e97cc15c4._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.a9241004-88ea-422d-a71e-df7b622f0d68.domains._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._udp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kpasswd._tcp.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _kerberos._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.gc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _gc._tcp.Default-First-Site-Name._sites.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs.domain.school.edu
                         Matching  SRV record found at DNS server *.*.100.26:
                         _ldap._tcp.pdc._msdcs.domain.school.edu
                   Error: Record registrations cannot be found for all the network
                   adapters
             Summary of test results for DNS servers used by the above domain
             controllers:
                DNS server: 128.63.2.53 (h.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 128.63.2.53               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.112.36.4 (g.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.112.36.4               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.203.230.10 (e.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.203.230.10               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.228.79.201 (b.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.228.79.201               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.33.4.12 (c.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.33.4.12               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.36.148.17 (i.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.36.148.17               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.5.5.241 (f.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.5.5.241               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 192.58.128.30 (j.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 192.58.128.30               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 193.0.14.129 (k.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 193.0.14.129               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 198.41.0.4 (a.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 198.41.0.4               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 199.7.83.42 (l.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 199.7.83.42               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 199.7.91.13 (d.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 199.7.91.13               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: 202.12.27.33 (m.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DNS server 202.12.27.33               
    [Error details: 1460 (Type: Win32 - Description: This operation returned because the timeout period expired.)]
                DNS server: *.*.100.26 (domainVMDC2)
                   All tests passed on this DNS server
                   Name resolution is functional._ldap._tcp SRV record for the forest root domain is registered
             Summary of DNS test results:
                                                Auth Basc Forw Del  Dyn  RReg Ext
                Domain: domain.school.edu
                   domainVMDC2                 PASS FAIL FAIL FAIL WARN FAIL n/a
             ......................... domain.school.edu failed test DNS
          Test omitted by user request: LocatorCheck
          Test omitted by user request: Intersite

  • How to access a domain server which is targeted by Group Policy set to block Inbound and Outbound connections

    Hi,
    I have a practice lab with two physical servers 2012 R2, one of them is Hyper-V host and one of VMs is a domain controller. I was doeing some exercises with firewall rule deployment through Group Policy, so I created an outbound rule to block port 80 which
    was targeted to Domain Computers. Now my other physical server has inbound and outbound connections set to block and domain controller cannot be contacted to update policy ( with rule removed ). At least that is my understanding. Maybe I messed up something
    with the profiles too, because port 80 would not have block all outband traffic, or?
    I am new to IT so my understanding is still poor.
    Best
    Robert

    Hi Robert,
    If we block inbound connections, all connections that do not have firewall rules that explicitly allow the connection will be blocked.
    If we block outbound connections, all connections that do not have firewall rules that explicitly allow the connection will be blocked.
    If we block outbound TCP port 80, it will mean all websites will be unreachable, for TCP port 80 is for HTTP.
    Regarding Windows firewall security settings, the following article can be referred to for more information.
    Windows Firewall with Advanced Security Properties Page
    http://technet.microsoft.com/en-us/library/cc753002.aspx
    Best regards,
    Frank Shen

  • How to add the zorin os and domain server 2008

    Since Zorin is just a flavour of Ubuntu you should be able to use any of the guides for adding Ubuntu to Active Directory. You can use Samba, Winbind, LikewiseOpen or another package to add it.
    Here is some more information: http://askubuntu.com/questions/33592/how-do-i-join-a-windows-active-directory.

    how to add the zorin os and domain server 2008
    kindly help as 
    This topic first appeared in the Spiceworks Community

  • Diiferences between bin/client/jvm.dll and bin/server/jvm.dll

    Hello,
    A basic question about the jvm.dll library :
    I can't find any document explaining the difference between bin/client/jvm.dll and bin/server/jvm.dll both locatedin the j2sdk directory.
    Therefore, I don't really know which one I should use with tomcat run as a service.
    Thanks for your help .
    -- gregory

    I found the answer here:
    http://java.sun.com/javase/6/webnotes/install/jre/README
    under-> Redistributable JDK(TM) Files
    it states:
    jre\bin\server\
    On Microsoft Windows platforms, the JDK includes both
    the Java HotSpot(TM) Server VM and Java HotSpot Client VM.
    However, the Java SE Runtime Environment for Microsoft Windows
    platforms includes only the Java HotSpot Client VM. Those wishing
    to use the Java HotSpot Server VM with the Java SE Runtime
    Environment may copy the JDK's jre\bin\server folder to a
    bin\server directory in the Java SE Runtime Environment. Software
    vendors may redistribute the Java HotSpot Server VM with their
    redistributions of the Java SE Runtime Environment.

  • Unable to start admin server service for weblogic (startWebLogic.sh) Linux

    I installed ECM 11g on Linux 64-bit , installed weblogic 12
    so when I try to start admin server service for weblogic (startWebLogic.sh) and following error its showing
    I found solution to give full access permeation for the user , but it's still same issue
    and i am triyng to start services from the users how installed the Weblogic and ECM
    bash-4.1$ '/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/startWebLogic.sh' .
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/jdk1.6.0_33/lib/tools.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic_sp.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:/home/ecm/Oracle/Middleware/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/webservices.jar:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/ecm/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/xqrl.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
    PATH=/home/ecm/Oracle/Middleware/wlserver_12.1/server/bin:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/lib/jvm/jdk1.6.0_33/jre/bin:/usr/lib/jvm/jdk1.6.0_33/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ecm/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    Starting WLS with line:
    /usr/lib/jvm/jdk1.6.0_33/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.policy -Xverify:none -Djava.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_33/jre/lib/endorsed:/home/ecm/Oracle/Middleware/wlserver_12.1/endorsed -da -Dplatform.home=/home/ecm/Oracle/Middleware/wlserver_12.1 -Dwls.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dweblogic.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dcommon.components.home=/home/ecm/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain -Djrockit.optfile=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dipm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Ducm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Dem.oracle.home=/home/ecm/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server
    <Sep 12, 2012 12:08:02 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.8-b03 from Sun Microsystems Inc..>
    <Sep 12, 2012 12:08:04 PM EEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Sep 12, 2012 12:08:06 PM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320400> <The log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log00009. Log messages will continue to be logged in /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <Log Management> <BEA-170019> <The server log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    Sep 12, 2012 12:08:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Sep 12, 2012 12:08:09 PM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    >
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    bash-4.1$

    Looks to be a cert or keystore issue. How do you have that setup?

  • Cannot find the file 'startWebLogic.cmd"...

    I installed to 7.0+Cajun to d:\bea3 as my beahome. I have two other BEA homes d:\bea
    and d:\bea2. I made my user-domains folder name to be "domains". Otherwise its
    a standard install. I'm on NT.
    When I try and start the WLS server from inside Workshop, I get the following
    error message:
    "Cannot find the file 'startWebLogic.cmd' (or one of its components). Make sure
    the path and filename are correct and that all required libraries are available."
    I dismiss the dialog and Workshop will continue showing a progress bar and I have
    to cancel it.
    Looks like a standard path problem. Is anyone else getting this out of the box?
    Should Workshop.cmd be setting up the path to the sample workshop WLS? An easy
    workaround is to start the server manually outside of Workshop.
    PJL

    Actually, Peter and all,
    No need to send me the files listed below as I woke up after re-reading your
    post. There is an issue we are tracking down with regards to what Mike
    Wooten said on an earlier post and those people running on Windows NT4.x
    only, seems the start command changed somewhat for the better in Win2K.
    If you ARE running on Windows 2000 and you are still seeing the problems
    outlined below, please reply back with the files attached and we will get
    someone on looking at your issue.
    Since this beta is targeted at Win2K and Solaris only, the solution will
    have to be starting it from the start menu which you have mentioned
    previously. We are tracking this as an issue from beta and will probably
    support NT4 for the GA.
    Thanks for letting us know !
    Art
    "Art Becker" <[email protected]> wrote in message
    news:[email protected]...
    Peter,
    Thank you for your question. In order for me to better narrow down the
    problem, would you please either post or send me the Jellybeans.properties
    file from d:\bea2\weblogic700b\samples\workshop and your .Jellybeans (note
    the period at the beginning) from your %systemdrive%\documents and
    settings\%username% folder ?
    This information should help us determine what the issue you are running
    into is. Other people are seeing this issue out of the box though I have
    had trouble reproducing the problem and need some more input to determine
    where it lies.
    The installer should be setting the properties for the "start path"
    correctly during install.
    Thanks,
    Art
    "Peter Laird" <[email protected]> wrote in message
    news:[email protected]...
    I installed to 7.0+Cajun to d:\bea3 as my beahome. I have two other BEAhomes d:\bea
    and d:\bea2. I made my user-domains folder name to be "domains".
    Otherwise
    its
    a standard install. I'm on NT.
    When I try and start the WLS server from inside Workshop, I get thefollowing
    error message:
    "Cannot find the file 'startWebLogic.cmd' (or one of its components).
    Make
    sure
    the path and filename are correct and that all required libraries areavailable."
    I dismiss the dialog and Workshop will continue showing a progress bar
    and
    I have
    to cancel it.
    Looks like a standard path problem. Is anyone else getting this out of
    the
    box?
    Should Workshop.cmd be setting up the path to the sample workshop WLS?
    An
    easy
    workaround is to start the server manually outside of Workshop.
    PJL

  • Exception when "Edit Maps and Interface"

    This is pretty uniform on all .jws I tried. Right click on the client
    interface and choose "Edit Maps and Interface" yields:
    Unexpected exception:
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:394)
    at java.lang.Integer.parseInt(Integer.java:476)
    at jellybeans.util.CookingUtil.getErrorCount(CookingUtil.java:159)
    at jellybeans.util.CookingUtil.getErrorText(CookingUtil.java:142)
    at
    jellybeans.modules.jws.dialog.SvcMapEditorDialog$GetDefaultMapTask.runForegr
    ound(SvcMapEditorDialog.java:1441)
    at
    jellybeans.core.task.TaskThread$ExecuteForeground.run(TaskThread.java:164)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at jellybeans.util.AssertUtil$1.run(AssertUtil.java:147)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at
    jellybeans.modules.jws.action.EditSvcMapsAction.actionPerformed(EditSvcMapsA
    ction.java:93)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
    n.java:1820)
    at
    javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4
    19)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at
    javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
    at
    javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic
    MenuItemUI.java:932)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1380)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1437)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
    at java.awt.Container.dispatchEventImpl(Container.java:1423)
    at java.awt.Window.dispatchEventImpl(Window.java:1566)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Was caught at:
    jellybeans.util.AssertionFailureException: Unexpected exception: null
    at jellybeans.util.AssertUtil.handleUnexpectedException(AssertUtil.java:50)
    at jellybeans.util.AssertUtil.handle(AssertUtil.java:90)
    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
    java.awt.EventDispatchThread.handleException(EventDispatchThread.java:304)
    at
    java.awt.EventDispatchThread.processException(EventDispatchThread.java:210)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:202)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at jellybeans.util.AssertUtil$1.run(AssertUtil.java:147)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at
    jellybeans.modules.jws.action.EditSvcMapsAction.actionPerformed(EditSvcMapsA
    ction.java:93)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
    n.java:1820)
    at
    javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4
    19)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at
    javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
    at
    javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic
    MenuItemUI.java:932)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1380)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1437)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
    at java.awt.Container.dispatchEventImpl(Container.java:1423)
    at java.awt.Window.dispatchEventImpl(Window.java:1566)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)

    Thanks all. I appreciate the help.
    "Peter Laird" <[email protected]> wrote in message
    news:[email protected]...
    >
    Me too. I got different errors however because I did something different:
    1.) Download and install the public beta.
    2.) Start WLS (I started mydomain server)
    3.) Start Workshop from the Start Menu.4) Created a new method for my webservice
    5) Selected Debug->"Start and Debug"
    6) Got ClassNotFound exceptions on my mydomain server console window andWorkshop
    showed a progress bar for multiple minutes instead of failing outright.
    There seems to be a basic assumption for some users that Workshopinteracts with
    the out of the box WLS instance. Its not clear for people that don't readthe
    documentation (that's me!) that the WLS instance needs to be Cajun aware.
    Perhaps a message dialog should appear upon first install explaininglittle gotchas
    like this. It should be one of those windows that you can uncheck "Showthis window
    at startup".
    Just a suggestion.
    "Joe Noonan" <[email protected]> wrote:
    Thanks Ian. I also had this problem. I had started WebLogic before
    WorkShop and ran into the same problem. Once I read this and started
    it
    from within WorkShop, it ran fine.
    Joe Noonan
    [email protected]
    "Ian M. Goldstein" <[email protected]> wrote in message
    news:[email protected]...
    Thanks, Robert. It looks like this error happens when running a
    non-Workshop-enabled instance of WebLogic Server.
    Note the differences in the classpath settings in the Workshop-enabled
    startWebLogic.cmd script
    (C:\bea\weblogic700b\samples\workshop\startWebLogic.cmd) as opposedto the
    non-Workshop-enabled scripts at
    C:\bea\user_domains\mydomain\startWebLogic.cmd or
    C:\bea\weblogic700b\samples\server\config\examples\startWebLogic.cmd.
    I'll file an issue about improving the error message if the instanceof
    WebLogic Server which is running doesn't have the necessary Workshopjars
    in
    its classpath.
    Ian M. Goldstein
    Developer Relations Engineer
    BEA Systems, Inc.
    "Robert Patrick" <[email protected]> wrote in message
    news:[email protected]...
    Here are the steps to reproduce this.
    1.) Download and install the public beta.
    2.) Start WLS (probably don't need to do this)
    3.) Start Workshop from the Start Menu.
    4.) Right Click on the Hello interface and Choose "Edit Maps andInterface".
    Hope this helps,
    Robert Patrick
    Technical Director
    BEA Systems
    Ian M. Goldstein wrote:
    Hi Steve. I'm not seeing this myself with any of the samples or
    my own
    jws
    files. There was a pre-beta issue that fit this description, but
    it
    was
    resolved before the beta release. What build are you running?
    (Click
    on
    Help
    About WebLogic Workshop.)
    Are you actually modifying the interface when you're getting that
    error,
    or
    does it happen just from opening the "Edit Maps and Interface"
    dialog
    box?
    Once you get the error, can you get past it and try to open the
    "Edit
    Maps
    and Interface" dialog box again? Do you get the error again, or
    does
    it
    let
    you actually edit the interface now?
    Thanks,
    Ian M. Goldstein
    BEA Developer Relations Engineer
    "Steve Demuth" <sdemuthxxxxartemisalliance.com> wrote in message
    news:[email protected]...
    This is pretty uniform on all .jws I tried. Right click on the
    client
    interface and choose "Edit Maps and Interface" yields:
    Unexpected exception:
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:394)
    at java.lang.Integer.parseInt(Integer.java:476)
    at jellybeans.util.CookingUtil.getErrorCount(CookingUtil.java:159)
    at jellybeans.util.CookingUtil.getErrorText(CookingUtil.java:142)
    at
    jellybeans.modules.jws.dialog.SvcMapEditorDialog$GetDefaultMapTask.runForegr
    >>>>>
    ound(SvcMapEditorDialog.java:1441)
    at
    jellybeans.core.task.TaskThread$ExecuteForeground.run(TaskThread.java:164
    atjava.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at jellybeans.util.AssertUtil$1.run(AssertUtil.java:147)
    atjava.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at
    jellybeans.modules.jws.action.EditSvcMapsAction.actionPerformed(EditSvcMapsA
    >>>>>
    ction.java:93)
    at
    javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
    >>>>>
    n.java:1820)
    at
    javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4
    >>>>>
    19)
    atjavax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at
    javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
    at
    javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic
    >>>>>
    MenuItemUI.java:932)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1380)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1437)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    atjava.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
    atjava.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
    at
    java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
    at java.awt.Container.dispatchEventImpl(Container.java:1423)
    at java.awt.Window.dispatchEventImpl(Window.java:1566)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    atjava.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    atjava.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Was caught at:
    jellybeans.util.AssertionFailureException: Unexpected exception:
    null
    at
    jellybeans.util.AssertUtil.handleUnexpectedException(AssertUtil.java:50)
    at jellybeans.util.AssertUtil.handle(AssertUtil.java:90)
    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
    java.awt.EventDispatchThread.handleException(EventDispatchThread.java:304
    at
    java.awt.EventDispatchThread.processException(EventDispatchThread.java:210)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:202)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at jellybeans.util.AssertUtil$1.run(AssertUtil.java:147)
    atjava.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :134)
    at java.awt.Dialog.show(Dialog.java:524)
    at
    jellybeans.modules.jws.action.EditSvcMapsAction.actionPerformed(EditSvcMapsA
    >>>>>
    ction.java:93)
    at
    javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
    at
    javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto
    >>>>>
    n.java:1820)
    at
    javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4
    >>>>>
    19)
    atjavax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
    at
    javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1092)
    at
    javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic
    >>>>>
    MenuItemUI.java:932)
    at java.awt.Component.processMouseEvent(Component.java:5021)
    at java.awt.Component.processEvent(Component.java:4818)
    at java.awt.Container.processEvent(Container.java:1380)
    at java.awt.Component.dispatchEventImpl(Component.java:3526)
    at java.awt.Container.dispatchEventImpl(Container.java:1437)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    atjava.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
    atjava.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
    at
    java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
    at java.awt.Container.dispatchEventImpl(Container.java:1423)
    at java.awt.Window.dispatchEventImpl(Window.java:1566)
    at java.awt.Component.dispatchEvent(Component.java:3367)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    >>>>>
    va:191)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    >>>>>
    :144)
    atjava.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    atjava.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)

  • Classpath of startWebLogic.cmd

    How to know the contents of classpath of startWebLogic.cmd?
    I need to know what jars are loaded.

    Thanks.
    Following is setDomainEnv.cmd. Should I change all "export PRE_CLASSPATH" ?
    @ECHO OFF
    @REM WARNING: This file is created by the Configuration Wizard.
    @REM Any changes to this script may be lost when adding extensions to this configuration.
    @REM *************************************************************************
    @REM This script is used to setup the needed environment to be able to start Weblogic Server in this domain.
    @REM
    @REM This script initializes the following variables before calling commEnv to set other variables:
    @REM
    @REM WL_HOME - The BEA home directory of your WebLogic installation.
    @REM JAVA_VM - The desired Java VM to use. You can set this environment variable before calling
    @REM this script to switch between Sun or BEA or just have the default be set.
    @REM JAVA_HOME - Location of the version of Java used to start WebLogic
    @REM Server. Depends directly on which JAVA_VM value is set by default or by the environment.
    @REM USER_MEM_ARGS - The variable to override the standard memory arguments
    @REM passed to java.
    @REM PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    @REM DOMAIN_PRODUCTION_MODE
    @REM - The variable that determines whether the workshop related settings like the debugger,
    @REM testconsole or iterativedev should be enabled. ONLY settable using the
    @REM command-line parameter named production
    @REM NOTE: Specifying the production command-line param will force
    @REM the server to start in production mode.
    @REM
    @REM Other variables used in this script include:
    @REM SERVER_NAME - Name of the weblogic server.
    @REM JAVA_OPTIONS - Java command-line options for running the server. (These
    @REM will be tagged on to the end of the JAVA_VM and
    @REM MEM_ARGS)
    @REM
    @REM For additional information, refer to "Managing Server Startup and Shutdown for Oracle WebLogic Server"
    @REM (http://download.oracle.com/docs/cd/E17904_01/web.1111/e13708/overview.htm).
    @REM *************************************************************************
    set COMMON_COMPONENTS_HOME=D:\Oracle\Middleware\oracle_common
    for %%i in ("%COMMON_COMPONENTS_HOME%") do set COMMON_COMPONENTS_HOME=%%~fsi
    set APPLICATIONS_DIRECTORY=D:\Oracle\Middleware\user_projects\applications\test_EM_32JKD_7071
    set WL_HOME=D:\Oracle\Middleware\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=
    set SUN_JAVA_HOME=E:\JDK_32_20110222
    if "%JAVA_VENDOR%"=="Oracle" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Sun
              set JAVA_HOME=E:\JDK_32_20110222
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    for %%i in ("%JAVA_HOME%") do set JAVA_HOME=%%~fsi
    set SAMPLES_HOME=%WL_HOME%\samples
    set DOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\test_EM_32JKD_7071
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    set LONG_DOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\test_EM_32JKD_7071
    if "%DEBUG_PORT%"=="" (
         set DEBUG_PORT=8453
    if "%SERVER_NAME%"=="" (
         set SERVER_NAME=AdminServer
    set DERBY_FLAG=false
    set enableHotswapFlag=
    set PRODUCTION_MODE=
    set doExitFlag=false
    set verboseLoggingFlag=false
    for %%p in (%*) do call :SET_PARAM %%p
    GOTO :CMD_LINE_DONE
         :SET_PARAM
         for %%q in (%1) do set noQuotesParam=%%~q
         if /i "%noQuotesParam%" == "nodebug" (
              set debugFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "production" (
              set DOMAIN_PRODUCTION_MODE=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "notestconsole" (
              set testConsoleFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "noiterativedev" (
              set iterativeDevFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "noLogErrorsToConsole" (
              set logErrorsToConsoleFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "noderby" (
              set DERBY_FLAG=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "doExit" (
              set doExitFlag=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "noExit" (
              set doExitFlag=false
              GOTO :EOF
         if /i "%noQuotesParam%" == "verbose" (
              set verboseLoggingFlag=true
              GOTO :EOF
         if /i "%noQuotesParam%" == "enableHotswap" (
              set enableHotswapFlag=-javaagent:%WL_HOME%\server\lib\diagnostics-agent.jar
              GOTO :EOF
         ) else (
              set PROXY_SETTINGS=%PROXY_SETTINGS% %1
         GOTO :EOF
    :CMD_LINE_DONE
    set MEM_DEV_ARGS=
    if "%DOMAIN_PRODUCTION_MODE%"=="true" (
         set PRODUCTION_MODE=%DOMAIN_PRODUCTION_MODE%
    if "%PRODUCTION_MODE%"=="true" (
         set debugFlag=false
         set testConsoleFlag=false
         set iterativeDevFlag=false
         set logErrorsToConsoleFlag=false
    @REM If you want to override the default Patch Classpath, Library Path and Path for this domain,
    @REM Please uncomment the following lines and add a valid value for the environment variables
    @REM set PATCH_CLASSPATH=[myPatchClasspath] (windows)
    @REM set PATCH_LIBPATH=[myPatchLibpath] (windows)
    @REM set PATCH_PATH=[myPatchPath] (windows)
    @REM PATCH_CLASSPATH=[myPatchClasspath] (unix)
    @REM PATCH_LIBPATH=[myPatchLibpath] (unix)
    @REM PATCH_PATH=[myPatchPath] (unix)
    call "%WL_HOME%\common\bin\commEnv.cmd"
    set WLS_HOME=%WL_HOME%\server
    set XMS_SUN_64BIT=256
    set XMS_SUN_32BIT=256
    set XMX_SUN_64BIT=512
    set XMX_SUN_32BIT=512
    set XMS_JROCKIT_64BIT=256
    set XMS_JROCKIT_32BIT=256
    set XMX_JROCKIT_64BIT=512
    set XMX_JROCKIT_32BIT=512
    if "%JAVA_VENDOR%"=="Sun" (
         set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
         set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    if "%JAVA_VENDOR%"=="Oracle" (
         set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_JROCKIT_64BIT%m -Xmx%XMX_JROCKIT_64BIT%m
         set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_JROCKIT_32BIT%m -Xmx%XMX_JROCKIT_32BIT%m
    ) else (
         set CUSTOM_MEM_ARGS_64BIT=-Xms%XMS_SUN_64BIT%m -Xmx%XMX_SUN_64BIT%m
         set CUSTOM_MEM_ARGS_32BIT=-Xms%XMS_SUN_32BIT%m -Xmx%XMX_SUN_32BIT%m
    set MEM_ARGS_64BIT=%CUSTOM_MEM_ARGS_64BIT%
    set MEM_ARGS_32BIT=%CUSTOM_MEM_ARGS_32BIT%
    if "%JAVA_USE_64BIT%"=="true" (
         set MEM_ARGS=%MEM_ARGS_64BIT%
    ) else (
         set MEM_ARGS=%MEM_ARGS_32BIT%
    set MEM_PERM_SIZE_64BIT=-XX:PermSize=128m
    set MEM_PERM_SIZE_32BIT=-XX:PermSize=128m
    if "%JAVA_USE_64BIT%"=="true" (
         set MEM_PERM_SIZE=%MEM_PERM_SIZE_64BIT%
    ) else (
         set MEM_PERM_SIZE=%MEM_PERM_SIZE_32BIT%
    set MEM_MAX_PERM_SIZE_64BIT=-XX:MaxPermSize=512m
    set MEM_MAX_PERM_SIZE_32BIT=-XX:MaxPermSize=512m
    if "%JAVA_USE_64BIT%"=="true" (
         set MEM_MAX_PERM_SIZE=%MEM_MAX_PERM_SIZE_64BIT%
    ) else (
         set MEM_MAX_PERM_SIZE=%MEM_MAX_PERM_SIZE_32BIT%
    if "%JAVA_VENDOR%"=="Sun" (
         if "%PRODUCTION_MODE%"=="" (
              set MEM_DEV_ARGS=-XX:CompileThreshold=8000 %MEM_PERM_SIZE%
    @REM Had to have a separate test here BECAUSE of immediate variable expansion on windows
    if "%JAVA_VENDOR%"=="Sun" (
         set MEM_ARGS=%MEM_ARGS% %MEM_DEV_ARGS% %MEM_MAX_PERM_SIZE%
    if "%JAVA_VENDOR%"=="HP" (
         set MEM_ARGS=%MEM_ARGS% %MEM_MAX_PERM_SIZE%
    if "%JAVA_VENDOR%"=="Apple" (
         set MEM_ARGS=%MEM_ARGS% %MEM_MAX_PERM_SIZE%
    @REM IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values
    if NOT "%USER_MEM_ARGS%"=="" (
         set MEM_ARGS=%USER_MEM_ARGS%
    set ORACLE_DOMAIN_CONFIG_DIR=%DOMAIN_HOME%\config\fmwconfig
    for %%i in ("%ORACLE_DOMAIN_CONFIG_DIR%") do set ORACLE_DOMAIN_CONFIG_DIR=%%~fsi
    set WLS_JDBC_REMOTE_ENABLED=-Dweblogic.jdbc.remoteEnabled=false
    set JAVA_PROPERTIES=-Dplatform.home=%WL_HOME% -Dwls.home=%WLS_HOME% -Dweblogic.home=%WLS_HOME%
    set ALT_TYPES_DIR=%COMMON_COMPONENTS_HOME%\modules\oracle.ossoiap_11.1.1,%COMMON_COMPONENTS_HOME%\modules\oracle.oamprovider_11.1.1
    set PROTOCOL_HANDLERS=oracle.mds.net.protocol
    set PROTOCOL_HANDLERS=%PROTOCOL_HANDLERS:;="|"%
    @REM To use Java Authorization Contract for Containers (JACC) in this domain,
    @REM please uncomment the following section. If there are multiple machines in
    @REM your domain, be sure to edit the setDomainEnv in the associated domain on
    @REM each machine.
    @REM
    @REM -Djava.security.manager
    @REM -Djava.security.policy=location of weblogic.policy
    @REM -Djavax.security.jacc.policy.provider=weblogic.security.jacc.simpleprovider.SimpleJACCPolicy
    @REM -Djavax.security.jacc.PolicyConfigurationFactory.provider=weblogic.security.jacc.simpleprovider.PolicyConfigurationFactoryImpl
    @REM -Dweblogic.security.jacc.RoleMapperFactory.provider=weblogic.security.jacc.simpleprovider.RoleMapperFactoryImpl
    set EXTRA_JAVA_PROPERTIES=%EXTRA_JAVA_PROPERTIES% -Dem.oracle.home=D:\Oracle\Middleware\oracle_common -Djava.awt.headless=true
    set EXTRA_JAVA_PROPERTIES=-Dcommon.components.home=%COMMON_COMPONENTS_HOME% -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=%DOMAIN_HOME% -Djrockit.optfile=%COMMON_COMPONENTS_HOME%\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=%ORACLE_DOMAIN_CONFIG_DIR%\servers\%SERVER_NAME% -Doracle.domain.config.dir=%ORACLE_DOMAIN_CONFIG_DIR% -Digf.arisidbeans.carmlloc=%ORACLE_DOMAIN_CONFIG_DIR%\carml -Digf.arisidstack.home=%ORACLE_DOMAIN_CONFIG_DIR%\arisidprovider -Doracle.security.jps.config=%DOMAIN_HOME%\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=%DOMAIN_HOME%\servers\%SERVER_NAME%\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=%ALT_TYPES_DIR% -Djava.protocol.handler.pkgs=%PROTOCOL_HANDLERS% %WLS_JDBC_REMOTE_ENABLED% %EXTRA_JAVA_PROPERTIES%
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %EXTRA_JAVA_PROPERTIES%
    set ARDIR=%WL_HOME%\server\lib
    pushd %LONG_DOMAIN_HOME%
    @REM Clustering support (edit for your cluster!)
    if "%ADMIN_URL%"=="" (
         @REM The then part of this block is telling us we are either starting an admin server OR we are non-clustered
         set CLUSTER_PROPERTIES=-Dweblogic.management.discover=true
    ) else (
         set CLUSTER_PROPERTIES=-Dweblogic.management.discover=false -Dweblogic.management.server=%ADMIN_URL%
    if NOT "%LOG4J_CONFIG_FILE%"=="" (
         set JAVA_PROPERTIES=%JAVA_PROPERTIES% -Dlog4j.configuration=file:%LOG4J_CONFIG_FILE%
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %CLUSTER_PROPERTIES%
    set JAVA_DEBUG=
    if "%debugFlag%"=="true" (
         set JAVA_DEBUG=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%DEBUG_PORT%,server=y,suspend=n -Djava.compiler=NONE
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole...
    ) else (
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -da
    if NOT exist %JAVA_HOME%\lib (
         echo The JRE was not found in directory %JAVA_HOME%. ^(JAVA_HOME^)
         echo Please edit your environment and set the JAVA_HOME
         echo variable to point to the root directory of your Java installation.
         popd
         pause
         GOTO :EOF
    if "%DERBY_FLAG%"=="true" (
         set DATABASE_CLASSPATH=%DERBY_CLASSPATH%
    ) else (
         set DATABASE_CLASSPATH=%DERBY_CLIENT_CLASSPATH%
    if NOT "%POST_CLASSPATH%"=="" (
         set POST_CLASSPATH=%COMMON_COMPONENTS_HOME%\modules\oracle.jrf_11.1.1\jrf.jar;%POST_CLASSPATH%
    ) else (
         set POST_CLASSPATH=%COMMON_COMPONENTS_HOME%\modules\oracle.jrf_11.1.1\jrf.jar
    if NOT "%PRE_CLASSPATH%"=="" (
         set PRE_CLASSPATH=%COMMON_COMPONENTS_HOME%\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;%PRE_CLASSPATH%
    ) else (
         set PRE_CLASSPATH=%COMMON_COMPONENTS_HOME%\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    set POST_CLASSPATH=%COMMON_COMPONENTS_HOME%\soa\modules\commons-cli-1.1.jar;%COMMON_COMPONENTS_HOME%\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;%POST_CLASSPATH%
    if NOT "%DATABASE_CLASSPATH%"=="" (
         if NOT "%POST_CLASSPATH%"=="" (
              set POST_CLASSPATH=%POST_CLASSPATH%;%DATABASE_CLASSPATH%
         ) else (
              set POST_CLASSPATH=%DATABASE_CLASSPATH%
    if NOT "%ARDIR%"=="" (
         if NOT "%POST_CLASSPATH%"=="" (
              set POST_CLASSPATH=%POST_CLASSPATH%;%ARDIR%\xqrl.jar
         ) else (
              set POST_CLASSPATH=%ARDIR%\xqrl.jar
    @REM PROFILING SUPPORT
    set JAVA_PROFILE=
    set SERVER_CLASS=weblogic.Server
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% %WLP_JAVA_PROPERTIES%
    set JAVA_OPTIONS=%JAVA_OPTIONS% %JAVA_PROPERTIES% -Dwlw.iterativeDev=%iterativeDevFlag% -Dwlw.testConsole=%testConsoleFlag% -Dwlw.logErrorsToConsole=%logErrorsToConsoleFlag%
    if "%PRODUCTION_MODE%"=="true" (
         set JAVA_OPTIONS= -Dweblogic.ProductionModeEnabled=true %JAVA_OPTIONS%
    @REM -- Setup properties so that we can save stdout and stderr to files
    if NOT "%WLS_STDOUT_LOG%"=="" (
         echo Logging WLS stdout to %WLS_STDOUT_LOG%
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.Stdout=%WLS_STDOUT_LOG%
    if NOT "%WLS_STDERR_LOG%"=="" (
         echo Logging WLS stderr to %WLS_STDERR_LOG%
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.Stderr=%WLS_STDERR_LOG%
    @REM ADD EXTENSIONS TO CLASSPATHS
    if NOT "%EXT_PRE_CLASSPATH%"=="" (
         if NOT "%PRE_CLASSPATH%"=="" (
              set PRE_CLASSPATH=%EXT_PRE_CLASSPATH%;%PRE_CLASSPATH%
         ) else (
              set PRE_CLASSPATH=%EXT_PRE_CLASSPATH%
    if NOT "%EXT_POST_CLASSPATH%"=="" (
         if NOT "%POST_CLASSPATH%"=="" (
              set POST_CLASSPATH=%POST_CLASSPATH%;%EXT_POST_CLASSPATH%
         ) else (
              set POST_CLASSPATH=%EXT_POST_CLASSPATH%
    if NOT "%WEBLOGIC_EXTENSION_DIRS%"=="" (
         set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.ext.dirs=%WEBLOGIC_EXTENSION_DIRS%
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    @REM SET THE CLASSPATH
    if NOT "%WLP_POST_CLASSPATH%"=="" (
         if NOT "%CLASSPATH%"=="" (
              set CLASSPATH=%WLP_POST_CLASSPATH%;%CLASSPATH%
         ) else (
              set CLASSPATH=%WLP_POST_CLASSPATH%
    if NOT "%POST_CLASSPATH%"=="" (
         if NOT "%CLASSPATH%"=="" (
              set CLASSPATH=%POST_CLASSPATH%;%CLASSPATH%
         ) else (
              set CLASSPATH=%POST_CLASSPATH%
    if NOT "%WEBLOGIC_CLASSPATH%"=="" (
         if NOT "%CLASSPATH%"=="" (
              set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
         ) else (
              set CLASSPATH=%WEBLOGIC_CLASSPATH%
    if NOT "%PRE_CLASSPATH%"=="" (
         set CLASSPATH=%PRE_CLASSPATH%;%CLASSPATH%
    if NOT "%JAVA_VENDOR%"=="BEA" (
         set JAVA_VM=%JAVA_VM% %JAVA_DEBUG% %JAVA_PROFILE%
    ) else (
         set JAVA_VM=%JAVA_VM% %JAVA_DEBUG% %JAVA_PROFILE%
    )

  • Server JVM(1.4.2_11-b06 mixed mode) crashed suddenly by an Access violation

    We are running a Servlet/JSP application on Tomcat5 (Windows service) and
    WindowsNT4 Workstation(SP6a).
    JVM has crashed suddenly by an Access Violation while it was in its idle state,
    and it happened only once.
    (No access log was left in Apache's access log at the time of the crach, so it
    doesn't seem any Http access has triggered the crash.)
    We are having a trouble finding causes and solution to this problem.
    Could anyone please help us solve this problem? Thank you in advance.
    Attatched below are our environment status, Dr.Watson log and JVM's last
    GC log. (When JVM crashed, hs_err_pid<pid>.log was not generated.)
    [Apache's access log]
    #JVM crashed at 11:45:22.501, while there's no Http access according to Apache's
    #access log.
    127.0.0.1 - - [08/Aug/2006:11:45:00 +0900] "POST /Manage/mode/CNMOD00205Action.do HTTP/1.1" 200 4651
    127.0.0.1 - - [08/Aug/2006:11:45:47 +0900] "POST /Manage/change/CNCHG00601Action.do HTTP/1.1" 503 430
    [Environment]
    OS: Windows NT Workstation 4 SP6a (Japanese Edition)
    CPU: Intel Celeron 566MHz
    Memory: 256MB
    J2SDK: Sun J2SDK 1.4.2_11-b06
    Servlet Containar: Tomcat 5.0.28
    Web Server: Apache 2.0.54
    Tomcat Connector: mod_jk2 2.0.5
    Database: MS-Access
    *Tomcat5.exe run as a service, with jre\bin\server\jvm.dll.
    JVM settings is as follows.
    -XX:NewSize=32m -XX:MaxNewSize=32m -XX:SurvivorRatio=1 -XX:TargetSurvivorRatio=100
    -XX:MaxPermSize=64m -XX:PermSize=32m -XX:+UseCompilerSafepoints -XX:+UseOnStackReplacement
    -Xnoclassgc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC
    -Xloggc:F:\var\log\system\tomcat\gc.log -Xrs -Xms72m -Xmx72m
    [Dr. Watson's log]
    Microsoft(R) Windows NT(R) Version 4.00 DrWtsn32
    Copyright (C) 1985-1996 Microsoft Corp. All rights reserved.
    Application exception occurred:
    App: (pid=305)
    When: 8/8/2006 @ 11:45:22.501
    Exception number: c0000005 (access violation)
    ----> System Information <----*
    Computer Name: TEST-A08
    User Name: SYSTEM
    Number of Processors: 1
    Processor Type: x86 Family 6 Model 8 Stepping 10
    Windows Version: 4.0
    Current Build: 1381
    Service Pack: 6
    Current Type: Uniprocessor Free
    Registered Organization: xxxxxxxx
    Registered Owner: xxxxxxxx
    ----> Task List <----
    0 Idle.exe
    2 System.exe
    26 smss.exe
    34 csrss.exe
    40 winlogon.exe
    46 services.exe
    49 lsass.exe
    61 nddeagnt.exe
    80 X_AAA.exe
    84 Explorer.exe
    87 XBBB.exe
    94 XCCC.exe
    99 RpcSs.exe
    103 ups.exe
    110 SysTray.exe
    111 loadwc.exe
    115 PROMon.exe
    119 smctrlw.exe
    125 pstores.exe
    117 MSTask.exe
    148 conime.exe
    150 xxmanage.exe
    152 XCC.exe
    155 XDD.exe
    78 XEE.exe
    88 XFF.exe
    159 XGG.exe
    164 XHH.exe
    169 XII.exe
    142 XJJ.exe
    213 XKK.exe
    236 XLL.exe
    239 XMM.exe
    242 XNN.exe
    247 XOO.exe
    250 XPP.exe
    254 XQQ.exe
    248 XRR.exe
    258 XSS.exe
    261 XTT.exe
    265 XUU.exe
    269 XVV.exe
    271 XWW.exe
    280 XXX.exe
    283 XYY.exe
    286 XZZ.exe
    232 XMain.exe
    288 XXXMAIN.exe
    294 XWWWW.exe
    292 CMD.exe
    301 XXXXProc.exe
    305 tomcat5.exe
    45 Apache.exe
    328 rotatelogs.exe
    330 rotatelogs.exe
    333 Apache.exe
    323 rotatelogs.exe
    334 rotatelogs.exe
    340 XXMop.exe
    347 XX800.exe
    227 ddhelp.exe
    342 XXXX_XXXX.exe
    418 drwtsn32.exe
    0 _Total.exe
    (00400000 - 00400000)
    (77f50000 - 77fbd000) dll\ntdll.dbg
    (77ed0000 - 77f41000) dll\kernel32.dbg
    (77e40000 - 77e9b000) dll\user32.dbg
    (76680000 - 76698000) dll\imm32.dbg
    (77ea0000 - 77ecc000) dll\gdi32.dbg
    (77d90000 - 77dd0000) dll\advapi32.dbg
    (77de0000 - 77e37000) dll\rpcrt4.dbg
    (70bd0000 - 70c34000)
    (78000000 - 78046000)
    (77c10000 - 77d4f000) dll\shell32.dbg
    (71780000 - 7180a000) COMCTL32.dbg
    (77bc0000 - 77bc7000) dll\rpcltc1.dbg
    (08000000 - 082b8000)
    (77fd0000 - 77ffa000) dll\winmm.dbg
    (6bc00000 - 6bc11000) auddrive.dll
    (6bd00000 - 6bd14000) cm-pci.dll
    (10000000 - 10007000)
    (00c70000 - 00c7e000)
    (00c80000 - 00c99000)
    (00ca0000 - 00cae000)
    (193b0000 - 193bf000)
    (77640000 - 77654000) dll\ws2_32.dbg
    (77630000 - 77637000) dll\ws2help.dbg
    (73f20000 - 73f2e000) dll\rnr20.dbg
    (775f0000 - 775ff000) dll\msafd.dbg
    (77620000 - 77629000) dll\wshtcpip.dbg
    (77660000 - 7766a000) dll\wsock32.dbg
    (1d9d0000 - 1d9dc000)
    (1f7d0000 - 1f804000) dll\ODBC32.dbg
    (77d50000 - 77d83000) dll\comdlg32.dbg
    (1f8c0000 - 1f8c0000)
    (0f9a0000 - 0f9ab000) vbajet32.dbg
    (77b00000 - 77bb7000) dll\ole32.dbg
    (65340000 - 653db000) oleaut32.dll
    (23c40000 - 23c79000) dll\msjtes40.dbg
    (24090000 - 240f2000) expsrv.DBG
    State Dump for Thread Id 0x130
    eax=77bc4030 ebx=0012fe60 ecx=77bc0000 edx=00000000 esi=00000064 edi=00000000
    eip=77f57f07 esp=0012fd80 ebp=0012fde8 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: ZwReadFile
    77f57efc b886000000 mov eax,0x86
    77f57f01 8d542404 lea edx,[esp+0x4] ss:00f7e787=00021000
    77f57f05 cd2e int 2e
    77f57f07 c22400 ret 0x24
    77f57f0a 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 ���������
    0012fd7c 77edd3f5 00000064 00000000 00000000 00000000 ntdll!ZwReadFile (FPO: [9,0,0])
    0012fde8 77da8aef 00000064 00132108 0000021a 0012fe18 kernel32!ReadFile (FPO: Non-FPO [5,14,3])
    0012fe1c 77da853b 00000064 00132108 0000021a 0012fe60 advapi32!RegisterServiceCtrlHandlerA (FPO: Non-FPO [4,4,3])
    0012fe80 77da84d4 00000064 00132108 0000021a 00000000 advapi32!StartServiceCtrlDispatcherW (FPO: Non-FPO [3,17,3])
    0012fec4 004026c8 00415724 00ad1ed8 0040280a 00ad1ed8 advapi32!StartServiceCtrlDispatcherW (FPO: Non-FPO [1,10,3])
    ----> Raw Stack Dump <----
    0012fd80 f5 d3 ed 77 64 00 00 00 - 00 00 00 00 00 00 00 00 ...wd...........
    0012fd90 00 00 00 00 bc fd 12 00 - 08 21 13 00 1a 02 00 00 .........!......
    0012fda0 00 00 00 00 00 00 00 00 - 00 00 00 00 08 21 13 00 .............!..
    0012fdb0 60 fe 12 00 00 00 00 00 - 00 00 00 00 00 00 00 00 `...............
    0012fdc0 e8 fd 12 00 30 fe 12 00 - 04 00 00 00 00 00 00 00 ....0...........
    0012fdd0 a8 fd 12 00 00 00 00 00 - 70 fe 12 00 10 c7 f0 77 ........p......w
    0012fde0 50 da f0 77 ff ff ff ff - 1c fe 12 00 ef 8a da 77 P..w...........w
    0012fdf0 64 00 00 00 08 21 13 00 - 1a 02 00 00 18 fe 12 00 d....!..........
    0012fe00 00 00 00 00 00 00 00 00 - a0 52 13 00 1a 02 00 00 .........R......
    0012fe10 64 00 00 00 30 fe 12 00 - 00 00 00 00 80 fe 12 00 d...0...........
    0012fe20 3b 85 da 77 64 00 00 00 - 08 21 13 00 1a 02 00 00 ;..wd....!......
    0012fe30 60 fe 12 00 00 00 00 00 - 08 21 13 00 1a 02 00 00 `........!......
    0012fe40 32 01 00 00 00 00 00 00 - 08 21 13 00 1a 02 00 00 2........!......
    0012fe50 0c 21 13 00 00 00 00 00 - 01 00 00 00 b8 40 13 00 .!...........@..
    0012fe60 00 00 00 00 00 00 00 00 - 34 fe 12 00 04 00 00 00 ........4.......
    0012fe70 b4 fe 12 00 04 11 db 77 - d8 de db 77 ff ff ff ff .......w...w....
    0012fe80 c4 fe 12 00 d4 84 da 77 - 64 00 00 00 08 21 13 00 .......wd....!..
    0012fe90 1a 02 00 00 00 00 00 00 - d8 1e ad 00 a0 56 41 00 .............VA.
    0012fea0 8c fe 12 00 00 00 00 00 - 64 00 00 00 94 fe 12 00 ........d.......
    0012feb0 8c 6f 3c d2 b0 ff 12 00 - 04 11 db 77 c8 de db 77 .o<........w...w
    State Dump for Thread Id 0x132
    eax=001353b8 ebx=00000000 ecx=00135428 edx=00000000 esi=00000390 edi=00000000
    eip=77f582db esp=00bdff28 ebp=00bdff4c iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:01a2e92f=????????
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    00bdff24 77eecfd4 00000390 00000000 00000000 77da6ad2 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    00bdff4c 77ed4f5e 00000390 ffffffff 00000000 004069d8 kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    00bdffa8 77da8cac 00000001 001352a8 ffffffff 77ed4f05 kernel32!WaitForSingleObject (FPO: [2,0,0])
    00bdffb8 77ed4f05 001352a0 77f8e870 ffffffff 001352a0 advapi32!RegisterServiceCtrlHandlerA (FPO: [1,0,1])
    77ee2bdc 8b550000 68ff6aec 77f0ddc8 f0c71068 89645077 kernel32!lstrcmpiW (FPO: Non-FPO [2,8,3])
    ----> Raw Stack Dump <----
    00bdff28 d4 cf ee 77 90 03 00 00 - 00 00 00 00 00 00 00 00 ...w............
    00bdff38 d2 6a da 77 e8 2e ad 00 - 01 00 00 00 88 df db 77 .j.w...........w
    00bdff48 ac e0 db 77 dc 2b ee 77 - 5e 4f ed 77 90 03 00 00 ...w.+.w^O.w....
    00bdff58 ff ff ff ff 00 00 00 00 - d8 69 40 00 90 03 00 00 .........i@.....
    00bdff68 ff ff ff ff d2 6a da 77 - 00 00 00 00 3e 25 40 00 .....j.w....>%@.
    00bdff78 e8 2e ad 00 ff ff ff ff - 00 00 00 00 00 00 00 00 ................
    00bdff88 00 00 00 00 01 00 00 00 - 44 06 41 00 cf 03 00 00 ........D.A.....
    00bdff98 74 0b 41 00 70 e8 f8 77 - a0 52 13 00 ec ff bd 00 t.A.p..w.R......
    00bdffa8 a0 52 13 00 ac 8c da 77 - 01 00 00 00 a8 52 13 00 .R.....w.....R..
    00bdffb8 ff ff ff ff 05 4f ed 77 - a0 52 13 00 70 e8 f8 77 .....O.w.R..p..w
    00bdffc8 ff ff ff ff a0 52 13 00 - ff ff ff ff c4 ff bd 00 .....R..........
    00bdffd8 dc 4d f5 77 ff ff ff ff - 10 c7 f0 77 48 e2 f0 77 .M.w.......wH..w
    00bdffe8 00 00 00 00 00 00 00 00 - 00 00 00 00 9e 8c da 77 ...............w
    00bdfff8 a0 52 13 00 00 00 00 00 - 03 00 00 00 18 7a 13 00 .R...........z..
    00be0008 10 00 be 00 00 00 00 00 - 18 00 be 00 00 00 00 00 ................
    00be0018 20 00 be 00 00 00 00 00 - 28 00 be 00 00 00 00 00 .......(.......
    00be0028 30 00 be 00 00 00 00 00 - 38 00 be 00 00 00 00 00 0.......8.......
    00be0038 40 00 be 00 00 00 00 00 - 48 00 be 00 00 00 00 00 @.......H.......
    00be0048 50 00 be 00 00 00 00 00 - 58 00 be 00 00 00 00 00 P.......X.......
    00be0058 60 00 be 00 00 00 00 00 - 68 00 be 00 00 00 00 00 `.......h.......
    State Dump for Thread Id 0x135
    eax=00000000 ebx=00000000 ecx=008a86f0 edx=00000000 esi=0000010c edi=189afe84
    eip=77f582db esp=189afe68 ebp=189afe8c iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000206
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:197fe86f=00000019
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    189afe64 77eecfd4 0000010c 00000000 189afe84 00000000 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    189afe8c 77ed4f5e 0000010c 000003e8 00000000 08170894 kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    189afe9c 08170894 0000010c 000003e8 008a15e0 00000001 kernel32!WaitForSingleObject (FPO: [2,0,0])
    189afee8 081ed3a3 00000001 000003e8 008a1510 008ab040 !JVM_FindSignal
    008ab040 00000000 00000000 00000000 00000000 008acf90 !JVM_RegisterUnsafeMethods
    0823703c 081ed120 081ed160 0806e710 0806e620 0806e620 !<nosymbols>
    0803a810 90909090 90909090 90909090 0424448b 7c8b5756 !JVM_RegisterUnsafeMethods
    State Dump for Thread Id 0x136
    eax=00000004 ebx=00000000 ecx=125bce20 edx=00000000 esi=000001c0 edi=00000000
    eip=77f582db esp=18aafbb4 ebp=18aafbd8 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:198fe5bb=????????
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18aafbb0 77eecfd4 000001c0 00000000 00000000 00d71254 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    18aafbd8 77ed4f5e 000001c0 ffffffff 00000000 08177e73 kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    18aafbe8 08177e73 000001c0 ffffffff 18aafc78 00000000 kernel32!WaitForSingleObject (FPO: [2,0,0])
    18aafc38 081be7b0 00000000 00000000 00000001 008ac5b0 !JVM_FindSignal
    008ac5b0 00000000 00000000 00000000 00000000 008ac950 !JVM_RegisterPerfMethods
    08236450 08126b20 081cfc10 0806e620 0806e710 0806e620 !<nosymbols>
    0803a810 90909090 90909090 90909090 0424448b 7c8b5756 !JVM_FindSignal
    ----> Raw Stack Dump <----
    18aafbb4 d4 cf ee 77 c0 01 00 00 - 00 00 00 00 00 00 00 00 ...w............
    18aafbc4 54 12 d7 00 b0 c5 8a 00 - 50 c5 8a 00 c2 2e ed 77 T.......P......w
    18aafbd4 c0 01 00 00 00 00 00 00 - 5e 4f ed 77 c0 01 00 00 ........^O.w....
    18aafbe4 ff ff ff ff 00 00 00 00 - 73 7e 17 08 c0 01 00 00 ........s~......
    18aafbf4 ff ff ff ff 78 fc aa 18 - 00 00 00 00 00 00 00 00 ....x...........
    18aafc04 00 00 00 00 ff ff ff ff - 00 00 00 00 29 31 86 14 ............)1..
    18aafc14 02 00 00 00 00 00 00 00 - b0 c5 8a 00 c0 01 00 00 ................
    18aafc24 00 00 00 00 80 fc aa 18 - 00 00 00 00 ac fc aa 18 ................
    18aafc34 ed 85 db 00 b0 c5 8a 00 - b0 e7 1b 08 00 00 00 00 ................
    18aafc44 00 00 00 00 01 00 00 00 - b0 c5 8a 00 e8 ca 5b 12 ..............[.
    18aafc54 b0 c5 8a 00 3b 3c 11 08 - 20 a8 8a 00 00 00 00 00 ....;<.. .......
    18aafc64 00 00 00 00 b0 c5 8a 00 - b0 c5 8a 00 20 44 81 14 ............ D..
    18aafc74 c8 43 81 14 ac fc aa 18 - 03 86 db 00 4c c6 8a 00 .C..........L...
    18aafc84 c4 fc aa 18 00 00 00 00 - 00 00 00 00 90 fc aa 18 ................
    18aafc94 00 00 00 00 c4 fc aa 18 - 58 73 85 14 00 00 00 00 ........Xs......
    18aafca4 c8 43 81 14 bc fc aa 18 - e4 fc aa 18 33 2d db 00 .C..........3-..
    18aafcb4 00 00 00 00 59 65 db 00 - 00 00 00 00 00 00 00 00 ....Ye..........
    18aafcc4 e8 ca 5b 12 c8 fc aa 18 - ba 43 81 14 ec fc aa 18 ..[......C......
    18aafcd4 58 73 85 14 00 00 00 00 - 60 43 81 14 ec fc aa 18 Xs......`C......
    18aafce4 14 fd aa 18 33 2d db 00 - e8 ca 5b 12 03 00 00 00 ....3-....[.....
    State Dump for Thread Id 0x137
    eax=00000004 ebx=00000000 ecx=125bce20 edx=00000000 esi=00000304 edi=00000000
    eip=77f582db esp=18bafb84 ebp=18bafba8 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:199fe58b=00000900
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18bafb80 77eecfd4 00000304 00000000 00000000 00d71274 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    18bafba8 77ed4f5e 00000304 ffffffff 00000000 08177e73 kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    18bafbb8 08177e73 00000304 ffffffff 18bafc48 00000000 kernel32!WaitForSingleObject (FPO: [2,0,0])
    18bafc08 081be7b0 00000000 00000000 00000001 008ac160 !JVM_FindSignal
    008ac160 00000000 00000000 00000000 00000000 008ac460 !JVM_RegisterPerfMethods
    08236450 08126b20 081cfc10 0806e620 0806e710 0806e620 !<nosymbols>
    0803a810 90909090 90909090 90909090 0424448b 7c8b5756 !JVM_FindSignal
    ----> Raw Stack Dump <----
    18bafb84 d4 cf ee 77 04 03 00 00 - 00 00 00 00 00 00 00 00 ...w............
    18bafb94 74 12 d7 00 60 c1 8a 00 - 30 c1 8a 00 c2 2e ed 77 t...`...0......w
    18bafba4 04 03 00 00 00 00 00 00 - 5e 4f ed 77 04 03 00 00 ........^O.w....
    18bafbb4 ff ff ff ff 00 00 00 00 - 73 7e 17 08 04 03 00 00 ........s~......
    18bafbc4 ff ff ff ff 48 fc ba 18 - 00 00 00 00 00 00 00 00 ....H...........
    18bafbd4 00 00 00 00 c0 da 8a 00 - 00 00 00 00 9c fb ba 18 ................
    18bafbe4 02 00 00 00 00 00 00 00 - 60 c1 8a 00 04 03 00 00 ........`.......
    18bafbf4 00 00 00 00 50 fc ba 18 - 00 00 00 00 7c fc ba 18 ....P.......|...
    18bafc04 ed 85 db 00 60 c1 8a 00 - b0 e7 1b 08 00 00 00 00 ....`...........
    18bafc14 00 00 00 00 01 00 00 00 - 60 c1 8a 00 18 ce 5b 12 ........`.....[.
    18bafc24 60 c1 8a 00 3b 3c 11 08 - 20 dc 8a 00 00 00 00 00 `...;<.. .......
    18bafc34 00 00 00 00 60 c1 8a 00 - 60 c1 8a 00 20 44 81 14 ....`...`... D..
    18bafc44 c8 43 81 14 7c fc ba 18 - 03 86 db 00 fc c1 8a 00 .C..|...........
    18bafc54 94 fc ba 18 00 00 00 00 - 00 00 00 00 60 fc ba 18 ............`...
    18bafc64 00 00 00 00 94 fc ba 18 - 58 73 85 14 00 00 00 00 ........Xs......
    18bafc74 c8 43 81 14 8c fc ba 18 - bc fc ba 18 33 2d db 00 .C..........3-..
    18bafc84 00 00 00 00 59 65 db 00 - 00 00 00 00 00 00 00 00 ....Ye..........
    18bafc94 18 ce 5b 12 03 00 00 00 - 18 ce 5b 12 98 fc ba 18 ..[.......[.....
    18bafca4 04 3c 86 14 d8 fc ba 18 - e0 3e 86 14 00 00 00 00 .<.......>......
    18bafcb4 80 3b 86 14 d0 fc ba 18 - f8 fc ba 18 0a 2e db 00 .;..............
    State Dump for Thread Id 0x138
    eax=7802a830 ebx=00000000 ecx=008af5f0 edx=00000000 esi=00000094 edi=00000000
    eip=77f582db esp=18cafeb8 ebp=18cafedc iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:19afe8bf=000000ff
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18cafeb4 77eecfd4 00000094 00000000 00000000 00000000 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    18cafedc 77ed4f5e 00000094 ffffffff 00000000 08170894 kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    18cafeec 08170894 00000094 ffffffff 7800139d 008afeb0 kernel32!WaitForSingleObject (FPO: [2,0,0])
    18caff38 081cf6e4 00000001 ffffffff 00000000 18caff84 !JVM_FindSignal
    78001d42 32a068ff 11687803 647800db 000000a1 89645000 !JVM_RegisterPerfMethods
    State Dump for Thread Id 0x139
    eax=0000000f ebx=00000000 ecx=010d8d29 edx=00000000 esi=0000015c edi=00000000
    eip=77f582db esp=18dafe24 ebp=18dafe48 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:19bfe82b=26c89808
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18dafe20 77eecfd4 0000015c 00000000 00000000 008b0710 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    18dafe48 77ed4f5e 0000015c ffffffff 00000000 0817091c kernel32!WaitForSingleObjectEx (FPO: Non-FPO [3,3,3])
    18dafe58 0817091c 0000015c ffffffff 008af220 008af5d0 kernel32!WaitForSingleObject (FPO: [2,0,0])
    18dafea4 0806f032 00000000 ffffffff 008af220 008a0dc0 !JVM_FindSignal
    00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
    State Dump for Thread Id 0x13a
    eax=7ffad000 ebx=00000024 ecx=00000005 edx=28f40080 esi=28ef5e28 edi=19af5ec0
    eip=77eedbe3 esp=18eaf2bc ebp=77eedbdd iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000206
    function: TlsGetValue
    77eedbdd 64a118000000 mov eax,fs:[00000018] fs:00000018=????????
    77eedbe3 8b4830 mov ecx,[eax+0x30] ds:80dfba06=????????
    77eedbe6 8b542404 mov edx,[esp+0x4] ss:19cfdcc3=26c89808
    77eedbea 8b4940 mov ecx,[ecx+0x40] ds:00e4ea0b=e006c0e0
    77eedbed 3911 cmp [ecx],edx ds:00000005=????????
    77eedbef 770e ja TlsGetValue+0x22 (77eedbff)
    77eedbf1 680d0000c0 push 0xc000000d
    77eedbf6 e8673bfeff call EnumResourceNamesW+0x37c (77ed1762)
    77eedbfb 33c0 xor eax,eax
    77eedbfd eb0e jmp TlsGetValue+0x30 (77eedc0d)
    77eedbff c7403400000000 mov dword ptr [eax+0x34],0x0 ds:80dfba06=????????
    77eedc06 8b8490100e0000 mov eax,[eax+edx*4+0xe10] ds:28f40e90=00000000
    77eedc0d c20400 ret 0x4
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18eaf2b8 080c656f 00000005 00000024 18eaf308 00002460 kernel32!TlsGetValue (FPO: [1,0,0])
    77eedbdd 488b0000 24548b30 40498b04 0e771139 00000d68 !<nosymbols>
    ----> Raw Stack Dump <----
    18eaf2bc 6f 65 0c 08 05 00 00 00 - 24 00 00 00 08 f3 ea 18 oe......$.......
    18eaf2cc 60 24 00 00 f0 f3 ea 18 - ec 6a 0c 08 24 00 00 00 `$.......j..$...
    18eaf2dc 01 00 00 00 23 01 00 00 - 74 31 0c 08 fe ff 00 00 ....#...t1......
    18eaf2ec d4 f6 ea 18 60 24 00 00 - 00 00 00 00 f0 f3 ea 18 ....`$..........
    18eaf2fc 28 81 00 29 23 01 00 00 - 00 5e 0b 00 00 00 00 00 (..)#....^......
    18eaf30c 8f 17 00 00 05 00 00 00 - c0 5e af 19 18 00 00 00 .........^......
    18eaf31c d8 50 f6 19 32 00 00 00 - 28 5e ef 28 dc b5 04 08 .P..2...(^.(....
    18eaf32c 01 40 00 00 b8 c8 26 08 - d4 f6 ea 18 88 f3 ea 18 .@....&.........
    18eaf33c dd db ee 77 b0 3a e3 1a - 00 00 00 00 00 00 00 00 ...w.:..........
    18eaf34c 63 24 00 00 08 00 00 00 - a0 2a 17 1a 32 00 00 00 c$.......*..2...
    18eaf35c c0 54 f6 19 32 00 00 00 - b8 5f ef 28 28 11 00 00 .T..2...._.((...
    18eaf36c d4 f6 ea 18 6d b4 04 08 - 00 00 00 01 b8 c8 26 08 ....m.........&.
    18eaf37c d4 f6 ea 18 dd db ee 77 - 00 00 00 00 00 00 00 00 .......w........
    18eaf38c fd a8 04 08 00 00 00 00 - 24 fa ea 18 00 00 00 00 ........$.......
    18eaf39c c8 8f 20 1a b0 f3 ea 18 - 00 b4 2d 1d 08 b4 2d 1d .. .......-...-.
    18eaf3ac f4 b7 2d 1d 00 b4 2d 1d - 08 57 95 09 38 cc 95 09 ..-...-..W..8...
    18eaf3bc fc d6 95 09 74 ff ea 18 - 0c 00 00 00 24 fa ea 18 ....t.......$...
    18eaf3cc 10 10 2f 1b e8 84 5b 09 - 18 83 3e 09 48 5d 35 09 ../...[...>.H]5.
    18eaf3dc 08 25 2d 1b 38 f5 ea 18 - 40 f7 ea 18 22 31 00 00 .%-.8...@..."1..
    18eaf3ec b0 f3 ea 18 0d 00 00 00 - 24 fa ea 18 28 00 e4 28 ........$...(..(
    State Dump for Thread Id 0x13b
    eax=00000000 ebx=00000000 ecx=099c4b40 edx=0000edd5 esi=18faf354 edi=0000001b
    eip=080c6ad4 esp=18faf334 ebp=18faf3f0 iopl=0 nv up ei pl zr na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
    function: <nosymbols>
    080c6ab3 8b4618 mov eax,[esi+0x18] ds:19dfdd5a=00000000
    080c6ab6 3bf8 cmp edi,eax
    080c6ab8 0f83d6000000 jnb 080c6b94
    080c6abe 8b4614 mov eax,[esi+0x14] ds:19dfdd5a=00000000
    080c6ac1 8b0cb8 mov ecx,[eax+edi*4] ds:0000001b=????????
    080c6ac4 81f998c82608 cmp ecx,0x826c898
    080c6aca 7420 jz 080c6aec
    080c6acc 894e0c mov [esi+0xc],ecx ds:19dfdd5a=00000000
    080c6acf 33c0 xor eax,eax
    080c6ad1 833900 cmp dword ptr [ecx],0x0 ds:099c4b40=00000000
    080c6ad4 7561 jnz 080c6b37
    080c6ad6 40 inc eax
    080c6ad7 83c104 add ecx,0x4
    080c6ada 83f808 cmp eax,0x8
    080c6add 72f2 jb 080c6ad1
    080c6adf 8b4e1c mov ecx,[esi+0x1c] ds:19dfdd5a=00000000
    080c6ae2 85c9 test ecx,ecx
    080c6ae4 7406 jz 080c6aec
    080c6ae6 57 push edi
    080c6ae7 e864faffff call 080c6550
    080c6aec 8b4618 mov eax,[esi+0x18] ds:19dfdd5a=00000000
    080c6aef 47 inc edi
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    18faf3f0 18fafa24 29050028 00000001 29170028 0000384e !<nosymbols>
    *----> Raw Stack Dump <----*
    18faf334 00 00 00 00 01 00 00 00 - cc 33 0c 08 f0 f3 fa 18 .........3......
    18faf344 c8 6d 1e 29 a0 6d 07 00 - 9c 15 00 00 04 00 00 00 .m.).m..........
    18faf354 00 00 00 00 a4 15 00 00 - 05 00 00 00 40 4b 9c 09 ............@K..
    18faf364 16 00 00 00 80 d9 30 09 - 39 00 00 00 e8 c0 0b 29 ......0.9......)
    18faf374 ee 2e 0c 08 01 00 00 00 - d4 f6 fa 18 00 00 00 00 ................
    18faf384 b8 c8 26 08 dd db ee 77 - 21 aa 04 08 00 00 00 00 ..&....w!.......
    18faf394 24 fa fa 18 00 00 00 00 - 28 f4 17 1a b0 f3 fa 18 $.......(.......
    18faf3a4 b0 c4 32 1d b8 c4 32 1d - a4 c8 32 1d b0 c4 32 1d ..2...2...2...2.
    18faf3b4 f8 57 a4 09 40 b1 a4 09 - ec d7 a4 09 74 ff fa 18 [email protected]...
    18faf3c4 0c 00 00 00 24 fa fa 18 - d0 e1 60 09 40 1b 68 09 ....$.....`[email protected].
    18faf3d4 20 55 76 09 c4 bf 76 09 - e0 3c 10 1a 38 f5 fa 18 Uv...v..<..8...
    18faf3e4 40 f7 fa 18 4e 38 00 00 - b0 f3 fa 18 0d 00 00 00 @...N8..........
    18faf3f4 24 fa fa 18 28 00 05 29 - 01 00 00 00 28 00 17 29 $...(..)....(..)
    18faf404 4e 38 00 00 b0 f3 fa 18 - b8 c4 32 1d 40 53 22 08 N8........2.@S".
    18faf414 0e 00 00 00 24 fa fa 18 - d4 f6 fa 18 5d 4f 00 00 ....$.......]O..
    18faf424 00 00 00 00 00 00 00 00 - 01 00 00 00 d4 f6 fa 18 ................
    18faf434 00 00 00 00 00 00 00 00 - d4 f4 fa 18 3c 2c 25 1a ............<,%.
    18faf444 00 00 00 00 d4 f6 fa 18 - 69 a4 04 08 70 0d 8a 00 ........i...p...
    18faf454 00 00 00 00 00 00 00 00 - 0c 00 00 00 95 d6 26 e8 ..............&.
    18faf464 0b 2e 11 3e f0 05 00 00 - db 02 00 00 1f 03 00 00 ...>............
    State Dump for Thread Id 0x13c
    eax=008b39b0 ebx=00000000 ecx=008a5010 edx=00000000 esi=190afeb8 edi=00000000
    eip=77f5791f esp=190afea4 ebp=190afec0 iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000206
    function: NtDelayExecution
    77f57914 b827000000 mov eax,0x27
    77f57919 8d542404 lea edx,[esp+0x4] ss:19efe8ab=00004f00
    77f5791d cd2e int 2e
    77f5791f c20800 ret 0x8
    77f57922 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    190afea0 77eed227 00000000 190afeb8 008b3040 00000032 ntdll!NtDelayExecution (FPO: [2,0,0])
    190afec0 77eed1f0 00000032 00000000 0817d087 00000032 kernel32!SleepEx (FPO: Non-FPO [2,3,2])
    190afecc 0817d087 00000032 00000032 00000000 008b3900 kernel32!Sleep (FPO: [1,0,0])
    190aff00 081cf47b 008b3900 00000032 008b3040 00000000 !JVM_FindSignal
    00000000 00000000 00000000 00000000 00000000 00000000 !JVM_RegisterPerfMethods
    State Dump for Thread Id 0x13d
    eax=191af53c ebx=775fb100 ecx=001304d0 edx=00000000 esi=0013df48 edi=0000096c
    eip=77f582db esp=191af2f0 ebp=191af344 iopl=0 nv up ei ng nz ac pe cy
    cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000293
    function: NtWaitForSingleObject
    77f582d0 b8c5000000 mov eax,0xc5
    77f582d5 8d542404 lea edx,[esp+0x4] ss:19ffdcf7=26c89808
    77f582d9 cd2e int 2e
    77f582db c20c00 ret 0xc
    77f582de 8bc0 mov eax,eax
    ----> Stack Back Trace <----
    FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
    191af2ec 775f89fa 0000096c 00000001 191af31c 0013df64 ntdll!NtWaitForSingleObject (FPO: [3,0,0])
    191af344 775f1202 0000096c 000008c0 00000002 00000004 msafd!<nosymbols> (FPO: Non-FPO [4,15,3])
    191af7ac 7764c1f3 000008c0 191af81c 191af82c 00000000 msafd!<nosymbols> (FPO: Non-FPO [6,274,3])
    191af7e4 7764c17e 000008c0 191af81c 191af82c 00000000 ws2_32!WSAAccept (FPO: Non-FPO [5,4,3])
    191af7fc 193b44a6 000008c0 191af81c 191af82c 008b6600 ws2_32!accept (FPO: [3,0,0])
    191af81c 08035288 00000014 191af7e4 00000010 191af860 !Java_java_net_PlainSocketImpl_socketAccept
    00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
    ----> Raw Stack Dump <----
    191af2f0 fa 89 5f 77 6c 09 00 00 - 01 00 00 00 1c f3 1a 19 .._wl...........
    191af300 64 df 13 00 4c df 13 00 - 1a 00 00 00 c0 65 8d 78 d...L........e.x
    191af310 96 ba c6 01 ff ff ff ff - ff ff ff 7f ff ff ff ff ................
    191af320 ff ff ff 7f 00 00 00 00 - 80 c3 13 00 ad 1f 63 77 ..............cw
    191af330 d8 11 5f 77 c0 08 00 00 - 00 00 00 00 00 00 00 00 .._w............
    191af340 00 00 00 00 ac f7 1a 19 - 02 12 5f 77 6c 09 00 00 .........._wl...
    191af350 c0 08 00 00 02 00 00 00 - 04 00 00 00 00 00 00 00 ................
    191af360 28 e0 13 00 50 c0 13 00 - 60 7c 8b 00 70 7c 8b 00 (...P...`|..p|..
    191af370 74 7c 8b 00 80 7c 8b 00 - 00 00 00 00 00 66 8b 00 t|...|.......f..
    191af380 60 7c 8b 00 00 66 8b 00 - 54 7c 8b 00 f4 7f 8b 00 `|...f..T|......
    191af390 e0 65 8b 00 b0 6b 8b 00 - cc 6b 8b 00 a4 6f 8b 00 .e...k...k...o..
    191af3a0 3d ca 14 08 d4 f5 1a 19 - 74 7c 8b 00 60 7c 8b 00 =.......t|..`|..
    191af3b0 54 7c 8b 00 70 7c 8b 00 - 01 00 00 00 80 7c 8b 00 T|..p|.......|..
    191af3c0 00 66 8b 00 d0 e3 98 14 - 74 7c 8b 00 04 d7 14 08 .f......t|......
    191af3d0 d4 f5 1a 19 54 7c 8b 00 - 70 7c 8b 00 60 7c 8b 00 ....T|..p|..`|..
    191af3e0 64 7c 8b 00 68 7c 8b 00 - 6c 7c 8b 00 01 00 00 00 d|..h|..l|......
    191af3f0 24 f4 1a 19 8c 8f e8 00 - 59 f9 f7 77 23 00 00 00 $.......Y..w#...
    191af400 5c f4 1a 19 70 f4 1a 19 - 7a a1 83 14 98 1d 5d 12 \...p...z.....].
    191af410 e8 fb 1a 16 0c f7 1a 19 - 01 00 00 00 83 7d de 00 .............}..
    191af420 5c f4 1a 19 70 f4 1a 19 - 54 47 f5 77 34 f4 1a 19 \...p...TG.w4...
    State Dump for Thr

    user4815182 ,
    You should start a new thread. The thread you added to was posted in 2007.
    Also, what I would recommend is that you go to http://java.sun.com/webapps/bugreport/crash.jsp and follow the steps there, adding flags etc, to help identify or even solve the issue you are seeing.
    The initial post indicated that they are using 1.4.2, which is super old. Bugs are fixed in releases that have higher numbers. I recommend that you run, or at least try, to run with the latest 1.7 release. The downloads can be found here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
    If you you are convinced that you need 1.4.2, or there are other issues seen with 1.7, a more recent 1.4.2 release can be found in the archive. Please note that security vulnerabilities are fixed with each release. As 1.4.2 has reached the End of Public Releases, there has not been a new public release in a long time. Current 1.4.2 releases with vulnerabilities fixes can be obtained through a support contract http://www.oracle.com/us/technologies/java/standard-edition/support/overview/index.html.
    That said, you can still access the Download Archive: http://www.oracle.com/technetwork/java/archive-139210.html .
    -Roger

  • WL 5.1.0 startWebLogic.cmd License Error (works via wlserver.exe)

    I have spent several hours trying to figure out how to start Web Logic 5.1.0
    from the command line or via the startWebLogic.cmd script. The sever starts
    up fine when running bin\wlserver.exe via the start menu or from the command
    line, but my startWebLogic.cmd script comes up with the following errors
    everytime:
    C:\weblogic>startWebLogic.cmd
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDB
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    Here is a version of the startWebLogic.cmd file I was using:
    @echo off
    @rem http://www.weblogic.com/docs51/install/index.html
    SETLOCAL
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set
    JAVA_CLASSPATH=.\myserver\serverclasses;.\weblogic510spboot.jar;.\classes\bo
    ot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=.\myserver\serverclasses;.\lib\weblogic510sp.jar;.\licens
    e;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
    %JAVA_HOME%\bin\java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==.\weblogic.policy
    weblogic.Server
    ENDLOCAL
    Here is the output from bin\wlconfig.exe:
    C:\weblogic>bin\wlconfig.exe
    WebLogic startup settings are presently:
    CLASSPATH Prefix C:\weblogic\myserver\serverclasses
    CLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\to
    ols.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.ja
    r;C:
    \weblogic\license;C:\weblogic\classes\boot;C:\weblogic\classes;C:\weblogic\l
    ib\w
    eblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    JAVA_HOME C:\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;
    C:\weblogic\myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\jre\li
    b\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar;C:\weblogic\classes\boot;C:\web
    logi
    c\eval\cloudscape\lib\cloudscape.jar
    Type "wlconfig -help" for program usage.
    I also tried a startWebLogic.cmd file version with absolute paths, but I got
    the same license error. I really can't figure out what I'm doing wrong
    here. What is different between the wlserver.exe executable and the
    startWebLogic.cmd files I'm running?
    @rem http://www.weblogic.com/docs51/install/index.html
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set PATH=%JAVA_HOME%\bin;%PATH%
    set
    JAVA_CLASSPATH=C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\too
    ls.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar
    ;C:\weblogic\license;C:\weblogic\classes\boot;C:\weblogic\lib\weblogicaux.ja
    r;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myser
    ver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==C:\weblogic\weblogic.polic
    y -Dweblogic.system.home=C:\weblogic -Djava.compiler=symcjit weblogic.Server

    Thanks for your help Raj. I found out it was a PeopleSoft problem. They
    make us run one of their Java class files to startup the server from the
    command line instead of weblogic.Server. Once I changed it from
    weblogic.Server to PSweblogic, it started correctly.
    Cameron
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]..
    Cameron,
    Are you running setEnv.cmd before running startweblogic.cmd ?
    The SetEnv.cmd script sets the WL_HOME variable. Make sure you have this
    variable set.
    Alternatively, try adding the absolute path for the license folder (inyour
    case C:\weblogic\license ) in the weblogic.class.path entry in the
    startweblogic.cmd file.
    The server will look for the WebLogicLicense.xml in this folder at startup
    time.
    The reason why the server starts from the start menu is the fact that this
    entry is part of the weblogic.class.path
    From your posting
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic
    \myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    Thanks
    Raj Alagumalai

  • Removing Server 2000 DC and adding Server 2008 DC.

    Removing Server 2000 DC and adding Server 2008 DC.
    From: Server 2000 Sp4 (not leaving in place, no plans to demote)
    To: Server 2008 Sp2 (will be a single DC and hold Global Catalog)
    Single forest domain. Only one DC.
    Problem: The old server 2000 is still a primary DC and the new server 2008 is not taking over.
    Completed the following tasks:
    NIC binding (connected NIC at top of list on new server)
    New server is also DNS server. This role is working and it points to itself 127.0.0.1 and clients have been moved to use the new server for DNS, they are working.
    New server has some shared folders. Clients are connected and this is working until we remove the old server, then they cannot authenticate to the mapped drive.
    Both servers show the role of Domain Controller
    Adprep /forestprep and /domainprep and /domainprep /gpprep were run on the server 2000 (as it was the existing DC) with a successful message.  (not sure if enough time was allowed for replication)
    All five Flexible Single Master Operations (FSMO) roles were transferred using GUI.
    Schema Master, Domain naming master, Infrastructure master, RID master, PDC Emulator.
    And have been verified. All roles transferred and the new server 2008 and new server is also the global catalog.
    Then to verify new server is handling the role we unplugged the Ethernet cable from the Old server 2000, then went to client stations and re-started them and they would not find the new DC and connect to it.
    On the new server when we opened active directory users and computers the domain did not appear.
    Verified in DNS manager the A record and reverse pointer were correct.
    For some reason the new server is looking to the old server. Even though all roles are moved over and DNS appears to be setup correctly it won’t exist independently.
    What’s missing?
    If something was missed or performed wrong, do we have to remove the roles and start from scratch? Or can we re-run adprep and walk the steps again leaving all as-is?

    Hello,
    as first step please post an unedited ipconfig /all from the old and new DC/DNS server and one problem client.
    It seems that your installation from the new DC wen't well and as described in
    http://msmvps.com/blogs/mweber/archive/2010/02/06/upgrading-an-active-directory-domain-from-windows-server-2000-to-windows-server-2008-or-windows-server-2008-r2.aspx Just check again yourself.
    A DC should NEVER be shutdown or just disconnected from a domain, it MUST be demoted correct, as you ruin into replication errors in the event viewer without that steps and you will never be able to install a additional DC with using the same name.
    See the end of my article about removal steps.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

Maybe you are looking for