Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Repository settings - Page "Additional Details" report "500. Internal server error"

Markus Pietrek March 18, 2025

Hello,

 

after our latest update to v8.19.13 we have seen that the page "Additional Details" of any repository settings just shows an "500. Internal server error".

 

Maybe this is associated with the atlassian-bitbucket.log entry below.

 

Best regards,
Markus Pietrek

 

2025-03-19 06:16:35,369 ERROR [http-nio-7990-exec-159] o.a.c.c.C.[.[.[/].[plugins] Servlet.service() for servlet [plugins] in context with path [] threw exception
com.atlassian.activeobjects.internal.ActiveObjectsInitException: bundle [at.apogeum.stash.repodesc]
at com.atlassian.activeobjects.osgi.ActiveObjectsDelegate$1.lambda$null$0(ActiveObjectsDelegate.java:85)
at com.atlassian.sal.core.executor.ThreadLocalDelegateCallable.call(ThreadLocalDelegateCallable.java:38)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.lang.Thread.run(Thread.java:840)
... 1 frame trimmed
Caused by: com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
Database:
- name:Microsoft SQL Server
- version:16.00.4145
- minor version:0
- major version:16
Driver:
- name:Microsoft JDBC Driver 9.4 for SQL Server
- version:9.4.1.0

com.microsoft.sqlserver.jdbc.SQLServerException: The object 'df_AO_2915AB_REPO_CONFIG001_DESCRIPTION' is dependent on column 'DESCRIPTION'.
at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.migrate(EntityManagedActiveObjects.java:54)
at com.atlassian.activeobjects.internal.AbstractActiveObjectsFactory.lambda$create$0(AbstractActiveObjectsFactory.java:72)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate$1.doInTransaction(HostContextTransactionTemplate.java:21)
at com.atlassian.stash.internal.sal.spi.HostContextAccessorImpl.doInTransaction(HostContextAccessorImpl.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at jdk.proxy3/jdk.proxy3.$Proxy418.doInTransaction(Unknown Source)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate.execute(HostContextTransactionTemplate.java:18)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at com.atlassian.plugin.util.ContextClassLoaderSettingInvocationHandler.invoke(ContextClassLoaderSettingInvocationHandler.java:26)
at jdk.proxy2/jdk.proxy2.$Proxy688.execute(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60)
at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70)
at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53)
at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57)
at jdk.proxy9/jdk.proxy9.$Proxy776.execute(Unknown Source)
at com.atlassian.activeobjects.internal.AbstractActiveObjectsFactory.create(AbstractActiveObjectsFactory.java:69)
at com.atlassian.activeobjects.internal.DelegatingActiveObjectsFactory.create(DelegatingActiveObjectsFactory.java:31)
at com.atlassian.activeobjects.osgi.ActiveObjectsDelegate$1.lambda$null$0(ActiveObjectsDelegate.java:81)
... 5 common frames omitted
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The object 'df_AO_2915AB_REPO_CONFIG001_DESCRIPTION' is dependent on column 'DESCRIPTION'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:265)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1662)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:898)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:793)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7417)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:3488)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:262)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:237)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeUpdate(SQLServerStatement.java:733)
at com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(ProxyStatement.java:119)
at com.zaxxer.hikari.pool.HikariProxyStatement.executeUpdate(HikariProxyStatement.java)
at net.java.ao.DatabaseProvider.executeUpdate(DatabaseProvider.java:2322)
at net.java.ao.DatabaseProvider.executeUpdateForAction(DatabaseProvider.java:2380)
at net.java.ao.DatabaseProvider.executeUpdatesForActions(DatabaseProvider.java:2351)
at net.java.ao.schema.SchemaGenerator.migrate(SchemaGenerator.java:91)
at net.java.ao.EntityManager.migrate(EntityManager.java:139)
at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.migrate(EntityManagedActiveObjects.java:52)
... 30 common frames omitted
2025-03-19 06:16:35,375 ERROR [http-nio-7990-exec-159] o.a.c.c.C.[.[.[/].[plugins] Servlet.service() for servlet [plugins] in context with path [] threw exception
com.atlassian.activeobjects.internal.ActiveObjectsInitException: bundle [at.apogeum.stash.repodesc]
at com.atlassian.activeobjects.osgi.ActiveObjectsDelegate$1.lambda$null$0(ActiveObjectsDelegate.java:85)
at com.atlassian.sal.core.executor.ThreadLocalDelegateCallable.call(ThreadLocalDelegateCallable.java:38)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.lang.Thread.run(Thread.java:840)
... 1 frame trimmed

1 answer

1 accepted

0 votes
Answer accepted
Kseniia Trushnikova
Community Champion
March 31, 2025

Hi @Markus Pietrek,

Is the Additional Details page provided by a third-party app? I'm using Bitbucket 8.19 but cannot find a tab with such title in repository settings.

However, there is "Repository details". Does the error appear when you open this tab?

Markus Pietrek March 31, 2025

So far we have no plugins that provide these details. But we had to drop a few some time ago after a Bitbucket update. Maybe this is a left over.

Many thanks for the confirmation that it is not part of the standard Bitbucket.

Markus

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events