Error in starting MRP process in Standby database.

Hi All,
OS:Windows server 03
DB:11g
I am creating a Standby database, everything is fine until i fire the below command to start the MRP process to start the recovery of the database.
alter database recover managed standby database disconnect from session;MRP0 started with pid=27, OS id=6640
2013-02-07 17:59:48.515000 +05:30
started logmerger process
Managed Standby Recovery not using Real Time Apply
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_dbw0_6000.trc:
ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
ORA-01110: data file 1: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSTEM01.DBF'
ORA-27086: unable to lock file - already in use
OSD-00002: additional error information
O/S-Error: (OS 32) The process cannot access the file because it is being used by another process.
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_dbw0_6000.trc:
ORA-01157: cannot identify/lock data file 2 - see DBWR trace file
ORA-01110: data file 2: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSAUX01.DBF'
ORA-27086: unable to lock file - already in use
OSD-00002: additional error information
O/S-Error: (OS 32) The process cannot access the file because it is being used by another process.
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_dbw0_6000.trc:
ORA-01157: cannot identify/lock data file 3 - see DBWR trace file
ORA-01110: data file 3: 'D:\APP\ORACLE\ORADATA\TEST\TEST\UNDOTBS01.DBF'
ORA-27086: unable to lock file - already in use
OSD-00002: additional error information
O/S-Error: (OS 32) The process cannot access the file because it is being used by another process.
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_dbw0_6000.trc:
ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
ORA-01110: data file 4: 'D:\APP\ORACLE\ORADATA\TEST\TEST\USERS01.DBF'
ORA-27086: unable to lock file - already in use
OSD-00002: additional error information
O/S-Error: (OS 32) The process cannot access the file because it is being used by another process.
MRP0: Background Media Recovery terminated with error 1110
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_pr00_7984.trc:
ORA-01110: data file 1: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSTEM01.DBF'
ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
ORA-01110: data file 1: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSTEM01.DBF'
Recovery Slave PR00 previously exited with exception 1110
Errors in file d:\app\oracle\diag\rdbms\testdr\testdr\trace\testdr_mrp0_6640.trc:
ORA-01110: data file 1: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSTEM01.DBF'
ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
ORA-01110: data file 1: 'D:\APP\ORACLE\ORADATA\TEST\TEST\SYSTEM01.DBF'
Completed: alter database recover managed standby database disconnect from session
Can anyone tell me why is this comming?
Regards,
Sphinx

