Weblogic Platform 8.1 Evaluation - Can't start server

I downloaded the platform and completed all the steps listed in the appendix of
the BEA Weblogic Platform Evaluation Guide. When I try and start Weblogic through
Workshop as outlined in Chapter 1, I receive the following 2 errors:
####<Mar 3, 2004 9:35:46 AM EST> <Debug> <Management> <UNBREHM1> <cgServer> <main>
<<WLS Kernel>> <> <BEA-141132> <Dynamic invocation while executing action load
on evalguide:Name=WLI-B2B,Type=Application MBean instance failed. The method load
with signature [boolean] was invoked with parameters as [false].
weblogic.management.DeploymentException: Missing module: b2b.war
     at weblogic.management.mbeans.custom.Application.initializeMBean(Application.java:2010)
     at weblogic.management.mbeans.custom.Application.initializeMBeans(Application.java:1751)
     at weblogic.management.mbeans.custom.Application.adminLoad(Application.java:1520)
     at weblogic.management.mbeans.custom.Application.load(Application.java:642)
     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 weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
     at weblogic.management.configuration.ApplicationMBean_Stub.load(ApplicationMBean_Stub.java:1868)
     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1188)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
     at weblogic.Server.main(Server.java:32)
>
####<Mar 3, 2004 9:36:01 AM EST> <Error> <WLW> <UNBREHM1> <cgServer> <main> <<WLS
Kernel>> <> <000000> <Error in startup class com.bea.b2b.server.Server Method:
start:
com.bea.b2b.server.InitException: [WLI-B2B subsystem:464034]WebLogic Integration
- B2B failed to start with com.bea.b2b.server.InitException: com.bea.wli.tpm.management.configuration.ConfigurationException:
[WLI-B2B TPM:472658]Error in retrieving bindings for Trading Partner Test_TradingPartner_1
due to [WLI-B2B TPM Repository:469023]In SQLHelper.query, a SQL Exception was
caught while executing a SQL Statement: java.sql.SQLException: Column "SIGNATURE_DIGEST_ALGORITHM"
not found in table at position 96..
     at com.bea.b2b.server.Server.start(Server.java:176)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:324)
     at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:189)
     at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
     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 weblogic.t3.srvr.StartupClassService.invokeMain(StartupClassService.java:229)
     at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:160)
     at weblogic.t3.srvr.StartupClassService.access$000(StartupClassService.java:36)
     at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:121)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
     at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:116)
     at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:88)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
     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 weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
     at weblogic.Server.main(Server.java:32)
>

See my response to your previous post...
Richard wrote:
I have installed WebLogic Server 6 for evaluation, but I cannot start the server.
When I run StartWeblogic.cmd or startManagedWeblogic.cmd, the DOS consol opens
and shutdown immediately.
I know that I do not need a license for the 30-day evaluation, but there must
be some basic configuration required to get the server started.
Can anyone help please.
Thanks,
Richard.

