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
/** | |
*view_i18n.js | |
*this[View.prototype.i18n.defaultLocale][key] is undefined | |
*Line 56 | |
* | |
* key is the key used to lookup the value in i18n_XX.js file | |
* locale is which locale to use. will be appended in i18n_[locale].js | |
* if local does not exist, use defaultLocale |
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
body { font-family: Arial; font-size: 14px; } | |
dl { width: 300px; } | |
dl,dd { margin-left: 0; margin-top: 0px; margin-bottom: 0px;} | |
dt { font-size: 16px; padding: 0px; margin-top: 0px; margin-bottom: 8px; } | |
li { font-size: 14px; | |
padding: 0px; | |
margin-top: 0px; | |
margin-bottom: 8px; | |
margin-left: 14px; |
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
<tomcat startup messages, and one previous exception regarding mail config omitted> | |
1334630 [http-8080-2] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.4.0.GA | |
Aug 18, 2011 2:16:09 PM org.hibernate.cfg.Environment <clinit> | |
INFO: Hibernate 3.2.6 | |
Aug 18, 2011 2:16:09 PM org.hibernate.cfg.Environment <clinit> | |
INFO: hibernate.properties not found | |
Aug 18, 2011 2:16:09 PM org.hibernate.cfg.Environment buildBytecodeProvider |
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
java.io.IOException: No such file or directory | |
at java.io.UnixFileSystem.createFileExclusively(Native Method) | |
at java.io.File.createNewFile(File.java:900) | |
at utils.FileManager.writeFile(FileManager.java:244) | |
at utils.FileManager.createProject(FileManager.java:366) | |
at utils.FileManager.doRequest(FileManager.java:90) | |
at utils.FileManager.doPost(FileManager.java:79) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) |
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
{ "MySystem.Link" : { "link100" : { "color" : "rgba(233, 127, 255, 1)", | |
"endNode" : "node101", | |
"endTerminal" : "b", | |
"energyType" : "deb2c030-1ca6-4913-bfa4-c9ea567d7e5f", | |
"guid" : "link100", | |
"isSelected" : true, | |
"label" : { "backgroundColor" : "rgba(255, 255, 255, 0.7)", | |
"fontFamily" : "sans-serif", | |
"fontSize" : 12, |
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
public class StepWork extends PersistableDomain { | |
protected static String fromQuery = "from StepWork"; | |
@Id | |
@GeneratedValue(strategy=GenerationType.AUTO) | |
private Long id = null; | |
@ManyToOne(cascade = {CascadeType.PERSIST}) | |
private UserInfo userInfo; |
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
Aug 9, 2011 10:36:00 AM org.hibernate.util.JDBCExceptionReporter logExceptions | |
WARNING: SQL Error: 0, SQLState: 22001 | |
Aug 9, 2011 10:36:00 AM org.hibernate.util.JDBCExceptionReporter logExceptions | |
SEVERE: Data truncation: Data too long for column 'data' at row 1 | |
org.hibernate.exception.DataException: could not insert: [vle.domain.work.StepWork] | |
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77) | |
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | |
at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:40) | |
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2163) | |
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2643) |
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
Aug 8, 2011 1:18:28 PM org.hibernate.AssertionFailure <init> | |
SEVERE: an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session) | |
org.hibernate.AssertionFailure: null id in vle.domain.work.StepWork entry (don't flush the Session after an exception occurs) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.checkId(DefaultFlushEntityEventListener.java:55) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.getValues(DefaultFlushEntityEventListener.java:164) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:120) | |
at org.hibernate.event.def.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:196) | |
at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:76) | |
at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:35) | |
at org.hibernate.impl.Se |
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
vagrant@lucid32:~$ Aug 8, 2011 11:01:23 AM org.hibernate.AssertionFailure <init> | |
SEVERE: an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session) | |
org.hibernate.AssertionFailure: null id in vle.domain.work.StepWork entry (don't flush the Session after an exception occurs) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.checkId(DefaultFlushEntityEventListener.java:55) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.getValues(DefaultFlushEntityEventListener.java:164) | |
at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:120) | |
at org.hibernate.event.def.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:196) | |
at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:76) | |
at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:35) | |
at o |