[OFBiz] Users - Shark not starting on new version

Adrian Crum adrianc at hlmksw.com
Wed Apr 6 16:55:06 EDT 2005


Should I submit this enhancement request to Jira?


David E. Jones wrote:

> 
> A parameter like that would be nice. Right now it checks each row to  
> see if it exists, if not it creates it and if so it updates it. In this  
> sort of a mode it could log a warning instead of updating the record in  
> the database...
> 
> -David
> 
> 
> On Apr 6, 2005, at 2:17 PM, Adrian Crum wrote:
> 
>> I ran ant install.
>>
>> The duplicate data problem was a long time ago. Maybe this got fixed  
>> somewhere down the road. All I remember is some of OFBiz's drop-down  
>> lists would have duplicate items in them, so I had to manually delete  
>> them. I'll let you know if I see the duplicate data this time around.
>>
>> I agree it doesn't come up too often. We've done other upgrades here  
>> that went without a hitch.
>>
>> I'm just thinking out loud here - maybe the data loaders could accept  
>> a boolean parameter called "overwrite" that is found in the seed data  
>> XML files. The parameter would control whether or not seed data in  
>> that file overwrites existing data. So, overwrite could be set to  
>> false in the case of admin password seed data. In the case of a new  
>> installation, the user will have the "easy to find" password  
>> installed. Existing installations would remain secure.
>>
>>
>> David E. Jones wrote:
>>
>>> What did you do to reload the seed data? I agree it's not a good 
>>> idea   to reload all of the seed data, and I hope what I said 
>>> wasn't   interpreted that way. I just said that your seed data is out 
>>> of sync   and needs to be updated.
>>> Doing it file-by-file is a good idea, and I find it curious that 
>>> you   couldn't find any different when checking this, and yet 
>>> somehow   reloading the seed data caused a bunch of problems.
>>> It certainly will reload passwords and such, and yes the default   
>>> passwords go in unencrypted because we don't want to make it too   
>>> difficult to find that the admin password is "ofbiz". If you keep  
>>> your  own passwords in the XML files it's a good idea to use the  
>>> encrypted  strings instead of plain text so that people finding the  
>>> files won't  see your passwords.
>>> It would be neat to have something that tells you about all  
>>> differences  between the seed data XML files and what is in the  
>>> database, and then  allows you to select which records to insert... 
>>> I  don't know how often  people run into this.
>>> Usually when updating seed data you don't update the "demo" group,  
>>> just  the "seed" group, so the only annoyance is the admin passwords  
>>> and  such, but as I mentioned above there are ways around that. For  
>>> that  reason I don't think this comes up too often.
>>> -David
>>> On Apr 6, 2005, at 1:09 PM, Adrian Crum wrote:
>>>
>>>> Okay, I got Shark to work. Thank you David for your advice.
>>>>
>>>> There were some things I learned while troubleshooting this issue  
>>>> that  I would like to share so that they can be addressed. But  
>>>> first, please  understand that I'm not trying to blame anyone or  
>>>> find fault, and I'm  certainly not interested in arguing over what  
>>>> kinds of things are  considered bugs.
>>>>
>>>> I didn't install seed data during the last update because I was  
>>>> trying  to get it to run on an existing OFBiz datastore. In the  
>>>> past,  installing seed data on an existing datastore resulted in  
>>>> duplicate  data.
>>>>
>>>> So, I tried to manually enter the data that Shark was looking for.   
>>>> After verifying the entities contained the same data as the seed  
>>>> data  XML files, I restarted the new OFBiz and Shark still wouldn't  
>>>> run. I  gave up trying to solve the problem that way and I did what  
>>>> David  suggested - I installed the seed data.
>>>>
>>>> Now there's good news and bad news. The good news is it got Shark 
>>>> to   run. The bad news is the seed data overwrote existing similar 
>>>> data  -  reversing much manual data entry. In particular, admin 
>>>> passwords  that  were changed and encrypted to make the installation 
>>>> secure are  now  back to clear text passwords that everyone knows. 
>>>> That's scary.
>>>>
>>>> My plan is to write a service that "undoes" the seed data  
>>>> overwrites.  Whenever I download a new SVN version and use the seed  
>>>> data to get  things working, I'll run the service to restore  security.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> David E. Jones wrote:
>>>>
>>>>> Adrian,
>>>>> Perhaps my response on the Jira entry was not clear enough.
>>>>> 1. The shark code changed.
>>>>> 2. The seed data changed to accommodate the change in the shark    
>>>>> integration code.
>>>>> 3. Your existing database has old seed data, and is missing the   
>>>>> updated  "system" account which the shark engine now uses for   
>>>>> operation.
>>>>> Does that make sense?
>>>>> In general, looking into a problem without preconceptions of what  
>>>>> (or   who) caused the problem is a good idea. You are free to 
>>>>> blame  all of   your problems with OFBiz on those who are actively 
>>>>> working  on the   project, but calling something a bug and assuming 
>>>>> what you  are   experiencing is a problem with the software in its 
>>>>> current  form may  not  always produce the desired results, ie 
>>>>> resolving the  issue...
>>>>> Still, thanks for pushing for details on this, I'm sure others 
>>>>> are    having the same problem and perhaps I was wrong about it 
>>>>> being    described on the mailing list. I'm not going to do it, but 
>>>>> a search   for  "system" and "shark" may produce results, but 
>>>>> knowing what to   search  for and then sorting through the hundreds 
>>>>> of results is   always a PITA.
>>>>> -David
>>>>> On Apr 5, 2005, at 6:32 PM, Adrian Crum wrote:
>>>>>
>>>>>> I tried submitting this to Jira, but it was closed.
>>>>>>
>>>>>> This is a bug. My existing version of Shark works fine. If I 
>>>>>> start   up  the latest SVN on the same database, Shark bombs out 
>>>>>> with the    following error message.
>>>>>>
>>>>>> I've searched Wiki and Mailing lists - I don't see any mention 
>>>>>> of    changes made to Shark or what I have to do to get it to work.
>>>>>>
>>>>>>
>>>>>> Adrian Crum wrote:
>>>>>>
>>>>>>> SVN checkout from a few weeks ago. Running on existing database.  
>>>>>>> I   get the following errors and OFBiz won't start. If I try to  
>>>>>>> comment   out (bypass) Shark component load, OFBiz stops  
>>>>>>> immediately after   loading JOTM.
>>>>>>> 35642[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 'org.enhydra.shark.CallbackUtil' 
>>>>>>> implementation of   core  CallbackUtilities API
>>>>>>> 35642[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 'org.enhydra.shark.SharkObjectFactory'  
>>>>>>> implementation  of  core SharkObjectFactory API
>>>>>>> 35642[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.enhydra.shark.ThreadedToolAgentManager'    implementation of 
>>>>>>> core ToolAgentManager API
>>>>>>> 35642[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.logging.DebugLoggingManager'    implementation 
>>>>>>> of Logging API
>>>>>>> 35672[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with   
>>>>>>> 'org.enhydra.shark.assignment.StandardAssignmentManager'    
>>>>>>> implementation of Assignment API
>>>>>>> 35692[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.auth.OfbizAuthenticationMgr'    implementation 
>>>>>>> of Authentication API
>>>>>>> 35782[DebugLoggingManager.java:81 :INFO ] Process Cache  
>>>>>>> configured  -  max. size is 100
>>>>>>> 35792[DebugLoggingManager.java:81 :INFO ] Resource Cache  
>>>>>>> configured  -  max. size is 100
>>>>>>> 35792[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 'org.enhydra.shark.caching.LRUCacheMgr'  
>>>>>>> implementation   of Caching API
>>>>>>> 35922[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.instance.EntityPersistentMgr'    implementation 
>>>>>>> of InstancePersistence API
>>>>>>> 36002[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 'org.ofbiz.shark.audit.EntityAuditMgr'  
>>>>>>> implementation  of  EventAudit API
>>>>>>> 36052[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with  
>>>>>>> 'org.enhydra.shark.limitagent.TimerLimitAgentManager'    
>>>>>>> implementation of Limit API
>>>>>>> 36082[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.enhydra.shark.processlocking.SimpleLockMaster'   
>>>>>>>  implementation of ProcessLocking API
>>>>>>> 36122[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with  
>>>>>>> 'org.ofbiz.shark.mapping.EntityParticipantMappingMgr'    
>>>>>>> implementation of ParticipantMapPersistence API
>>>>>>> 36162[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.mapping.EntityScriptMappingMgr'    
>>>>>>> implementation of ApplicationMapPersistence API
>>>>>>> 36182[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.mapping.EntityScriptMappingMgr'    
>>>>>>> implementation of ScriptMapPersistence API
>>>>>>> 36222[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.ofbiz.shark.repository.EntityRepositoryMgr'    
>>>>>>> implementation of RepositoryPersistence API
>>>>>>> 36283[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with  
>>>>>>> 'org.enhydra.shark.scripting.StandardScriptingManager'    
>>>>>>> implementation of Scripting API
>>>>>>> 36303[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.enhydra.shark.security.StandardSecurityManager'    
>>>>>>> implementation of Security API
>>>>>>> 36333[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 
>>>>>>> 'org.enhydra.shark.toolagent.ToolAgentFactoryImpl'    
>>>>>>> implementation of ToolAgent API
>>>>>>> 36353[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with   
>>>>>>> 'org.ofbiz.shark.transaction.JtaSharkTransactionFactory'    
>>>>>>> implementation of Transaction API
>>>>>>> 36383[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with 'org.ofbiz.shark.user.GenericUserGroupMgr'    
>>>>>>> implementation of UserGroup API
>>>>>>> 36413[DebugLoggingManager.java:81 :INFO ] SharkEngineManager 
>>>>>>> ->    Working with   
>>>>>>> 'org.ofbiz.shark.transaction.JtaUserTransactionFactory'    
>>>>>>> implementation of UserTransaction API
>>>>>>> 36513[DebugLoggingManager.java:81 :INFO ] Initializing Process   
>>>>>>> cache  using string
>>>>>>> 36563[     SharkContainer.java:138:INFO ] Started Shark 
>>>>>>> workflow    service
>>>>>>> 36673[     SharkContainer.java:149:INFO ] Started Shark CORBA   
>>>>>>> service
>>>>>>> 36863[     AbstractEngine.java:84 :INFO ] Loaded Service  
>>>>>>> Locations  :   
>>>>>>> {eedcc-test=http://localhost:8080/webtools/control/httpService,    
>>>>>>> main-http=http://localhost:8080/webtools/control/httpService,    
>>>>>>> entity-sync-http=http://localhost:8080/webtools/control/  
>>>>>>> httpService,  rita-rmi=rmi://localhost:1099/RMIDispatcher,    
>>>>>>> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher,    
>>>>>>> main-rmi=rmi://localhost:1099/RMIDispatcher}
>>>>>>> 36873[  ServiceDispatcher.java:323:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Incoming context (in runSync : userLogin) does not match 
>>>>>>> expected    requirements
>>>>>>> Exception: org.ofbiz.service.ServiceValidationException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.service.ServiceValidationException: The following   
>>>>>>> required  parameter is missing: login.password
>>>>>>> org.ofbiz.service.ModelService.validate(ModelService.java:373)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  321)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:111)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36873[  ServiceDispatcher.java:378:DEBUG] 
>>>>>>> [[Sync   service  failed...- total:0.0,since last(Begin):0.0]] 
>>>>>>> -   'WFDispatcher /  userLogin'
>>>>>>> 36873[  ServiceDispatcher.java:380:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Service [userLogin] threw an unexpected exception/error
>>>>>>> Exception: org.ofbiz.service.ServiceValidationException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.service.ServiceValidationException: The following   
>>>>>>> required  parameter is missing: login.password
>>>>>>> org.ofbiz.service.ModelService.validate(ModelService.java:373)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  321)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:111)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36883[    TransactionUtil.java:323:INFO ]    
>>>>>>> [TransactionUtil.setRollbackOnly] transaction roll back only set
>>>>>>> 36883[DebugLoggingManager.java:81 :INFO ] SharkClientService 
>>>>>>> ->    Unexpected error while user system loggs on
>>>>>>> 36883[   RequesterFactory.java:113:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Exception: org.enhydra.shark.api.client.wfbase.BaseException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- cause    
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -
>>>>>>> Exception: org.enhydra.shark.api.RootException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- cause    
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -
>>>>>>> Exception: org.ofbiz.service.ServiceValidationException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.service.ServiceValidationException: The following   
>>>>>>> required  parameter is missing: login.password
>>>>>>> org.ofbiz.service.ModelService.validate(ModelService.java:373)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  321)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:111)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36893[   RequesterFactory.java:178:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Exception: org.enhydra.shark.api.client.wfservice.NotConnected
>>>>>>> Message: The connection is not established...
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.enhydra.shark.api.client.wfservice.NotConnected: The  
>>>>>>> connection   is not established...
>>>>>>> org.enhydra.shark.ExecutionAdmin.disconnect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.disconnect(Unknown Source)
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:176)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36893[   RequesterFactory.java:198:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> [GenericDelegator] Could not commit transaction:    
>>>>>>> org.ofbiz.entity.transaction.GenericTransactionException: Roll  
>>>>>>> back   error, could not commit transaction, was rolled back  
>>>>>>> instead  (null)
>>>>>>> Exception:  org.ofbiz.entity.transaction.GenericTransactionException
>>>>>>> Message: Roll back error, could not commit transaction, was  
>>>>>>> rolled   back instead (null)
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.entity.transaction.GenericTransactionException: Roll  
>>>>>>> back   error, could not commit transaction, was rolled back  
>>>>>>> instead  (null)
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUti 
>>>>>>> l. ja va:249)    
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUti 
>>>>>>> l. ja va:222)    
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:196)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> javax.transaction.RollbackException
>>>>>>> org.objectweb.jotm.TransactionImpl.commit(TransactionImpl.java: 226)
>>>>>>> org.objectweb.jotm.Current.commit(Current.java:477)
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUti 
>>>>>>> l. ja va:241)    
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUti 
>>>>>>> l. ja va:222)    
>>>>>>> org.ofbiz.shark.requester.RequesterFactory.restoreRequesters(Reque 
>>>>>>> st er Factory.java:196)    
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  159)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36893[     SharkContainer.java:160:INFO ]  
>>>>>>> Restored   persisted requesters [0]
>>>>>>> 36903[  ServiceDispatcher.java:323:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Incoming context (in runSync : userLogin) does not match 
>>>>>>> expected    requirements
>>>>>>> Exception: org.ofbiz.service.ServiceValidationException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.service.ServiceValidationException: The following   
>>>>>>> required  parameter is missing: login.password
>>>>>>> org.ofbiz.service.ModelService.validate(ModelService.java:373)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  321)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  165)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36903[  ServiceDispatcher.java:378:DEBUG] 
>>>>>>> [[Sync   service  failed...- total:0.0,since last(Begin):0.0]] 
>>>>>>> -   'WFDispatcher /  userLogin'
>>>>>>> 36903[  ServiceDispatcher.java:380:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Service [userLogin] threw an unexpected exception/error
>>>>>>> Exception: org.ofbiz.service.ServiceValidationException
>>>>>>> Message: The following required parameter is missing:  
>>>>>>> login.password
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> org.ofbiz.service.ServiceValidationException: The following   
>>>>>>> required  parameter is missing: login.password
>>>>>>> org.ofbiz.service.ModelService.validate(ModelService.java:373)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  321)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  165)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36974[    TransactionUtil.java:290:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> [TransactionUtil.rollback]
>>>>>>> Exception: java.lang.Exception
>>>>>>> Message: Stack Trace
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> java.lang.Exception: Stack Trace
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionU 
>>>>>>> ti l. java:289)    
>>>>>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionU 
>>>>>>> ti l. java:271)    
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  383)
>>>>>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java 
>>>>>>> :  211)
>>>>>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java 
>>>>>>> :  110)
>>>>>>> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser(OfbizAuth 
>>>>>>> en ti cationMgr.java:67)    
>>>>>>> org.enhydra.shark.SharkUtilities.validateUser(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.enhydra.shark.ExecutionAdmin.connect(Unknown Source)
>>>>>>> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java 
>>>>>>> :  165)
>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.jav 
>>>>>>> a:  89)
>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:323)
>>>>>>> org.ofbiz.base.start.Start.start(Start.java:327)
>>>>>>> org.ofbiz.base.start.Start.main(Start.java:413)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 36974[    TransactionUtil.java:299:INFO ]    
>>>>>>> [TransactionUtil.rollback] transaction rolled back
>>>>>>> 36974[    TransactionUtil.java:244:INFO ]  
>>>>>>> [TransactionUtil.commit]   Not committing transaction, status is  
>>>>>>> STATUS_NO_TRANSACTION
>>>>>>> 36984[DebugLoggingManager.java:81 :INFO ] SharkClientService 
>>>>>>> ->    Unexpected error while user system loggs on
>>>>>>> 37134[    ContainerLoader.java:102:INFO ] Shutting down containers
>>>>>>> 37144[  CatalinaContainer.java:596:ERROR]
>>>>>>> ---- exception report    
>>>>>>> ----------------------------------------------------------
>>>>>>> Exception: org.apache.catalina.LifecycleException
>>>>>>> Message: Embedded service has not yet been started
>>>>>>> ---- stack trace    
>>>>>>> ---------------------------------------------------------------
>>>>>>> LifecycleException:  Embedded service has not yet been started
>>>>>>> org.apache.catalina.startup.Embedded.stop(Embedded.java:817)
>>>>>>> org.ofbiz.catalina.container.CatalinaContainer.stop(CatalinaContai 
>>>>>>> ne r. java:593)    
>>>>>>> org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.ja 
>>>>>>> va : 108)
>>>>>>> org.ofbiz.base.start.Start.shutdownServer(Start.java:309)
>>>>>>> org.ofbiz.base.start.Start.access$000(Start.java:52)
>>>>>>> org.ofbiz.base.start.Start$1.run(Start.java:286)
>>>>>>> ------------------------------------------------------------------ 
>>>>>>> -- -- ---------- 37144[  ServiceDispatcher.java:176:INFO ]   
>>>>>>> De-Registering  dispatcher: WFDispatcher
>>>>>>> 37144[     SharkContainer.java:197:INFO ] stop Shark
>>>>>>> 37144[  JavaMailContainer.java:147:INFO ] stop JavaMail poller
>>>>>>> 37144[  ServiceDispatcher.java:176:INFO ] De-Registering   
>>>>>>> dispatcher:  RMIDispatcher
>>>>>>> 37144[               Jotm.java:206:INFO ] stop JOTM
>>>>>>> _______________________________________________
>>>>>>> Users mailing list
>>>>>>> Users at lists.ofbiz.org
>>>>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Users mailing list
>>>>>> Users at lists.ofbiz.org
>>>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>>>
>>>>>
>>>>> -------------------------------------------------------------------- 
>>>>> -- --
>>>>>  _______________________________________________
>>>>> Users mailing list
>>>>> Users at lists.ofbiz.org
>>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.ofbiz.org
>>>> http://lists.ofbiz.org/mailman/listinfo/users
>>>
>>> ---------------------------------------------------------------------- 
>>> -- 
>>>  _______________________________________________
>>> Users mailing list
>>> Users at lists.ofbiz.org
>>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ofbiz.org
>> http://lists.ofbiz.org/mailman/listinfo/users
> 
> 
> ------------------------------------------------------------------------
> 
>  
> _______________________________________________
> Users mailing list
> Users at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users


More information about the Users mailing list