Hi ,
Yes, it is on the same server.
I have used the below mentioned parameters to rename the files
At Primary Pfile:
*.db_file_name_convert=('D:\app\oracle\oradata\test\test\','D:\app\oracle\testdr\oradata\datafiles\')
*.log_file_name_convert=('D:\app\oracle\oradata\test\test\','D:\app\oracle\testdr\oradata\redologs\')
At Standby:
*.db_file_name_convert=('D:\app\oracle\testdr\oradata\datafiles\','D:\app\oracle\oradata\test\test\')
*.log_file_name_convert=('D:\app\oracle\testdr\oradata\redologs\','D:\app\oracle\oradata\test\test\')
But the output of v$datafile at standby is showing the path of Primary datafiles
I manually tried recovering them but it is prompting me the same error.
Regards
Edited by: $phinx19 on Feb 7, 2013 6:23 AM

Similar Messages

  • Start recovery process on standby database after Windows reboot

    Hi all,
    I have a data guard configuration on Oracle 10.2.0.4 for Windows.
    What I need is to mount and start recovery process automatically after Windows Server restart.
    How can I do that ?
    Thanks in advance.

    Here's what I found :
    sleep 60
    REM Start the database
    %ORACLE_HOME%\bin\sqlplus -s "/ as sysdba" @startup.sql
    exit
    startupmount.sql -- Copy this under ORACLE_HOME/bin directory
    -- start the database
    startup mount
    alter database recover managed standby database disconnect from session;
    exitSorry, no way to test on my end.
    The other thought is to hack oradim
    But I'm thinking this might only do the startup mount.
    Best Regards
    mseberg
    Edited by: mseberg on Feb 15, 2012 1:10 PM
    This would need some work but it may help
    @echo off
    sc query "OracleOraDb11g_home1TNSListener" | findstr /i running
    IF "%ERRORLEVEL%"=="0" (GOTO :RUNNING) ELSE (GOTO :STOPPED)
    :STOPPED
    ECHO NOT RUNNING
    net start "OracleOraDb11g_home1TNSListener" | sc query "OracleServiceSCT" | findstr /i running | if NOT "%errorlevel%"=="0" net start oracleservicesct
    GOTO :END
    :RUNNING
    ECHO RUNNING
    net stop "OracleOraDb11g_home1TNSListener" | sc query "OracleServiceSCT" | findstr /i running | if "%errorlevel%"=="0" net stop oracleservicesct
    GOTO :END
    :ENDEdited by: mseberg on Feb 15, 2012 1:17 PM

  • Error during start of process of type

    Hi All,
    One of my BPM scenario was strucked every weekend in the queue (SMQ2) and say the error called " Error during start of process of type WS91000041"
    I observed the Queue messages, due to the error from database system for particular record,
    In my BPM there is Exception Branch in the block step in case of Database connection error, Why it was strucked in the queue in case of error in the Database?
    Why it doesn't the goes to exception branch?
    Kindly suggest me how i can approach here.
    Thank you very much.
    Regards,
    Sateesh

    Hello All,
    Again,
    Could you please suggest me above my problem.I am looking forward from you.
    Thank you.
    Kindest Regards,
    Sateesh
    Edited by: sateesh kumar .N on Oct 11, 2011 10:39 AM

  • Error during start of process in Inegration Process

    Hi,
    My scenario is file to integration process and back.
    Message is not entering my integration process. In sxmb_moni it shows a green falg at the queue and when you click on 'PE', we are taken to the inbound queue with 'SYSFAIL'.
    The error description at the trace is 'Error during start of process'.
    There are no errors in sxi_cache for the particular integration process. The return code is '0'. I have tried re-activation too and tested again. But to no avail.
    There are no entries in swwl, since the message has not even entered integration process.
    Kindly help me to correct the error.
    Thanks,
    John

    Hi,
    Yes the the 'Start Process' is checked.
    Steps in BPM.
    Receive step, transformation step to a multiline element, a block for sending each line in the multiline, a container operation for appending (also inside the block) and finally another transforamtion and send step.
    But since the message has not even entered the send step, it is not of much use to know all steps
    Thanks,
    John

  • Physical standby failed to start MRP process

    Hi,
    I have a qa db which is in ASM. I have a qa standby which is a physical standby also in ASM. I added space to the primary. Unfortunately, the standby diskgroup did not have enough space and standby mrp process crashed. I edited the primary data files to release some space and tried to restart the standby but it does not seem to work.
    What next?

    Er, Can you provide more information?
    Like maybe some details from the alert logs?
    Or maybe even the error message you get when you try to restart the standby
    The more information the easier it is to debug at a distance.
    jason.
    http://jarneil.wordpress.com

  • ORA-600 starting MRP on Physical Standby

    Hello everybody
    My enviroment:
    Primary Site: SLES 10 SP2, Oracle 11gR1 U7
    Standby Site:SLES 10 SP2, Oracle 11gR1 U7
    I have a big problem starting MRP on my physical standby. After I restored standby database from a Level 0 Backup, I start MRP (SQL>recover managed standby database disconnect ) and some lines appears at alert log file with ora-600 error, something like this:
    mrp0 - ora-00600 arguments:[KGHALO4]
    mrp0 - ora-00600 arguments[kghfrh1]
    mrp0 - ora-00600 arguments[17113]
    It's the first time that I see this behavior, I don't know what it is happening but I think that it's a bug.
    Could something help me???
    Thanks a lot

    I have a big problem starting MRP on my physical standby. After I restored standby database from a Level 0 Backup, I start MRP (SQL>recover managed standby database disconnect ) and some lines appears at alert log file with ora-600 error, something like this:
    mrp0 - ora-00600 arguments:[KGHALO4]
    mrp0 - ora-00600 arguments[kghfrh1]
    mrp0 - ora-00600 arguments[17113]
    It's the first time that I see this behavior, I don't know what it is happening but I think that it's a bug.Submit SR to Oracle Support and also refer the below links as per the below second link it is a bug in recovery.
    +ORA-600 [kghalo4] [ID 273721.1]+
    *Bug 7420448 - ORA-600 [kghalo4] signalled during recovery [ID 7420448.8]*
    Work around, you can create a new standby controlfile and restore it. If still exist you can raise an SR further.

  • Error while trying to setup a standby database.

    While tring to setup a standby database (with version 8.1.7.0.0) i am running the command:
    recover managed standby database timeout 20;
    Here is the errors i'm getting:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/data/syndicate/standby/system/dup75_system01.dbf'
    ORA-16016: archived log for thread 1 sequence# 6518 unavailable
    Although it says that file 1 was not restored from sufficiently old backup I've copied all the datafiles from the primary database at once - using a script.
    The archived log sequence it asks for is non-existant - the last one i have is # 6517.
    Thank you guys in advance for any ideas.
    Greg

    I am having the same problem as you are when I am applying the current logs after successfully mounting standby database as seen below:
    SVRMGR> alter database mount standby database;
    Statement processed.
    SVRMGR> recover standby database ;
    ORA-00279: change 2939586 generated at 07/28/2002 01:09:33 needed for thread 5718
    ORA-00289: suggestion : C:\ORACLE\ORADATA\STANDBY\ARCHIVE\STANDBYT571S00362.ARC
    ORA-00280: change 2939586 for thread 5718 is in sequence #362
    Specify log: {=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'C:\ORACLE\ORADATA\STANDBY\SYSTEM01.DBF'
    SVRMGR>
    Just before copying the datafiles from the primary database I did the following:
    Connected to the primary database:
    1. alter database create standby controlfile as .....
    2. alter system switch logfile
    3. shutdown normal
    4. took a cold backup (including archived redo logs)
    Copied the data files, redolog files, archived redo logs and standby controlfile to standby database:
    1. made copies of standby controlfile over current standby ones.
    2. startup nomount (the standby database)
    3. alter database mount standby database;
    4. recover standby database;
    That's when it asks for an archived redo log that does'nt exist and when I enter cancel, that's when I get the above error?
    Am I not applying the latest redo logs to the latest cold backup of the primary database?
    Your help would be much appreciated!

  • Random SP2 error when starting oracle process through SHELL script

    Hi All,
    I am trying to process data in n-Number of tables through a package. The package is called through a shell script to create start data processing. All calls to the package are in a sql script which is basically exec calls-
    exec package.process ('T1','some param');
    exec package.process ('T1','some param');
    exec package.process ('T..n','some param');
    I have a shell script which I use to execute commands from the sql script. There is a reason behind using shell script. For some strange reason, I keep on getting -
    ERROR: logon denied - check for valid user with valid privileges
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    for some EXEC calls. Problem is, errors are generated at random. So in one run, I get error for T10,T11 and then in next run I might get for some other tables.
    However, when I am running the sql script from the sql prompt, all calls to the package are executed without any problem.
    This makes me think, it is something to do with the way database connection being initiated through UNIX.
    Has anyone faced similar issue? Your help/gudence is much appreciated.
    DB: Oracle 10.2.0.5
    OS: SUN Solaris 10
    Thanks in advance.

    Login credentials are provided inside the shell script.
    I did put a sleep(10) after EOF but no help. As mentioned if I run script file from sql promt, it runs without any hiccup. So it is the connection through the UNIX that is causing issue.
    As pointed out by Sybrand, I agree that it does not make a sense to connect and commit after every sql statement. So decided to change the shell script and so far, the result from my initial tests on a sample data is quite encouraging. Hopefully I will have a solution.
    But it will be nice to know why SHELL is doing what it is doing!!
    Legacy prog are sometime big time eye-openers..;)

  • Error while trying to open physical standby database - (DATA GUARD)

    Hi Everyone,
    I have problems in opening the database of the physical standby in read- write mode/ read only mode. I have a primary server which is running on 2 node RAC and the standby on a seperate single server being used as DR. I recently got this server and my aim was to isolate the standby server from primary server and perform few test. As it has never been tested even once.
    Primary Database spec: (2 Node Rac on ASM)
    Oracle Version : 10.2.0.3.0
    O/s : HP-UX B.11.23
    Standby Database spec: (Single Node)
    Oracle Version : 10.2.0.3.0
    O/s: HP-UX db01 B.11.23
    Error:
    alter database recover managed standby database cancel;
    Database altered.
    SQL> alter database open
    2 ;
    alter database open
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+DATA/dprod/datafile/system01.dbf'
    Parameters :
    log_archive_dest_2 string SERVICE=PROD1 LGWR ASYNC VALID
    FOR=(ONLINELOGFILES,PRIMARY_
    ROLE) DB_UNIQUE_NAME=PROD
    remote_archive_enable string true
    fal_client string DPROD
    fal_server string PROD1, PROD2
    Steps tried so far:
    Changed log_archive_dest_2 = DEFER on both the primary nodes
    Standby :
    startup nomount
    alter database mount standby database;
    alter database recover managed standby database disconnect;
    alter database recover managed standby database cancel;
    alter database open/readonly (tried both)
    Same error.
    On Primary:
    SQL> select max(sequence#) from v$log_history;
    MAX(SEQUENCE#)
    55702
    on Standby:
    MAX(SEQUENCE#)
    33289
    Primary Database:
    SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TIME NEXT_TIME
    55700 13-JUN-11 13-JUN-11
    55700 13-JUN-11 13-JUN-11
    55701 13-JUN-11 13-JUN-11
    55701 13-JUN-11 13-JUN-11
    55702 13-JUN-11 13-JUN-11
    60824 rows selected.
    Standby Database:
    SEQUENCE# FIRST_TIME NEXT_TIME
    55698 13-JUN-11 13-JUN-11
    55699 13-JUN-11 13-JUN-11
    55700 13-JUN-11 13-JUN-11
    55701 13-JUN-11 13-JUN-11
    15206 rows selected.
    Additional Information :
    There is a delay of 20 minutes before the logs get applied. which has been intentional set by team.
    Any help will be highly appreciated. Thanks in advance
    Sadiq

    Hi,
    Primary Database:
    select status,checkpoint_count from v$datafile_header;
    STATUS CHECKPOINT_COUNT
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    STATUS CHECKPOINT_COUNT
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 672472065
    ONLINE 59736
    ONLINE 59736
    ONLINE 59736
    ONLINE 59736
    ONLINE 59736
    STATUS CHECKPOINT_COUNT
    ONLINE 57717
    ONLINE 57717
    57 rows selected.
    Standby Database;
    select status,checkpoint_count from v$datafile_header;
    STATUS CHECKPOINT_COUNT
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445072
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    STATUS CHECKPOINT_COUNT
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 672445071
    ONLINE 32742
    ONLINE 32742
    ONLINE 32742
    ONLINE 32742
    ONLINE 32742
    STATUS CHECKPOINT_COUNT
    ONLINE 30723
    ONLINE 30723
    57 rows selected.
    Archieve log list :
    Primary database:
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 49110
    Next log sequence to archive 49111
    Current log sequence 49111
    Standby Database:
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 49110
    Next log sequence to archive 0
    Current log sequence 49111
    I tried log switch multiple times in primary database i saw that its getting highlighted in standby database.

  • Error when starting a Process

    Hi everyone,
    I am using NetWeaver 7.0 SP13, and I am trying to start a process that was created previously, however I get the following exception:
    com.sap.caf.eu.gp.exception.api.GPEngineException: Error filling role role.administrator of role type 3 during instantiation at
    com.sap.caf.eu.gp.process.rt.impl.GPRuntimeManager.checkRoleList(GPRuntimeManager.java:307) at
    com.sap.caf.eu.gp.process.rt.impl.GPRuntimeManager.startProcess(GPRuntimeManager.java:125) at
    com.sap.test.process.StartProcess.startProcess(StartProcess.java:311) at
    com.sap.test.process.wdp.InternalStartProcess.startProcess(InternalStartProcess.java:153) at
    com.sap.test.process.view.StartProcessView.onActionstartProcess(StartProcessView.java:145) at
    com.sap.test.process.view.wdp.InternalStartProcessView.wdInvokeEventHandler(InternalStartProcessView.java:140)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at om.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) at
    Here is the code I´m using, the line that rises the exception is this:
    rtm.startProcess(process,
                             "API test by me", "This process has been started by me... :p",
                             user, roles, params, user);
    The error reported above is " role role.administrator of role type 3" which I do not understand or found information
    about it on help.sap.com.
              IWDClientUser wdUser = WDClientUser.getCurrentUser();
              user = wdUser.getSAPUser();
              IGPUserContext userContext2 = GPContextFactory.getContextManager().createUserContext(user);
              IGPProcess process =GPProcessFactory.getDesigntimeManager().getActiveTemplate( processId, userContext2 );
              IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
              IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
              int rolenum = process.getRoleInfoCount();
              for (int i = 0; i < rolenum; i++) {
                   IGPProcessRoleInstance roleInstance = roles. createProcessRoleInstance(process.getRoleInfo(i).getRoleName());
                   roleInstance.addUser(user);
                   roles.addProcessRoleInstance(roleInstance);
              params = GPStructureFactory.getStructure(process.getInputParameters());
              wdComponentAPI.getMessageManager().reportSuccess( params.toString() );
              String name = process.getAdminRole().getRoleName();
              IGPProcessRoleInstance roleInstance = roles.createProcessRoleInstance(name);
              roleInstance.addRuntimeDefinedUser(user);
              roles.addProcessRoleInstance(roleInstance);
              Date date2 = new Date();
              params.setAttributeValue("data", date2);
              rtm.startProcess(process,
                             "API test by me", "This process has been started by me... :p",
                             user, roles, params, user);
    Thanks in advance!
    Cheers,
    Francisco

    -> press '''CTRL''' + '''SHIFT''' + '''ESC''' to Open Task Manager -> Processes tab -> right-click '''firefox.exe''' and click '''End Process Tree''' -> close Task Manager
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Troubleshooting plugins
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins
    Check and tell if its working.

  • Error to start Extract Process....

    hi,
    when i am trying to start DataPump process then it send me the error.
    GGS ERROR ZZ-0KL The trail './dirdat/ta' is not assigned to extract 'EPMP2'. Assign the trail to the extract with the command "ADD EXTTRAIL/RMTTRAIL ./dirdat/ta, EXTRACT EPMP2.
    cant' start all the procees..
    help????

    Hi,
    This problem related to assigning the trail file to pump process, Make sure the below steps which you have configured correctly,
    Primary Extract:
    GGSCI > ADD EXTRACT <ext name>, TRANLOG, BEGIN NOW
    GGSCI > ADD EXTTRAIL <path of local trail file in source server > , EXTRACT <above same ext name >
    For data pump process(secondary extract):
    GGSCI > ADD EXTRACT <pump name > , EXTTRAILSOURCE < above same local trail file path >
    For remote trail :
    ADD RMTTRAIL < path of remote trail file, which is the path in remote server > , EXTRACT < above pump name>
    Hopefully this will help you
    Annamalai.

  • Error in starting new process in GP

    Hi All
    I am facing a problem is starting a new GP process dynamically.
    On the following step I get a GP InvocationException
    IGPUserContext userContext =GPContextFactory.getContextManager()
                             .createUserContext(processUser);.
    Message:
    ERROR_ALREADY_STOPPED
    com.sap.caf.eu.gp.base.exception.InvocationException: ERROR_ALREADY_STOPPED
    at com.sap.caf.eu.gp.base.caching.MemoryCache.checkActive(MemoryCache.java:231)
    at com.sap.caf.eu.gp.base.caching.MemoryCache.getEntry(MemoryCache.java:282)
    at com.sap.caf.eu.gp.model.context.impl.UserContextFactory.getUserContext(UserContextFactory.java:195)
    at com.sap.caf.eu.gp.model.context.impl.UserContextFactory.getUserContext(UserContextFactory.java:181)
    at com.sap.caf.eu.gp.context.impl.GPUserContext.<init>(GPUserContext.java:85)
    I tried to restart the Server, even that does not help.
    Please help
    Deepu

    hi deepu
    check this
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/7a056cdb0b6573e10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/fcdf77fc6510b3e10000000a11466f/frameset.htm
    Can't start GP process by GP API
    let me know u need any further info
    bvr

  • Service Registry error while starting after configuring with DB2 database

    Hi
    I installed WLS 9.1 / ALSR 2.1 on RedHat Linux 4 EL.And DB2 8.2 FP12
    It was started fine with the default HSQL database, after changing the database to DB2 and restarted the server, I am getting the following errors
    Any one know about this ..please help me. Seems it was alredy posted on forums.bea.com but those threads are not accessioble now.Appriciate any quick response
    error log - I also checked the account_list.xml file it looks fine.
    JAVA Memory arguments: -Xms2048m -Xmx2048m -XX:MaxPermSize=128m
    WLS Start Mode=Production
    CLASSPATH=:/opt/bea/bea91/patch_weblogic910/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/Java5/jdk1.5.0_17/lib/tools.jar:/opt/bea/bea91/weblogic91/server/lib/weblogic_sp.jar:/opt/bea/bea91/weblogic91/server/lib/weblogic.jar:/opt/bea/bea91/weblogic91/server/lib/webservices.jar::/opt/bea/bea91/weblogic91/common/eval/pointbase/lib/pbclient51.jar:/opt/bea/bea91/weblogic91/server/lib/xqrl.jar::/opt/bea/bea91/weblogic91/integration/lib/util.jar:
    PATH=/opt/bea/bea91/weblogic91/server/bin:/opt/bea/Java5/jdk1.5.0_17/jre/bin:/opt/bea/Java5/jdk1.5.0_17/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/weblogic/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.5.0_17"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    Starting WLS with line:
    /opt/bea/Java5/jdk1.5.0_17/bin/java -server -Xms2048m -Xmx2048m -XX:MaxPermSize=128m -da -Dplatform.home=/opt/bea/bea91/weblogic91 -Dwls.home=/opt/bea/bea91/weblogic91/server -Dwli.home=/opt/bea/bea91/weblogic91/integration -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Djava.security.auth.login.config=/opt/bea/bea91/alsr21/conf/jaas.config -Dweblogic.ext.dirs=/opt/bea/bea91/patch_weblogic910/profiles/default/sysext_manifest_classpath -Dweblogic.Name=zsoaLAALSRAdminServer -Djava.security.policy=/opt/bea/bea91/weblogic91/server/lib/weblogic.policy weblogic.Server
    <Dec 23, 2008 11:02:49 AM PST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /opt/bea/bea91/user_projects/domains/zsoaLALASRDomain/lib/db2jcc2.jar:/opt/bea/bea91/user_projects/domains/zsoaLALASRDomain/lib/db2jcc_license_cu2.jar>
    <Dec 23, 2008 11:02:49 AM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0_17-b04 from Sun Microsystems Inc.>
    <Dec 23, 2008 11:02:50 AM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
    <Dec 23, 2008 11:02:53 AM PST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /opt/bea/bea91/license.bea>
    <Dec 23, 2008 11:02:53 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 23, 2008 11:02:53 AM PST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 23, 2008 11:02:53 AM PST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/bea/bea91/user_projects/domains/zsoaLALASRDomain/servers/zsoaLAALSRAdminServer/logs/zsoaLAALSRAdminServer.log is opened. All server side log events will be written to this file.>
    <Dec 23, 2008 11:02:53 AM PST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'/opt/bea/Java5/jdk1.5.0_17/jre/lib/i386/server:/opt/bea/Java5/jdk1.5.0_17/jre/lib/i386:/opt/bea/Java5/jdk1.5.0_17/jre/../lib/i386:/opt/bea/bea91/patch_weblogic910/profiles/default/native:/opt/bea/bea91/weblogic91/server/native/linux/x86_64:/opt/bea/bea91/weblogic91/server/native/linux/x86_64/oci920_8'
    >
    <Dec 23, 2008 11:02:54 AM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 23, 2008 11:02:56 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 23, 2008 11:02:56 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    INFO: com.systinet.wasp.WaspImpl - Starting Systinet Server for Java/6.0 (Java/1.5.0_17; Linux/2.6.9-78.0.1.ELsmp; build SSJ-6.0-20060622-1136)
    INFO: com.systinet.wasp.monitoring.LogEventModule - Starting event management
    INFO: log4j.Log4JAdapter - Events Log File: /opt/bea/bea91/user_projects/domains/zsoaLALASRDomain/servers/zsoaLAALSRAdminServer/tmp/_WL_user/registry/4rin9e/public/systinetRegistry_logEvents.log
    INFO: log4j.Log4JAdapter - Error Events Log File: /opt/bea/bea91/user_projects/domains/zsoaLALASRDomain/servers/zsoaLAALSRAdminServer/tmp/_WL_user/registry/4rin9e/public/systinetRegistry_errorEvents.log
    INFO: com.idoox.config.xml.ConfigStore - Starting configStore with savingPeriod 2000
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [system][http://systinet.com/wasp/app/core_services_client][core_services_client][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [system][http://systinet.com/wasp/app/builtin_serialization][builtin_serialization][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [system][http://systinet.com/wasp/app/security_providers][security_providers][1.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [system][http://systinet.com/wasp/app/uddi/redirect/5.0][uddi-redirect][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/wasp/app/uddi/6.0][UDDI-services][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/statistics/5.0][Statistics-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/xslt2uddi/v3/5.5][UDDIClient-xslt2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/api/ext/5.0][UDDIClient-ext][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/approval_production/5.0][Approval-production-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/wsdl2uddi/v3/5.5][UDDIClient-wsdl2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/approval_management/5.0][Approval-management-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/configuratorCluster/5.0][Configurator-cluster-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/replication/v3/5.0][Replication-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/subscription/listener/v3/5.0][UDDIClient-subscription-listener-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/approval/5.0][Approval-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/taxonomy/v3/5.5][Taxonomy-client-v31][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/inquiryUI/6.0][UDDIClient-v3-ui][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/validate-values/v1/5.0][UDDIClient-validate-values-v1][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/custody/v3/5.0][UDDIClient-custody-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/subscription/v3/ext/6.0][UDDIClient-subscription-v3-ext][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/administrationUtils/5.5][AdministrationUtils-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/wasp/app/bsc/web/6.0][bsc][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/transformer_kr/5.5][Transformer-kr-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/v3/5.0][UDDIClient-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/wsdl2uddi/v2/5.0][UDDIClient-wsdl2uddi-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/validate-values/v2/5.0][UDDIClient-validate-values-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/v3_ext/5.0][UDDIClient-v3_ext][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/xml2uddi/v3/5.5][UDDIClient-xml2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/value-set-caching/v3/5.0][UDDIClient-value-set-caching-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/xsd2uddi/v3/5.5][UDDIClient-xsd2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/wasp/app/uddi/web/6.0][UDDI-web][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/approval_checker/5.0][Approval-checker-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/category/v3/5.5][Category-client-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/group/5.5][Group-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/subscription/v3/5.0][UDDIClient-subscription-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/v2/5.0][UDDIClient-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/configurator/5.0][Configurator-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/permission/5.5][Permission-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/taxonomy/v3/5.0][Taxonomy-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/v1/5.0][UDDIClient-v1][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/account/5.5][Account-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client/value-set-validation/v3/5.0][UDDIClient-value-set-validation-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Registering package [uddi][http://systinet.com/uddi/client-core/5.0][Client-core][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [system][http://systinet.com/wasp/app/core_services_client][core_services_client][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [system][http://systinet.com/wasp/app/builtin_serialization][builtin_serialization][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [system][http://systinet.com/wasp/app/uddi/redirect/5.0][uddi-redirect][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [system][http://systinet.com/wasp/app/security_providers][security_providers][1.0]
    INFO: com.idoox.wasp.security.server.SecurityModule - SecurityModule starts.
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client-core/5.0][Client-core][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/statistics/5.0][Statistics-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/approval_management/5.0][Approval-management-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/replication/v3/5.0][Replication-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/transformer_kr/5.5][Transformer-kr-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/v3/5.0][UDDIClient-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/v2/5.0][UDDIClient-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/configurator/5.0][Configurator-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/v1/5.0][UDDIClient-v1][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/account/5.5][Account-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/xslt2uddi/v3/5.5][UDDIClient-xslt2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/api/ext/5.0][UDDIClient-ext][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/wsdl2uddi/v3/5.5][UDDIClient-wsdl2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/inquiryUI/6.0][UDDIClient-v3-ui][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/custody/v3/5.0][UDDIClient-custody-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/administrationUtils/5.5][AdministrationUtils-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/v3_ext/5.0][UDDIClient-v3_ext][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/xml2uddi/v3/5.5][UDDIClient-xml2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/value-set-caching/v3/5.0][UDDIClient-value-set-caching-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/xsd2uddi/v3/5.5][UDDIClient-xsd2uddi-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/category/v3/5.5][Category-client-v3][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/subscription/v3/5.0][UDDIClient-subscription-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/taxonomy/v3/5.0][Taxonomy-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/value-set-validation/v3/5.0][UDDIClient-value-set-validation-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/approval/5.0][Approval-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/wsdl2uddi/v2/5.0][UDDIClient-wsdl2uddi-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/validate-values/v2/5.0][UDDIClient-validate-values-v2][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/configuratorCluster/5.0][Configurator-cluster-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/validate-values/v1/5.0][UDDIClient-validate-values-v1][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/group/5.5][Group-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/permission/5.5][Permission-client][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/subscription/listener/v3/5.0][UDDIClient-subscription-listener-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/subscription/v3/ext/6.0][UDDIClient-subscription-v3-ext][6.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/taxonomy/v3/5.5][Taxonomy-client-v31][5.5]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/approval_checker/5.0][Approval-checker-client-v3][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/uddi/client/approval_production/5.0][Approval-production-client][5.0]
    INFO: com.systinet.wasp.admin.PackageRepositoryImpl - Loading package [uddi][http://systinet.com/wasp/app/uddi/6.0][UDDI-services][6.0]
    [Fatal Error] account_list.xml:1:1: Premature end of file.
    <Dec 23, 2008 11:03:04 AM PST> <Error> <HTTP> <BEA-101216> <Servlet: "Registry Servlet" failed to preload on startup in Web application: "registry.war".
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at com.systinet.uddi.security.destination.DestinationSecurityModule.load(DestinationSecurityModule.java:25)
    at com.idoox.wasp.ModuleRepository.loadModule(ModuleRepository.java:120)
    org.xml.sax.SAXParseException: Premature end of file.
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at com.idoox.config.xml.XMLConfigurator.prepareConfigFile(XMLConfigurator.java:575)
    at com.idoox.config.xml.XMLConfigurator.init(XMLConfigurator.java:420)
    at com.idoox.config.xml.XMLConfigurator.init(XMLConfigurator.java:333)
    Truncated. see log file for complete stacktrace
    >
    <Dec 23, 2008 11:03:04 AM PST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'registry'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "Registry Servlet" failed to preload on startup in Web application: "registry.war".
    <Dec 23, 2008 11:03:04 AM PST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "zsoaLAALSRAdminServer" for domain "zsoaLALASRDomain" running in Production Mode>
    <Dec 23, 2008 11:03:04 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 23, 2008 11:03:04 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Exception in thread "Timer-3" java.lang.NoClassDefFoundError: com/systinet/wasp/webservice/FinalizationSupport
    at com.systinet.wasp.ServiceManagerImpl$ReferenceQueueCleaner.run(ServiceManagerImpl.java:2617)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)

    I discovered, that the problem is probably caused by a collection, which is returned by a findBy method.
    see detail of exception:
    Caused by: javax.xml.bind.JAXBException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.util.Collection is an interface, and JAXB can't handle interfaces.
    this problem is related to the following location:
    at java.util.Collection
    When I deploy an simple WS (summerizing 2 numbers) it is deployed fine and the WS is up and running.
    Does anyone has experienced a similar problem? I want to expose the functionality of my BO methods in order to set up a small POC.
    Can anyone please help?
    Thanks & Regards,
    Michael
    null

  • Error on starting GP process

    Hello,
    I get this error sometimes while starting a new GP Process on portal and sometimes it runs through fine :
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: View container UI element frameworkComponent4 in view VerticalContainerView of component VerticalContainer represents view container 172620045_0 which does not contain a view
    Any help would be highly appreciated.
    Anil

    Hi Anil,
    it seem that you have deleted some of the GP Portal Content.
    1. Go to Content Administration tab, browse Portal Content > Content   
    provided by SAP > Platform Add-Ons, then delete the whole Guided       
    Procedures Folder.                                                     
    2a. If you run NW 7.0, redeploy the latest SAP_EU.sca for your SP through SDM, using the update all
    deploy option.           
    2b. If you run NW CE 7.10, redeploy GP-PP through NWDI, using the update all
    deploy option.                                                  
    3. Go back, re-assign GP roles to your user and test again.            
    Best regards,
    George.

  • Error while starting the process

    Hello,
    I created a process and when running it in Runtime get the following error for every Action :
    Cannot display the iView. The iView may have been removed, the path may be incorrect, or you may not have permission to access
    I think so I have all the required Guided Procedures Roles on the Portal...
    Please let me know how to fix this error...
    Thanks in advance

    Hi Anil,
    it seem that you have deleted some of the GP Portal Content.
    1. Go to Content Administration tab, browse Portal Content > Content   
    provided by SAP > Platform Add-Ons, then delete the whole Guided       
    Procedures Folder.                                                     
    2a. If you run NW 7.0, redeploy the latest SAP_EU.sca for your SP through SDM, using the update all
    deploy option.           
    2b. If you run NW CE 7.10, redeploy GP-PP through NWDI, using the update all
    deploy option.                                                  
    3. Go back, re-assign GP roles to your user and test again.            
    Best regards,
    George.

Maybe you are looking for

  • Java error when starting wcs

    Can anyone help with the following error im getting when starting wcs Many thanks Lee [root@netmon bin]# ./startServer.sh JAVA_HOME=./../jre Checking for Port 21 availability... OK Checking for Port 8456 availability... OK Checking for Port 8457 avai

  • Itunes wont open...system 32

    I have no idea what to do.... itunes was working perfectly...now i try to open it and it wont. I tried unintalling it, then reintalling it. And now, all it does is flash, then shuts off. I'm at a standstill. I downloaded that ewido anti-malware thing

  • Er msg Apple Mobile Device failed to start

    I unstalled iCloud 3.1 then started getting start-up error, Itunes.exe; "The program can't start because MSVCR80.dll is missing from your computer. Reinstall itunes. " When I reinstall I get another error msg, Service Apple Mobil Service failed to st

  • Can i uninstall upgrade

    hi there can somebody help me please - ive just install lastest software upgarde for X10 and i hate it - its messed up my homescreen layout and menu screens - is there any way i can uninstall update please x

  • Will this hard drive work on my G460 (Western Digital WD Scorpio Black 500 GB SATA II)

    Looking to upgrade. This is almost the same as the current hard drive in there, but it's a faster model. Western Digital WD Scorpio Black 500 GB SATA II 7200 RPM 16 MB Cache Bulk/OEM 2.5 Inch Mobile Hard drive - WD5000BPKT I'm almost positive this wi