This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109157 - Error when opening file
Summary: Error when opening file
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 18:21 UTC by hjuskewycz
Modified: 2008-12-24 23:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hjuskewycz 2007-07-09 18:21:46 UTC
Every time I open a file I get the follow error message:

java.net.MalformedURLException: no protocol: %206.0/Blaclient/src/java/org/test/client/actions/Test.java
	at java.net.URL.<init>(URL.java:567)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.netbeans.modules.java.source.tasklist.TaskCache.updateInErrorFolder(TaskCache.java:233)
	at org.netbeans.modules.java.source.tasklist.TaskCache.dumpErrors(TaskCache.java:182)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.updateFile(RepositoryUpdater.java:1561)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.access$2100(RepositoryUpdater.java:866)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker$1.run(RepositoryUpdater.java:1065)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker$1.run(RepositoryUpdater.java:896)
	at org.netbeans.modules.java.source.usages.ClassIndexManager.writeLock(ClassIndexManager.java:78)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.run(RepositoryUpdater.java:893)
	at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.run(RepositoryUpdater.java:866)
	at org.netbeans.api.java.source.JavaSource$CompilationJob.run(JavaSource.java:1397)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 novakm 2007-07-11 14:12:18 UTC
Reassigning to j2ee for evaluation.
Comment 2 Jayashri Visvanathan 2008-12-24 23:52:04 UTC
Doesn't look like the issue is related to j2ee. Anyway, please try NetBeans 6.5 and if you still see the problem, please
reopen with additional details.