Softpanel http error code 500

Post Reply
cc67
Member
Posts: 1
Joined: 12 Feb 2014 05:20

Softpanel http error code 500

Post by cc67 »

Hi experts,

I have to check if the softpanel website ist reachable/online with powerscript.
The script runs well butt the Softpanel Webserver gives a http Return code 500. If i start the page on the IE it runs well. Only sometimes at the beginning I see for less a second 2 yellow lines.
I'm also looging on the Server for the "displayPanel.htm" file, but I don't find it. Could it be the problem?

I hope someone can help me to understand that and find the real problem of that.

Here is my powershell script if one will test it:

Code: Select all

#----------------
$url = 'http://ittk1090:9060/wbm/displayPanel.htm?name=XXX'
$req = [system.Net.WebRequest]::Create($url)
try {
    	$res = $req.GetResponse()
    } 
catch [System.Net.WebException]
	{
    	$res = $_.Exception.Response
    }
$res.StatusCode
[int]$res.StatusCode
Write-Host $res.StatusCode
#-----------------
The wbm.log shows only INFO messages:
--------------------
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 1 stat values, create if not exists :true
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 1 stat values, create if not exists :true
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 4 stat values, create if not exists :true
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 4 - total processing time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 2 stat values, create if not exists :true
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:19 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 2 - total processing time : 0
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 1 stat values, create if not exists :true
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 1 stat values, create if not exists :true
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:25 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 16
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 29
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 30
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 20
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 22
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 23
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 19
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 21
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 4
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 24
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 25
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 26
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 27
5.12.7.0 02-12 10:46:26 INFO [th:schedulerFactoryBean_Worker-6]task.impl.WallBoardRefreshTaskImpl.getRegisteredWallBoards - Add Other : 28
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 1 stat values, create if not exists :true
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 1 - total processing time : 0
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - saving 4 stat values, create if not exists :true
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Update time : 0
5.12.7.0 02-12 10:46:28 INFO [th:Thread-14]gisnotif.service.UpdateStatValueService.saveStatsValues - Nb updated : 4 - total processing time : 0
---------------

The localhost... shows an error but I don't lknow what it means and if that can do something with my problem:
--------------
12.02.2014 10:46:20 org.apache.catalina.core.StandardWrapperValve invoke
SCHWERWIEGEND: Servlet.service() for servlet action threw exception
java.lang.NullPointerException
at com.alcatel.proserv.gsyswbm.web.BrowserFilter.doFilter(BrowserFilter.java:35)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.alcatel.proserv.wbm.licensing.LicenseFilter.doFilter(LicenseFilter.java:44)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.alcatel.proserv.gsyswbm.web.MessageFilter.doFilter(MessageFilter.java:32)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:55)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Unknown Source)
--------------

I hope someone can help me...

Regards,
cc67
Post Reply

Return to “Call Center SoftPanel (ALU ProServices)”