Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

sun.io.MalformedInputException

I am experiencing the following error while running RTC 1.0,
Is there any solution.

17:34:25,648 WARN com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1181I Security notice during initialization: Allowing ADMIN user access. It is recommended that you disable the ADMIN user and create a real user with administrative rights.
17:34:25,688 WARN com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1182I Security notice during initialization: Allowing identity assertion. This should only be enabled at development time.
17:34:25,658 WARN com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1181I Security notice during initialization: Allowing ADMIN user access. It is recommended that you disable the ADMIN user and create a real user with administrative rights.
17:34:25,728 WARN com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1182I Security notice during initialization: Allowing identity assertion. This should only be enabled at development time.
17:36:16,439 ERROR net.jazz.ajax.internal.javascript.JavaScriptUtils - IOException while inlining HTML
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:315)
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:365)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:251)
at java.io.InputStreamReader.read(InputStreamReader.java:212)
at java.io.BufferedReader.fill(BufferedReader.java:157)
at java.io.BufferedReader.readLine(BufferedReader.java:320)
at java.io.BufferedReader.readLine(BufferedReader.java:383)
at net.jazz.ajax.internal.javascript.JavaScriptUtils.processTemplateHTML(JavaScriptUtils.java:164)
at net.jazz.ajax.internal.javascript.JavaScriptUtils.readJavaScript(JavaScriptUtils.java:124)
at net.jazz.ajax.internal.javascript.JavaScriptUtils.readJavaScriptResource(JavaScriptUtils.java:71)
at net.jazz.ajax.internal.javascript.JavaScriptModule.getContent(JavaScriptModule.java:117)
at net.jazz.ajax.internal.javascript.WebBundleServlet.writeJavascriptResource(WebBundleServlet.java:158)
at net.jazz.ajax.internal.javascript.WebBundleServlet.service(WebBundleServlet.java:92)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

0 votes



One answer

Permanent link
The exception is indicating that there are invalid characters in an HTML
template referenced by a widget.

I assume you are adding your own Web UI code to the server ?

Richard
Jazz Web UI and Server development.

mapagile_tcs wrote:
I am experiencing the following error while running RTC 1.0,
Is there any solution.

17:34:25,648 WARN
com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1181I
Security notice during initialization: Allowing ADMIN user access.
It is recommended that you disable the ADMIN user and create a real
user with administrative rights.
17:34:25,688 WARN
com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1182I
Security notice during initialization: Allowing identity assertion.
This should only be enabled at development time.
17:34:25,658 WARN
com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1181I
Security notice during initialization: Allowing ADMIN user access.
It is recommended that you disable the ADMIN user and create a real
user with administrative rights.
17:34:25,728 WARN
com.ibm.team.repository.servlet.TeamServerServlet - CRJAZ1182I
Security notice during initialization: Allowing identity assertion.
This should only be enabled at development
time.
17:36:16,439 ERROR
net.jazz.ajax.internal.javascript.JavaScriptUtils - IOException
while inlining HTML
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
at
sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:315)
at
sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:365)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:251)
at java.io.InputStreamReader.read(InputStreamReader.java:212)
at java.io.BufferedReader.fill(BufferedReader.java:157)
at java.io.BufferedReader.readLine(BufferedReader.java:320)
at java.io.BufferedReader.readLine(BufferedReader.java:383)
at
net.jazz.ajax.internal.javascript.JavaScriptUtils.processTemplateHTML(JavaScriptUtils.java:164)
at
net.jazz.ajax.internal.javascript.JavaScriptUtils.readJavaScript(JavaScriptUtils.java:124)
at
net.jazz.ajax.internal.javascript.JavaScriptUtils.readJavaScriptResource(JavaScriptUtils.java:71)
at
net.jazz.ajax.internal.javascript.JavaScriptModule.getContent(JavaScriptModule.java:117)
at
net.jazz.ajax.internal.javascript.WebBundleServlet.writeJavascriptResource(WebBundleServlet.java:158)
at
net.jazz.ajax.internal.javascript.WebBundleServlet.service(WebBundleServlet.java:92)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,930

Question asked: Mar 02 '09, 7:12 a.m.

Question was seen: 9,111 times

Last updated: Mar 02 '09, 7:12 a.m.

Confirmation Cancel Confirm