Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 296532 - NPE when process folder contains files without a file extension
Summary: NPE when process folder contains files without a file extension
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL Runtime Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 20:41 EST by Terry CLA
Modified: 2022-10-03 11:12 EDT (History)
2 users (show)

See Also:


Attachments
Patch to fix the NPE (1.17 KB, patch)
2009-11-30 20:43 EST, Terry CLA
bbrodt: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Terry CLA 2009-11-30 20:41:30 EST
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc12 Firefox/3.5.5
Build Identifier: Build id: M20090917-0800

!ENTRY org.eclipse.bpel.apache.ode.runtime 4 0 2009-12-01 08:48:49.567
!MESSAGE Error during deployment: null
!STACK 0
java.lang.NullPointerException
	at org.eclipse.bpel.apache.ode.runtime.OdeBPELPublisher.isFileOfInterest(OdeBPELPublisher.java:155)
	at org.eclipse.bpel.apache.ode.runtime.OdeBPELPublisher.publish(OdeBPELPublisher.java:70)
	at org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour.publishModule(GenericServerBehaviour.java:82)
	at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:948)
	at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1038)
	at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:872)
	at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:708)
	at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2690)
	at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:272)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Reproducible: Always

Steps to Reproduce:
1. Process folder contains files without a file extension, e.g. MyProcess/.svn/entries
2. Click "Publish to the server"
3. Error is reported
Comment 1 Terry CLA 2009-11-30 20:43:12 EST
Created attachment 153409 [details]
Patch to fix the NPE

This patch fixes the NPE for me...
Comment 2 Simon Moser CLA 2009-12-07 04:51:03 EST
reviewed, tested and released the patch
Comment 3 Robert Brodt CLA 2012-04-18 14:57:00 EDT
Comment on attachment 153409 [details]
Patch to fix the NPE

Updated iplog flag for v1.0 release review.