Skip to content

Instantly share code, notes, and snippets.

@pdrosos
Created January 23, 2015 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdrosos/91b301b9bce902d6df9d to your computer and use it in GitHub Desktop.
Save pdrosos/91b301b9bce902d6df9d to your computer and use it in GitHub Desktop.
Uncaught exception in line 793 of /var/www/neosgoosdk.goos-test.com/Packages/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Connection.php: An exception occurred while executing 'UPDATE typo3_typo3cr_domain_model_nodedata SET workspace = ?, version = version + 1 WHERE persistence_object_identifier = ? AND version = ?' with params ["live", "0ee05a90-c845-57ce-f14c-34d3dd2ea8f1", 1]:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'ce2a98a5653c21e4cb865f02bfbf84e6-live-d751713988987e9331980363e2' for key 'UNIQ_60A956B92DBEC7578D94001992F8FB01'
32 Doctrine\DBAL\DBALException::driverExceptionDuringQuery(PDOException, "UPDATE typo3_typo3cr_domain_model_nodedata SET workspace = ?, version = version + 1 WHERE persistence_object_identifier = ? AND version = ?", array|3|)
31 Doctrine\DBAL\Connection::executeUpdate("UPDATE typo3_typo3cr_domain_model_nodedata SET workspace = ?, version = version + 1 WHERE persistence_object_identifier = ? AND version = ?", array|3|, array|3|)
30 Doctrine\ORM\Persisters\BasicEntityPersister::_updateTable(TYPO3\TYPO3CR\Domain\Model\NodeData, "typo3_typo3cr_domain_model_nodedata", array|1|, TRUE)
29 Doctrine\ORM\Persisters\BasicEntityPersister::update(TYPO3\TYPO3CR\Domain\Model\NodeData)
28 Doctrine\ORM\UnitOfWork::executeUpdates(TYPO3\Flow\Persistence\Doctrine\Mapping\ClassMetadata)
27 Doctrine\ORM\UnitOfWork::commit(NULL)
26 Doctrine\ORM\EntityManager::flush()
25 TYPO3\Flow\Persistence\Doctrine\PersistenceManager_Original::persistAll()
24 TYPO3\Flow\Package::TYPO3\Flow\{closure}(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response, TYPO3\Neos\Service\Controller\WorkspaceController, "TYPO3\Flow\Mvc\Dispatcher::afterControllerInvocation")
23 Closure::__invoke(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response, TYPO3\Neos\Service\Controller\WorkspaceController, "TYPO3\Flow\Mvc\Dispatcher::afterControllerInvocation")
22 call_user_func_array(array|2|, array|4|)
21 TYPO3\Flow\SignalSlot\Dispatcher::dispatch("TYPO3\Flow\Mvc\Dispatcher", "afterControllerInvocation", array|3|)
20 TYPO3\Flow\SignalSlot\SignalAspect_Original::forwardSignalToDispatcher(TYPO3\Flow\Aop\JoinPoint)
19 TYPO3\Flow\Aop\Advice\AbstractAdvice::invoke(TYPO3\Flow\Aop\JoinPoint)
18 TYPO3\Flow\Mvc\Dispatcher::emitAfterControllerInvocation(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response, TYPO3\Neos\Service\Controller\WorkspaceController)
17 TYPO3\Flow\Mvc\Dispatcher_Original::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
16 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
15 call_user_func_array(array|2|, array|2|)
14 TYPO3\Flow\Mvc\Dispatcher::Flow_Aop_Proxy_invokeJoinPoint(TYPO3\Flow\Aop\JoinPoint)
13 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
12 TYPO3\Flow\Security\Aspect\RequestDispatchingAspect_Original::blockIllegalRequestsAndForwardToAuthenticationEntryPoints(TYPO3\Flow\Aop\JoinPoint)
11 TYPO3\Flow\Aop\Advice\AroundAdvice::invoke(TYPO3\Flow\Aop\JoinPoint)
10 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
9 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
8 call_user_func_array(array|2|, array|2|)
7 TYPO3\Flow\Object\DependencyInjection\DependencyProxy::__call("dispatch", array|2|)
6 TYPO3\Flow\Object\DependencyInjection\DependencyProxy::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
5 TYPO3\Flow\Mvc\DispatchComponent_Original::handle(TYPO3\Flow\Http\Component\ComponentContext)
4 TYPO3\Flow\Http\Component\ComponentChain_Original::handle(TYPO3\Flow\Http\Component\ComponentContext)
3 TYPO3\Flow\Http\Component\ComponentChain_Original::handle(TYPO3\Flow\Http\Component\ComponentContext)
2 TYPO3\Flow\Http\RequestHandler::handleRequest()
1 TYPO3\Flow\Core\Bootstrap::run()
HTTP REQUEST:
PUT /neos/service/workspaces/publish-nodes HTTP/1.1
Host: neosgoosdk.goos-test.com
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0 FirePHP/0.7.4
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: http://neosgoosdk.goos-test.com/cases/deko@user-pavlina.html
Content-Length: 127
X-Insight: activate
Connection: keep-alive
nodes%5B%5D=%2Fsites%2Fsite%2Fcases%2Fdeko%40user-pavlina&targetWorkspaceName=live&__csrfToken=e37c24402639cb18ac37aeb304d891ed
HTTP RESPONSE:
204 Nodes have been published
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment