<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: JBoss Profiler Quick Start
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/cooldownthethroat">cooldownthethroat</a> in <i>JBoss Profiler Development</i> - <a href="https://community.jboss.org/message/743228#743228">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I am trying to run JBOSS Profiler in JBOSS 5.0 and following steps which are mentioned in the userguide.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My HTTP port for my web application is 8080.</p><p>When I configure the same port in Jboss-profiler.properties file even after that during startup I see </p><p>JBoss Profiler: Communicator for JBoss Profiler 2.0.0.Beta5</p><p>JBoss Profiler: Socket=IP:5400 (say IP is 10.10.10.10)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Now, the server starts up pretty well and when I open JMX console I can see the Mbean also for both communicator and profiler.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>However when I try to access </span><a class="jive-link-external-small" href="http://10.10.10.10:8080/jboss-profiler" target="_blank">http://10.10.10.10:8080/jboss-profiler</a><span> I get no page found error</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>and when I try to access </span><a class="jive-link-external-small" href="http://10.10.10.10:5400/jboss-profiler" target="_blank">http://10.10.10.10:5400/jboss-profiler</a><span> I get the following error:-</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>java.lang.reflect.InvocationTargetException</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Constructor.newInstance(Constructor.java:513)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ServerThread.createServerSocketWrapper(ServerThread.java:907)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:489)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)</p><p>Caused by: java.io.StreamCorruptedException: invalid stream header: 47455420</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:782)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream.&lt;init&gt;(ObjectInputStream.java:279)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.&lt;init&gt;(ObjectInputStreamWithClassLoader.java:97)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:54)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.java:7</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.getMarshallingStream(SerializableUnMarshaller.java:5</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ClientSocketWrapper.createInputStream(ClientSocketWrapper.java:179)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:162)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ClientSocketWrapper.&lt;init&gt;(ClientSocketWrapper.java:66)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.ServerSocketWrapper.&lt;init&gt;(ServerSocketWrapper.java:46)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 7 more</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can anyone please guide me how to run it properly....</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Steps followed to configure Profiler:-</p><p>Copy jboss-profiler.jar to jbossas/bin</p><p>&bull; Copy jboss-profiler.properties to jbossas/bin</p><p>&bull; Edit jboss-profiler.properties in jbossas/bin to include the classes to be profiled</p><p>&bull; Copy jboss-profiler-plugins.jar to jbossas/bin</p><p>&bull; Edit run.bat (Windows) in jbossas/bin to include JBoss Profiler in JAVA_OPTS</p><p>&bull; Copy jboss-profiler.sar to jbossas/server/&lt;conf&gt;/deploy</p><p>&bull; Boot application server</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/743228#743228">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Profiler Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2138">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>