Foglight 5.6.7 控制台jboss报404 【终极问题原来就一数据库权限问题!下文是由问题源找到的类似的dell support的相关文章,但却是关于sql server error的,感兴趣自己研究吧!,此文设计到的mysql载体库权限问题】

有截图,不知为什么之前写文档截图都是可以直接黏贴到文章上的,不久前此功能没了,原因我我一直没找到就不上图了,直接主题吧.

************ ***********  ruiy by ************ ***************

==  Title                                                                                         ==

**********************************************************

Logging into Foglight receive error "HTTP Status 404 - description The requested resource (/conso

*************************************************************

==  Description                                                                              ==

*************************************************************

When logging into the Foglight Console you receive this error below:

HTTP Status 404 - /console/page/main

type Status report

message /console/page/main

description The requested resource (/console/page/main) is not available.

After restarting the Foglight Service the ServerStartup html
page displays the following message:

"Status: The server startup is completed but some main
services failed to start."

In the Management Server logs on the
Foglight Server there will be entries as follows:

YYYY-MM-DD HH:MM:SS.SSS WARN       [main]
com.quest.nitro.service.persistence.obs.storage.StorageManagerService - Unable
to determine the master storage manager.   Possible database connectivity
problem.
org.hibernate.TransactionException: JTA commit failed:
      at
org.hibernate.transaction.JTATransaction.commit(JTATransaction.java:153)

Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The transaction log
for database 'your external database name' is full. To
find out why space in the log cannot be reused, see the log_reuse_wait_desc
column in sys.databases
      at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown
Source)
      at
com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(Unknown Source)
      at
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown
Source)
      at
com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(Unknown
Source)
      at com.microsoft.sqlserver.jdbc.TDSCommand.execute(Unknown
Source)
      at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(Unknown
Source)
      at
com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(Unknown Source)
      at
