Note that there are some explanatory texts on larger screens.

plurals
  1. POJava Ant - ERROR [main] - Could not instantiate auxFacto-ry named "DC"
    primarykey
    data
    text
    <p>just a short one:</p> <p>I have an application with an Ant-Build File which runs with Java 1.5.0_11. I would like to run the application on Java 1.6.0_31.</p> <p>But if I try to run my App vi a shell skript I get the follwing error:</p> <pre><code> [importXML] 2013-02-21 13:25:16,165 INFO [main] - Creating cache manager from config file: /cache.ccf [importXML] 2013-02-21 13:25:16,181 INFO [main] - thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4] [importXML] 2013-02-21 13:25:16,185 INFO [main] - Setting default auxiliaries to DC [importXML] 2013-02-21 13:25:16,190 INFO [main] - setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 10000, maxSpoolPerRun = -1, diskUsagePattern = 0 ] [importXML] 2013-02-21 13:25:16,191 INFO [main] - No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class. [importXML] 2013-02-21 13:25:16,191 INFO [main] - setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1361449516191, LastAccessTime = 1361449516191, getTimeToLiveSeconds() = -1, createTime = 1361449516191 ] [importXML] 2013-02-21 13:25:16,192 WARN [main] - No such property [maxLifeSeconds] in org.apache.jcs.engine.CompositeCacheAttributes. [importXML] 2013-02-21 13:25:16,192 INFO [main] - No special ElementAttribute class defined for key [jcs.region.main.elementattributes], using default class. [importXML] 2013-02-21 13:25:16,215 INFO [main] - initialized LRUMemoryCache for main [importXML] 2013-02-21 13:25:16,215 INFO [main] - Constructed cache with name [main] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 10000, maxSpoolPerRun = -1, diskUsagePattern = 0 ] [importXML] 2013-02-21 13:25:16,216 ERROR [main] - Could not instantiate auxFactory named "DC". </code></pre> <p>Are there any knwon issues and differences betwen <code>Java 1.5 and 1.6</code> which could cause this error.</p> <p>Regards LStrike</p> <p>PS: I am not allowed to post more specific details of the application, sorry for that.</p> <p>[Edit]</p> <pre><code> BUILD FAILED java.lang.NoSuchMethodError: javax.xml.bind.annotation.XmlAccessorType.value()Ljavax/xml/bind/annotation/AccessType; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload