<!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="http://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;">
    Problem with Orchestration projects
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/dnyanesh.ginde">Dnyanesh ginde</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/583203#583203">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I am using Jboss AS 5.1.0GA(jdk 6 version) and Jboss ESB-4.9. I have deployed Jboss ESB on the Jboss AS. I have changed the database from hsql DB to Oracle. Everything seems to be fine when I start the server. All the .esb are deployed in the default server profile. All the ESB and JBPM tables are created in the Oracle DB. There are no exceptions on server startup.</p><p>When I try to run the Orchestration projects given in the samples directory of the Jboss-4.9 distribution the following happens</p><p>1) ant deploy process runs fine.</p><p>2) ant deployProcess runs fine.</p><p>3) The ant startProcess fails with the following exception:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>03:45:15,377 ERROR [GraphElement] action threw exception: null</p><p>java.lang.NullPointerException</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Class.forName0(Native Method)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Class.forName(Class.java:247)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.instantiation.Delegation.instantiate(Delegation.java:162)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.instantiation.Delegation.getInstance(Delegation.java:126)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.</p><p>java:39)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces</p><p>sorImpl.java:25)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(Ja</p><p>vassistLazyInitializer.java:197)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.instantiation.Delegation_$$_javassist_57.getInstance(Delegat</p><p>ion_$$_javassist_57.java)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.graph.def.Action.execute(Action.java:136)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.</p><p>java:39)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces</p><p>sorImpl.java:25)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(Ja</p><p>vassistLazyInitializer.java:197)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.graph.def.Action_$$_javassist_80.execute(Action_$$_javassist</p><p>_80.java)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:280)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.</p><p>java:39)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces</p><p>sorImpl.java:25)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(Ja</p><p>vassistLazyInitializer.java:197)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.graph.def.Node_$$_javassist_127.executeAction(Node_$$_javass</p><p>ist_127.java)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.job.ExecuteActionJob.execute(ExecuteActionJob.java:33)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.job.executor.JobExecutorThread.executeJob(JobExecutorThread.</p><p>java:172)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:63</p><p>)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The process is deployed in the database and I can view the process in the jbpm-console.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can anybody kindly help me with this error? I am a newbie to Jboss ESB.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks &amp; Regards,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Dnyanesh Ginde</p></div>

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


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

</div>

</body>
</html>