com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(Unknown Sou

  • Cause

By default the Foglight external SQL Server database has a
recovery model of FULL - therefore the transaction log will be written to and
continue to grow unless a tranaction backup is made with the TRUNCATE option.
    After some time the database may start to reach the limit of the
log size initially defined (50MB), and this causes database connectivity
issues.

  • Resolution

The easiest way to resolve this issue is to check the size of
the log file vs the actual size used/available.   Remember the physical
size of the database log file (.LDF) does not necessarily represent how much it
has been used.   Use SQL Server Management Studios "shrink"
option against the Foglight database.   Alternatively run a transaction
log backup to release the used space.   This should form part of your SQL
Server Maintenance Plan.

Restart the Foglight Service and you will be able to login.

我的解决user加权限!

Foglight 5.6.7 控制台jboss报404的更多相关文章

  1. ajax成功请求到后台(进断点),但是浏览器控制台报404错误!

    向Controller发送请求,进入断点且走到最后一步,中间也没有报错.但是,结果没有成功响应,浏览器控制台报404. 原因:忘记加@ResponseBody,spring对返回值映射时找不到对应的视 ...

  2. Jenkins配置,tomacat版本输出乱码和页面打开报404的问题

    1.打开tomact下的startup.bat,tomcat版本控制台中文输出乱码,解决方法是去tomacat安装路径下的conf目录,打开logging.properties文件,将java.uti ...

  3. WinServer2008R2 + IIS 7.5 + .NET4.0 经典模式 运行WebAPI程序报404错误的解决方案

    在Windows Server 2008 R2系统下,IIS 7.5 + .NET Framework 4.0的运行环境,以经典模式(Classic Mode)部署一个用.NET 4.0编译的 Web ...

  4. Eclipse配置tomcat后,启动tomcat,访问tomcat报404错误

    当你在Eclipse中新建一个工程,配置好tomcat,然后测试tomcat是否配置成功的时候,报404错误异常. 解决方法: 1,把工程文件删除,重新建立一个新的工程, 2,新建一个工程. 3,Ne ...

  5. Bootstrap中glyphicons-halflings-regular.woff字体报404错notfound

    今天查看网站的源代码,发现有个glyphicons-halflings-regular.woff文件没有找到,因为我的网站使用了bootstrap的Glyphicons 字体图标,因此需要加载Glyp ...

  6. 在ubuntu上面安装phpmyadmin后,报404错误

    安装完mysql后,我想装一个phpmyadmin方便mysql管理. 在终端执行命令:sudo apt-get install libapache2-mod-auth-mysql phpmyadmi ...

  7. 路径名称和struts.xml配置不一致导致struts2报404

    struts.xml中写的是<result name="...">authorityInterceptor/xxx.jsp</result> 但是实际的文件 ...

  8. IntelliJ IDEA 文件夹重命名--解决重命名后js文件引用找不到路径报404错误

    情景: 说明:ExtJS是我后来的改的名字--原来叫extjs,可是当我把在页面的引用地址改为 src="ExtJS/.."后页面就报404错误,我把它改回之前的extjs就可以( ...

  9. tomcat报404

    很久没有用eclipse了,尝试了使用下,竟然将简单的配置tomcat都忘了. 自己新建一个工程,在tomcat发布以后,报404,经查Serves下的web.xml中,欢迎页面是index.jsp, ...

随机推荐

  1. IOS开发 ARC和非ARC下使用Block属性的问题

    1. Block的声明和线程安全 Block属性的声明,首先需要用copy修饰符,因为只有copy后的Block才会在堆中,栈中的Block的生命周期是和栈绑定的,可以参考之前的文章(iOS: 非AR ...

  2. 在mac os x 下升级emacs

    大概是09年的时候接触到emacs这个编辑器,当时我们c语言老师用的,他自信满满,而那时我是个vimer,所以每次看他按那么多组合键我就替他感觉手指头累啊. 再后来我用了几年vim写代码,再后来用了许 ...

  3. spring加载jar包中多个配置文件(转载)

    本文转载自:http://www.cnblogs.com/GarfieldTom/p/3723915.html

  4. PHP匹配Email、URL、IP

    /* * 正则表达式匹配 */ $email = '137813369@qq.com'; $regex = '/\w+([−+.]\w+)*@\w+([−.]\w+)*\.\w+([−.]\w+)*/ ...

  5. Could not transfer artifact org.springframework:spring-tx:jar:3.2.3.RELEASE

    在maven中加入依赖时,如果jar下载失败,这时pom文件中就会出现上面的错误,重新添加也不好用, 这时要手动去maven库中删除已经下载的依赖包. 默认库位置:C:\Users\XXX\.m2

  6. 解决js代码中加入alert()就成功执行,不加就不对的问题!

    问题: jquery中的$(document).ready(function(){})中调用两个方法(1)利用ajax请求去后台查图书类别的方法(2)当页面上利用图书类别去查询图书返回页面,让图书类别 ...

  7. ASP.NET性能优化原则

    从哪些方面对asp.net进行性能优化,本文作了详细的阐述,希望对大家有所帮助. 一.SqlDataRead和Dataset的选择Sqldataread优点:读取数据非常快.如果对返回的数据不需做大量 ...

  8. [LeetCode系列]组合和枚举问题

    给定一列数(未排序)和一个目标值, 找出所有可能的组合和等于目标值的组合, 数组中的数可以重复使用. 算法思路: 使用递归. 对数组排序, 从小到大; 令i = 起始下标(初始为0), 对于每一个数, ...

  9. [LeetCode系列]最大容器问题

    给定n个数: a1, a2, ... , an. 代表着(i, ai)个点, 连接这些点与对应的(i, 0), 我们可以得到n条线. 请在这n条线中找出2条, 使得这两条线和x轴构成的容器能够容纳最多 ...

  10. db_recovery_file_dest_size 修改大一点及删除归档日志 |转|

    今天给客户测 试问题,让客户把数据发过来了.解压缩后一看,他们还是用的oracle 815版本的(他们exp导出时,带了导出日志,从导出日志中看出来是oracle 815版本的),不过没有关系,低版本 ...