This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "Finder" | |
| mount volume "afp://user:password@nas-server/Media" | |
| repeat 3 times | |
| delay 5 | |
| if disk "Media" exists then | |
| tell application "iTunes" | |
| activate | |
| end tell | |
| exit repeat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [20/07/12 09:26:35:150 UTC] WARN util.JDBCExceptionReporter: SQL Error: 2291, SQLState: 23000 | |
| [20/07/12 09:26:35:151 UTC] ERROR util.JDBCExceptionReporter: ORA-02291: integrity constraint (ROOT.FK_PLUGIN_PLUGIN_PROPERTY) violated - parent key not found | |
| [20/07/12 09:26:35:152 UTC] ERROR impl.SessionImpl: Could not synchronize database state with session | |
| [20/07/12 09:26:35:169 UTC] ERROR util.ImportExportUtil: Unable to save Object to Hibernate Session | |
| com.dotmarketing.exception.DotHibernateException: Unable to save Object to Hibernate Session | |
| at com.dotmarketing.db.HibernateUtil.save(HibernateUtil.java:448) | |
| at com.dotmarketing.util.ImportExportUtil.doXMLFileImport(ImportExportUtil.java:1433) | |
| at com.dotmarketing.util.ImportExportUtil.doXMLFileImport(ImportExportUtil.java:1051) | |
| at com.dotmarketing.util.ImportExportUtil.doImport(ImportExportUtil.java:314) |
NewerOlder