> Hi David,
>
> after a clean build and run install I get the following error
> message at startup (and then OFBiz stops); the problem disappears
> if I set to true the password.accept.encrypted.and.plain parameter
> in the security.properties file.
>
> Jacopo
>
>
> 56297[StandardLoggingManager.java:195:INFO ] SharkUtilities ->
> synchronizing XPDL cache
> 56297[EntityRepositoryMgr.java:186:INFO ] Get Existing XPDL IDs
> 56406[ SharkContainer.java:137:INFO ] Started Shark workflow
> service
> 56516[ SharkContainer.java:148:INFO ] Started Shark CORBA service
> 56610[ AbstractEngine.java:85 :INFO ] Loaded Service
> Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-
> http=
http://localhost:8080/webtools/control/httpService, entity-
> sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-
> http=
http://localhost:8080/webtools/control/httpService, rita-
> rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=
http://localhost:
> 8080/webtools/control/httpService]
> 56641[ LoginServices.java:213:INFO ]
> [LoginServices.userLogin] : Password Incorrect
> 56828[XAConnectionFactory.java:119:WARN ] no xares in rms for con
> org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1d7a424
> 56860[ ServiceDispatcher.java:406:ERROR] Service Error
> [userLogin]: Password incorrect.
> 56860[ TransactionUtil.java:281:WARN ]
> ---- exception report
> ----------------------------------------------------------
> [TransactionUtil.setRollbackOnly] Calling transaction
> setRollbackOnly; this stack trace shows where this is happening:
> Exception: java.lang.Exception
> Message: null
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.Exception
> org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly
> (TransactionUtil.java:281)
> org.ofbiz.entity.transaction.TransactionUtil.rollback
> (TransactionUtil.java:231)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:
> 410)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:
> 212)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:
> 110)
> org.ofbiz.shark.auth.OfbizAuthenticationMgr.validateUser
> (OfbizAuthenticationMgr.java:67)
> org.enhydra.shark.SharkUtilities.validateUser(SharkUtilities.java:936)
> org.enhydra.shark.ExecutionAdmin.connect(ExecutionAdmin.java:67)
> org.enhydra.shark.ExecutionAdmin.connect(ExecutionAdmin.java:40)
> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java:
> 160)
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:
> 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)
> ----------------------------------------------------------------------
> ----------
>
> 56860[ ServiceDispatcher.java:446:DEBUG] [[Sync service finished-
> total:0.297,since last(Begin):0.297]] - 'WFDispatcher / userLogin'
> 56860[StandardLoggingManager.java:195:INFO ] ExecutionAdmin ->
> Login failed: Invalid username or passwordsystem
> 56875[StandardLoggingManager.java:93 :ERROR] Rollback of Shark
> transaction happened.
> org.enhydra.shark.api.client.wfservice.ConnectFailed: Connection
> failed, invalid username or password
> at org.enhydra.shark.ExecutionAdmin.connect(ExecutionAdmin.java:
> 69)
> at org.enhydra.shark.ExecutionAdmin.connect(ExecutionAdmin.java:
> 40)
> at org.ofbiz.shark.container.SharkContainer.start
> (SharkContainer.java:160)
> at org.ofbiz.base.container.ContainerLoader.start
> (ContainerLoader.java:89)
> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
> at org.ofbiz.base.start.Start.startServer(Start.java:323)
> at org.ofbiz.base.start.Start.start(Start.java:327)
> at org.ofbiz.base.start.Start.main(Start.java:413)
> 56875[ TransactionUtil.java:248: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
> (TransactionUtil.java:247)
> org.ofbiz.entity.transaction.TransactionUtil.rollback
> (TransactionUtil.java:229)
> org.ofbiz.shark.transaction.JtaTransaction.rollback
> (JtaTransaction.java:93)
> org.enhydra.shark.SharkUtilities.rollbackTransaction
> (SharkUtilities.java:668)
> org.enhydra.shark.ExecutionAdmin.connect(ExecutionAdmin.java:43)
> org.ofbiz.shark.container.SharkContainer.start(SharkContainer.java:
> 160)
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:
> 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)
> ----------------------------------------------------------------------
> ----------
>
> 56875[ TransactionUtil.java:258:INFO ]
> [TransactionUtil.rollback] transaction rolled back
> 56875[ ContainerLoader.java:102:INFO ] Shutting down containers
> 56891[ CatalinaContainer.java:600: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
> (CatalinaContainer.java:597)
> org.ofbiz.base.container.ContainerLoader.unload
> (ContainerLoader.java: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)
> ----------------------------------------------------------------------
> ----------
>
> 56891[ ServiceDispatcher.java:177:INFO ] De-Registering
> dispatcher: WFDispatcher
> 56891[ SharkContainer.java:192:INFO ] stop Shark
> 56891[ JavaMailContainer.java:147:INFO ] stop JavaMail poller
> 56891[ ServiceDispatcher.java:177:INFO ] De-Registering
> dispatcher: RMIDispatcher
> 56891[ Jotm.java:206:INFO ] stop JOTM
> 0 [ ContainerLoader.java:57 :INFO ] [Startup] Loading
> containers...
>
> _______________________________________________
> Dev mailing list
>
[hidden email]
>
http://lists.ofbiz.org/mailman/listinfo/dev>