Unable to load privious project data after reinstallation of jdk #774
Replies: 5 comments
-
DT doesn't store anything in the JDK directory. See https://docs.dependencytrack.org/getting-started/data-directory/ |
Beta Was this translation helpful? Give feedback.
-
Getting below exception while launching the application: ion. org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.IllegalState Exception: Chunk 6006836 not found [1.4.200/9]" [50000-200]
a:340)
e.java:138)
)
ory.createConnectionPool(HikariCPConnectionPoolFactory.java:171)
ConnectionFactoryImpl.java:259)
e(ConnectionFactoryImpl.java:127)
ctoryImpl.java:92)
orAccessorImpl.java:62)
onstructorAccessorImpl.java:45)
sion(NonManagedPluginRegistry.java:651)
Manager.java:321)
ionManagerImpl.java:98)
ractStoreManager.java:167)
r.java:149)
r.java:278)
orAccessorImpl.java:62)
onstructorAccessorImpl.java:45)
sion(NonManagedPluginRegistry.java:651)
Manager.java:295)
NucleusContextHelper.java:140)
ucleusContextImpl.java:445)
ion(JDOPersistenceManagerFactory.java:859)
eManagerFactory(JDOPersistenceManagerFactory.java:346)
nagerFactory(JDOPersistenceManagerFactory.java:279)
java:62)
sorImpl.java:43)
n(JDOHelper.java:1139)
radeInitializer.java:56)
d(ContextHandler.java:933)
d(ServletContextHandler.java:553)
andler.java:892)
ontextHandler.java:356)
:1445)
a:1409)
r.java:825)
tHandler.java:275)
)
Cycle.java:72)
feCycle.java:169)
LifeCycle.java:110)
ler.java:97)
Cycle.java:72)
Caused by: java.lang.IllegalStateException: Chunk 6006836 not found [1.4.200/9]
06:36:33.299 ERROR [Datastore] Exception thrown creating StoreManager : Chunk 60 06836 not found [1.4.200/9] |
Beta Was this translation helpful? Give feedback.
-
No idea. Keep in mind that this project is not capable of supporting the traditional or executable war in deployed environments. There's simply too many variables that impact execution. At this time, Docker is the only deliverable that's supportable due to greatly improved consistency of execution. |
Beta Was this translation helpful? Give feedback.
-
Thanks Steve for your quick replies. |
Beta Was this translation helpful? Give feedback.
-
Downloads for traditional and executable WAR combined account for 2.3% of all downloads. The other 97.7% is Docker. There will come a time when only Docker images are available. |
Beta Was this translation helpful? Give feedback.
-
Hello,
This is not an issue but a question.
There was an issue in our environment and we are getting max heap exceeded error, to resolve that we have reinstalled the JDK.
After removing old JDK the heap issue got resolved but when we tried to restart the DT server all our previous data vanished and not showing a single project there.
How can we restore our previous data??
I can see there is a project and vulnerabilities directory in the ~
Thanks in advance
Anurag
Beta Was this translation helpful? Give feedback.
All reactions