Error Installing ThingWorx
For some reason I cannot install TW in my local machine anymore. I uninstalled Tomcat, cleared all caches, and deployed TW and still get an error message:
HTTP Status 401 - Could not handle request
type Status report
message Could not handle request
description This request requires HTTP authentication.
Looking at Tomcat´s log I've found this:
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at com.thingworx.extensibility.utils.ExtensionPackageUtilities.cleanJarDeploymentLocation(ExtensionPackageUtilities.java:1292)
at com.thingworx.system.managers.ExtensionPackageManager.initializeCollection(ExtensionPackageManager.java:112)
at com.thingworx.system.entities.ThingWorxEntityManager.initializeCollections(ThingWorxEntityManager.java:176)
at com.thingworx.system.ThingWorxServer.Initialize(ThingWorxServer.java:110)
at com.thingworx.system.ThingWorxBootstrapper.contextInitialized(ThingWorxBootstrapper.java:132)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4710)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5135)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:917)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1701)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
*** CRITICAL ERROR ON STARTUP: Unable to initialize and start system: null
PS: I tried many TW versions: 5.1, 5.2, 5.4 - all with the same results.
Any idea of what could be happening?
Thanks

