Weblogic myrealm user not allowed with name "viewer"

Hi,
I am trying to create a user(from weblogic console) in myrealm with name "viewer" and I see that I am not allowed but I don't get any error.
When I am creating it programatically from a java program and assign it to a role called "Viewer", when connecting to my application using this "viewer" username the only rolse detected by my application are authenticated-role and anonymous-role. The "Viewer" role is not seen.
Are there any restricted words that can be used for a user in weblogic myrealm?
Thanks
Regards Corneliu

Hi,
Regarding Transactions , the following link can helpful to you .
Regards,
Prasanna Yalam

Similar Messages

  • SQL operations are not allowed with no global transaction by default for X

    Hi All,
    I am getting the above mentioned error.
    java.sql.SQLException: SQL operations are not allowed with no global transaction by default for XA drivers. If the XA driver supports performing SQL operations with no global transaction, explicitly allow it by setting "SupportsLocalTransaction" JDBC connection pool property to true. In this case, a
    lso remember to complete the local transaction before using the connection again for global transaction, else a XAER_OUTSIDE XAException may result. To complete a local transaction, you can either set auto commit to true or call Connection.commit() or Connection.rollback().
    I am developing a web application. I have jsp, servlets, JDBC classes.
    I am using DataSource and Connection pools.
    I am on WLS 8.1 sp3 and Oracle 10.1.
    Part of My Config file looks as follows:
    <JDBCConnectionPool DriverName="weblogic.jdbcx.oracle.OracleDataSource" KeepLogicalConnOpenOnRelease="true" KeepXAConnTillTxComplete="false" Name="AUMDataSource" NeedTxCtxOnClose="false" NewXAConnForCommit="false" Password="{3DES}AKRkWgdzXN8WrXSRtSvJ6g==" Properties="user=pibsrmgr;portNumber=1521;SID=pibsrdod;serverName=pibsrdod.dtu.mlam.ml.com" RollbackLocalTxUponConnClose="true" SupportsLocalTransaction="false" Targets="myserver" TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc:bea:oracle://pibsrdod.dtu.mlam.ml.com:1521" XAEndOnlyOnce="false" />
    <JDBCTxDataSource EnableTwoPhaseCommit="true" JNDIName="jdbc/AUMDataSource" Name="AUMDataSource" PoolName="AUMDataSource" Targets="myserver" />
    Any help will be appreciated.
    Thanks
    ---Radhe

    Hi,
    Regarding Transactions , the following link can helpful to you .
    Regards,
    Prasanna Yalam

  • Error: Specified WebLogic home is not associated with given Middleware home

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

  • Calendar 7.0 Does Not Allow Day Names in Events

    My version of Calendar (7.0, build 1835.1) will not allow the names of days stated in an event on that day of the week. For example, try to enter "Good Friday" on a Friday and you just get an event called "Good".  Ash Wednesday becomes just "Ash".  If you put Ash Wednesday on Thursday, it works just fine.  Try it yourself!  My only thought is that somewhere Apple was trying to help us think and remove something redundant, like the name of the day of the week inclusive within an event title.  This is pretty silly, given any number of such titles as my very Easter-specific examples above prove...

    I just successfully created an event called "Good Saturday" for today (Saturday).  It was not a day long event - only an hour long event.
    I created a "Good Saturday" day long event for next Saturday and that succeeded.
    So I conclude the issue you are seeing must be with the calendar account(s) you are using.
    I also run the same build of calendar you have.

  • I have a MAC and when i look things up it keeps asking me to install latest adobe flash [layer. I complete installation but it still does not allow me to view. What am I doing wrong?

    I have a desktop computer- MAC. When I am looking for information or pulling up games for my grandkids,  it will say I need to download the latest version of dobe Flash Player to view. I have downloaded this numerous times yet it still does not allow me to view. What am I doing wrong?

    Could be the OS X version is too old for the later recommended Flash player version.
    So this is where knowing what your computer really is, and the exact OS X version running in it. There is a hardware limit to upgrading the OS X in a PowerPC Mac with a ceiling of OS X 10.5.8 at the latest. This also limits the upgrade to a later version Adobe Flash player.
    If the computer is not an older PPC-based Mac, and instead has an Intel core-duo or core2duo, an upgrade to OS X 10.6.8 is possible through purchase of the retail Snow Leopard 10.6 DVD and after installation, run Software Update to get the 10.6.8 Combo update v1.1 for Snow Leopard. This will not work on a PowerPC based Mac.
    Should the computer be able to run a later OS X, a newer Player could be installed.
    If the ceiling as suggested above be the case, and the workaround possible.
    The question posed by Klaus is a minimal request for basic info.
    Good luck
    edited

  • My brand new iPhone 5c does not allow me to view messages...

    My brand new iphone 5c does not allow me to view messages that I have sent. They simply disappear immediately after hitting the "send" button. Also I am unable to send iMessages. I have tried resetting the network settings and have also tried the hard reset. Nothing works. Help.

    Hi MaddyMontana,
    If you are having unusual issues with Messages on your iPhone, you may find the troubleshooting steps outlined in the following article helpful (apologies if you have already seen them):
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Regards,
    - Brenden

  • RFC Function Module - Message Reference parameters are not allowed with RFC

    Hi,
    I’ve checked the Remote-Enabled Module radio button, declared Import and Export parameters using ‘Type’ typing and checked the ‘Pass Value’ in export and import parameters but I still receive message ‘Reference parameters are not allowed with RFC’ and not able to activate the function module.
    Am I missing something?
    Regards,
    ...Naddy

    Hi all,
                   I faced the same problem and solved it ,
    You have defined a reference parameter for a remotely called
      function module. However, only value parameters are allowed
      for this type of module.
      Procedure
      Change the reference parameter to a value parameter.
    Guys  pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
    Regards
    Krishna Acharya

  • Valuated project stock not allowed with customer stock.

    Hi,
    I am trying to create invoice correction request for credit with the reference of invoice
    the invoice data is not copying into sales order. I am getting the error "Valuated project stock not allowed with customer stock".
       My question is can we have any routine in copy controll to fulfill my requirement or do i develop a new routine?
    Thanks in advance.
    Regards,
    Narayana

    Hi
    Did you find any sloution for this problem?
    I am facing the similar error.
    Inputs will be helpful
    Thanks
    Regards
    DDP

  • I purchased a one year subscription to Rolling Stone magazine . I got two issues and now it will not allow me to view the current issue, I have to pay again. Can someone help me, how do I get my purchase. I have the automatic download turned on.

    I purchased a one year subscription to Rolling Stone magazine . I got two issues and now it will not allow me to view the current issue, I have to pay again. Can someone help me, how do I get my purchase ? I have the automatic download turned on.

    Try contacting apple

  • My MacBook running Mountain Lion does not allow me to view any videos on the Internet. The place where the video is supposed to be just shows black rectangle. Is there anything I can do to make videos on line work?

    My MacBook running Mountain Lion does not allow me to view any videos on the Internet. The place where the video is supposed to be just shows black rectangle. Is there anything I can do to make videos on line work? I discovered that Java quits immediately. Could that be the cause? If so, how do I fix it?

    My MacBook running Mountain Lion does not allow me to view any videos on the Internet. The place where the video is supposed to be just shows black rectangle. Is there anything I can do to make videos on line work? I discovered that Java quits immediately. Could that be the cause? If so, how do I fix it?

  • Safari 5.1.2 still does not allow me to view PDF documents in web pages.  I am running OSX Lion 10.7.2. Any suggestions

    Safari 5.1.2 still does not allow me to view PDF documents in web pages.  I am running OSX Lion 10.7.2. Any suggestions?

    Read here >  Known Issues | Adobe products on Mac OS 10.7 Lion
    And go to ~/Library/Internet Plug-Ins
    Move the PDF Browser plugin to the Trash.
    Quit Safari, empty the Trash.
    Relaunch Safari.  You should be able to view PDF files now.
    Message was edited by: Carolyn

  • Is weblogic 8.1 not compatible with JDK 1.5?

    Hi ,
    I am trying to run the weblogic 8.1 with JDK 1.5?
    Is it possible?Is it recommonded?
    I am getting the following exception at start up... I had changed the start up files to point to JDK 1.5.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(Ljava.io.ObjectStreamClass;Ljava.lang.Class;Ljava.lang.ClassNotFoundExceptio
    n;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readArray(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.defaultReadFields(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readSerialData(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject()Ljava.lang.Object;(Unknown Source)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Is weblogic 8.1 not compatible with JDK 1.5?
    Thanks in advance,
    Binu

    Hi,
    I was trying WL 8.1 SP4 and was trying to run some classe within a encyption security jar that requires jre1.6. So for this can I mapped it in server prop the higher version and referred it in sever config files but still I am having the same problem. The exception dump is given below .... any help from the BEA side will be appreciated.
    <Quote>
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    The WebLogic Server did not start up properly.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1667)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1323)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:480)
    at javax.management.MBeanInfo.readObject(MBeanInfo.java:669)
    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:597)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    <Unquote>
    Bye
    Bappa

  • ME013 Document type RD33 not allowed with doc. ca tegory B

    When I try to post an SC, i get the following error: ME013 Document type RD33 not allowed with doc. ca tegory B.  I am on SRM 5.0.  I have maintained config (V_BBP_TARGET_OBJ) to create a PO if info complete and I have set up BSA in the org structure as ECPO.  My SC has a source assigned and looks to be complete, yet the system seems to want to create a PR and it is having difficulty doing so.  Any idea on how to troubleshoot this error message?

    Hello Richard,
    I guess RD33 is a PO doc type in your R/3 system.
    In that case, that means your SC tries to create a PR, but with the PO doc type RD33.
    But you said that you defined BSA = ECPO. So where comes RD33 from ?
    Can you tell me what is RD33 in your R/3: PR or PO doc type ?
    And if you have any reference to RD33 in SRM ?
    Rgds
    Christophe

  • ME 013 Document type ZEBP is not allowed with doc. category B (Please check

    We are creating shopping cart with specific items using XMA catalogue ME013 message comes
    Shopping cart 0001008270 (Preq. 2900000012) : ME 013 Document type ZEBP is not allowed with doc. category B (Please check input)
    Is it related to PO Document type configuration in R/3!
    Document type ZEBP is not in table T160 (SAP Transaction Control) or Do I need to debug the BAPI_PO_CREATE1.

    Hi
    Which SRM and R/3 versions are you using ?
    Some related useful pointers ->
    Error: ME 013 Document type ECPO not allowed with doc. c ategory B
    Re: Shopping cart contains error
    Error: ME 013 Document type ECPO not allowed with doc. c ategory B
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • Requisition doc. type RV not allowed with doc. type

    Using the tcode ME51n, I created an Outline agreement(Doc type RV) and when i go to ME31K to create a contract and select With Ref to Purchase requisition and enter the Purchase requisition #, I get the error message Requisition doc. type RV not allowed with doc. type.
    I tried changing the settings for doc types for contract, but it doesnt seem to be working. Any solutions will greatly beappreciated.

    This is the settings in PR: SPRO-MM-Purchasing-PR-Define document type
    Doc type: RV     Outl. agmt. requisn.     10     01     02     RVB     R
    once above is correct than
    select the doc type RV and click on the allowed item category
    where can see as below
    Item cat  Text item category
         Standard
    K     Consignment
    D     Service
    select the doc type RV and click on the Link purchase requisitio in left side
    MK     Quantity contract     M     Material unknown          Standard
    WK     Value contract          Standard                          Standard
    WK     Value contract     K     Consignment          Standard
    WK     Value contract     M     Material unknown          Standard
    WK     Value contract     W     Material group          Standard
    Now go to contract doe type
    you will see
    MK     Quantity contract     10     02     AZ          SAP     MKK
    WK     Value contract     10     02     AZ          SAP     WKK
    select any doc type and click on allowed item category
    here you would see
         Standard
    K     Consignment
    L     Subcontracting
    M     Material unknown
    D     Service
    than click on link purchase requisition by selecting doc type MK or WK
    RV     Outl. agmt. requisn.          Standard          Standard
    RV     Outl. agmt. requisn.          Standard     K     Consignment
    RV     Outl. agmt. requisn.          Standard     M     Material unknown
    RV     Outl. agmt. requisn.     K     Consignment     K     Consignment
    RV     Outl. agmt. requisn.     D     Service     D     Service
    once you have all this set up than you can create the contract based on the RV reqs

Maybe you are looking for

  • How do I keep playlists if I restore or upgrade iOS?

    Iphone is having trouble staying connected to home wifi, and its battery is "consumed." So recently, I did backup and restore from my computer, and then upgraded to iOS 7, from 6. Naturally, after the upgrade, my purchased songs were all in the cloud

  • How to move stock to previous period

    Hello MM Experts, We need to make an inventory adjustment for period 31/12/2008, however it is now 03/01/2009. Our Controller has not closed out 12/2008. How can we post it to the previous period/year of 31/12/2008?? That I want to move the stock fro

  • Chart Comb with  Static Table.

    Hello everyone! I have a graph made of bars and one static table below (with a column sorting). I need that the graph actualize automatically when I click on the table to see the next 10 items in the column sorting button. Thank you for your help! Ed

  • Recordset element in payload - ignoreRecordsetname (true) used

    Dear All,      The XML for my source at the design time reads as follows, <?xml version="1.0" encoding="UTF-8"?> <ns0:mt_sales_order xmlns:ns0="filerfc:xi">    <sales_data>       <sales_order>1234</sales_order>       <delivery_blk>01</delivery_blk>  

  • Framerate drops when viewed online

    I made a simple text animation in Flash for an HTML intro page. The framerate was at 40 fps but when the client viewed it he asked if it could be a little faster. So I just increased the framerate to 60 fps and it looked fine in Flash. I took it into