Similar Messages

  • How I can re-start Server Assistant?

    Hello to all,
    I've a MacPro with SnowLeopard Server 10.6.1 with IP 192.168.0.5 set to match a network whit a SonicWall firewall used as router with IP 192.168.0.3.
    Now I just purchase the new Airport Extreme to replace the SonicWall and set up it with the same lan (192.168.0.x).
    Both (SonicWall and Airport) are used as DHCP server for client in the lan.
    The problem is that I cannot (or I'm unable) to set the IP address of the Airport, and it get by default 192.168.0.1 (SonicWall was x.x.x.3) and SLServer doesn't run because before the "router" was "x.x.x.3" and now is "x.x.x.1"
    I'm triing to restart Server Assistant but if I choose 192.168.0.5 appears that the server is already configured...
    May I re-start Server Assistant for the Server itself (not for remote) so that SLServer will re-set itself about new network router?
    thanks to all for support.
    Marco

    Mrcitaly wrote:
    If I use all manually setup, I can put in the router address.
    Today, that field is blank, bacause Server assistant has setup it in this way:
    IP address 192.168.0.5 (I put it manually)
    Subnet mask (not modificable)
    Router (any field or address is displayed)
    DNS (set up from server assistant to 127.0.0.1)
    The network stack can be modified using System Preferences > Network. The router address should be modifiable. Since this is a server, the configuration option should be static, followed by manually assigned IP, subnet (assumed to be 255.255.255.0), router, DNS, and search domain. If your server is at 192.168.0.5, then define the subnet mask for an assumed class C network (255.255.255.0) and then assign the address of your router, 192.168.0.1.
    What if I put 192.168.0.1 manually as router?
    Why it is blank now?
    Why Server Assistant didn't assign to it 192.168.0.3 (the address of my actual router)?
    Why it had assigned 127.0.0.1 as DNS?
    This is the default setup on Snow Server. The server, when setup in absence of a DNS service, will configure DNS internally and then use itself as the reference. 127.0.0.1 is the loop back address. This is the machine referencing itself.
    I suppose Server Assistant has done custom setup. So I'd like to restart it and repeate the initial procedure with new router attached.
    But you should not need to go through the entire setup again. Just define your networking stack to what you want. If you change your IP or hostname, then you will need to run sudo changeip -checkhostname.

  • New SAP NetWeaver 7.0 ABAP Trial Version SP12  - I can't start server

    Hello,
    I've just finished the installation without errors. After it I've tried to start server with help of Sap Console
    I see process spalicence.exe in yellow color and after couple of time it disappears and I see process msg_server.exe in gray color.
    What is wrong with installation?
    Thanks in Advance
    Adam

    Should be in the installation guide somewhere, in my system, the entries are like so.
    In the hosts file,   C:\WINDOWS\system32\drivers\etc\hosts
    127.0.0.1       localhost
    10.10.0.10         <computer name>
    In the services file,   C:\WINDOWS\system32\drivers\etc\services
    sapmsNSP       3600/tcp     # Sneak Preview
    Regards,
    Rich Heilman

  • CAN NOT  start server 10G

    Upon initial installation, on Windows2000 server. When I try to start the server, I am asked for Host and Targer DB credentials. And its not taking either. I get the following:
    "RemoteOperationException: ERROR: Wrong password for user.
    The problem is I am not sure which user its talking about, host or db. And whatever I try from the "controlled" usernames/passwords, it still complains.
    1) How can I combat that
    2) Where can I get log files that will give more information.

    There are some ways to fix that. The cause of that issue are 3:
    1.- The OS user with who you are logged in the OS is not part of the DBA Group
    2.- The Database is not included in the listener
    3.- The Database is shutdown
    Ways to correct that:
    1.- Include the current OS user to the DBA Group with OS utilities
    2.- Register the database in the listener and reload it
    3.- Start the database up and after start the dbconsole service or stopt/start the dbconsole service.
    Joel Pérez
    http://otn.oracle.com/experts

  • Tomcat startup error: can't start server

    Hi!
    I got Jbuilder 8, it contains Tomcat 3.1, Tomcat 4.0, Tomcat 4.1 servers.
    When I develop in the IDE, the JBuilder 8 can start any of these servers.
    But if I want to use Tomcat 4.1 alone (independent from JBuilder), it doesn't works.
    I followed the steps written in Tomcat installation instructions (setting path, environment variables), but when I try to run startup.bat it's opened a new window for a minute (I think with error message), and close it too fast to read the message.
    The first DOS window shows:
    USING Java_home.......
    USING Catalina_home......
    etc.
    and nothing else, but Tomcat doesn't run.
    I can start Tomcat 3.1 this way, but not the other two (4.0, 4.1)
    Anyone can help?
    thank you
    sorry for the bad English, I hope you can understand.

    I am also getting the same error while starting tomcat. The catalina command window disappears immediately.
    tried running the catalina run command....it gives
    java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (U
    nsupported major.minor version 48.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
    6)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    Exception in thread "main"
    i am using jdk131 as the java home directory and tomcat 5.5.
    Are u able to start tomcat?

  • [IDS C3] Can't start Server

    Hello,
    I installed InDesign Server CS3 on a Windows 2003 System. I tried to start the Server on the command line. But I allways get an error. I get a german error message, but it tells me something like "Can't execute program/process". I don't know the exact eglish error message.
    Does anybody know, what I'm doing wrong?
    thanks

    Frank,
    no its not possible to start InDesign Server via the Windows Service. I get the error 14001 in a pop-up windows. It tells me, InDesignServerWinService could't be started.
    Cant't start the application, because the application configuration ist not correct. You should re-install the application to solve the problem. ( I did it allready more the one time)
    I think I entered a valid serial number. I entered the number that we got in our download area on the adobe website.
    I tried to start the server on the commandlines, in different ways.
    InDesingServer -port 1234 -configuration IDSName
    I get allways the same error, it doesn't matter how the command looks on the command line.
    thanks
    Ernst Thielmann

  • JRun Launcher Can't Start Server

    I've installed the JRun 4 trial version. Then I load the JRun
    Launcher and it shows 3 servers: samples, default, and admin.
    Whenever I try to start any of the servers it thinks for about a
    minute and then says an error occurred and tells me to look at a
    log file. However the directory jrun/logs is empty. Any
    ideas?

    I had the same problem yesterday and it was related to regional settings.
    I changed regional settings from turkish to US and it works.
    Bye
    Leo

  • Can't start server -- Fatal error: Cannot connect to user group ldap server

    After installing iCS 2.1, iCS 2.1p1, and iCS 2.1p3, a user will receive the
    following error message when trying to start the server:
    <P>
    Fatal error: Cannot connect to user group ldap server.
    <P>
    In addition, the Directory Server access logs will contain the following
    entry:
    <P>
    -0400] conn=125 op=1 SRCH base="dc=ldgw-llc,dc=com" scope=2
    filter="(objectclass=People)"
    In the server.conf file,
    check the local.enduseradmindn
    parameter. The parameter
    should appear as follows:
    <P>
    uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot
    <P>
    If the parameter contains
    "calmaster" or any user
    other than "admin,"
    change it to match the line above.

    Hi,
    I am getting the same error, kindly let me know how did you solved this problem
    Thanks
    Ahmad

  • Can't start mysql

    when I type "rc.d start mysqld" it displays busy for a while, then fails. At this point it does not generate an error message. I have changed the permissions of /var/lib/mysql recursively to 777. I have also created the mysqld directory in /var/run and given it 777 permissions. I hope I have included all the relevant files. 
    I have read every suggestion on the internet and gotten nowhere. Please help a noobus out. Thanks in advance.
    /var/lib/mysql/localhost.err
    120115 01:11:48 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    120115 1:11:48 [Warning] One can only use the --user switch if running as root
    120115 1:11:48 InnoDB: The InnoDB memory heap is disabled
    120115 1:11:48 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    120115 1:11:48 InnoDB: Compressed tables use zlib 1.2.5
    120115 1:11:48 InnoDB: Initializing buffer pool, size = 128.0M
    120115 1:11:48 InnoDB: Completed initialization of buffer pool
    120115 1:11:48 InnoDB: highest supported file format is Barracuda.
    120115 1:11:50 InnoDB: Waiting for the background threads to start
    120115 1:11:51 InnoDB: 1.1.8 started; log sequence number 1595675
    120115 1:11:51 [ERROR] Can't start server : Bind on unix socket: Permission denied
    120115 1:11:51 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
    120115 1:11:51 [ERROR] Aborting
    120115 1:11:51 InnoDB: Starting shutdown...
    120115 1:11:51 InnoDB: Shutdown completed; log sequence number 1595675
    120115 1:11:51 [Note] /usr/bin/mysqld: Shutdown complete
    120115 01:11:51 mysqld_safe mysqld from pid file /var/lib/mysql/localhost.pid ended
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="localhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    NETWORKS=(menu)
    WIRELESS_INTERFACE="wlan0"
    WIRED_INTERFACE="ethO"
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng @network crond net-auto-wired dbus acpid)
    /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost.localdomain localhost
    # End of file
    /etc/mysql/my.cnf
    # MySQL config file for medium systems.
    # This is for a system with little memory (32M - 64M) where MySQL plays
    # an important part, or systems up to 128M where MySQL is used together with
    # other programs (such as a web server)
    # MySQL programs look for option files in a set of
    # locations which depend on the deployment platform.
    # You can copy this option file to one of those
    # locations. For information about these locations, see:
    # http://dev.mysql.com/doc/mysql/en/option-files.html
    # In this file, you can use all long options that a program supports.
    # If you want to know which options a program supports, run the program
    # with the "--help" option.
    # The following options will be passed to all MySQL clients
    [client]
    #password = your_password
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    # Here follows entries for some specific programs
    # The MySQL server
    [mysqld]
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    datadir = /var/lib/mysql
    skip-external-locking
    key_buffer_size = 16M
    max_allowed_packet = 1M
    table_open_cache = 64
    sort_buffer_size = 512K
    net_buffer_length = 8K
    read_buffer_size = 256K
    read_rnd_buffer_size = 512K
    myisam_sort_buffer_size = 8M
    # Don't listen on a TCP/IP port at all. This can be a security enhancement,
    # if all processes that need to connect to mysqld run on the same host.
    # All interaction with mysqld must be made via Unix sockets or named pipes.
    # Note that using this option without enabling named pipes on Windows
    # (via the "enable-named-pipe" option) will render mysqld useless!
    skip-networking
    # Replication Master Server (default)
    # binary logging is required for replication
    log-bin=mysql-bin
    # binary logging format - mixed recommended
    binlog_format=mixed
    # required unique id between 1 and 2^32 - 1
    # defaults to 1 if master-host is not set
    # but will not function as a master if omitted
    server-id = 1
    # Replication Slave (comment out master section to use this)
    # To configure this host as a replication slave, you can choose between
    # two methods :
    # 1) Use the CHANGE MASTER TO command (fully described in our manual) -
    # the syntax is:
    # CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
    # MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
    # where you replace <host>, <user>, <password> by quoted strings and
    # <port> by the master's port number (3306 by default).
    # Example:
    # CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
    # MASTER_USER='joe', MASTER_PASSWORD='secret';
    # OR
    # 2) Set the variables below. However, in case you choose this method, then
    # start replication for the first time (even unsuccessfully, for example
    # if you mistyped the password in master-password and the slave fails to
    # connect), the slave will create a master.info file, and any later
    # change in this file to the variables' values below will be ignored and
    # overridden by the content of the master.info file, unless you shutdown
    # the slave server, delete master.info and restart the slaver server.
    # For that reason, you may want to leave the lines below untouched
    # (commented) and instead use CHANGE MASTER TO (see above)
    # required unique id between 2 and 2^32 - 1
    # (and different from the master)
    # defaults to 2 if master-host is set
    # but will not function as a slave if omitted
    #server-id = 2
    # The replication master for this slave - required
    #master-host = <hostname>
    # The username the slave will use for authentication when connecting
    # to the master - required
    #master-user = <username>
    # The password the slave will authenticate with when connecting to
    # the master - required
    #master-password = <password>
    # The port the master is listening on.
    # optional - defaults to 3306
    #master-port = <port>
    # binary logging - not required for slaves, but recommended
    #log-bin=mysql-bin
    # Uncomment the following if you are using InnoDB tables
    #innodb_data_home_dir = /var/lib/mysql
    #innodb_data_file_path = ibdata1:10M:autoextend
    #innodb_log_group_home_dir = /var/lib/mysql
    # You can set .._buffer_pool_size up to 50 - 80 %
    # of RAM but beware of setting memory usage too high
    #innodb_buffer_pool_size = 16M
    #innodb_additional_mem_pool_size = 2M
    # Set .._log_file_size to 25 % of buffer pool size
    #innodb_log_file_size = 5M
    #innodb_log_buffer_size = 8M
    #innodb_flush_log_at_trx_commit = 1
    #innodb_lock_wait_timeout = 50
    [mysqldump]
    quick
    max_allowed_packet = 16M
    [mysql]
    no-auto-rehash
    # Remove the next comment character if you are not familiar with SQL
    #safe-updates
    [myisamchk]
    key_buffer_size = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [mysqlhotcopy]
    interactive-timeout

    Hi,
    I seem to have had an issue with mysql as well and it appears to be that I don't have a sock file as I have checked /var/run/mysqld for mysqld.sock and it does not exist so would that be what is stopping mysql server from starting and if so how do I create the sock file ??
    Cheers
    Quazza
    Update - Actually I solved my problem to, it was to do with my log files filling up but that also led to the bigger problem of a failing HD oh what fun anyway got there before any major data loss. 
    Last edited by quazza (2012-01-20 08:09:26)

  • Failed to start server domain and process scheduler in the App/Batch VM

    Hi,
    after the modification of /etc/tnsnames.ora in the App/Batch VM :
    [psadm2@psovmab LOGS]$ more /etc/tnsnames.ora
    H91TMPLT=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.133)(PORT=1521)))
    (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=H91TMPLT.corp.peoplesoft.com))
    I can't start server domain and process scheduler :
    NLS:4: Cannot open message catalog TMADMIN_CAT, set 1, num 197; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog TMADMIN_CAT, set 1, num 198; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 793; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec BBL -A :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 773; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog TMADMIN_CAT, set 1, num 495; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    Attempting to boot ... INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 801; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSWATCHSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -ID 55021 -D APPDOM -S PSWATCHSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSAPPSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSAPPSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSQRYSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSQRYSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSAMSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -D APPDOM -S PSSAMSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSBRKHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKHND_dflt:BrkProcess -- -D APPDOM -S PSBRKHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSBRKDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKDSP_dflt:Dispatch -- -D APPDOM -S PSBRKDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSPUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBHND_dflt:PubConProcess -- -D APPDOM -S PSPUBHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSPUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBDSP_dflt:Dispatch -- -D APPDOM -S PSPUBDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBHND_dflt:SubConProcess -- -D APPDOM -S PSSUBHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBDSP_dflt:Dispatch -- -D APPDOM -S PSSUBDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSMONITORSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -ID 55021 -D APPDOM -S PSMONITORSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec JSL -o ./LOGS/stdout -e ./LOGS/stderr -A -- -n //hrapp.xflash.com:9000 -m 5 -M 7 -I 5 -j ANY -x 40 -S 10 -c 1000000 -w JSH :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec JREPSVR -o ./LOGS/stdout -e ./LOGS/stderr -A -- -W -P /home/psadm2/ps/pt/8.50/appserv/APPDOM/jrepository :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 774; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    Thanks

    Hi,
    - Which user are you connected with when running psadmin ?
    psadmin2
    - the output :
    {[psadm2@hrapp appserv]$ ./psadmin
    PSADMIN -- Tools Release: 8.50.02
    Copyright (c) 1988, 2009, Oracle. All rights reserved.
    PeopleSoft Server Administration
    1) Application Server
    2) Process Scheduler
    3) Search Server
    q) Quit
    Command to execute (1-3, q): 1
    PeopleSoft Application Server Administration
    1) Administer a domain
    2) Create a domain
    3) Delete a domain
    4) Import domain configuration
    q) Quit
    Command to execute (1-4, q) : 1
    Tuxedo domain list:
    1) APPDOM
    Select domain number to administer: 1
    PeopleSoft Domain Administration
    Domain Name: APPDOM
    1) Boot this domain
    2) Domain shutdown menu
    3) Domain status menu
    4) Configure this domain
    5) TUXEDO command line (tmadmin)
    6) Edit configuration/log files menu
    7) Messaging Server Administration menu
    8) Purge Cache
    9) Preload File Cache
    10) Clean IPC resources of this domain
    q) Quit
    Command to execute (1-10, q) : 1
    PeopleSoft Domain Boot Menu
    Domain Name: APPDOM
    1) Boot (Serial Boot)
    2) Parallel Boot
    q) Quit
    Command to execute (1-2, q) [q]: 1
    psappsrv.cfg has changed archiving old one...
    Copying APPDOM/Archive/psappsrv.cfg to APPDOM/Archive/psappsrv_123109_1116_13.cfg
    Attempting to boot bulletin board...
    tmadmin - Copyright (c) 2007-2008 Oracle.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by Oracle.
    Tuxedo is a registered trademark.
    INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 793; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec BBL -A :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 774; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    Attempting to boot ... INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 801; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSWATCHSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -ID 55021 -D APPDOM -S PSWATCHSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSAPPSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSAPPSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSQRYSRV -o ./LOGS/stdout -e ./LOGS/stderr [email protected] -- -D APPDOM -S PSQRYSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSAMSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -D APPDOM -S PSSAMSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSBRKHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKHND_dflt:BrkProcess -- -D APPDOM -S PSBRKHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSBRKDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKDSP_dflt:Dispatch -- -D APPDOM -S PSBRKDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSPUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBHND_dflt:PubConProcess -- -D APPDOM -S PSPUBHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSPUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBDSP_dflt:Dispatch -- -D APPDOM -S PSPUBDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBHND_dflt:SubConProcess -- -D APPDOM -S PSSUBHND_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSSUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBDSP_dflt:Dispatch -- -D APPDOM -S PSSUBDSP_dflt :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec PSMONITORSRV -o ./LOGS/stdout -e ./LOGS/stderr -A -- -ID 55021 -D APPDOM -S PSMONITORSRV :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec JSL -o ./LOGS/stdout -e ./LOGS/stderr -A -- -n //hrapp.xflash.com:9000 -m 5 -M 7 -I 5 -j ANY -x 40 -S 10 -c 1000000 -w JSH :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    exec JREPSVR -o ./LOGS/stdout -e ./LOGS/stderr -A -- -W -P /home/psadm2/ps/pt/8.50/appserv/APPDOM/jrepository :
         NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 821; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 773; check TUXDIR=/opt/oracle/psft/appbatch/bea/tuxedo, LANG=en_US.UTF-8}
    -Are you able to connect onto the database from there with the same user ?
    {[psadm2@hrapp appserv]$ sqlplus sysadm/SYSADM@H91TMPLT
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 31 11:40:12 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>}
    thank you in advance
    JM

  • Can't start vanilla 8.1.4 platform managed server via NodeManager

    I cannot get a managed server to start via the NodeManager if I create a WL Platform domain. I CAN get it to work just fine if I create a regular WLS domain. I was wondering if anyone else has seen this behavior.
    Steps to Reproduce
    ===================
    1) Use the configuration wizard to create a WebLogic Platform domain. Name the domain "Test". Use all defaults.
    2) Once the domain is created, go into the domain directory and run the create_db.cmd script to build out the necessary tables to support the platform domain
    3) Start the node manager. On my machine I use the following command:
    C:\bea\weblogic81\server\bin\startnodemanager 127.0.0.1 5555
    4) Start the admin server via the startWebLogic.cmd file
    5) Open the console for the admin server. Create a Machine "MyMachine" (name is really unimportant). Use the default NodeManager port of 5555
    6) Create a managed server. Call it "test1". Set the port to 8000 and be sure to assign it to the machine you just created.
    7)Set the remote start properties. On my machine I just set the classpath to "c:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\workshop\lib\wsrp-common.jar;C:\bea\weblogic81\server\lib\xbean.jar" and I also set the Java Home to point to the default JRocket JVM that ships with 8.1.4
    8) Be sure to save your changes by hitting the "Apply" button. Then using the "Control" tab for the "test1" managed server, click the "Start this Server" link.
    9) Wait about 30 - 40 seconds, then click on the server log for that server. On my machine I get the following exception in the log:
    <Mar 22, 2005 6:04:46 PM PST> <Info> <[email protected]:5555> <Starting Server test::test1 ...>
    <Mar 22, 2005 6:04:47 PM PST> <Info> <[email protected]:5555> <Server test::test1 started, process id = 5,504>
    <Mar 22, 2005 6:04:48 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <Mar 22, 2005 6:04:49 PM PST> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://169.254.40.11:7001 to check if there exists a running admin server at this URL.>
    <Mar 22, 2005 6:04:49 PM PST> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Mar 22, 2005 6:04:49 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Mar 22, 2005 6:04:49 PM PST> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://169.254.40.11:7001 to retrieve the initial configuration.>
    <Mar 22, 2005 6:04:50 PM PST> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\weblogic81\common\nodemanager\test1\test1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider java.lang.IllegalStateException: This query is too complex to be processed.
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:205)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider java.lang.IllegalStateException: This query is too complex to be processed.
    <Mar 22, 2005 6:04:53 PM PST> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider java.lang.IllegalStateException: This query is too complex to be processed.
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider java.lang.IllegalStateException: This query is too complex to be processed.
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:205)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    >
    <Mar 22, 2005 6:04:53 PM PST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider java.lang.IllegalStateException: This query is too complex to be processed.>
    I am baffled by this error. Can anyone help shed some light on this issue? I'm sure there is some bit I left un-flipped somewhere, but I don't know where to look. Many thanks in advance!
    - Jeff

    Please help me over this error: (Weblogic clustered setup, two managed servers and one admin server, siteminder security providers configured)
    bash-2.05$ ./startManagedWebLogic.sh managedServer5 http://sunert1.ad.infosys.com:7007
    ./startManagedWebLogic.sh: -Dsmasa.home=/export/home/ngtyasqa/bea/asa: not found
    CLASSPATH=/export/home/ngtyasqa/bea/asa/conf:/export/home/ngtyasqa/bea/asa/lib/smjavaagentapi.jar:/e
    xport/home/ngtyasqa/bea/asa/lib/log4j.jar:/export/home/ngtyasqa/bea/asa/lib/sm_jsafe.jar:/export/hom
    e/ngtyasqa/bea/asa/lib/smclientclasses.jar:/export/home/ngtyasqa/bea/asa/lib/smjavasdk2.jar:/export/
    home/ngtyasqa/bea/asa/lib/imsapi.jar/export/home/ngtyasqa/bea_kunal/jdk142_04/lib/tools.jar:/export/
    home/ngtyasqa/bea/weblogic81/server/lib/weblogic_sp.jar:/export/home/ngtyasqa/bea/weblogic81/server/
    lib/weblogic.jar::/export/home/ngtyasqa/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/exp
    ort/home/ngtyasqa/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/export/home/ngtyasqa/bea_
    kunal/jdk142_04/jre/lib/rt.jar:/export/home/ngtyasqa/bea/weblogic81/server/lib/webservices.jar:
    PATH=/export/home/ngtyasqa/bea/weblogic81/server/bin:/export/home/ngtyasqa/bea_kunal/jdk142_04/jre/b
    in:/export/home/ngtyasqa/bea_kunal/jdk142_04/bin:/export/home/ngtyasqa/bea_kunal/jdk142_04/bin:/usr/
    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 *
    <Mar 21, 2006 5:25:48 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server w
    ith Java HotSpot(TM) Client VM Version 1.4.2_04-b05 from Sun Microsystems Inc.>
    <Mar 21, 2006 5:25:49 PM GMT+05:30> <Info> <Management> <BEA-141140> <The managed server is going to
    contact the admin server at http://sunert1.ad.infosys.com:7007 to check if there exists a running a
    dmin server at this URL.>
    <Mar 21, 2006 5:25:49 PM GMT+05:30> <Info> <Configuration Management> <BEA-150017> <This server is b
    eing started as a dependent managed server.>
    <Mar 21, 2006 5:25:49 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 S
    P5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <Mar 21, 2006 5:25:50 PM GMT+05:30> <Info> <Configuration Management> <BEA-150015> <Connecting to th
    e administration server http://sunert1.ad.infosys.com:7007 to retrieve the initial configuration.>
    <Mar 21, 2006 5:25:54 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file /exp
    ort/home/ngtyasqa/bea/user_projects/domains/mydomain/managedServer5/managedServer5.log is opened. Al
    l server side log events will be written to this file.>
    <Mar 21, 2006 5:26:03 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000364> <Server failed during i
    nitialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: [Security:090371
    ]Problem instantiating Authentication Provider weblogic.rmi.extensions.RemoteRuntimeException: Unexp
    ected Exception - with nested exception:
    [java.rmi.MarshalException: failed to marshal invoke(Ljavax.management.ObjectName;Ljava.lang.String;
    [Ljava.lang.Object;[Ljava.lang.String;); nested exception is:
            java.io.NotSerializableException: com.netegrity.siteminder.weblogic.sspi.auth.a9]
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Au
    thentication Provider weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with ne
    sted exception:
    [java.rmi.MarshalException: failed to marshal invoke(Ljavax.management.ObjectName;Ljava.lang.String;
    [Ljava.lang.Object;[Ljava.lang.String;); nested exception is:
            java.io.NotSerializableException: com.netegrity.siteminder.weblogic.sspi.auth.a9]
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:2
    25)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:283)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManager
    DelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServ
    iceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceMan
    agerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecuritySer
    viceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceMa
    nagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:7
    34)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:821)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 21, 2006 5:26:03 PM GMT+05:30> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize
    the server: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem inst
    antiating Authentication Provider weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Excepti
    on - with nested exception:
    [java.rmi.MarshalException: failed to marshal invoke(Ljavax.management.ObjectName;Ljava.lang.String;
    [Ljava.lang.Object;[Ljava.lang.String;); nested exception is:
            java.io.NotSerializableException: com.netegrity.siteminder.weblogic.sspi.auth.a9]>
    The WebLogic Server did not start up properly.
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Au
    thentication Provider weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with ne
    sted exception:
    [java.rmi.MarshalException: failed to marshal invoke(Ljavax.management.ObjectName;Ljava.lang.String;
    [Ljava.lang.Object;[Ljava.lang.String;); nested exception is:
            java.io.NotSerializableException: com.netegrity.siteminder.weblogic.sspi.auth.a9]
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:2
    25)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:283)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManager
    DelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServ
    iceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceMan
    agerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecuritySer
    viceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceMa
    nagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:7
    34)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:821)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
    at weblogic.Server.main(Server.java:32)
    Reason: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instanti
    ating Authentication Provider weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception -
    with nested exception:
    [java.rmi.MarshalException: failed to marshal invoke(Ljavax.management.ObjectName;Ljava.lang.String;
    [Ljava.lang.Object;[Ljava.lang.String;); nested exception is:
            java.io.NotSerializableException: com.netegrity.siteminder.weblogic.sspi.auth.a9]
    Thanks and Regards,
    Shefali

  • Can't start weblogic server using Ant

    Hello,
    I can't start the WL Portal after installation.
    On a Windows 2000 Server SP2 : - I installed WebLogic Server 6.1 SP2 with the examples
    - I installed WebLogic Portal 4.0 SP2 (giving the same password as during the WL
    Server installation) -I installed EBCC 4.0 SP2 .
    I updated the license with UpdateLicense.cmd
    Now If I run - run the default WL server, both from the menu and as a service -
    enter the WL server console (on port 7001) - run the EBCC .
    When I try to start the WL Portal, from the program menu I am able to start the
    WP server properly , But I I try to start it from an ant wlrun then I get the error
    an IllegalAccessError (with the same password I gave during installation and I use
    to enter the server console): The WebLogic Server did not start up properly. Exception
    raised: java.lang.IllegalAccessError: try to access method weblogic/management/internal/Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    Any idea ?

    Hi VG,
    thank u a lot for ur answer. But there are no files at the Admin Server boot.properties path.
    and at the BI Server boot.properties path there is no security folder. Do u have any idea why i cant found anything at this directions ? Also I tried again the command "./startWeblogic.sh " and get a new error message which I post below. I am rlly worry about this. Is there maybe a way to reset the OBIEE and undo all changes ?
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:48 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ^C<Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 30, 2013 10:39:50 AM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Can't start Weblogic -- null pointer exception

    Having a problem launching Weblogic 11gR1 from within Eclipse Galileo. It had launched fine the previous day, but now when I try to launch I get
    eclipse.buildId=I20090611-1540
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product org.eclipse.epp.package.jee.product
    Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
    Error
    Fri Oct 02 10:47:43 EDT 2009
    An internal error occurred during: "Starting Oracle WebLogic Server 11gR1 at localhost".
    java.lang.NullPointerException
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.setEnv(WeblogicServerLaunchConfigurationDelegate.java:424)
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:314)
         at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:134)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
         at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3010)
         at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:2960)
         at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:294)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    As far as I know there have been no changes to the configuration since the last successful launch.
    Any ideas?

    I found the fix for this:
    remove org.eclipse.wst.server.core in your workspace .metadata/.plugin
    restart Eclipse
    open a new server view and add a server.
    This will start a wizard that eventually ask for a weblogic domain, when i added the domain the server started

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Can't start eval. copy of Portal

    I can't start the evaluation copy of the portal after installing it. My BEAHOME
    is e:\bea here is the message I get...
    Starting WebLogic Server .... ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised: java.lang.IllegalAccessError:
    try to access method weblogic/management/internal/ Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    I tried the suggestion of modifying the SET CLASSPATH in one of the treads. That
    generates a class not found error.
    Can someone help me?
    Thanks in advance.
    --Frank

    Hi,
    You might try posting this to the portal newsgroup - weblogic.developer.interest.portal.
    Regards,
    Michael
    Frank wrote:
    I can't start the evaluation copy of the portal after installing it. My BEAHOME
    is e:\bea here is the message I get...
    Starting WebLogic Server .... ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised: java.lang.IllegalAccessError:
    try to access method weblogic/management/internal/ Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    I tried the suggestion of modifying the SET CLASSPATH in one of the treads. That
    generates a class not found error.
    Can someone help me?
    Thanks in advance.
    --Frank--
    Michael Young
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Losing network connection in Lion.

    I have noticed that in the past couple of days my network connection seems to go down for no apparent reason.  I have to reboot iMac to get network connecitivity.  I have my iMac hard wired to Linksys router.  My network is not down since my iphone c

  • Adjusting Values in an Asset

    Hi experts I'm trying to change the asset values it is not working as I planned. I have created Z transactions Types with copy from TT. 200 and 250 to retire the acquisition value. However I didn't find a transaction type to correct my depreciation v

  • Date and Calendar object

    Hi there, I am trying to display the current seconds by using the following method. It keeps displaying the first value, over and over. I also tried using the date object and got the same result. Can you help me? Do you know why it does that? Thank y

  • Adding text to Final cut ?!

    Being new to Final cut im finding it hard to add text. In final cut I make the desired text i want. I then get rid of the wireframe and change it to image. I then click and drag the image across into the superimpose box. When i do this it puts the te

  • Error code 214

    Error code 214 keeps coming up when i try to download adobe CC, what does that mean???