java.lang.IllegalArgumentException: Prefix string too short
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via JIRA by Clément Tamisier [X], 2 years ago
via JIRA by Clément Tamisier [X], 1 year ago
via Eclipse Bugzilla by kjdoyle, 1 year ago
via java.net by Unknown author, 2 years ago
via GitHub by processing-bugs
, 2 years agovia vis4.net by Unknown author, 1 year ago
java.lang.IllegalArgumentException: Prefix string too short
at java.io.File.createTempFile(File.java:1794)
at java.io.File.createTempFile(File.java:1840)
at org.obiba.opal.core.cfg.OpalViewPersistenceStrategy.doWriteViews(OpalViewPersistenceStrategy.java:100)
at org.obiba.opal.core.cfg.OpalViewPersistenceStrategy.writeViews(OpalViewPersistenceStrategy.java:71)
at org.obiba.magma.views.impl.DefaultViewManagerImpl.addView(DefaultViewManagerImpl.java:52)
at org.obiba.opal.web.magma.DatasourceResource.createView(DatasourceResource.java:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:252)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:217)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:206)
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:503)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:480)