BPEL and web services not deploying together

View: New views
2 Messages — Rating Filter:   Alert me  

BPEL and web services not deploying together

by bikkie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello All,

 

I have some web services deployed in Glassfish v2. Now I have created one BPEL with HL7 binding component (BC) in Netbeans 6.5 but not able to deploy the BPEL in the same server (Glassfish v2) but if I undeploy web services and then deploy the BPEL then it works fine.  The error I am getting is related to java heap space error.

 

I have tried with modifying some jvm-options in <domain.xml> file (glassfish\domains\domain1\config) but in this case Glassfish not even able to start. The changes I have tried are –

 

<jvm-options>-XX:MaxPermSize=192m</jvm-options> to <jvm-options>-XX:MaxPermSize=1024m</jvm-options>
and, <jvm-options>-Xmx512m</jvm-options> to <jvm-options>-Xmx1024m</jvm-options>

 

Please suggest some solution.

 

With Best Regards,

Vikas Kumar Agrawal

Siemens IT Solutions & Services (SIS)

CTDC-TEC

#39, #41, #42

Salarpuria Infozone, Block B, Keonics Electronic City

Hosur Road, Bangalore

Ph :- 080-67115884

mailto: vikaskumar.agrawal@...

           www.siemens.co.in

 

 



Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system.
Thank You.

Re: BPEL and web services not deploying together

by Murali Pottlapelli :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
It looks like you do not have enough free memory on the system, please try without changing -XX:MaxPermSize
Only do
<jvm-options>-Xmx512m</jvm-options> to <jvm-options>-Xmx1024m</jvm-options>

Regards
Murali

Agrawal, Vikas IN BLR SISL wrote:

Hello All,

 

I have some web services deployed in Glassfish v2. Now I have created one BPEL with HL7 binding component (BC) in Netbeans 6.5 but not able to deploy the BPEL in the same server (Glassfish v2) but if I undeploy web services and then deploy the BPEL then it works fine.  The error I am getting is related to java heap space error.

 

I have tried with modifying some jvm-options in <domain.xml> file (glassfish\domains\domain1\config) but in this case Glassfish not even able to start. The changes I have tried are –

 

<jvm-options>-XX:MaxPermSize=192m</jvm-options> to <jvm-options>-XX:MaxPermSize=1024m</jvm-options>
and, <jvm-options>-Xmx512m</jvm-options> to <jvm-options>-Xmx1024m</jvm-options>

 

Please suggest some solution.

 

With Best Regards,

Vikas Kumar Agrawal

Siemens IT Solutions & Services (SIS)

CTDC-TEC

#39, #41, #42

Salarpuria Infozone, Block B, Keonics Electronic City

Hosur Road, Bangalore

Ph :- 080-67115884

mailto: vikaskumar.agrawal@...

           www.siemens.co.in

 

 



Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system.
Thank You.