WebLogic: what does “No archive for deployment” mean?











up vote
0
down vote

favorite












I have for some time been developing Java EE applications against Glassfish, so I have some udnerstanding of application servers. Today I installed WebLogic 12.2, created a data source (it works), configured a new server in NetBeans (version 8.2) to my WebLogic domain (also works).



I then created a new web application by creating Entities from a few database tables, and JSF pages from entity classes; when I delpoy this I get:



...
compile:
compile-jsps:
/root/projects/test/nbproject/build-impl.xml:1045: Deployment error: No archive for deployment
See the server log for details.
BUILD FAILED (total time: 2 seconds)


I can't see any errors in any log files under the domain (but then I'm not sure exactly what to look for) - so, where should I look? And what does the error message actually mean?



===EDIT===



Versions:



Java:
# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Java EE:
Java EE 7 Web

Weblogic:
-rw-r--r-- 1 root root 838986083 Nov 2 11:46 fmw_12.2.1.3.0_wls_Disk1_1of1.zip

NetBeans:
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
System: Linux version 4.9.0-4-amd64 running on amd64; UTF-8; en_GB (nb)









share|improve this question
























  • [1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
    – skomisa
    5 hours ago










  • @skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
    – j4nd3r53n
    2 hours ago












  • OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
    – skomisa
    2 hours ago















up vote
0
down vote

favorite












I have for some time been developing Java EE applications against Glassfish, so I have some udnerstanding of application servers. Today I installed WebLogic 12.2, created a data source (it works), configured a new server in NetBeans (version 8.2) to my WebLogic domain (also works).



I then created a new web application by creating Entities from a few database tables, and JSF pages from entity classes; when I delpoy this I get:



...
compile:
compile-jsps:
/root/projects/test/nbproject/build-impl.xml:1045: Deployment error: No archive for deployment
See the server log for details.
BUILD FAILED (total time: 2 seconds)


I can't see any errors in any log files under the domain (but then I'm not sure exactly what to look for) - so, where should I look? And what does the error message actually mean?



===EDIT===



Versions:



Java:
# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Java EE:
Java EE 7 Web

Weblogic:
-rw-r--r-- 1 root root 838986083 Nov 2 11:46 fmw_12.2.1.3.0_wls_Disk1_1of1.zip

NetBeans:
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
System: Linux version 4.9.0-4-amd64 running on amd64; UTF-8; en_GB (nb)









share|improve this question
























  • [1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
    – skomisa
    5 hours ago










  • @skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
    – j4nd3r53n
    2 hours ago












  • OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
    – skomisa
    2 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have for some time been developing Java EE applications against Glassfish, so I have some udnerstanding of application servers. Today I installed WebLogic 12.2, created a data source (it works), configured a new server in NetBeans (version 8.2) to my WebLogic domain (also works).



I then created a new web application by creating Entities from a few database tables, and JSF pages from entity classes; when I delpoy this I get:



...
compile:
compile-jsps:
/root/projects/test/nbproject/build-impl.xml:1045: Deployment error: No archive for deployment
See the server log for details.
BUILD FAILED (total time: 2 seconds)


I can't see any errors in any log files under the domain (but then I'm not sure exactly what to look for) - so, where should I look? And what does the error message actually mean?



===EDIT===



Versions:



Java:
# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Java EE:
Java EE 7 Web

Weblogic:
-rw-r--r-- 1 root root 838986083 Nov 2 11:46 fmw_12.2.1.3.0_wls_Disk1_1of1.zip

NetBeans:
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
System: Linux version 4.9.0-4-amd64 running on amd64; UTF-8; en_GB (nb)









share|improve this question















I have for some time been developing Java EE applications against Glassfish, so I have some udnerstanding of application servers. Today I installed WebLogic 12.2, created a data source (it works), configured a new server in NetBeans (version 8.2) to my WebLogic domain (also works).



I then created a new web application by creating Entities from a few database tables, and JSF pages from entity classes; when I delpoy this I get:



...
compile:
compile-jsps:
/root/projects/test/nbproject/build-impl.xml:1045: Deployment error: No archive for deployment
See the server log for details.
BUILD FAILED (total time: 2 seconds)


I can't see any errors in any log files under the domain (but then I'm not sure exactly what to look for) - so, where should I look? And what does the error message actually mean?



===EDIT===



Versions:



Java:
# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Java EE:
Java EE 7 Web

Weblogic:
-rw-r--r-- 1 root root 838986083 Nov 2 11:46 fmw_12.2.1.3.0_wls_Disk1_1of1.zip

NetBeans:
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12
System: Linux version 4.9.0-4-amd64 running on amd64; UTF-8; en_GB (nb)






weblogic12c netbeans-8






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago

























asked 19 hours ago









j4nd3r53n

15119




15119












  • [1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
    – skomisa
    5 hours ago










  • @skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
    – j4nd3r53n
    2 hours ago












  • OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
    – skomisa
    2 hours ago


















  • [1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
    – skomisa
    5 hours ago










  • @skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
    – j4nd3r53n
    2 hours ago












  • OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
    – skomisa
    2 hours ago
















[1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
– skomisa
5 hours ago




[1] What versions of JDK and Java EE are you using for your project? [2] It might be worth spending a couple of minutes creating a trivial "Hello world" web project using the NetBeans wizard (File > New Project... > Java Web > WebApplication), and deploying it to WebLogic. If that fails at least you know that there is an issue with your NetBeans configuration, and/or WebLogic configuration, and you need to resolve that first.
– skomisa
5 hours ago












@skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
– j4nd3r53n
2 hours ago






@skomisa - that is what I have done, basically, and ther error I get indicates that it does not get as far as starting deplyoment, really. My impression is that it means something is missing on the server side, but I can't guess what. I have edited my question to add the versions.
– j4nd3r53n
2 hours ago














OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
– skomisa
2 hours ago




OK. My thinking was that if you create a project using a wizard there is almost no possibility that it has any issues (not that I am implying your project does!). Since there is nothing in the server log, you could try looking in the NetBeans log (View > IDE Log) for any relevant errors.
– skomisa
2 hours ago

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265948%2fweblogic-what-does-no-archive-for-deployment-mean%23new-answer', 'question_page');
}
);

Post as a guest





































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265948%2fweblogic-what-does-no-archive-for-deployment-mean%23new-answer', 'question_page');
}
);

Post as a guest




















































































Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?